Re: EJB jar deployment problem

2005-07-24 Thread Janne Kario
Hi, I haven't tried exporting EAR file from WTP. Instead I was using the WTP Generic Geronimo Server and deployed just the ejb.jar. For some reason the WTP Geronimo Server does not support EAR deployment. I'll try using the EAR export function instead. Thanks for the help. * Janne Kario

Re: EJB jar deployment problem

2005-07-24 Thread Janne Kario
Found it. https://bugs.eclipse.org/bugs/show_bug.cgi?id=100646 * Janne Kario Sachin Patel wrote: Yes, the geronimo server support in WTP does not yet have EJB support. Janne Kario wrote: Hi, I haven't tried exporting EAR file from WTP. Instead I was using the WTP Generic Geronimo Server

EJB jar deployment problem

2005-07-23 Thread Janne Kario
I developed a simple test EJB with Eclipse Webtools RC1. WTP has the option of creating separate EJB jar and EJB client jar projects so that in the end the deployment looks like this (ejbClient.jar is packaged inside the ejb.jar). ejb.jar: META-INF/ejb-jar.xml META-ING/MANIFEST.MF

Re: EJB jar deployment problem

2005-07-23 Thread Sachin Patel
I think this may be an error in your configuration, and if not, then a bug in WTP. When exporting the ear in wtp, the client.jar and the ejbjar should be packaged directly underneath the ear. I just tried this (I'm not sure which wtp build I have, within the past week though) and my export