Re: Exception while generating WSDL in Geronimo 2.0.2

2007-10-08 Thread Tomasz Mazan
Jarek Gawor-2 wrote: Tomek, I'm unable to replicate the problem so far. I'm also testing on Windows but Sun JDK 1.5.0_10-b02. One thing I did notice that you will need to add JPA spec jar to the classpath you pass to wsgen. What's the exact command you are executing? Jarek I

Re: running two instances of Geronimo 2.0.1

2007-10-08 Thread Mario Ruebsam
Thats sounds great, I'm looking forward to it. Thanks, Mario Kevan Miller wrote: On Oct 5, 2007, at 2:25 PM, Mario Ruebsam wrote: David and Donald, thanks for the help and changes to that problem and also for adding the thread pool size in config-substitutions.properties (GERONIMO-3475).

Plug in

2007-10-08 Thread Kalapala Sagar
Hi Folks, I was working on Automobile industry that was using Europa version of eclipse and Geronimo 1.1 version. I have a problem in development - that is when ever I make changes in JSP, I need to republish the app into server. This seems to be a time consuming, where as Weblogic/WebSphere

How to specify JNDI names?

2007-10-08 Thread Zakharov, Vasily M
Hi, all, I have an application (SPECjAppServer2004) containing session EJBs that need to be accessed from outside. When I run the client, it reports: javax.naming.NameNotFoundException: /OrderAuditSes does not exist in the system. Check that the app was successfully deployed. at

Re: Axis2 SAAJ implementation in Geronimo - possible class cast bug when unmarshalling?

2007-10-08 Thread Jarek Gawor
Paul, This looks like a bug in Axis2. Can you file a bug in Axis2 project? I'll take a look at it. For now can you try setting the following system property: -Dorg.apache.geronimo.saaj.provider=sun This should tell Geronimo to use Sun SAAJ implementation instead of Axis2. Jarek p.s. I moved

Re: java:comp JNDI lookup seems to fail after server restart

2007-10-08 Thread Jonathan Gallimore
I managed to make some progress with this - basically it only happens if my application's web modules context root is /, so I've given it a different context root for the time being. I'm also able to reproduce this with another very basic Hello world app. Presumably this is some sort of bug?

Re: java:comp JNDI lookup seems to fail after server restart

2007-10-08 Thread Viet Nguyen
Hi Jon, You are right, this is a known bug. It's located at https://issues.apache.org/jira/browse/GERONIMO-3460. Thanks, Viet On 10/8/07, Jonathan Gallimore [EMAIL PROTECTED] wrote: I managed to make some progress with this - basically it only happens if my application's web modules context

Re: How to specify JNDI names?

2007-10-08 Thread Kevan Miller
On Oct 8, 2007, at 10:59 AM, Zakharov, Vasily M wrote: Hi, all, I have an application (SPECjAppServer2004) containing session EJBs that need to be accessed from outside. When I run the client, it reports: javax.naming.NameNotFoundException: /OrderAuditSes does not exist in the system.

Re: Exception while generating WSDL in Geronimo 2.0.2

2007-10-08 Thread Jarek Gawor
Ok. I'm still unable to replicate. Here's what I'm doing: jaxws-tools.bat wsgen -verbose -r wsdl -s src -d target -keep -wsdl:Xsoap1.2 -extension -cp ..\geronimo-jpa_3.0_spec-1.1.jar;..\test.jar org.apache.greeter_control.Foo and my Foo.java looks like: @WebService(serviceName = Core, portName

Getting java.lang.IllegalStateException while stopping geronimo

2007-10-08 Thread Ashish Jain
Hi, I am trying to start Geronimo as a windows service. I am following this link for the same. http://cwiki.apache.org/GMOxDOC20/configuring-geronimo-as-a-windows-service.html Server start is fine but when I try to stop the server. I get the following error. java.lang.IllegalStateException: A

Re: Plug in

2007-10-08 Thread Tim McConnell
Hi Swarupa, Could you help me better understand your predicament ?? If I recall correctly, when you change a JSP in the Eclipse IDE, and then save it, the JSP will be republished automatically to the Geronimo server, without manual intervention on the part of the user. Is that what you are