ADF: JBO-25009: Cannot create an object of type:java.math.Bi. Jdev 11.1.2.3

Hi,
I have created a tree structure on the left side of the page and a table on the right hand of the page. My requirement is that when I click on the node on the left side, the table on the right needs to be refreshed. For the time being the tree nodes on the left side is just one level. Eveytime I click on the node, I get the following error
<RichExceptionHandler> <_logUnhandledException> ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase INVOKE_APPLICATION 5
javax.el.ELException: oracle.jbo.domain.DataCreationException: JBO-25009: Cannot create an object of type:java.math.BigDecimal from type:java.lang.String with value:Restricted
at com.sun.el.parser.AstValue.invoke(Unknown Source)
at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodExpression(UIXComponentBase.java:1589)
at org.apache.myfaces.trinidad.component.UIXTree.broadcast(UIXTree.java:237)
at oracle.adf.view.rich.component.rich.data.RichTree.broadcast(RichTree.java:308)
at org.apache.myfaces.trinidad.component.UIXCollection.broadcast(UIXCollection.java:157)
at org.apache.myfaces.trinidad.component.UIXTree.broadcast(UIXTree.java:244)
at oracle.adf.view.rich.component.rich.data.RichTree.broadcast(RichTree.java:308)
at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:130)
at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:461)
at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:134)
at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:112)
at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:130)
at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:461)
at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:134)
at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:106)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:1137)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:361)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:202)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Caused by: oracle.jbo.domain.DataCreationException: JBO-25009: Cannot create an object of type:java.math.BigDecimal from type:java.lang.String with value:Restricted
at oracle.jbo.common.JboTypeMapEntries$2.convert(JboTypeMapEntries.java:135)
at oracle.jbo.domain.TypeFactory.get(TypeFactory.java:869)
at oracle.jbo.domain.TypeFactory.getInstance(TypeFactory.java:116)
at oracle.jbo.server.AttributeDefImpl.convertToJava(AttributeDefImpl.java:2220)
at oracle.jbo.server.ViewRowSetImpl.prepKeyForFind(ViewRowSetImpl.java:5377)
at oracle.jbo.server.ViewRowSetImpl.findByKey(ViewRowSetImpl.java:5394)
at oracle.jbo.server.ViewRowSetImpl.findByKey(ViewRowSetImpl.java:5296)
at oracle.jbo.server.ViewRowSetImpl.findByKey(ViewRowSetImpl.java:5290)
at oracle.jbo.server.ViewObjectImpl.findByKey(ViewObjectImpl.java:11628)
at oracle.jbo.uicli.binding.JUCtrlHierNodeBinding.syncTargetIter(JUCtrlHierNodeBinding.java:641)
at oracle.jbo.uicli.binding.JUCtrlHierNodeBinding.internalSetCurrentRow(JUCtrlHierNodeBinding.java:617)
at oracle.jbo.uicli.binding.JUCtrlHierNodeBinding.syncCurrentRow(JUCtrlHierNodeBinding.java:547)
at oracle.jbo.uicli.binding.JUCtrlHierNodeBinding.setRowAsCurrentOnTargetIterator(JUCtrlHierNodeBinding.java:561)
at oracle.adfinternal.view.faces.model.binding.FacesCtrlHierNodeBinding.setRowAsCurrentOnTargetIterator(FacesCtrlHierNodeBinding.java:147)
at oracle.adfinternal.view.faces.model.binding.FacesCtrlHierBinding$FacesModel.makeCurrent(FacesCtrlHierBinding.java:685)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
... 58 more
Caused by: java.lang.NumberFormatException
at java.math.BigDecimal.<init>(BigDecimal.java:459)
at java.math.BigDecimal.<init>(BigDecimal.java:728)
at oracle.jbo.common.JboTypeMapEntries$2.convert(JboTypeMapEntries.java:129)
... 76 more
Please can you let me know how I can resolve this issue.
Thanks

Hi, I have rechecked this issue. In the bug they say that Big Integer should be changed to Big Decimal to resolve the issue. I checked my application and saw that there is no Big Interger. Please can you guide me further.

Similar Messages

  • Error Message: JBO-25009: Cannot create an object of type:oracle.jbo.domain

    Hi, When im giving a default value to a date column in the attribute settings i get this error when im running my jsp page (bc4j web application):
    Error Message: JBO-25009: Cannot create an object of type:oracle.jbo.domain.Date with value: 31-dic-2099
    How can i fix that? I�ve already trying all possible date formats.
    Thanku

    The default format for Date (oracle.sql.DATE which is the superclass of oracle.jbo.domain.Date) is yyyy-mm-dd.

  • Cannot Create Automation Object

    Hi All,
    I have essentially two problems are occuring the first is with Crystal
    Reports 8.5 whereby running reports simeltaneously, one after the other
    after the other, will intermittently after the 3rd or 4th report cause
    windows to lock up and Notes 8 client will start to consume upwards of 100mb
    of ram (in a minimum 1.25gb ram machine) and then 98-99% CPU Usage.
    Assuming this was a problem with an older version of Crystal Reports, we
    have upgraded and tested both Crystal Reports 9 Professional and Crystal
    Reports 12 and thats where the "cannot create automation object" has
    occured - this particular error will happen whenever we attempt to run any
    report what so ever
    Now that we've upgraded to Crystal Reports 9.0 Pro, we'd like to try and solve
    the "cannot create automation object" error message we receive.
    Have tried to communicate this problem with IBM, they insist the problem is crystal
    related and not a problem with lotus notes.
    Environment:
    1. Lotus Domino Server, Release 8.0 for Windows/32
    2. Windows 2003 Server (x86 edition) Service Pack 2
    3. IBM Lotus Notes Version 8
    4. Windows XP w/Service Pack 3
    5. Symantec AntiVirus Full Version 10.1.5.5000
    5a. Crystal Reports 9 for Reporting
    Fault:
    1. First Observed 18/07/2008
    2. See above description
    3. For the first problem with Crystal Reports version 8.5 - we upgraded our
    client and server in test environment to Domino 8 and Notes 8 from Domino
    6.5 and Notes 6.5, for the second problem it occured after we upgraded from
    Crystal Reports 8.5 to Crystal Reports 9 & 12 versions.
    4.  Reinstalled Crystal Reports 8.5, no effect on first problem, installed
    version 12 (from IBM website), second error, un-installed, reinstalled 8.5,
    first error reappeared, reinstalled version 12 complete installation, same
    problem (second error) uninstalled and installed version 9 trial and same
    problem (second error)
    Any help would be greatly appreciated.

    Is this happening in the Report Designer or in an application?
    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551

  • Cannot create PoolableConnectionFactory (JZ006: Caught IOException: java.ne

    Hi,
    I'm getting the following exception while switching from one database to other database at runtime.
    "org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (JZ006: Caught IOException: java.net.ConnectException: Connection timed out: connect) ".
    Could you please give us any guesses why this might have been coming up/ what are the possible areas which i need to look into. Please be kind to let me know if my question is ambiguous.
    Best Regards,
    Upendra

    Hey,
    Thanks for the help. My lp address has been changed today. I was unaware of that. After changing the IPAddress, i was able to connect to the data base.
    Upendra.

  • Failed to load value at index 22 with java object of type java.lang.String

    Hi all,
    As i am trying to open the notifications created from Administartor Workflow ,
    It throws a below error::
    oracle.apps.fnd.framework.OAException: oracle.jbo.AttributeLoadException: JBO-27022: Failed to load value at index 22 with java object of type java.lang.String due to java.sql.SQLException. at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912) at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:886) at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(OAException.java:1009) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:211) at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:720) at oracle.apps.ap.oie.workflow.apexp.webui.NotifExpLinesCO.processRequest(NotifExpLinesCO.java:116) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:600) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.process
    java.sql.SQLException: Invalid column index
    at oracle.jdbc.driver.OracleResultSetImpl.getObject(OracleResultSetImpl.java:1042) at oracle.jbo.server.OracleSQLBuilderImpl.doLoadFromResultSet(OracleSQLBuilderImpl.java:1198) at oracle.jbo.server.AttributeDefImpl.loadFromResultSet(AttributeDefImpl.java:1633) at oracle.jbo.server.ViewRowImpl.populate(ViewRowImpl.java:2221).
    No extensions done in the page
    Please let me know the cause for this error ASAP
    Thanks
    Kash

    Problem solved. set the datatype as timestamp for that attribute in buissiness object.

  • OpenSQLException - object of type java.sql.Date is not normalized

    Hi,
    I am attempting to code an SQL query in an EJB and get the following exception:
    com.sap.sql.log.OpenSQLException: The object of type java.sql.Date with the value '2010-06-04 13:21:09.424' assigned to host variable 1 is not normalized. It must not contain time components in the time zone running the virtual machine. at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:85) at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:124) at com.sap.sql.jdbc.common.CommonPreparedStatement.setDate(CommonPreparedStatement.java:650) at......
    Below is the code snippet I am using:
                        private static String selWQ  = "Select * from ZZZZ_TABLE " +
                                                                       "where DATEFROM >= ? " +
                                                                  "and DATETO <= ? ";
         public UsageRecord[] getRecords(Date fromDate,Date toDate)
              UsageRecord[] ura = null;
              String q          = null;
              ArrayList al      = new ArrayList();
              try
                   q = selWQ;
                   conn.open();
                   PreparedStatement p = conn.prepareStatement(q);               
                   p.setDate(1, fromDate);
                   p.setDate(2,toDate);                    
                   ResultSet rs = p.executeQuery();
    I have a PreparedStatement and am using setDate to set the values. The fromDate and toDate parameters are of type java.sql.Date
    Can someone please tell me what I am doing wrong and how to fix it?
    thanks
    Brian

    As requested, here is an example of what I used to resolve this:
                   PreparedStatement p = conn.prepareStatement(q);
                   SimpleDateFormat ddf = new SimpleDateFormat("yyyy-MM-dd");
                                               String sFrom = ddf.format(new java.util.Date(fromDate));
                   String sTo   = ddf.format(new java.util.Date(toDate));
                   p.setDate(1, java.sql.Date.valueOf(sFrom));
                   p.setDate(2, java.sql.Date.valueOf(sTo));
                   ResultSet rs = p.executeQuery();
    fromDate and toDate are parameters of type long...
    regards
    Brian

  • Unable to create callable object of type Webdynpro (GP Interface)

    I am getting the following error message when i try to create a callable object of type webdynpro in GP. It was working fine, but when i added component reuse it start giving me the following error:
    "Cannot read callable object description from component: <null>"
    I also have the library "caf/eu/gp/api" in my project, so i know that is not the problem.
    So basically, my project was working fine until i added component resue that it is not letting me create a callable object in GP.
    Any help will be appreciated.
    Thanks

    That problem is now solved, i dont know how but i took out and putted back my component reuse and it worked. But now components that are deployed to the server and are functioning properly, stop working after the server is rebooted. Simply redeploying the component does not make it work again.
    A note: One way that we've been able to "work around" this has been to modify the components in some way, rebuild, redeploy. Exactly what modifications that make it function again, is unknown.
    Any help on tha issue will be appreciated.
    Thanks
    Nahman

  • Error in creating Callable object of type Portal iView

    Hi People,
    I need to create a callable object of type Portal iView / Page,
    But whenever I try to create it gives me a RunTime Exception:
    <b>java.lang.ClassCastException
         at com.sap.caf.eu.gp.ui.co.portal.dt.VBrowse.appendChildren(VBrowse.java:523)</b>
    Please suggest some way out,
    Thanks in advance,
    Deepak

    Hi,
    How many actions  are there in your process?. Is it having only one action that is Web service?.
    I think, The process should at least contain one UI action.
    If your process is having multiple actions, there may problem with other actions. Test the web service action seperately to confirm this.
    Thanks

  • How to create an object of type 99

    Hi guys,
    Am struck creating a HR object with subty = 99.
    I was trying to BDC  PP01 transaction.
    But I dont see the object type 99.
    They call it as FI hierarchy node...
    Am a HR Tech consultant..
    Could not understand what that means...
    Please help me how to create an object in HR with subty 99
    Thanks in advance...

    Class.forName does not create an object. It returns a reference to the Class object that describes the metadata for the class in question--what methods and fields it has, etc.
    To create an object--regardless of whether it's your class or some other class--you could call newInstance on the Class object returned from Class.forName, BUT only if that class has a no-arg constructor that you want to call.
    Class<MyClass> clazz = Class.forName("com.mycompany.MyClass");
    MyClass mine = clazz.newInstance();If you want to use a constructor that takes parameters, you'll have to use java.lang.reflect.Constructor.
    Google for java reflection tutorial for more details.
    BUT reflection is often abused, and often employe when not needed. Why is it that you think you need this?

  • Flexunit + Parsley - re-creating error: "Object of type is already managed"

    Hello,
       This may sound a bit strange but I'm trying to force an "Object of type is already managed" error to recreate a bug we had in our app for
       flexunit testing purposes.   The problem arised when we upgraded to FB 4.5 and had a double parsley configuration in a popup launched from a module.
       Here's my flexunit test:
    [code]
    [Test]
    public function testReportsPrintDialog1():void
              rpDialog = new ReportsPrintDialog();
              //attempting to forcibly re-create the project-70 bug:
              //"Object of type reportsDirectoryModule.views::ReportsPrintDialog is already managed"
              childContext.viewManager.addViewRoot(reportsDirectoryBase);
              childContext.viewManager.addViewRoot(rpDialog);
              trace("rpDialog: " + GlobalState.objects.isManaged(rpDialog));
              trace("reportsDirectoryBase: " + GlobalState.objects.isManaged(reportsDirectoryBase));
              rpDialog.addEventListener(FlexEvent.CREATION_COMPLETE, onCreationComplete, false, 0, true);
              PopUpManager.addPopUp(rpDialog, DisplayObject(FlexGlobals.topLevelApplication));
    [/code]
    Unfortunatly, my attempts at 'forcing' the extra parsley object managment by using addViewRoot is not reproducing the error.
    In my test suite I am setting up my main and module scoped parsley context in the next code snippit and it has
    been working very well for other tests so far. Here's the context setup code:
    [code]
    import reportsDirectoryModule.parsleyConfig.ParsleyConfig;
    public var context:Context;
    public var childContext:Context;
    //create base TDMSE parsley context
    this.context = ContextBuilder.newBuilder()
              .config(FlexConfig.forClass(TDMSEAppParsleyConfig))
              .object(this)
              .build();
    this.childContext = ContextBuilder
              .newSetup()
              .parent(context)
              .newBuilder()
              .config(FlexConfig.forClass(reportsDirectoryModule.parsleyConfig.ParsleyConfig))
              .build();
    [/code]
    The ReportsPrintDialog actually inherits from a base popup class called ReportsDirectoryBase which has this parsley declaration:
    [code]
    <s:TitleWindow xmlns:fx="http://ns.adobe.com/mxml/2009"
                                            xmlns:mx="library://ns.adobe.com/flex/mx"
                                            xmlns:s="library://ns.adobe.com/flex/spark"
                                            xmlns:parsley="http://www.spicefactory.org/parsley"
                                            skinClass="common.skins.TitleWindowSkin">
              <fx:Declarations>
                        <parsley:ContextBuilder id="childContext"
                                  parents="{app.module.getContext()}" domain="{app.applicationDomain}"/>
                        <parsley:Configure />
              </fx:Declarations>
              <fx:Script>
                        <![CDATA[
                                  import mx.core.FlexGlobals;
                                  [Bindable]
                                  private static var app:Object = FlexGlobals.topLevelApplication;
    [/code]
    And the 'Object of type is already managed' exception was because ReportsPrintDialog had the following Configure declaration:
    [code]
    <rdv:ReportsDirectoryBase xmlns:fx="http://ns.adobe.com/mxml/2009"
                                            xmlns:s="library://ns.adobe.com/flex/spark"
                                            xmlns:mx="library://ns.adobe.com/flex/mx"
                                      xmlns:rdv="reportsDirectoryModule.views.*"
                                            xmlns:cc="common.components.*"
                                            xmlns:parsley="http://www.spicefactory.org/parsley"
                                            title="Print Reports Confirmation"
                    width="300"
                                            creationComplete="init()"
                                            showCloseButton="true"
                                            close="closeWindow()">
              <fx:Declarations>
                        <parsley:Configure/>
              </fx:Declarations>
    [/code]
    I know this is a bit strange, but if nothing else, I'm chalking it down as a good flexunit/parsley learning experience.
    Thanks,
    Eric H

    when i change #{bindings.addorgflow.regionModel} to #{bindings.addorgflow1.regionModel} and change id ResPersonBean to ResPersonBean1 it run my jsff page

  • ADF Mobile : Could not find property inputvalue in class java.math.BigDecimal

    I tried to add an input text item to the list view like below and received an error message while navigating out of the input text field.
    "Could not find property inputvalue in class java.math.BigDecimal".
    Can someone show me some pointers about what is wrong with the below code.
    JDEV Version : 11.1.2.4
    <amx:listView var="row" value="#{bindings.Empdtls.collectionModel}"
                            fetchSize="#{bindings.Empdtls.rangeSize}" styleClass="adfmf-listView-insetList"
                            id="lv1" editMode="true">
                <amx:listItem id="li1">
                  <amx:tableLayout width="100%" id="tl1">
                    <amx:rowLayout id="rl1">
                      <amx:cellFormat width="10px" id="cf3"/>
                      <amx:cellFormat width="60%" height="43px" id="cf2">
                        <amx:outputText value="#{row.ClassCode}" id="ot3"/>
                      </amx:cellFormat>
                      <amx:cellFormat width="10px" id="cf4"/>
                      <amx:cellFormat width="40%" halign="end" id="cf1">
                        <amx:inputText value="#{row.bindings.Salary.inputValue}" simple="true" id="it41"/>
                      </amx:cellFormat>
                    </amx:rowLayout>
                  </amx:tableLayout>
                </amx:listItem>
              </amx:listView>

    Hi,
    #{row.bindings.Salary.inputValue) doesn't access a binding in ADF Mobile. Use #{row.Salary} instead.
    Frank

  • Cannot Create HttpSession Object Tomcat 4.1

    Hi,
    I have a Servlet application that works fine on my local machine but when I try to deploy it on a commercial web server the program 'freezes' when it gets to the point in the program where a HttpSession object is created it simply stops with no Exception thrown.....
    Any help would be greatly appreciated
    Thanks in advance
    Kev

    post your code..

  • Multicast VLAN Registration Cannot Create Interface in MVR Type Receiver

    Hi all:
    I tried to create MVR type receiver in the a port in switch 2960X but it pops out error that the port is in mVLAN and cannot be done.
    The port is in the same VLAN (default VLAN 1) as the ports which I have set to MVR type source. I tried other ports and they are having the same problem. Ports set to MVR type receiver are OK in the same VLAN.
    I tried to disable the VLAN 1 as a Multicast VLAN but the same problem still happens. When I create another VLAN 2 and set the port access to VLAN 2, after that set the port to MVR type receiver, it is OK. The problem is I have to set the port type source and receiver in the same VLAN, may I know how to resolve this problem?
    Many thanks!

    Very helpful document for Upgrading from 4.6C to ECC6:
    [Considerations when upgrading SAP Business Workflow from SAP R/3 4.6C to SAP ERP 6.0|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/103b1a61-294f-2a10-6491-9827479d0bf1]
    I just wish I found this BEFORE the upgrade is almost done... Would have saved me a lot of time.
    Especially check if you have program RSWDVERCNT in your system (if not, see note 1058159).
    This will check for incorrect references to data elements.
    Also check if RSWFEVTXPRA has been executed.
    Maybe your issue is related to Note 775111 - Unicode problem in BOR container?

  • How to resolve the error message "JBO-25009" in ADF table?

    Hi all,
    There is a master detail form in jsff page using adf application. Detail is represented as ADF table. In the adf Table we have 4 primary key, two foreign key from master table.
    Type of primary key in master are Big Decimal and String. When I input value in field of detail, we get error message :
    "JBO-25009: Cannot create an object of type:java.math.BigDecimal from type:java.lang.String with value:AC".
    How to make if I input value in detail table don't show the error message?
    Please let me know if you have any solution for this.
    Thanks.

    Hi Rakesh.
    I don't try insert String into Big Decimal variable. I have adf table with 5 column and 4 primary key. The type of primary key are: 1Big Decimal and 3 String.
    Now, I want to insert data to the table. when I input data to first column (primary key : Big Decimal) is work well and then I want to insert data to second column (primary key : String) with value "AC"
    but when I insert, the error message is show "JBO-25009: Cannot create an object of type:java.math.BigDecimal from type:java.lang.String with value:AC".
    Why the error message is show when I insert data to second column with type String and I have been input data with String value?
    Are the second column is remember of type first column is Big Decimal ?
    Thanks.

  • JBO-25009

    I have a JSF page in which I have an af:inputDate binded to a view object
    <af:inputDate value="#{bindings.DatImmat.inputValue}"
    label="#{bindings.DatImmat.hints.label}"
    required="#{bindings.DatImmat.hints.mandatory}"
    shortDesc="#{bindings.DatImmat.hints.tooltip}"
    id="id1" columns="11" autoSubmit="true">
    <f:validator binding="#{bindings.DatImmat.validator}"/>
    <af:convertDateTime pattern="#{bindings.DatImmat.format}"/>
    </af:inputDate>
    The problem is when I choose a date this error is shown "JBO-25009: Impossible to create an object with type oracle.jbo.domain.Date from type java.lang.String with value 15/09/2005"
    Why?

    I too have a similar problem,
    I have an input field which acts as input to 2 action buttons in the same form.
    deptId field:
    associated with 2 buttons
    getDetails :gets deptName from department table
    InsertToDb : inserts deptId into employee table
    (However there is no foreign key constraint b/w employee and department)
    getDetails works fine.
    but InsertToDb throws this error
    JBO-25009: Cannot create an object of type:java.lang.Number with value: 1006 i.e the deptID
    getdetails and InsertToDb functions are written in EJB
    Im posting the code for them.
    public List<Department> GetDetails(Number deptId) {
    Session session = getSessionFactory().acquireSession();
    Vector params = new Vector(1);
    Object obj=deptId;
    params.add(obj);
    List<Department> results =
    (List<Department>)session.executeQuery("GetDetails",
    Department.class, params);session.release();
    // The following lines of code are required if the results from this query will be mutated.
    // See SessionFactory.detach() for more information.
    results = (List<Department>)getSessionFactory().detach(results);
    return results;
    public void InsertToDb(String empName, Number deptId,
    Session session = getSessionFactory().acquireSession();
    Vector params = new Vector(3);
    params.add(empName);
    params.add(deptId);
    String query="insert into employee(emp_id,emp_name,dept_id) values(emp_seq.nextval,'"+empName+"',"+deptId+")";
    session.executeNonSelectingCall(new SQLCall(query));
    System.out.println("insert statement executed");
    System.out.println(query);
    I use Jdev 10.1.3.4
    Any help would be appreciated.
    Thanks,
    Shri

Maybe you are looking for

  • Utl file - I need to get new line for each value

    I wrote an utl_file package to generate an html file. It is working fine, however, I am having difficulty formating my output. I like to have values returned one line at a time. For instance, Name:Sam Ok area code: 407 phone: 333-4444 picture: displa

  • Is it possible to control a BSP with function keyu00B4s ?

    Good morning, I´ve got a BSP application. Now i want to change some things. I want to controll the BSP page by the function keys F1-F12. These keys should start some actions like going foreward or backward. Has so. did this bevore? Can someone help m

  • How is the callback control ID parameter determined?

    The reason I ask is that I seem to be getting unexpected results in a control callback. I have a Table control, which is then duplicated (many times) in the same position as the original. I switch between them by setting the ATTR_VISIBLE attribute on

  • Creative inspire 5.1 5200 speaker problem

    I just bought these speakers and the center speaker gives me static i tried switching the sound card and i still got static i dont know if they are broken or if im doing something wrong

  • Command of PGFP5 with Labview

    I have a problem to configurate the PGFP5 programmer with Labview, I want send Hex File to PGFP5 with serial port by using the command lod with Labview, I receive this message response from the PGFP5: lod preparing storage ...... PASS NOW loading....