JBoss 3.2.1 integration problem with Toplink 9.0.3

hi, there
it seems that the XML parser of Toplink 9.0.3 not happy with that of JBoss 3.2.1, when we try to build the toplink
SessionManager.getManager().getSession(...)
call
1) if i did not let Xerces.jar (1.4.4) in, it complaints the missing class
org/apache/xerces/framework/XMLParser
2) if i put Xerces.jar in classpath, it throws
java.lang.VerifyError: (class: oracle/toplink/tools/sessionconfiguration/XMLLoader, method: retreiveDOM signature: (Ljava/lang/ClassLoader;)Lorg/w3c/dom/Document;) Incompatible object argument for function call
any ideas of the work-around???
appreciated!!!
zhuoer
[email protected]

see Tomcat?

Similar Messages

  • Problem with toplink in jdev 10.1.3.1.0

    I was use toplink 10.1.3, and used aggregate mapping and every thing is ok! but when I migrate to jdeveloper 10.1.3.1.0 I have a problem with aggregate mapping, I got this error
    Error: TopLink deployment descriptor generation failed for IndicadoresMap. Please verify that reported problems are corrected and that the deployment descriptor path and name are valid.
    I tried change the toplink library in jdeveloper, but nothing change. please help me, because I need user Jdeveloper 10.1.3.1.0. it's very fast than Jdeveloper 10.1.3. thanks for some help
    Best Regards.
    Vander Litaiff

    Vander,
    Please open a support request if you can. It will allow us to track this important issue better and provide us a channel in case we need to see you JDev files.
    Doug

  • Standalone Memory problem with toplink

    Hi I am using standalone OC4J with toplink, this is a client sever application
    It has been observer that if a single user uses this application then there is no problem but if multiple users are use this application then server does not respond to clients requests
    Please suggest what can be the root cause of this problem?

    and what is 2463 is line : USER(user ID) 001(Client) 2463(??) Session Memory 1,955,757 938,597 7,574 723 as this is not a work process ID.]
    Basically i am trying to correlate ITS session with SM04 Session of user.

  • WDK 8.1 update download issue and integration problem with VS Express 2013

    I have VS Express 2013 in my machine and want to download the WDK 8.1 Update. However, I am facing two issues:
    1. The download site says : "You have to register for downloading. Click on continue to register and download". On doing so it asks for what I want to download. Then it redirects to the page saying "Thank You for downloading". However,
    it has been more than 10 times since yesterday and yet no file has popped up for download. It is the same problem with other machines.
    2. On installing WDK 8.1 from softonic, it has created a separate folder and shows no way for its integration with VS express 2013. I do not get any "Windows driver functionalities" in VS Express 2013.
    Could somebody point me where I am wrong.
    Thank You in advance

    Hi codeahead,
    About this (1) issue, could you please tell me where you download the WDK 8.1 Update?
    Generally, I know that we can download the WDK 8.1 Update from the following Microsoft Official site.
    http://www.microsoft.com/en-us/download/details.aspx?id=42273
    So please you check if you download the WDK 8.1 Update from the above link.
    (1) If no, please try to download this WDK 8.1 Update from the above link check this issue.
    (2) If yes, could you please tell me if you register a life user account from this Microsoft?
    Generally, I know that when we download some software from this Microsoft site, we will need to register a life user account.
    So please check if you have a life user account from this Microsoft site.
    However, as you said about the (2) issue. Since it is related to install the WDK 8.1 with VS2013 Express. Since I am not the VS Install experts, so I suggest you can post this issue directly to this VS Install forum:https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vssetup
    , you will get better support.
    Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Office Integration: Problems with MS Word

    Hi all,
    I have a problem with word integration in SAP CRM 7.0 EhP1 SP04.
    I have created, activated and populated a web service and created a word template. When creating a new document in the WebUI (button "With Template") Microsoft Word not even starts. However, the Word document based on the template was enriched with data via the web service and is available in the assignment block "Documents". When I click on the link and open the document I can make changes, but then I only can save it local and have no possibility to save it at the content server which usually should be done automatically. When I use the button "Edit" in the document details page word will not start.
    All prerequisites mentioned in different sap notes and forum threads (active services in sicf, alias for content management, browser settings, ...) are completed.
    Has anyone had similar experiences or has ideas for a possible solution why word will not start when using the edit button?
    Do I have do make any additional settings concerning content management?
    Thanks in advance!
    Sebastian
    Edited by: Sebastian Lenz on Oct 19, 2011 5:07 PM

    Hi Andrei,
    Thank you very much for your quick response and your suggested SAP notes.
    With the help of note [1566793 'Procedure to create word template in EHP1 & higher versions'|https://service.sap.com/sap/support/notes/1566793] I was able to successfully create a template that is filled with data from our web service. Because we have already installed SP04 the corrections mentioned in note [1459264 'Microsoft Word does not open in CRM Template Designer'|https://service.sap.com/sap/support/notes/1459264] are implemented as well.
    I would be very grateful if you could suggest any more possible solutions.
    Or means "For security reasons, Microsoft Word can no longer open the document and write it back to the CRM server using the save function." it is absolutely impossible to edit a Word document, that alreay exists on the content server, and save it as new version?
    Appreciating your help very much,
    Sebastian
    Edited by: Sebastian Lenz on Oct 20, 2011 8:44 AM

  • Problems with toplink in a ROLAP application - please , I need help

    Hello,
    I am not too much experieced with toplink but I want use it for building a ROLAP (relational OLAP) client (something like Discoverer Plus) . Because of an database bug , Oracle Warehouse Builder can not generate materialized views creation scripts that help in agregation . This bug wiil be eliminated in 11gR2 database . OWB generate these materialized views creation scripts in a clob column of database but these scripts is not valid. These scripts can be extracts from database , corect and run .
    This ROLAP-enabled schema is a star schema (a fact table in center sourounded by dimensions tables , with FK in these tables) generated by OWB . It does not have a PK associated with fact table.
    Because of this fact , when I try to generate a status report of map associttiaded with tables from schema , I receive this
         Descriptor SalesCube -> No primary keys specified in SSB.SALES_CUBE table.
    Discoverer Plus does not complain about this PK missing, but it knows fact tables does not have PK .
    Please give an ideea,
    TIA.
    Aurel

    I am using jdeveloper 10.1.3.1 and I get the following error :
    Exception [TOPLINK-6044] (Oracle TopLink - 10g Release 3 (10.1.3.1.0) (Build 061004)): oracle.toplink.exceptions.QueryException Exception Description: The primary key read from the row [DatabaseRecord( ORG_DIM_V.FARMACIE_NUME_FARMACIE => Titan 1 => 357142.3)] during the execution of the query was detected to be null. Primary keys must not contain null. Query: ReadAllQuery(app5.model.OrgDimV); nested exception is: Exception [TOPLINK-6044] (Oracle TopLink - 10g Release 3 (10.1.3.1.0) (Build 061004)): oracle.toplink.exceptions.QueryException Exception Description: The primary key read from the row [DatabaseRecord( ORG_DIM_V.FARMACIE_NUME_FARMACIE => Titan 1 => 357142.3)] during the execution of the query was detected to be null. Primary keys must not contain null. Query: ReadAllQuery(app5.model.OrgDimV)
    and ,of course, I have a primary key , but on the column ORG_DIM_V.DIMENSION_KEY .
    ORG_DIM_V is o view on the table ORG_DIM and I build PK with this two statements:
    ALTER VIEW SSB.ORG_DIM_V ADD CONSTRAINT org_dim_v_pk PRIMARY KEY (DIMENSION_KEY) disable novalidate
    ALTER VIEW SSB.ORG_DIM_V MODIFY CONSTRAINT org_dim_v_pk RELY
    What's happining?
    Many thanks,
    Aurel

  • My problem with Toplink upgrade from 2.5.1 to Release 2

    Hi:
    I met some confusions in upgrading our system from TOPLINK2.5.1 to TOPLINK Release 2(Oracle9.0.3).
    And because I didn't use TOPLINK tools before this project, I spent one week to know the structure of our system. Unfortunately, Our company isn't a supported Oracle customer. We just bought Oracle product, didn't buy support service.
    First of all, I'll describ our system structure. The system is Weblogic5.1 + Toplink 2.5.1 + Oracle8.1 .Using Toplink we mapping our EJB to Oracle. The results of this procedure aremany .table, .descriptor, .topclass under the mapping forlder, and weblogic-ejb-jar.xml, topling-cmp-XX.xml, ejb-jar.xml under the deploy forlder. That's all.
    So, after our ant-build, we copy these results to Weblogic server directory, and compile with EJB, deploy them. It's correct?
    OK, as my considering, I install TOPLINK Release 2 , use Renamer tool to rename my source code from old TOPLINK library to oracle.toplink, complie them again. And create new project in TOPLINK 9.0.3 , import classes, login Database correctly. Do mapping as in TOPLINK2.5.1. Generate packagename.ClassDescriptor.xml under Descriptor, forlder ClassRepository, Class, Table, Database generate xml files also.
    Do the above process correct? OK, let's assume it' correct. But how can I modify my ant-build , you know the structure is difference between Weblogic 5.1 and Weblogic 6 or 7. Additionally, I don't know where should I copy new TOPLINK library to Weblogic directory. Yes, I know old TOPLINK library location, but I think it has difference.
    So , please tell me I can use Weblogic5.1 + TOPLINK 9.0.3 + Oracle 8.1 , is it right? I will be appreciated if you can give me some detail steps in upgrading TOPLINK.
    And perhaps we need to upgrade out system from TOPLINK 2.5.1 to TOPLINK 4.x first?
    Thanks for your view.
    Yours
    Denver Yang
    Software Engineer

    Hello Denver,
    If you are using CMP Entity Beans then TopLink 903 supports WebLogic 6.1 and 7.0. You would have to upgrade your WebLogic version at the same time you upgrade TopLink.
    If you are using Java Objects (not CMP Entity Beans), then you can use any version of any app server with TopLink.
    If you migrate from 2.5.1 to 903, you can send your project to support and they will update it. If you are not a supported customer, then you will have to do this manually (meaning you will have to remap in 903 from brand new).
    You are correct that your build process will be different when you migrate, but this will be because of how WebLogic has changed deployment and how the EJB spec has evolved moreso than anything to do with TopLink. How to do deployment in 903 should be in the TopLink 903 docs.
    Hope this helps,
    - Don

  • Problems with Toplink integration with JTS and WSAD

    We have a very strange problem.
    Description:
         We are attempting to integrate with JTS, insuring that TopLink does its transactional activity within the scope of a JTS transaction, as described in the Foundation Library Guide.
         We have a stateless session bean, a method of which implements a simple "insert" on a database table registerObject() on a unit of work). This bean is configured to use bean-managed transactions, but with a default resolver of rollback.
         The bean is launched in the WSAD test environment.
         When the bean method is invoked from the WSAD Universal Test Client (web app that runs in the same app server allowing discovery and unit test of bean methods), the code works. A row is inserted into the table, etc.
         Same code, same method, same (stateless) bean, same instance of the WSAD test environment, if the bean method is invoked from outside the application server (via a JUnit test driver that discovers the session bean via JNDI), the code breaks. The final JTS commit catches a javax.transaction.RollbackException, apparently without any sort of stack trace tacked to the exception printStackTrace() doesn't result in anything). No row is inserted.
         We can call the bean alternately, via these two approaches, under the same instance of test environment, and get different behavior.
         We don't understand. All (hopefully) of the relevant details follow.
    We are using:
         WSAD Version: 5.0.1 Build id: 20030423_1316
         TopLink - 9.0.3.3 (Build 430)
         Oracle 9i
    From our sessions.xml:
         <login>
              <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
              <datasource>project</datasource>
              <platform-class>oracle.toplink.internal.databaseaccess.OraclePlatform</platform-class>
              <uses-external-connection-pool>true</uses-external-connection-pool>
              <uses-external-transaction-controller>true</uses-external-transaction-controller>
         </login>
         <external-transaction-controller-class>oracle.toplink.jts.was.JTSExternalTransactionController_5_0</external-transaction-controller-class>
    From our project XML:
         <uses-external-connection-pooling>true</uses-external-connection-pooling>
         <uses-external-transaction-controller>true</uses-external-transaction-controller>
    The code that breaks:
         SessionManager sm = SessionManager.getManager();
         Server ss = (Server) sm.getSession("project", TestBean.class.getClassLoader());
         ClientSession cs = ss.acquireClientSession();
         Context c = new InitialContext();
         UserTransaction t = (UserTransaction) c.lookup("java:comp/UserTransaction");
         t.begin();
         UnitOfWork u = ss.getActiveUnitOfWork();
         u.registerObject(value);
         u.commit();
         t.commit(); /* this throws javax.transaction.RollbackException */
    Thanks.

    Strange problem, could be a Websphere issue, or an issue with the JTSExternalTransactionController_5_0.
    Try configuring TopLink to not use JTS and see if the same problem still occurs. Also turn on TopLink logging and exception logging and your Websphere server logging to see if you can get the real exception and stack that is causing the RollbackException.
    This could be an issue with the JTSExternalTransactionController_5_0 as the original version of the controller did have a JTS issue. Make sure you are no the latest patch and check with support to see if they have a patch for this problem.

  • Account integration problem with ECC 6.0

    Hi
    We have using PPM 5.0 system with ECC 6.0 system (No EHP). Problem we are facing is we are not able to created the PS project automatically.
    I have done already all the necessary settings and in manual case it working fine it seems. I eager to know any suggestions on this to resolve, to achieve automatic creation of project.
    Do you feel there is any issue with EHP?
    Regards,
    Pramod

    Hi Pramod,
    Refer to the note 1427365 for details. The pre-requisite for PS integration is as below:
    SAP Portfolio and Project Management 5.0 SP02
    and
    SAP ERP 6.0 SP 17
    or
    SAP ERP 6.0 EhP2 SP07
    or
    SAP ERP 6.0 EhP3 SP06
    or
    SAP ERP 6.0 EhP4 SP06
    or
    SAP ERP 6.0 EnhP5
    Regards
    Amit

  • Integration problem with Obssocookie

    Hi Guys,
    I installed following with for integration:
    1) OIF IdP 10.1.4.2.0
    2) OIF SP 10.1.4.2.0
    3) OAM 10.1.4.2.0
    4) Portal 10.1.4
    5) Oracle Infrastructure Component 10.1.4.0.1
    Scenario :
    We have Portal authenticating to OSSO and OAM is custom to OSSO. Therefore actual authentication is done by OAM. This is working fine.
    Another setup is like that user authenticates at OIF Idp, its identity is federated at OIF SP side. OIF SP side "User data store" is OAM (same used with Portal). This is also working fine.
    My problem is that after federation I am redirecting the user to Portal page http://twelve.mydomain.com/portal/page/portal/TOPLEVELSITE/Welcome
    which is Portal home page. But portal is not automatically authenticating user. It asks me again username/password for login to portal.
    I observed using ieHttpheaders that whenever a request comes to OAM it sets Obssocookie. Can I expect the same Obssocookie (set by OAM during federation) should automatically authenticate user after redirected to Portal?
    Any Pointers?
    Regards
    Jatin

    Hi Vinod,
    Thanks for reply.
    Obssocookie is being sent to Portal after federation takes place. I have checked this using ieHttpheaders.
    I guess federation never setsup the cookie. OAM sets up the cookie.
    One more thing I observed that if I login to Portal first and later on paste the URL of OAM it doesn't ask for authentication. And works perfectly.
    But in reverse case if I login to OAM first (another browser) and then paste the URL of Portal it shows login page and when I click on login link. the server throws excepton in ssoServer.log file
    Mon May 26 19:04:11 GMT+05:30 2008 [INFO] AJPRequestHandler-ApplicationServerThread-5 SSOStatusServlet: Entered doGet method ...
    Mon May 26 19:04:11 GMT+05:30 2008 [INFO] AJPRequestHandler-ApplicationServerThread-5 SSOStatusServlet: Entered doPost method ...
    Mon May 26 19:04:11 GMT+05:30 2008 [INFO] AJPRequestHandler-ApplicationServerThread-5 SSOStatusServlet: Leaving doPost method
    Mon May 26 19:04:11 GMT+05:30 2008 [INFO] AJPRequestHandler-ApplicationServerThread-5 SSOStatusServlet: Leaving doGet method
    Mon May 26 19:05:17 GMT+05:30 2008 [INFO] AJPRequestHandler-ApplicationServerThread-5 Entered doGet method ...
    Mon May 26 19:05:17 GMT+05:30 2008 [INFO] AJPRequestHandler-ApplicationServerThread-5 Entered doPost method ...
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 SSOLoginServlet.doPost     l_sassoToken null
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 SSOLoginServlet.doPost     l_site2psToken v1.2~47D6B77E~000444E189A4F17CBDC51A88573051ADD965B34DA2F16E9A1DF312B27A1262B010CE2DA5FCA47323653F0E21B7FD4BC8FE5FAA7635EA6F3BF777B1569B251BD87D0CEBAB161076BAF227D7B9C147AC2337B7A1378D3DF1C52CCA57ABEC139756949A3A37187D8CFE9A31FE5D1C823B0917BB58D644BFEF607F1490E6116E95385715AEA87B773489C73D787772F5A8D8496954184165665DF160410F2054F64590E9AEE425F16641E4B60FEEF5E730256024785986109DE3FC3B2A8420F38FDEFD6C70A21EDDA922DE78B6F5C7D34E37935FC166C853EEF03D2EEF4D1C3B78CB
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 URI received is: /sso/auth
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 getAuthIntegrationType l_sassoToken null
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 getAuthIntegrationType l_site2psToken v1.2~47D6B77E~000444E189A4F17CBDC51A88573051ADD965B34DA2F16E9A1DF312B27A1262B010CE2DA5FCA47323653F0E21B7FD4BC8FE5FAA7635EA6F3BF777B1569B251BD87D0CEBAB161076BAF227D7B9C147AC2337B7A1378D3DF1C52CCA57ABEC139756949A3A37187D8CFE9A31FE5D1C823B0917BB58D644BFEF607F1490E6116E95385715AEA87B773489C73D787772F5A8D8496954184165665DF160410F2054F64590E9AEE425F16641E4B60FEEF5E730256024785986109DE3FC3B2A8420F38FDEFD6C70A21EDDA922DE78B6F5C7D34E37935FC166C853EEF03D2EEF4D1C3B78CB
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Partner Type: SSOPartner
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Auth URI = : /sso/auth
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 URI received is: /sso/auth
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 getAuthIntegrationType l_sassoToken null
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 getAuthIntegrationType l_site2psToken v1.2~47D6B77E~000444E189A4F17CBDC51A88573051ADD965B34DA2F16E9A1DF312B27A1262B010CE2DA5FCA47323653F0E21B7FD4BC8FE5FAA7635EA6F3BF777B1569B251BD87D0CEBAB161076BAF227D7B9C147AC2337B7A1378D3DF1C52CCA57ABEC139756949A3A37187D8CFE9A31FE5D1C823B0917BB58D644BFEF607F1490E6116E95385715AEA87B773489C73D787772F5A8D8496954184165665DF160410F2054F64590E9AEE425F16641E4B60FEEF5E730256024785986109DE3FC3B2A8420F38FDEFD6C70A21EDDA922DE78B6F5C7D34E37935FC166C853EEF03D2EEF4D1C3B78CB
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Partner Type: SSOPartner
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Partner Site ID: 47D6B77E
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 entry: getPartnerConfiguration. p_site_id 47D6B77E
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Decrypting partner token:
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Partner Token Version: v1.2
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Partner Token Site Id: 47D6B77E
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Partner Token: 000444E189A4F17CBDC51A88573051ADD965B34DA2F16E9A1DF312B27A1262B010CE2DA5FCA47323653F0E21B7FD4BC8FE5FAA7635EA6F3BF777B1569B251BD87D0CEBAB161076BAF227D7B9C147AC2337B7A1378D3DF1C52CCA57ABEC139756949A3A37187D8CFE9A31FE5D1C823B0917BB58D644BFEF607F1490E6116E95385715AEA87B773489C73D787772F5A8D8496954184165665DF160410F2054F64590E9AEE425F16641E4B60FEEF5E730256024785986109DE3FC3B2A8420F38FDEFD6C70A21EDDA922DE78B6F5C7D34E37935FC166C853EEF03D2EEF4D1C3B78CB
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Partner App Key: 65DA429FA7BE14ED
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Partner App MaskPre: DF020AFE614B09BCE2FA403EB51575B0
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Partner App MaskPost: 2C962379CF1AF5B1E519C58A73848110
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Decrypting early version token.
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Clear s2ptoken: hC8@g#Br<|}\Gu~HACS65WV47D6B77E~20080526190515~http%3A%2F%2Ftwelve.mydomain.com%2Fportal%2Fpls%2Fportal%2FPORTAL.home~http%3A%2F%2Ftwelve.mydomain.com%2Fportal%2Fpls%2Fportal%2FPORTAL.home~0~B5F1B4DB987BB2C47A27E4108CE94A91@
    Mon May 26 19:05:17 GMT+05:30 2008 [INFO] AJPRequestHandler-ApplicationServerThread-5 Partner Version:v1.2
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Verifying hash for older partner token version.
    Mon May 26 19:05:17 GMT+05:30 2008 [INFO] AJPRequestHandler-ApplicationServerThread-5 Partner application 9.0.2/9.0.4/10.1.2/10.1.4.0.1
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Partner Site Key: 65DA429FA7BE14ED
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Requested URL: http%3A%2F%2Ftwelve.mydomain.com%2Fportal%2Fpls%2Fportal%2FPORTAL.home
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 after getPartnerConfiguration
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Calling getAuthLevel for /sso/auth
    Mon May 26 19:05:17 GMT+05:30 2008 [INFO] AJPRequestHandler-ApplicationServerThread-5 Entered FilePolicyManager.getAuthLevel: authUri=/sso/auth
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 FilePolicyManager.getAuthLevel: papp success Url=http://twelve.mydomain.com/pls/portal/portal.wwsec_app_priv.process_signon
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 FilePolicyManager.getAuthLevel: pappHostPort=twelve.mydomain.com
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 No auth level found. Returning DefaultAuthLevel
    Mon May 26 19:05:17 GMT+05:30 2008 [INFO] AJPRequestHandler-ApplicationServerThread-5 FilePolicyManager.getAuthLevel returns 40
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Requested Auth Level: 40
    Mon May 26 19:05:17 GMT+05:30 2008 [INFO] AJPRequestHandler-ApplicationServerThread-5 Entered SSOLoginServlet: :processSSOPartnerRequest method ..
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 AuthUtil: SSO Cookie received: null
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Current Auth Level: -1
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 AuthUtil: Header Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 AuthUtil: isMobileClient: false
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Partner Site ID: 47D6B77E
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 entry: getPartnerConfiguration. p_site_id 47D6B77E
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Decrypting partner token:
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Partner Token Version: v1.2
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Partner Token Site Id: 47D6B77E
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Partner Token: 000444E189A4F17CBDC51A88573051ADD965B34DA2F16E9A1DF312B27A1262B010CE2DA5FCA47323653F0E21B7FD4BC8FE5FAA7635EA6F3BF777B1569B251BD87D0CEBAB161076BAF227D7B9C147AC2337B7A1378D3DF1C52CCA57ABEC139756949A3A37187D8CFE9A31FE5D1C823B0917BB58D644BFEF607F1490E6116E95385715AEA87B773489C73D787772F5A8D8496954184165665DF160410F2054F64590E9AEE425F16641E4B60FEEF5E730256024785986109DE3FC3B2A8420F38FDEFD6C70A21EDDA922DE78B6F5C7D34E37935FC166C853EEF03D2EEF4D1C3B78CB
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Partner App Key: 65DA429FA7BE14ED
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Partner App MaskPre: DF020AFE614B09BCE2FA403EB51575B0
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Partner App MaskPost: 2C962379CF1AF5B1E519C58A73848110
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Decrypting early version token.
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Clear s2ptoken: hC8@g#Br<|}\Gu~HACS65WV47D6B77E~20080526190515~http%3A%2F%2Ftwelve.mydomain.com%2Fportal%2Fpls%2Fportal%2FPORTAL.home~http%3A%2F%2Ftwelve.mydomain.com%2Fportal%2Fpls%2Fportal%2FPORTAL.home~0~B5F1B4DB987BB2C47A27E4108CE94A91@
    Mon May 26 19:05:17 GMT+05:30 2008 [INFO] AJPRequestHandler-ApplicationServerThread-5 Partner Version:v1.2
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Verifying hash for older partner token version.
    Mon May 26 19:05:17 GMT+05:30 2008 [INFO] AJPRequestHandler-ApplicationServerThread-5 Partner application 9.0.2/9.0.4/10.1.2/10.1.4.0.1
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Forced auth type: 0
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Explicit authentication required
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Calling Authentication Director
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 FilePolicyManager.getAuthClassName: retrieving plugin name for, MediumSecurity_AuthPlugin
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 FilePolicyManager.getAuthClassName: returning auth plugin name, oblix.security.ssoplugin.SSOOblixAuth
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Creating instance of auth plugin: oblix.security.ssoplugin.SSOOblixAuth...
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Creating instance of auth plugin: oblix.security.ssoplugin.SSOOblixAuth Done
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Calling Authentication method
    Mon May 26 19:05:17 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Requesting Login Page to collect credentials
    Mon May 26 19:05:18 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 User-Agent header: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)
    Mon May 26 19:05:18 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Searching for userAgentStr : Mozilla
    Mon May 26 19:05:18 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 WS Request: FALSE
    Mon May 26 19:05:18 GMT+05:30 2008 [INFO] AJPRequestHandler-ApplicationServerThread-5 Leaving doPost method
    Mon May 26 19:05:18 GMT+05:30 2008 [INFO] AJPRequestHandler-ApplicationServerThread-5 Leaving doGet method
    Mon May 26 19:05:18 GMT+05:30 2008 [INFO] AJPRequestHandler-ApplicationServerThread-5 Entered doGet method ...
    Mon May 26 19:05:18 GMT+05:30 2008 [INFO] AJPRequestHandler-ApplicationServerThread-5 Entered doPost method ...
    Mon May 26 19:05:18 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 SSOLoginServlet.doPost     l_sassoToken null
    Mon May 26 19:05:18 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 SSOLoginServlet.doPost     l_site2psToken null
    Mon May 26 19:05:18 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 URI received is: /sso/auth
    Mon May 26 19:05:18 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 getAuthIntegrationType l_sassoToken null
    Mon May 26 19:05:18 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 getAuthIntegrationType l_site2psToken null
    Mon May 26 19:05:18 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Partner Type: SSOPartner
    Mon May 26 19:05:18 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Auth URI = : /sso/auth
    Mon May 26 19:05:18 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 URI received is: /sso/auth
    Mon May 26 19:05:18 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 getAuthIntegrationType l_sassoToken null
    Mon May 26 19:05:18 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 getAuthIntegrationType l_site2psToken null
    Mon May 26 19:05:18 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Partner Type: SSOPartner
    Mon May 26 19:05:18 GMT+05:30 2008 [ERROR] AJPRequestHandler-ApplicationServerThread-5 No site2pstoretoken from SSO partner
    Mon May 26 19:05:18 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 exception before getAuthLevel
    oracle.security.sso.ias904.toolkit.IPASAuthException: No site2pstoretoken from SSO partner
         at oracle.security.sso.server.auth.AuthDirector.getAuthLevel(AuthDirector.java:206)
         at oracle.security.sso.server.ui.SSOLoginServlet.doPost(SSOLoginServlet.java:480)
         at oracle.security.sso.server.ui.SSOLoginServlet.doGet(SSOLoginServlet.java:333)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:826)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:332)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    Mon May 26 19:05:18 GMT+05:30 2008 [DEBUG] AJPRequestHandler-ApplicationServerThread-5 Calling getAuthLevel for /sso/auth
    Mon May 26 19:05:18 GMT+05:30 2008 [INFO] AJPRequestHandler-ApplicationServerThread-5 Entered FilePolicyManager.getAuthLevel: authUri=/sso/auth
    Mon May 26 19:05:25 GMT+05:30 2008 [ERROR] AJPRequestHandler-ApplicationServerThread-5 Unexpected Exception received
    java.lang.NullPointerException
         at oracle.security.sso.server.policy.FilePolicyManager.getAuthLevel(FilePolicyManager.java:396)
         at oracle.security.sso.server.auth.AuthDirector.getAuthLevel(AuthDirector.java:234)
         at oracle.security.sso.server.ui.SSOLoginServlet.doPost(SSOLoginServlet.java:480)
         at oracle.security.sso.server.ui.SSOLoginServlet.doGet(SSOLoginServlet.java:333)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:826)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:332)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    Mon May 26 19:05:26 GMT+05:30 2008 [INFO] AJPRequestHandler-ApplicationServerThread-5 Leaving doPost method
    Mon May 26 19:05:26 GMT+05:30 2008 [INFO] AJPRequestHandler-ApplicationServerThread-5 Leaving doGet method
    Regards
    Jatin

  • Serious problems with TopLink in JDeveloper

    Is there any sane way to regenerate TopLink Java objects from Oracle tables? Specifically, I have changed an Oracle table and need it reflected in both the Java object and the toplink-mappings. I don't see any way to do this in the IDE so I've resorted to deleting the Java object, and removing the descriptor for that object; then recreating both. Now, this has opened a huge can of worms.
    First of all, if the .class files for TopLink Java objects already exist, the IDE will refuse to overwrite them: instead it will append "1" or "2" etc to the new object. The Erase from Disk option in JDeveloper does not remove class files -- just source. So I need to physically go deleting class files every time I need to recreate a TopLink Java object.
    Secondly, removing the descriptors within JDeveloper does not appear to take effect unless you physically restart the IDE!!! This issue drove me nuts for two days. Upon deleting and recreating a TopLink Java object, the fields in the object were continuously being appended as "field1", "field2", "field3" to the class descriptor. Only shutting down the IDE and restarting it seemed to reset the mapping file.
    Thirdly, for whatever reason, JDeveloper will sometimes completely forget what "toplink-deployment-descriptor.xml" is and never allow you to generate it again. Instead it generates something called "toplink-ejb-jar.xml" which promptly blows-up any POJO portion of my project with a "Can't find toplink-deployment-descriptor.xml" error.
    Is anyone else having these problems or are you all using Hibernate?!

    Hi Anuj.
    Your sequence doesn't work for me. The only way I can reliably rebuild my TopLink project is as follows:
    1. Clink on TopLink Mappings, and Remove descriptors from the TopLink Structure pane
    2. For all descriptors in step 1, select the TopLink Java objects and "Erase from Disk"
    3. ** For all Java classes selected in step 2, manually delete all the corresponding .class files from the project's class directory **
    4. ** RESTART IDE **
    5. From Project node, generate TopLink objects anew

  • Problem with toplink persistEntity method

    Hi,
    i have a problem.
    I have two tables. One is master and the second is dependent on the first (reationship 1:N)
    I have jspx page with master table and this dependent table and everything works fine. Except two errors. I cannot add anything twice to the dependent table. When i call create method from bindings for the first time, new row is inserted, i fill the attributes, call merge entity, and everything is done correctly (old records are updated and the new one is inserted). But when i do it again, i got an Exception :
    javax.faces.el.EvaluationException: javax.ejb.EJBException: Exception [TOPLINK-7197] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.ValidationException
    Popis v�jimky: Exception in changes determination. Primary key cannot be null.; nested exception is: V�jimka [TOPLINK-7197] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.ValidationException
    description: . Primary key cannot be null.
    It looks like JDeveloper calls update instead of insert although it is a new record. Because in database is a trigger that works on insert a row and fills primary key automaticcaly from sequence. So, what is wrong ? Why the first call works, but the second dont ?
    The second problem is, when i create a new row in master table, and also new row in dependent table, i dont have primary key to fill in dependent table yet. And when insert is called, it throws same exception as above. I use collection attribute to hold reference on records in dependent table. Must i have call persist entity on main object without collection of dependent objects and then ,after i receive primary key, call persist entity on that collection ?
    i use JDeveloper 10.1.3.0.4 (SU5)
    thanks for help

    I have found what cause this problem.
    After persisting a new object the Id is not returned and is not wrote into POJO object. And then the next update tries to update a record that has null in a primary key field.This results in an exception mentioned above.
    This is why it works for the first time (the objects that exist are updated, objects that do not exist are inserted into database-but the id is not written in POJO because it is generated by sequence in database and toplink dont update object with it). This result in a object that have no Id, thus next try to update him throws "primary key is null" exception.
    I hope this will help a lot to understand what is the problem.
    I found a method in UnitOfWork that says:
    A valid changeSet, with sequencenumbers can be collected from the UnitOfWork After the commit is complete by calling unitOfWork.getUnitOfWorkChangeSet()
    but i havent found the new sequence number in it:(.
    Does anyone can help how to solve this ? How to get the id?
    I must say that toplink is more and more disappointing for me :(.

  • SOAP API integration problem with OIM 11g R1

    Hi,
    We're facing a problem when we are attempting to provision for a third party Web Service application in OIM 11g R1.
    During development and test running in an IDE environment, JDeveloper, the soap wsdl requests are triggered and a response is received successfully. However, when we shift the work and integrate it with OIM using design console, there seems to be an error indicating an invalid wsdl location. We have used the super class Exception, in try-catch block for handling of the exceptions. Please see the log message.
    Xl Home Dir :/oracle/Middleware/Oracle_IDM1/server
    Running CREATEUSERTASK
    Target Class = org.identityconnectors.Provisioning.QuickShareUserProvisioning
    URL : XXXXX
    User ID : XXXX
    Password : XXXX
    ERROR: Invalid wsdl location robi/XXXX_saved_wsdl.wsdl
    When we simply run the jar file from the command line, it gives us, java.lang.NoClassDefFoundError: javax/xml/rpc/Service
    [oracle@idmlab JavaTasks]$ java -jar archive1.jar
    URL : XXXXX
    User ID : XXXX
    Password : XXXX
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/rpc/Service
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
    at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    at org.identityconnectors.Provisioning.QuickShareUserProvisioning.createUser(QuickShareUserProvisioning.java:41)
    at org.identityconnectors.Provisioning.QuickShareUserProvisioning.main(QuickShareUserProvisioning.java:215)
    Caused by: java.lang.ClassNotFoundException: javax.xml.rpc.Service
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    ... 14 more
    Any help or suggestion, appreciated!
    Thanks
    Tamim Khan

    Hi Kevin,
    Thanks a lot for the response. But, when i deployed the composite SAR in to the server from Jdeveloper, i checked the option to "Overwrite any existing composite with same revision ID". SO, i used the same revision ID (Say 1.0), will this also need to be disabled?
    Thanks,
    Srini

  • Problems with Toplink Essentials on OracleAS 10.1.3.1 / OC4J 10.1.3.2

    Hi, all.
    I successfully installed OracleAS 10.1.3.0 and applied patch 5906151 to update do OAS 10.1.3.1 and OC4J 10.1.3.2, running on both Windows and AIX.
    I deployed a j2ee app (ejb-jar and ear/war separatelly) on both. My application runs very well on Windows platform, but fails on AIX.
    In order to get my app running with EJB 3.0, JPA and Toplink, I had to copy toplink-essentials.jar to $ORACLE_HOME/j2ee/home/applib/ directory.
    On AIX I was getting the following error:
    exception occurred during method invocation: javax.ejb.EJBException:
       java.lang.RuntimeException: javax.ejb.EJBException: oracle.toplink.essentials.exceptions.ValidationException
              Exception Description: Error encountered when building the @NamedQuery [MyClass.findAll]
                 from entity class [class oracle.toplink.essentials.internal.ejb.cmp3.metadata.queries.MetadataNamedQuery].
             Internal Exception: java.lang.IllegalStateException: ClassLoader "myApp.root:0.0.1"
               (from  in /oracle/product/10.1.3.0/j2ee/OC4J_1/applications/myApp/):
      This loader has been closed and should not be in use.;
    But I found a known issue on Metalink [Note:427650.1] (bug 5928776) - https://metalink.oracle.com/metalink/plsql/f?p=130:14:11405609768040641618::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,427650.1,1,1,1,helvetica
    I replaced the toplink-essentials.jar and toplink-essentials-agent.jar as stated on the metalink for the version build 41, and tested. And later for the latest build 58.
    But I am getting another error message:
    Exception [TOPLINK-46] (Oracle TopLink Essentials - 2.0 (Build b58-rc1 (08/05/2007))): oracle.toplink.essentials.exceptions.DescriptorException
    Exception Description: There should be one non-read-only mapping defined for the primary key field [MY_TABLE.MY_FIELD].
    Descriptor: RelationalDescriptor(xyz.MyClass --> [DatabaseTable(MY_TABLE)])
    Runtime Exceptions:
    ; nested exception is: javax.persistence.PersistenceException: Exception [TOPLINK-0] (Oracle TopLink Essentials - 2.0 (Build b58-rc1 (08/05/2007))): oracle.toplink.essentials.exceptions.IntegrityException
    Descriptor Exceptions:
    ---------------------------------------------------------Does anyone have any idea about this issue?

    Seems to be a bug. That was the response from Oracle support (Metalink)
    Response:
    Your issue seems to be related to bug 5594702 - Abstract: EJB30 ENTITY BEAN WITH @ID AND @COLUMN ANNOTATION FAILS TO DEPLOY ON AIX.
    There is an issue with the IBM JDK/JRE 1.5's processing of annotations.
    Links:
    http://www.theserverside.com/discussions/thread.tss?thread_id=37764
    http://www-128.ibm.com/developerworks/forums/dw_thread.jsp?forum=367&thread=112543&cat=10
    When processing annotations it returns boolean values as false.
    Work-around:
    Fully specify the @Column annotation's boolean values. If insertable and updatable are set to false (which will happen due to this bug) then TopLink sets the PK
    mapping to read-only and the exception seen is expected.
    Note: nullable attribute of the @Colmun is not used in the EJB3/JPA preview of 10.1.3.0 If the customer MUST override the default column name then they should use:
    @Column(name="column-name", insertable=true, updatable=true)
    If they do not wish to override the default column name then simply do not use an @Column annotation.
    It can be deleted or commented out in the JDev generated code.
    There are two reported annotation processing issues with the AIX JVM. One was fixed in SR1 and the other is fixed
    in SR3 (due out Oc 11 - today). Upgrading to these more recent JVM releases may also address this issue.
    RECOMMENDED SOLUTIONS:
    1. Upgrade the IBM AIX JVM to SR3.
    OR
    2. Fix all generated @Column annotations as described above

  • WLP 9.2.3 integration problem with ALDSP 2.5

    HI,
    I am having the following issue when using WLP 9.2.3 and ALDSP 2.5 on WebLogic 8.1.
    We have recently upgraded from WLP 9.2.1 to WLP 9.2.3,
    We were initially getting this error,
    following error observed if accessed via application or a standalone test case.
    context :: javax.naming.InitialContext
    com.bea.dsp.dsmediator.client.exception.SDOMediatorException: weblogic.rjvm.PeerGoneException: ; nested exception is:
    java.io.EOFException
    at com.bea.dsp.dsmediator.client.XmlDataServiceBase.invokeFunction(XmlDataServiceBase.java:322)
    at authenticationdataservices.logical.FirmUser.getFirmUserId(FirmUser.java:98)
    at src.AuthenticationUtil.main(AuthenticationUtil.java:27)
    Caused by: weblogic.rjvm.PeerGoneException: ; nested exception is:
    java.io.EOFException
    at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:215)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:338)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252)
    at com.bea.ld.Server_ydm4ie_EOImpl_816_WLStub.executeFunction(Unknown Source)
    at com.bea.dsp.dsmediator.client.XmlDataServiceBase.invokeFunction(XmlDataServiceBase.java:312)
    ... 2 more
    Caused by: java.io.EOFException
    at weblogic.rjvm.t3.MuxableSocketT3.endOfStream(MuxableSocketT3.java:383)
    at weblogic.socket.SocketMuxer.deliverExceptionAndCleanup(SocketMuxer.java:737)
    at weblogic.socket.SocketMuxer.deliverEndOfStream(SocketMuxer.java:684)
    at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:845)
    at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:792)
    at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:283)
    at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
    at weblogic.work.ExecuteRequestAdapter.execute(ExecuteRequestAdapter.java:21)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    To overcome this issue we have read this [ information |http://download.oracle.com/docs/cd/E13167_01/aldsp/docs25/appdev/intro.html] and have done the required.
    Re: ALDSP 2.1 QName problem
    To enable interop from 9.x client to DSP 2.1 server, follow the following steps.
    1. Put ${WL_HOME}/liquiddata/lib/wls90interop.jar in PRE_CLASSPATH on
    2.1 server by editing setDomainEnv.cmd
    2. Put ${WL_HOME}/liquiddata/lib/wls90interop.jar in workshop's classpath
    by modifying -cp key's value in Workshop.cfg
    3. Build the application inside the workshop.
    4. Build the client side jar using ${WL_HOME}/liquiddata/bin/ld_clientapi.xml
    with following arguments on the command line:
    -Dapproot=<application directory>
    -Dxbeanjarpath=${WEBLOGIC9x}/server/lib/xbean.jar
    5. Copy ${WL_HOME}/liquiddata/lib/wlsdo90interop.jar, ld-client.jar and
    <appName>-ld-client.jar in WEB-INF/lib or classpath of the 9.x side.
    Since network classloading is turned off in any WebLogic server, we need to copy wlsdo.jar and ld-client.jar on the client side.
    Also added the flag -Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0 on the startup of the server (JDK 1.50_12 which is used WLP 9.2.3). We also downgraded the JVM version (JDK 1.5.0_06) for WLP server (as explained in the BUG to JDK 1.5.0_06.)
    Now we are getting another issue:
    Here is the exception observed:
    com.bea.control.servicecontrol.util.memento.ServiceClassMementoUtil> <000000> <com.bea.control.servicecontrol.util.memento.ServiceClassMementoUtil: Cou
    ld not load the ServiceClassMemento from the following resource file: uk/gov/fsa/mer/csadminservice/servicecontrol/AdministrationServiceControlServiceClassMemento.ser. This is probably due to a v
    ersioning issue and if the developer was astute when they made the change then this should not be the reason. Another possibility is that this resource has become corrupt. The good news is a reb
    uild of your app should fix it.
    Throwable: java.io.InvalidClassException: javax.xml.namespace.QName; local class incompatible: stream classdesc serialVersionUID = -9120448754896609940, local class serialVersionUID = 4418622981026545151
    Stack Trace:
    java.io.InvalidClassException: javax.xml.namespace.QName; local class incompatible: stream classdesc serialVersionUID = -9120448754896609940, local class serialVersionUID = 4418622981026545151
    at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:519)
    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1546)
    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1460)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1693)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:339)
    at java.util.HashMap.readObject(HashMap.java:1012)
    at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:919)
    at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1813)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1713)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
    Please advice on how to overcome this issue.
    Your attention to this issue will be highly appreciated.
    Regards,
    Edited by: user738507 on Jan 6, 2011 12:46 PM

    I don't know what the .ser file is that it is complaining about, but if it contains an (old) serialized QName object, you'll get that exception on an attempt to de-serialize it into a new QName object. Did you try rebuilding your app like the error message suggests?
    You can also try :
    @ Also, In 1.5 JDK, the javax.xml.namespace.QName class is bundled in
    @ jre/lib/rt.jar. If you have to replace that in your classpath, you should be
    @ pre-pending the wls90interop.jar to the bootClasspath.
    @ For eg, in my wls9.2, i set the classpath as follows:
    @ -Xbootclasspath/p:D:/releases/81sp5platform/weblogic81/liquiddata/lib/wls90int
    @ erop.jar

Maybe you are looking for