How to make Tuscany SDO available in Websphere or other server?

2007-05-21 Thread Huang Kai
We wanna use tuscany sdo in application that runs on websphere 6. Unfortunatelly we found it conflicts with websphere's own sdo api jar( actually an emf sdo jar : org.eclipse.emf.commonj.sdo_2.1.0.v200609210005.jar). Since websphere's own jar has higher privillege when loading classes,

Re: How to make Tuscany SDO available in Websphere or other server?

2007-05-21 Thread Raymond Feng
Hi, This seems to be class isolation issue in WebSphere. Are you using Websphere 6.0.x or 6.1? As far as I know, the 6.1 comes with OSGi support which can help isolate different versions of EMF classes. How did you make the SDO/EMF jars available to WebSphere, per server or per application?