Slepecki, Willie
Tue, 08 Jul 2008 09:20:54 -0700
After three days of reading and trial and error im almost there. The last issue i need to resolve involves deploying with an ear file. ive got my POJO's bound to the jibx-axis system successfully and that packaged into the war file and that packaged into the ear file. but when i try to pull up a schema for a method in the web service it says it can't find my binder class org.apache.axis2.AxisFault: Unable to access binding information for class bla.bla.gettransactiondetailrequest.GetTransactionDetailRequest Make sure classes generated by the binding compiler are available at runtime i understand the message but here is the thing, those POJO's are used by about a half dozen other pieces of the total system so it doesn't make sense for me to compile them into the war file itself. the way i have it deployed is the binders and the pojo's are compiled into their own separate jar file and deployed in the base of the ear file as a java module. as i understood the concept of ear files, that should include them in the classpath of all other apps in the ear file. i know weblogic is finding my core jar file because i have startup routines that initialize a singleton that run successfully. but i have got to figure this access issue out because my web services are going to rely HEAVILY on that configuration singleton. maybe put the jar file in the web-inf/lib directory of the ear file instead of as a module? thanks
------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________ jibx-users mailing list jibx-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jibx-users