Axis stub caller from EJB

2006-02-06 Thread lubaki nsele
Is anyone has been successful to call Axis webservice using  stubs from EJBs in Geronimo? stubs are packaged as libraries in the EJB app and need to make remote call to a webservice. It seems not create Axis call. This apps works fine under Websphere but Geronimo is throwing class cast Exception o

Re: Geronimo ClassLoader Architecture

2006-01-04 Thread lubaki nsele
ion:>>>xmlns="http://www.openejb.org/xml/ns/openejb-jar">configId="com/nsele/atl/odonEJB">    inverseClassloading="true">>   >  org.apache.axis>   >>Could you please give it a give try?>>Thanks,>Gianny>>lubaki

Re: Geronimo ClassLoader Architecture

2006-01-04 Thread lubaki nsele
1.0 while using the "narrow" method. Once it was replaced it worked (RMI lookup). But if u need to make a JNDI lookup the article should guide you.   thnx, rajiv On 12/28/05, lubaki nsele <[EMAIL PROTECTED]> wrote: With Geronimo1.0 I am trying to test if this issue is reso

Re: Geronimo ClassLoader Architecture

2005-12-28 Thread lubaki nsele
javax.rmi.PortableRemoteObject.loadDelegateClass(PortableRemoteObject.java:205)    at javax.rmi.PortableRemoteObject.createDelegateIfSpecified(PortableRemoteObject.java:182)     From: "lubaki nsele" <[EMAIL PROTECTED]>Reply-To: user@geronimo.apache.orgTo: user@geronimo.apache.orgSubject: Re: Gero

Re: Geronimo ClassLoader Architecture

2005-12-13 Thread lubaki nsele
openejb.org/xml/ns/openejb-jar">configId="com/nsele/atl/odonEJB">inverseClassloading="true">>   >  org.apache.axis>   >>Could you please give it a give try?>>Thanks,>Gianny>>lubaki nsele wrote:>>>Gianny, This did n

Re: Geronimo ClassLoader Architecture

2005-12-12 Thread lubaki nsele
2:06 +1100>Hi Lubaki,>>You can use the optional attribute "inverseClassloading" at the >configuration level to force a child first class loading:>>>  configId="your id">  inverseClassloading="true">>>When set to true, classes defin

Re: Geronimo ClassLoader Architecture

2005-12-12 Thread lubaki nsele
ional attribute "inverseClassloading" at the >configuration level to force a child first class loading:>>>  configId="your id">  inverseClassloading="true">>>When set to true, classes defined by this configuraton take >precedence over the clas

Geronimo ClassLoader Architecture

2005-12-11 Thread lubaki nsele
Geronimo classloader makes available all classes loaded by org/apache/geronimo/Server to his children. This is a huge issue because Geronimo uses a different library that I am using with EJB  application. For example, I am usiing axis1.0 and Geronimo server is using axis-1.3Ger.  This discussio

Geronimo Classloader XStream in EJB

2005-12-08 Thread lubaki nsele
When I use XStream in the EJB  jar. It is throwing a classcast exception. Same code works for IBM Websphere. I changed the code to use JDOM with XPath; XPath failed with this exception java.lang.NoClassDefFoundError: org/jaxen/JaxenException, I had all required jar in the path ; it works  whrn I ru

Re: Using Geronimo shared library in Websphere way

2005-12-04 Thread lubaki nsele
her (though you could presumably put all>the contents of that in a JAR and access it via a dependency).  If I>understand your situation correctly, I think for you the one child>could just use many import elements to bring in all the parents it>needs.>>Thanks,> Aaron>&g

Using Geronimo shared library in Websphere way

2005-12-04 Thread lubaki nsele
It is possible  that an application running under Websphere to make use of other application classpaths using Shared Library; Geronimo has a way to accomplishing this?   The parentID approach can not really work for I have several web applications that will expose their classpath in this way( WEB-

Having problems to call external EJB in the same server

2005-11-29 Thread lubaki nsele
I have an application odon.ear inside, and I have an  EJB app (odonEJB.jar) and Web app (odonWeb.war). When I invoke the ejb from odonWeb.war, I do not have any problem (using in the geronimo-application for the web module). Everything works fine.   My problem happens when another ear (odonsecon