Hi All, I have AXIS 1.1 RC2 deployed as a web module inside a ear module in WSAD (WebSphere Studio Application Developer) 5.1.2 and trying to deploy this web application in WSAD 5.1.2's WebSphere 5.0 Test Environment.
Basically I am trying expose an EJB as web service using AXIS. When I am trying to access http://localhost:8080/AXIS11RC2 and view list of deployed web services I am getting below error : org.jibx.runtime.JiBXException: Unable to access binding information for class com.mytest.EmpHis There are no other ejb modules in my ear module and all the jibx compile binding classes are jarred and added as Utilitiy JARs under the ear module. To prove this my axis web module META-INF\MANIFEST.MF file reads below : Manifest-Version: 1.0 Created-By: 1.4.2_04 (Sun Microsystems Inc.) Class-Path: emp-data.jar emp-interfaces.jar bcel.jar jibx-bind.jar jibx-extras.jar jibx-run.jar xpp3-later.jar xpp3.jar Where emp-data.jar has all jibx binding compiler compiled classes and emp-interfaces.jar has remote, home interfaces required for my EJB. I have made sure there are no other uncompiled jibx binding compiler classes in my classpath. Please suggest .... Thanks & Regards, Kumar. ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
