Properties for rowset control JPF

I want to change the 'page x of x' text to another language.
How can I use an other propertie file for the generated rowsetcontrol pageflows
than the netui.properties in netui-util.jar?

"Bart van der Erve" <[email protected]> wrote:
>
I want to change the 'page x of x' text to another language.
How can I use an other propertie file for the generated rowsetcontrol
pageflows
than the netui.properties in netui-util.jar? I used a rather brute force solution - I created a directories inside WEB-INF/classes
directory that simulate the location of netui.properties file (com/bea/wlw/netui/util),
I put netui.properties file inside this new directory and corrected some of the
values (pager...) to get my own messages.

Similar Messages

  • How to change properties for some controls in runtime ?

    hi,
    I would like to change some of the properties for some controls in front panel in runtime. Number of control properties I want to change is depending of a log file user opens in final application.
    I attach an example where I'm trying to change the visibility of numeric controls. Problem I have I don't know which reference to connect to property node in case the control in for loop is not a numeric control. The example relies to label.text property but I could use the more generic classname property as well.  
    regards,
    petri
    Solved!
    Go to Solution.
    Attachments:
    dynamic reference.vi ‏11 KB

    pcardinale wrote:
    Initially, a control has no caption.  It's not just that the caption string is empty and the caption not visible, but the caption object does not exist.
    I think this should probably be changed in future versions, because even if each control had a caption, it would still be a negligible small part of the VI. The current behavior made sense many years ago where HD and memory space was very precious. Not any more!
    This issue comes up often enough that it warrants addressing the root of the problem.
    It is hard to convince the casual that the caption does not exist if he can simply do a "show caption" at edit time and it will show in all glory, even with the default set to the current label. It is confusing!
    There is even an idea about this that seems worth supporting (also read the link in the discussion).
    What do you think?
    LabVIEW Champion . Do more with less code and in less time .

  • Screen Variant for table control in FB60

    Hi ,
    I need to create variant to show Quantity and Base Unit of Measure columns in the table control which is available at the first screen of FB60 . I tried using the option screen variant - > create variant. i couldnt see the options of colmuns properties for table control on click that small icon available at the right conner. Pls guide.
    Thanks

    In transaction SHD0 you need to create a new variant.
    After that you will be taken into FB60.
    Press Enter as if you are trying to process vendor invoice. It will take you to a screen "Screen values    1100 Program  SAPMF05A"
    There you will have 3 columns Output only, Invisible and Mandatory.
    Select as you want.
    Just try out carefully, you will be able to get the desired result.
    It is very difficult to guide you in details.
    Please let me know if you face any problems.
    Rgds,
    Harmees

  • IAnywhere JDBC vs. jConnect 5.5 / RowSet Control Functionality

    (First, I apologize for this enourmous post)
    First, my specs:
    I am using WebLogic Platform 8.1 SP4 on Windows 2000 Professional. I am using iAnywhere's (a Sybase company) Adaptive Server Anywhere 9.0.2 using jConnect 5.5 in one domain and iAnywhere JDBC driver in another.
    Second, my problem:
    I am using WL Workshop 8.1 to create a RowSet control within a Web Project. I'm then creating a JPF from the RowSet control. I'm following directions from the documentation from the Rapid Application Development class that I took where it references "creating a CRUD application". I'm having different problems depending on the driver I'm using.
    With jConnect: When I create the RowSet control, this outputs on my Admin Console:
    <May 3, 2005 12:09:47 PM EDT> <Warning> <RMI> <BEA-080003> <RuntimeException thr
    own by rmi server: weblogic.jdbc.rmi.internal.ResultSetMetaDataImpl.getTableName
    (I)
    com.sybase.jdbc2.utils.UnimplementedOperationException: The method com.sybase.j
    dbc2.tds.RowFormatToken.getTableName has not been completed and should not be ca
    lled..
    com.sybase.jdbc2.utils.UnimplementedOperationException: The method com.sybase.jd
    bc2.tds.RowFormatToken.getTableName has not been completed and should not be cal
    led.
    at com.sybase.jdbc2.jdbc.ErrorMessage.raiseRuntimeException(Ljava.lang.S
    tring;[Ljava.lang.String;)V(ErrorMessage.java:773)
    at com.sybase.jdbc2.utils.Debug.notImplemented(Ljava.lang.Object;Ljava.l
    ang.String;)V(Debug.java:387)
    at com.sybase.jdbc2.tds.RowFormatToken.getTableName(I)Ljava.lang.String;
    (RowFormatToken.java:523)
    at weblogic.jdbc.wrapper.ResultSetMetaData_com_sybase_jdbc2_tds_RowForma
    tToken.getTableName(I)Ljava.lang.String;(Unknown Source)
    at weblogic.jdbc.rmi.internal.ResultSetMetaDataImpl.getTableName(I)Ljava
    .lang.String;(ResultSetMetaDataImpl.java:132)
    at weblogic.jdbc.rmi.internal.ResultSetMetaDataImpl_WLSkel.invoke(ILwebl
    ogic.rmi.spi.InboundRequest;Lweblogic.rmi.spi.OutboundResponse;Ljava.lang.Object
    ;)Lweblogic.rmi.spi.OutboundResponse;(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(Lweblogic.rmi.extensions.
    server.RuntimeMethodDescriptor;Lweblogic.rmi.spi.InboundRequest;Lweblogic.rmi.sp
    i.OutboundResponse;)V(BasicServerRef.java:477)
    at weblogic.rmi.internal.BasicServerRef$1.run()Ljava.lang.Object;(BasicS
    erverRef.java:420)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.se
    curity.subject.AbstractSubject;Ljava.security.PrivilegedExceptionAction;)Ljava.l
    ang.Object;(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.ac
    l.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSub
    ject;Ljava.security.PrivilegedExceptionAction;)Ljava.lang.Object;(SecurityManage
    r.java:147)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(Lweblogic.rmi.spi.
    InboundRequest;)V(BasicServerRef.java:415)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(Lweblogic.kernel.Ex
    ecuteThread;)V(BasicExecuteRequest.java:30)
    at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest
    ;)V(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
    at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Sourc
    e)
    >
    <May 3, 2005 12:09:47 PM EDT> <Warning> <RMI> <BEA-080003> <RuntimeException thr
    own by rmi server: weblogic.jdbc.rmi.internal.ResultSetMetaDataImpl.getCatalogNa
    me(I)
    com.sybase.jdbc2.utils.UnimplementedOperationException: The method com.sybase.j
    dbc2.tds.RowFormatToken.getCatalogName has not been completed and should not be
    called..
    com.sybase.jdbc2.utils.UnimplementedOperationException: The method com.sybase.jd
    bc2.tds.RowFormatToken.getCatalogName has not been completed and should not be c
    alled.
    at com.sybase.jdbc2.jdbc.ErrorMessage.raiseRuntimeException(Ljava.lang.S
    tring;[Ljava.lang.String;)V(ErrorMessage.java:773)
    at com.sybase.jdbc2.utils.Debug.notImplemented(Ljava.lang.Object;Ljava.l
    ang.String;)V(Debug.java:387)
    at com.sybase.jdbc2.tds.RowFormatToken.getCatalogName(I)Ljava.lang.Strin
    g;(RowFormatToken.java:540)
    at weblogic.jdbc.wrapper.ResultSetMetaData_com_sybase_jdbc2_tds_RowForma
    tToken.getCatalogName(I)Ljava.lang.String;(Unknown Source)
    at weblogic.jdbc.rmi.internal.ResultSetMetaDataImpl.getCatalogName(I)Lja
    va.lang.String;(ResultSetMetaDataImpl.java:140)
    at weblogic.jdbc.rmi.internal.ResultSetMetaDataImpl_WLSkel.invoke(ILwebl
    ogic.rmi.spi.InboundRequest;Lweblogic.rmi.spi.OutboundResponse;Ljava.lang.Object
    ;)Lweblogic.rmi.spi.OutboundResponse;(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(Lweblogic.rmi.extensions.
    server.RuntimeMethodDescriptor;Lweblogic.rmi.spi.InboundRequest;Lweblogic.rmi.sp
    i.OutboundResponse;)V(BasicServerRef.java:477)
    at weblogic.rmi.internal.BasicServerRef$1.run()Ljava.lang.Object;(BasicS
    erverRef.java:420)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.se
    curity.subject.AbstractSubject;Ljava.security.PrivilegedExceptionAction;)Ljava.l
    ang.Object;(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.ac
    l.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSub
    ject;Ljava.security.PrivilegedExceptionAction;)Ljava.lang.Object;(SecurityManage
    r.java:147)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(Lweblogic.rmi.spi.
    InboundRequest;)V(BasicServerRef.java:415)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(Lweblogic.kernel.Ex
    ecuteThread;)V(BasicExecuteRequest.java:30)
    at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest
    ;)V(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
    at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Sourc
    e)
    >
    <May 3, 2005 12:09:47 PM EDT> <Warning> <RMI> <BEA-080003> <RuntimeException thr
    own by rmi server: weblogic.jdbc.rmi.internal.ResultSetMetaDataImpl.getSchemaNam
    e(I)
    com.sybase.jdbc2.utils.UnimplementedOperationException: The method com.sybase.j
    dbc2.tds.RowFormatToken.getSchemaName has not been completed and should not be c
    alled..
    com.sybase.jdbc2.utils.UnimplementedOperationException: The method com.sybase.jd
    bc2.tds.RowFormatToken.getSchemaName has not been completed and should not be ca
    lled.
    at com.sybase.jdbc2.jdbc.ErrorMessage.raiseRuntimeException(Ljava.lang.S
    tring;[Ljava.lang.String;)V(ErrorMessage.java:773)
    at com.sybase.jdbc2.utils.Debug.notImplemented(Ljava.lang.Object;Ljava.l
    ang.String;)V(Debug.java:387)
    at com.sybase.jdbc2.tds.RowFormatToken.getSchemaName(I)Ljava.lang.String
    ;(RowFormatToken.java:499)
    at weblogic.jdbc.wrapper.ResultSetMetaData_com_sybase_jdbc2_tds_RowForma
    tToken.getSchemaName(I)Ljava.lang.String;(Unknown Source)
    at weblogic.jdbc.rmi.internal.ResultSetMetaDataImpl.getSchemaName(I)Ljav
    a.lang.String;(ResultSetMetaDataImpl.java:108)
    at weblogic.jdbc.rmi.internal.ResultSetMetaDataImpl_WLSkel.invoke(ILwebl
    ogic.rmi.spi.InboundRequest;Lweblogic.rmi.spi.OutboundResponse;Ljava.lang.Object
    ;)Lweblogic.rmi.spi.OutboundResponse;(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(Lweblogic.rmi.extensions.
    server.RuntimeMethodDescriptor;Lweblogic.rmi.spi.InboundRequest;Lweblogic.rmi.sp
    i.OutboundResponse;)V(BasicServerRef.java:477)
    at weblogic.rmi.internal.BasicServerRef$1.run()Ljava.lang.Object;(BasicS
    erverRef.java:420)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.se
    curity.subject.AbstractSubject;Ljava.security.PrivilegedExceptionAction;)Ljava.l
    ang.Object;(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.ac
    l.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSub
    ject;Ljava.security.PrivilegedExceptionAction;)Ljava.lang.Object;(SecurityManage
    r.java:147)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(Lweblogic.rmi.spi.
    InboundRequest;)V(BasicServerRef.java:415)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(Lweblogic.kernel.Ex
    ecuteThread;)V(BasicExecuteRequest.java:30)
    at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest
    ;)V(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
    at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Sourc
    e)
    >
    I have created the "stored procedures" in my database by running the sql_asa.sql script as directed by the jConnect 5.5 documentation. The weird thing though is that when I run my test browser, everything seems to be working despite the errors above. Are these errors something to be concerned about?
    Now, with the iAnywhere JDBC driver, when I do the same thing, I get no errors on my console during the RowSet control creation, but when I run the application with the test browser and start navigating the JPF, I eventually get two errors in the browser itself:
    When I click Insert (from the grid) and then click Cancel, my browser gives this error:
    An error has occurred:
    An exception occurred in the action begin
    [Microsoft][ODBC Driver Manager] Invalid argument value
    Afterwards, I click the Back button twice on the test browser and it gives this error:
    An error has occurred:
    An exception occurred in the action begin
    [Sybase][ODBC Driver]Invalid cursor state
    The Console reads like this:
    <May 17, 2005 4:12:05 PM EDT> <Warning> <WLW> <000000> <Id=top-level; Method=con
    trols.Newjcx11.getAllEmployee04(); Failure=java.sql.SQLException: [Microsoft][OD
    BC Driver Manager] Invalid argument value [ServiceException]>
    WARNING: The primary key map could not find a primary key parameter under the re
    quest key "_autoscope__rowId".
    <May 17, 2005 4:16:55 PM EDT> <Warning> <WLW> <000000> <Id=top-level; Method=con
    trols.Newjcx11.getAllEmployee04(); Failure=java.sql.SQLException: [Sybase][ODBC
    Driver]Invalid cursor state [ServiceException]>
    In addition, using both drivers, I get similar errors on my console when I run the application and while I navigate the JPF:
    <May 17, 2005 2:31:17 PM EDT> <Error> <WLW> <000000> <unknown database type foun
    d. datbase name = Adaptive Server Anywhere, database driver name = jConnect (TM)
    for JDBC (TM)>
    (SAME ERROR ABOVE OUTPUTS WITH THE iAnywhere JDBC driver, the values are just different)
    AND...
    WARNING: The primary key map could not find a primary key parameter under the re
    quest key "_autoscope__rowId".
    Any feedback on this would be appreciated... I've done a lot of newsgroup searching and google'ing and really haven't found any help...
    Anthony

    Hi. I'm sorry to say the problem is that the RowSet implementation
    assumes the driver has implemented all the JDBC 2.0 methods, and
    the Sybase ASA driver hasn't so it blows chunks when we call them.
    If you can use the ASE jconnect type-4 driver for ASA, maybe it will
    work?
    Joe
    Anthony Mangione wrote:
    (First, I apologize for this enourmous post)
    First, my specs:
    I am using WebLogic Platform 8.1 SP4 on Windows 2000 Professional. I am using iAnywhere's (a Sybase company) Adaptive Server Anywhere 9.0.2 using jConnect 5.5 in one domain and iAnywhere JDBC driver in another.
    Second, my problem:
    I am using WL Workshop 8.1 to create a RowSet control within a Web Project. I'm then creating a JPF from the RowSet control. I'm following directions from the documentation from the Rapid Application Development class that I took where it references "creating a CRUD application". I'm having different problems depending on the driver I'm using.
    With jConnect: When I create the RowSet control, this outputs on my Admin Console:
    <May 3, 2005 12:09:47 PM EDT> <Warning> <RMI> <BEA-080003> <RuntimeException thr
    own by rmi server: weblogic.jdbc.rmi.internal.ResultSetMetaDataImpl.getTableName
    (I)
    com.sybase.jdbc2.utils.UnimplementedOperationException: The method com.sybase.j
    dbc2.tds.RowFormatToken.getTableName has not been completed and should not be ca
    lled..
    com.sybase.jdbc2.utils.UnimplementedOperationException: The method com.sybase.jd
    bc2.tds.RowFormatToken.getTableName has not been completed and should not be cal
    led.
    at com.sybase.jdbc2.jdbc.ErrorMessage.raiseRuntimeException(Ljava.lang.S
    tring;[Ljava.lang.String;)V(ErrorMessage.java:773)
    at com.sybase.jdbc2.utils.Debug.notImplemented(Ljava.lang.Object;Ljava.l
    ang.String;)V(Debug.java:387)
    at com.sybase.jdbc2.tds.RowFormatToken.getTableName(I)Ljava.lang.String;
    (RowFormatToken.java:523)
    at weblogic.jdbc.wrapper.ResultSetMetaData_com_sybase_jdbc2_tds_RowForma
    tToken.getTableName(I)Ljava.lang.String;(Unknown Source)
    at weblogic.jdbc.rmi.internal.ResultSetMetaDataImpl.getTableName(I)Ljava
    .lang.String;(ResultSetMetaDataImpl.java:132)
    at weblogic.jdbc.rmi.internal.ResultSetMetaDataImpl_WLSkel.invoke(ILwebl
    ogic.rmi.spi.InboundRequest;Lweblogic.rmi.spi.OutboundResponse;Ljava.lang.Object
    ;)Lweblogic.rmi.spi.OutboundResponse;(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(Lweblogic.rmi.extensions.
    server.RuntimeMethodDescriptor;Lweblogic.rmi.spi.InboundRequest;Lweblogic.rmi.sp
    i.OutboundResponse;)V(BasicServerRef.java:477)
    at weblogic.rmi.internal.BasicServerRef$1.run()Ljava.lang.Object;(BasicS
    erverRef.java:420)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.se
    curity.subject.AbstractSubject;Ljava.security.PrivilegedExceptionAction;)Ljava.l
    ang.Object;(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.ac
    l.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSub
    ject;Ljava.security.PrivilegedExceptionAction;)Ljava.lang.Object;(SecurityManage
    r.java:147)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(Lweblogic.rmi.spi.
    InboundRequest;)V(BasicServerRef.java:415)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(Lweblogic.kernel.Ex
    ecuteThread;)V(BasicExecuteRequest.java:30)
    at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest
    ;)V(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
    at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Sourc
    e)
    <May 3, 2005 12:09:47 PM EDT> <Warning> <RMI> <BEA-080003> <RuntimeException thr
    own by rmi server: weblogic.jdbc.rmi.internal.ResultSetMetaDataImpl.getCatalogNa
    me(I)
    com.sybase.jdbc2.utils.UnimplementedOperationException: The method com.sybase.j
    dbc2.tds.RowFormatToken.getCatalogName has not been completed and should not be
    called..
    com.sybase.jdbc2.utils.UnimplementedOperationException: The method com.sybase.jd
    bc2.tds.RowFormatToken.getCatalogName has not been completed and should not be c
    alled.
    at com.sybase.jdbc2.jdbc.ErrorMessage.raiseRuntimeException(Ljava.lang.S
    tring;[Ljava.lang.String;)V(ErrorMessage.java:773)
    at com.sybase.jdbc2.utils.Debug.notImplemented(Ljava.lang.Object;Ljava.l
    ang.String;)V(Debug.java:387)
    at com.sybase.jdbc2.tds.RowFormatToken.getCatalogName(I)Ljava.lang.Strin
    g;(RowFormatToken.java:540)
    at weblogic.jdbc.wrapper.ResultSetMetaData_com_sybase_jdbc2_tds_RowForma
    tToken.getCatalogName(I)Ljava.lang.String;(Unknown Source)
    at weblogic.jdbc.rmi.internal.ResultSetMetaDataImpl.getCatalogName(I)Lja
    va.lang.String;(ResultSetMetaDataImpl.java:140)
    at weblogic.jdbc.rmi.internal.ResultSetMetaDataImpl_WLSkel.invoke(ILwebl
    ogic.rmi.spi.InboundRequest;Lweblogic.rmi.spi.OutboundResponse;Ljava.lang.Object
    ;)Lweblogic.rmi.spi.OutboundResponse;(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(Lweblogic.rmi.extensions.
    server.RuntimeMethodDescriptor;Lweblogic.rmi.spi.InboundRequest;Lweblogic.rmi.sp
    i.OutboundResponse;)V(BasicServerRef.java:477)
    at weblogic.rmi.internal.BasicServerRef$1.run()Ljava.lang.Object;(BasicS
    erverRef.java:420)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.se
    curity.subject.AbstractSubject;Ljava.security.PrivilegedExceptionAction;)Ljava.l
    ang.Object;(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.ac
    l.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSub
    ject;Ljava.security.PrivilegedExceptionAction;)Ljava.lang.Object;(SecurityManage
    r.java:147)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(Lweblogic.rmi.spi.
    InboundRequest;)V(BasicServerRef.java:415)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(Lweblogic.kernel.Ex
    ecuteThread;)V(BasicExecuteRequest.java:30)
    at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest
    ;)V(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
    at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Sourc
    e)
    <May 3, 2005 12:09:47 PM EDT> <Warning> <RMI> <BEA-080003> <RuntimeException thr
    own by rmi server: weblogic.jdbc.rmi.internal.ResultSetMetaDataImpl.getSchemaNam
    e(I)
    com.sybase.jdbc2.utils.UnimplementedOperationException: The method com.sybase.j
    dbc2.tds.RowFormatToken.getSchemaName has not been completed and should not be c
    alled..
    com.sybase.jdbc2.utils.UnimplementedOperationException: The method com.sybase.jd
    bc2.tds.RowFormatToken.getSchemaName has not been completed and should not be ca
    lled.
    at com.sybase.jdbc2.jdbc.ErrorMessage.raiseRuntimeException(Ljava.lang.S
    tring;[Ljava.lang.String;)V(ErrorMessage.java:773)
    at com.sybase.jdbc2.utils.Debug.notImplemented(Ljava.lang.Object;Ljava.l
    ang.String;)V(Debug.java:387)
    at com.sybase.jdbc2.tds.RowFormatToken.getSchemaName(I)Ljava.lang.String
    ;(RowFormatToken.java:499)
    at weblogic.jdbc.wrapper.ResultSetMetaData_com_sybase_jdbc2_tds_RowForma
    tToken.getSchemaName(I)Ljava.lang.String;(Unknown Source)
    at weblogic.jdbc.rmi.internal.ResultSetMetaDataImpl.getSchemaName(I)Ljav
    a.lang.String;(ResultSetMetaDataImpl.java:108)
    at weblogic.jdbc.rmi.internal.ResultSetMetaDataImpl_WLSkel.invoke(ILwebl
    ogic.rmi.spi.InboundRequest;Lweblogic.rmi.spi.OutboundResponse;Ljava.lang.Object
    ;)Lweblogic.rmi.spi.OutboundResponse;(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(Lweblogic.rmi.extensions.
    server.RuntimeMethodDescriptor;Lweblogic.rmi.spi.InboundRequest;Lweblogic.rmi.sp
    i.OutboundResponse;)V(BasicServerRef.java:477)
    at weblogic.rmi.internal.BasicServerRef$1.run()Ljava.lang.Object;(BasicS
    erverRef.java:420)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.se
    curity.subject.AbstractSubject;Ljava.security.PrivilegedExceptionAction;)Ljava.l
    ang.Object;(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.ac
    l.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSub
    ject;Ljava.security.PrivilegedExceptionAction;)Ljava.lang.Object;(SecurityManage
    r.java:147)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(Lweblogic.rmi.spi.
    InboundRequest;)V(BasicServerRef.java:415)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(Lweblogic.kernel.Ex
    ecuteThread;)V(BasicExecuteRequest.java:30)
    at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest
    ;)V(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
    at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Sourc
    e)
    I have created the "stored procedures" in my database by running the sql_asa.sql script as directed by the jConnect 5.5 documentation. The weird thing though is that when I run my test browser, everything seems to be working despite the errors above. Are these errors something to be concerned about?
    Now, with the iAnywhere JDBC driver, when I do the same thing, I get no errors on my console during the RowSet control creation, but when I run the application with the test browser and start navigating the JPF, I eventually get two errors in the browser itself:
    When I click Insert (from the grid) and then click Cancel, my browser gives this error:
    An error has occurred:
    An exception occurred in the action begin
    [Microsoft][ODBC Driver Manager] Invalid argument value
    Afterwards, I click the Back button twice on the test browser and it gives this error:
    An error has occurred:
    An exception occurred in the action begin
    [Sybase][ODBC Driver]Invalid cursor state
    The Console reads like this:
    <May 17, 2005 4:12:05 PM EDT> <Warning> <WLW> <000000> <Id=top-level; Method=con
    trols.Newjcx11.getAllEmployee04(); Failure=java.sql.SQLException: [Microsoft][OD
    BC Driver Manager] Invalid argument value [ServiceException]>
    WARNING: The primary key map could not find a primary key parameter under the re
    quest key "_autoscope__rowId".
    <May 17, 2005 4:16:55 PM EDT> <Warning> <WLW> <000000> <Id=top-level; Method=con
    trols.Newjcx11.getAllEmployee04(); Failure=java.sql.SQLException: [Sybase][ODBC
    Driver]Invalid cursor state [ServiceException]>
    In addition, using both drivers, I get similar errors on my console when I run the application and while I navigate the JPF:
    <May 17, 2005 2:31:17 PM EDT> <Error> <WLW> <000000> <unknown database type foun
    d. datbase name = Adaptive Server Anywhere, database driver name = jConnect (TM)
    for JDBC (TM)>
    (SAME ERROR ABOVE OUTPUTS WITH THE iAnywhere JDBC driver, the values are just different)
    AND...
    WARNING: The primary key map could not find a primary key parameter under the re
    quest key "_autoscope__rowId".
    Any feedback on this would be appreciated... I've done a lot of newsgroup searching and google'ing and really haven't found any help...
    Anthony

  • What are the XFA properties for a drop-down list?

    I am having trouble distinguishing between the "Text" and "Value" for a drop down list.
    I have a data drop-down list that is being populated by a database at runtime. I am using the "addItem" event while looping though the recordset. The "addItem" event takes 2 parameters:
    param1: A valid string representing the value to display in the field.
    param2: (Optional) A valid string representing the new items bound value. If empty, the default value is an empty string.
    What is the corresponding XFA properties for param1 and param2?
    If I want to reference "param2" somewhere else in the form, is it dropDownList.rawValue? is it dropDownList.value?

    reviewed the sample.zip form and xml file. The XML format is different from my file. Your file has one field named "item" with 3 records. <br /><data> <br />- <field> <br />  <item>1</item> <br />  <item>2</item> <br />  <item>3</item> <br />  </field> <br />  </data> <br /><br />My XML file has multiple fields and records. I need to populate the dropdown list with 1 field from XML file/DataConnection and bind the remainder of the DataConnection fields to the form fields. How can I achieve above with the sample example? <br />This is a portion of my xml file. <br /><?xml version = '1.0'?> <br /><ROWSET> <br />   <ROW num="1"> <br />      <ORG_OPER_NAME> U. S. OIL AND GAS, INC.</ORG_OPER_NAME> <br />      <ORGANIZATION_ID>6285</ORGANIZATION_ID> <br />      <OPERATION_TYPE_CODE>01</OPERATION_TYPE_CODE> <br />      <ORGOP_LINE_ID>1</ORGOP_LINE_ID> <br />      <ADDRESS1>P. O. BOX 9158</ADDRESS1> <br />      <CITY>HOUMA</CITY> <br />      <STATE>LA</STATE> <br />      <ZIP>703610000</ZIP> <br />      <CONTACT_NAME>ANTHONY P. AUTHEMENT</CONTACT_NAME> <br />      <PHONE_NUM>9858764651</PHONE_NUM> <br />   </ROW> <br />   <ROW num="2"> <br />      <ORG_OPER_NAME>103 TRUCK STOP, INC. </ORG_OPER_NAME> <br />      <ORGANIZATION_ID>101152</ORGANIZATION_ID> <br />      <OPERATION_TYPE_CODE>13</OPERATION_TYPE_CODE> <br />      <ORGOP_LINE_ID>1</ORGOP_LINE_ID> <br />      <ADDRESS1>4007 WHITE'S FERRY RD. </ADDRESS1> <br />      <CITY>WEST MONROE</CITY> <br />      <STATE>LA</STATE> <br />      <ZIP>712910000</ZIP> <br />      <CONTACT_NAME>103 TRUCK STOP, INC. </CONTACT_NAME> <br />      <PHONE_NUM>3183966200</PHONE_NUM> <br />   </ROW> <br />   <ROW num="3"> <br />      <ORG_OPER_NAME>3 S COMPANY</ORG_OPER_NAME> <br />      <ORGANIZATION_ID>5699</ORGANIZATION_ID> <br />      <OPERATION_TYPE_CODE>01</OPERATION_TYPE_CODE> <br />      <ORGOP_LINE_ID>1</ORGOP_LINE_ID> <br />      <ADDRESS1>RR #2, BOX 99</ADDRESS1> <br />      <CITY>EUREKA SPRINGS</CITY> <br />      <STATE>AR</STATE> <br />      <ZIP>726320000</ZIP> <br />      <CONTACT_NAME>NO CONTACT GIVEN</CONTACT_NAME> <br />   </ROW> <br />   <ROW num="4"> <br />      <ORG_OPER_NAME>3-T EXPLORATION, INC.</ORG_OPER_NAME> <br />      <ORGANIZATION_ID>6847</ORGANIZATION_ID> <br />      <OPERATION_TYPE_CODE>01</OPERATION_TYPE_CODE> <br />      <ORGOP_LINE_ID>1</ORGOP_LINE_ID> <br />      <ADDRESS1>BANKONE TOWER</ADDRESS1> <br />      <CITY>WICHITA FALLS</CITY> <br />      <STATE>TX</STATE> <br />      <ZIP>763082825</ZIP> <br />      <CONTACT_NAME>NO CONTACT GIVEN</CONTACT_NAME> <br />   </ROW> <br />   <ROW num="5"> <br />      <ORG_OPER_NAME>3-T OIL CO. INC.</ORG_OPER_NAME> <br />      <ORGANIZATION_ID>6395</ORGANIZATION_ID> <br />      <OPERATION_TYPE_CODE>01</OPERATION_TYPE_CODE> <br />      <ORGOP_LINE_ID>1</ORGOP_LINE_ID> <br />      <ADDRESS1>RT. 1, BOX 81</ADDRESS1> <br />      <CITY>WEIRGATE</CITY> <br />      <STATE>TX</STATE> <br />      <ZIP>759770000</ZIP> <br />      <CONTACT_NAME>NO CONTACT GIVEN</CONTACT_NAME> <br />   </ROW> <br /></ROWSET>

  • How to set default Header and Footer properties for PDF

    Hi,
    Currently we are manually setting the 'PDF and Print Control' properties for each and every dashboard. We understand that print pdf properties are controlled by pdfstyle.fst file under $SAROOTDIR\web\app\res\s_oracle10\b_mozilla_4 but don't have the exact property names to include in header and footer section.
    By default, we want to include company logo, the saved name of the report/dashboard tab and created time in the header. And page# in the footer.
    Where can we set these and what properties names should be used in order for these to be set for every new request/dashboard that is created.
    Thanks and Regards

    Hi,
    I created one request with logo in the header an page in the footer etc. and called StyleSheet. After you can import this formats by each request.
    You can do this in compound layout.
    Regards,
    Stefan

  • How to disable Query for single controls in a Form Applet?

    Hi All,
    this should be so simple, but seems like I don't get it at the moment.
    I have a Form Applet in HI Mode and want to disable the possibility to Query on certain fields. these are Calculated fields and querying will most likely crash the application due to heavy performance impact. They should be for displaying only. How to do that? I have searched for Applet Control User Properties and such stuff but couldn't find one.
    Thx

    Hi Siebelade thanks for your reply,
    in the meantime I managed to do it using a BusComp Field User Property called "DisableSearch". If you set this to "TRUE" for the desired fields, the user will receive an error message when trying to query for these fields.
    Benny

  • How do I change the default properties for Replace(Ins)?

    Acrobat Pro X
    Comment tools: Annotations
    All tool icons EXCEPT Replace(Ins) show "Tool Default Properties" as an option when right-clicked.  When I right-click a particular replacement in the document and select "Properties," there is no option to set current as default.
    So, how do I change the default properties for this annotation tool?  I need to change the Author and the color.
    Thanks,
    Nancy

    Create customized controls for your graphs and controls and setup your favorite attributes .
    Use your custom controls instead of the canned controls.
    Do a search on UI and you will find a community that already created custom controls.
    Visualize the Solution
    CLA
    LabVIEW, LabVIEW FPGA

  • Urgent!!!!Add a Horizontal Scroll Bar for Table Control

    Hi Experts,
    I want to have a Horizontal Scroll Bar on my Table control.
    I tried with few properties for the Table UI Element but not able to solve it.
    If any one who had already done this please help me out.
    Thanks in advance..
    Regards, Kishore K

    HI Koen,
    Thanks for early Reply.
    When I use this I get
    Page Down ( ->!!, Arrown with lines pointing Down)
    Page UP
    Page Top    ( ->, Arrown with lines pointing Top)
    Page Down ( ->, Arrown with lines pointing Down)
    But I need only Page top and Page down for this Table UI .
    I think my question is clear enough.
    Please let me know this also.
    Thanks & Regards,
    Kishore K

  • Data Binding for Custom Controls?

    Hello,
    I'm a little bit confused of how to use databinding for custom controls.
    I know i can bind a property, as seen here http://help.sap.com/saphelp_uiaddon10/helpdata/en/91/f0f3cd6f4d1014b6dd926db0e91070/content.htm, but how can I map whole arrays?
    My problem is the following:
    I want to create a custom table control in SAPUI5 (as the default one doesn't provide the neccessary options and properties I need), but I can't seem to find an example how to bind "rows".
    There has to be a way to do this properly. All I can think of now, and implemented, is, passing the name of the variable in the model...
    var x = new my.controls.complex.table({data: "/status"});
    var row1 = new my.controls.complex.columnHeaderRow();
    row1.addColumn(new my.controls.complex.column({text: "", rowspan: "2", colspan: "1", content: "FIRST_COL"}));
    x.addColumnsRow(row1);
    x.placeAt("content");
    ...my JSON/model looks like:
    { "status": [ {"FIRST_COL": "a" , ...}, {"FIRST_COL": "b", ... }, ... ], ... }
    (which should translate into /status/0/FIRST_COL, /status/1/FIRST_COL, ... AFAIK)
    ... and then I use this variable name by getting the application-wide model and use the variable passed as key for the model... (please note, this code is just a snippet)
           var sapCore = sap.ui.getCore();
                if (sapCore !== undefined) {
                 var model = sapCore.getModel().getObject();
                 if (model === undefined || model == [] || model == null){ } else {
                  $.each(model, function(idx, item){
                   $.each(oControl.getColumnsRows(), function(idx, item2) {
                    $.each(item2.getColumns(), function(idx, item3){
                     var content = item3.getContent();
                     if (content !== undefined && content != ""){
                      outpLine = outpLine + "<td>" + model[idx][content] + "</td>";
    ...which still leaves me with the problem of to get an event to react to re-render on changes within the data model, as well as when there would be just an control-specific model, or just a sub-node within a model etc.
    So my question is:
    Is there a way/best practice to define data binding in a custom control and have a way to react on it, and how to react on data changes within a custom control?
    Thanks & KR
    Chris

    I create a entirely new control, from sap.ui.core.Control.
    sap.ui.core.Control.extend("my.controls.complex.table",{... });
    I did define a aggregation...
            aggregations : { columnsRows: {type : "my.controls.complex.columnRow", multiple : true, visibility: "public"}     },
    ...yet I'm still unclear how I work with this aggregation and databinding. I know we can use the bindAggreation functionallity, but since the aggregation is a object (my.control.complex.columnRow) I don't know how my JSON model should be able to bind to that aggregation (as well as how would one be able to cascade a aggregation like this down futher? For example if there is an aggregation in the object of my aggregation?), plus it still doesn't solve my problem of how I can react (for example redraw) on model changes.
    Thanks in advance,
    Chris

  • Struts PgFlow error using a RowSet control in WL 8.1 SP1

    I created a RowSet Control within an existing WAR and setup a PgFlow process to CRUD my linked datasource.
              When i run or view the pageflow it builds and deploys fine and I am able to view the generated main grid.jsp containing all my data in the connected datasource. I can click the 'Details' link and view the details of that specifci row in the connected datasource as well. BUT when i try to UPDATE or INSERT it throws the following error:
              ####<Apr 7, 2005 9:37:46 AM PDT> <Error> <HTTP> <CL2K-RMORTON> <csaDevServer8> <ExecuteThread: '14' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-101017> <[ServletContext(id=10511735,name=busAdminWAR,context-path=/busAdminWAR)] Root cause of ServletException.
              java.lang.NoClassDefFoundError: org/apache/struts/action/ActionForm
                   at com.bea.wlw.netui.util.PopulateContextHelper.populate(PopulateContextHelper.java:75)
                   at com.bea.wlw.netui.util.PopulateContextHelper.populate(PopulateContextHelper.java:52)
                   at com.bea.wlw.netui.tags.AbstractBaseTag.populateAvailableContexts(AbstractBaseTag.java:231)
                   at com.bea.wlw.netui.tags.AbstractBaseTag.evaluateExpressionInternal(AbstractBaseTag.java:424)
                   at com.bea.wlw.netui.tags.AbstractBaseTag.evaluateExpression(AbstractBaseTag.java:239)
                   at com.bea.wlw.netui.tags.html.ParameterMap.setMap(ParameterMap.java:91)
                   at jsp_servlet._test._testpgflow.__updatehrcempcomp._jspService(updateHrcEmpComp.jsp:20)
                   at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
                   at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1053)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:387)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:431)
                   at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
                   at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
                   at com.bea.wlw.netui.pageflow.PageFlowJspFilter.doFilter(PageFlowJspFilter.java:185)
                   at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
                   at weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(RequestDispatcherImpl.java:385)
                   at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
                   at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
                   at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:286)
                   at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.superForward(PageFlowRequestProcessor.java:1017)
                   at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor$DefaultHttpRedirector.forward(PageFlowRequestProcessor.java:1033)
                   at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.doForward(PageFlowRequestProcessor.java:912)
                   at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.processForwardConfig(PageFlowRequestProcessor.java:806)
                   at org.apache.struts.action.RequestProcessor.processActionForward(RequestProcessor.java:401)
                   at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
                   at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:429)
                   at com.bea.wlw.netui.pageflow.DynamicSubappActionServlet.process(DynamicSubappActionServlet.java:405)
                   at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:502)
                   at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
                   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
                   at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1053)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:387)
                   at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
                   at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
                   at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6316)
                   at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
                   at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
                   at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3622)
                   at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2569)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
              The class its looking for is within the struts.jar within the WEB-INF/lib directory of the WAR, so not sure why it cannot find it...
              I did some research and the other possibility that this error its being thrown is that the class is conflicting with another in some other .jar. I did a search and only found the one??
              So....i tried recreating a completely NEW .EAR and .WAR within that EAR and deployed it on the same DOMAIN server as my EAR/WAR above..and i was able to successfully CRUD the data on my connected datasource.
              So....WHY in the heck can't I run this WAR/process in my existing app? do i have to create it in a completely seperate .EAR?????
              please help!
              Thanks,
              -Rusty

    I created a RowSet Control within an existing WAR and setup a PgFlow process to CRUD my linked datasource.
              When i run or view the pageflow it builds and deploys fine and I am able to view the generated main grid.jsp containing all my data in the connected datasource. I can click the 'Details' link and view the details of that specifci row in the connected datasource as well. BUT when i try to UPDATE or INSERT it throws the following error:
              ####<Apr 7, 2005 9:37:46 AM PDT> <Error> <HTTP> <CL2K-RMORTON> <csaDevServer8> <ExecuteThread: '14' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-101017> <[ServletContext(id=10511735,name=busAdminWAR,context-path=/busAdminWAR)] Root cause of ServletException.
              java.lang.NoClassDefFoundError: org/apache/struts/action/ActionForm
                   at com.bea.wlw.netui.util.PopulateContextHelper.populate(PopulateContextHelper.java:75)
                   at com.bea.wlw.netui.util.PopulateContextHelper.populate(PopulateContextHelper.java:52)
                   at com.bea.wlw.netui.tags.AbstractBaseTag.populateAvailableContexts(AbstractBaseTag.java:231)
                   at com.bea.wlw.netui.tags.AbstractBaseTag.evaluateExpressionInternal(AbstractBaseTag.java:424)
                   at com.bea.wlw.netui.tags.AbstractBaseTag.evaluateExpression(AbstractBaseTag.java:239)
                   at com.bea.wlw.netui.tags.html.ParameterMap.setMap(ParameterMap.java:91)
                   at jsp_servlet._test._testpgflow.__updatehrcempcomp._jspService(updateHrcEmpComp.jsp:20)
                   at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
                   at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1053)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:387)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:431)
                   at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
                   at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
                   at com.bea.wlw.netui.pageflow.PageFlowJspFilter.doFilter(PageFlowJspFilter.java:185)
                   at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
                   at weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(RequestDispatcherImpl.java:385)
                   at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
                   at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
                   at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:286)
                   at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.superForward(PageFlowRequestProcessor.java:1017)
                   at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor$DefaultHttpRedirector.forward(PageFlowRequestProcessor.java:1033)
                   at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.doForward(PageFlowRequestProcessor.java:912)
                   at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.processForwardConfig(PageFlowRequestProcessor.java:806)
                   at org.apache.struts.action.RequestProcessor.processActionForward(RequestProcessor.java:401)
                   at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
                   at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:429)
                   at com.bea.wlw.netui.pageflow.DynamicSubappActionServlet.process(DynamicSubappActionServlet.java:405)
                   at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:502)
                   at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
                   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
                   at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1053)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:387)
                   at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
                   at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
                   at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6316)
                   at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
                   at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
                   at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3622)
                   at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2569)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
              The class its looking for is within the struts.jar within the WEB-INF/lib directory of the WAR, so not sure why it cannot find it...
              I did some research and the other possibility that this error its being thrown is that the class is conflicting with another in some other .jar. I did a search and only found the one??
              So....i tried recreating a completely NEW .EAR and .WAR within that EAR and deployed it on the same DOMAIN server as my EAR/WAR above..and i was able to successfully CRUD the data on my connected datasource.
              So....WHY in the heck can't I run this WAR/process in my existing app? do i have to create it in a completely seperate .EAR?????
              please help!
              Thanks,
              -Rusty

  • Adjusting magnification properties for individual documents in a portfolio

    I have combined several individual documents into a portfolio. I need to change the document's magnification size by resetting the document properties. Up to this point, I have opened each individual document and adjusted the magnification one by one. Some portfolios hold 50+ documents and is very time consuming to adjust them one at a time. Is there a way that I can adjust the document properties for all of the documents at once so I do not have to open them individually?

    Two techniques shown in the attached file:
    1-Get an array of references to cluster controls to modify properties in a for loop
    2-"Make all Data"; since only the data changes from array element to the next, make the cosmetics data using color boxes and picture rings. Rings are useful because you can disable items.
    Jean-Pierre Drolet
    Scientech R&D
    LabVIEW, C'est LabVIEW
    Attachments:
    setarrayproperties_example[1].vi ‏49 KB

  • Types problem with rowset control and generated pageflow

    Hello,
    I made a rowset control from a flat table. Some of the columns where DATE type.
    In the associated pageflow, it generated a Databaseform bean and for the dates, it used a timestamp type.
    Which format should I use in the input of the form field ??
    each time i submit, the value in the action form is null ...
    what to do ? what should I modify in the rowset control, if I want to deal with string values til the real insert ?
    Thank you indeed

    Hello,
    I made a rowset control from a flat table. Some of the columns where DATE type.
    In the associated pageflow, it generated a Databaseform bean and for the dates, it used a timestamp type.
    Which format should I use in the input of the form field ??
    each time i submit, the value in the action form is null ...
    what to do ? what should I modify in the rowset control, if I want to deal with string values til the real insert ?
    Thank you indeed

  • Error when scheduling job for Job Control LO

    Hi all,
    I tried to schedule the job for collective update after I set the job parameter in tcode LBWE for LO Data Extraction. But they said 'Error generating job' without any description why.
    Maybe you can help me about this since I still can't do the delta extraction for LO.
    Thanks and appreciate for your help.
    -Martin Darmawi-

    Hi!
    You have to pass two parameters for job control scheduling.In that you have traffic light for the respective parameters,defaulty those will appear in red.when you have specified parameters,both turns in to green.then you can say start.hope this will helps.....
    Best Regards
    Sunil.

  • How to create two different implementation class for a Control

    Hi,
    I am a newbie to beehieve. I want to know that is it possible to create two different 'Impl' classes for a Control. If yes then how do we instantiate them ? How can we chain them (something like calling one 'Impl' from the other one? Thanks in Advance!!!
    Regards,
    Abhishek

    You are sure you are in the right forum?
    This is the JDeveloper and ADF forum...
    Timo

Maybe you are looking for

  • Can i use macbook pro hard drive in macbook?

    My son's 2007 Macbook hard drive died, and to replace it i have a hard drive that was pulled unused from a 2010 Macbook Pro. I noticed that the new drive is all ready to go, at the Welcome screen (it was pulled for a hard drive upgrade before it was

  • GUI_DOWNLOAD problem in 4.6c

    Hi Gurus In 4.6c version i have written code like this to download data , but the column header are not prinitng . In 4.6c ver there is no fieldnames part in the FM .please suggest how to achieve and give me code if possible.my requiement like this C

  • Does the trial version of pse13 work with windows 8.1

    Can someone please tell me if the trial version of pse13 will work with windows 8.1?  I've been trying to download and continue to get error message that "The file archive part is missing."  I have pse 7 and would like to upgrade but want to try it f

  • Error using BPEL console

    I just encountered an error using the BPEL console in one of our test environments. I got the error when I clicked 'Manage BPEL Domain' and then clicked the 'Threads' tab. I also get the error when I click the 'Statistics' tab. Other tabs are OK, 'Co

  • I get a general failure when I click on links in my email. This happens more frequently now that I've downloaded the latest version of Firefox. Very annoying. Help!!!

    I get a general failure when I click on links in my email. "General Failure" is followed by a link and I have to click ok to get rid of it. This happens every time I click on a link in my email. I've turned my computer on and off several times, but i