Eric, we need a full stacktrace, logs etc. to analyze the issue any further. The IBM JDK packages Apache Xerces/Xalan and thus by nature there won't be any com.sun.* packages provided. We had similar issues in the past where support for non com.sun.* packages (e.g. if not running inside a Sun/Oracle JVM) had to be configured separately:
https://issues.apache.org/jira/browse/OPENEJB-1126 Cheers Daniel On Thu, Apr 4, 2013 at 12:16 AM, ehenson <[email protected]> wrote: > I'm having an issue with consuming a CFX SOAP service on an IBM i version > 7.1 > using its J9 JVM JDK 7.IBM does not include the com.sun.org.apache.* > classes > like Oracle has included.I have an PMR with IBM and they have > responded:/"The only com/sun/org/apache/xerces/internal/dom classes we > include in JDK 7 are the following:(all found in > /QOpenSys/QIBM/ProdData/JavaVM/jdk70/32bit/jre/lib/xml.jar > )com/sun/org/apache/xerces/internal/dom/CoreDocumentImpl.class > com/sun/org/apache/xerces/internal/dom/DOMImplementationSourceImpl.class > > com/sun/org/apache/xerces/internal/dom/DOMXSImplementationSourceImpl.classcom/sun/org/apache/xerces/internal/dom/DocumentImpl.class > The only ElementNSImpl.class file we have is in a different package. > org/apache/xerces/dom rather > thancom/sun/org/apache/xerces/internal/domFound > in /QOpenSys/QIBM/ProdData/JavaVM/jdk70/32bit/jre/lib/xml.jar as > org/apache/xerces/dom/ElementNSImpl.class"/What JARs should I include in my > project to make up the difference in the respect of TomEE? I am using > Maven > for my project management if this helps any. > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/TomEE-1-5-1-on-IBM-i-J9-JDK-7-tp4661975.html > Sent from the OpenEJB Dev mailing list archive at Nabble.com.
