Re: Simple JAX-WS

2008-07-31 Thread Lin Sun
Hi, I just tried to use xjc (com.sun.tools.xjc.Driver) to create the corresponding jaxb files - Echo.java EchoResponse.java GetMoreThings.java GetMoreThingsResponse.java GetThings.java GetThingsResponse.java ObjectFactory.java package-info.java Thing.java After that, I am able to deploy the pro

Re: Geronimo Connection Pools - How long until a connection is released?

2008-07-31 Thread David Jencks
On Jul 31, 2008, at 4:36 PM, Andrew Thorburn wrote: Currently playing around with having multiple threads going round and round trying to access the database within Geronimo, essentially to represent multiple users using the application (heavy load), but if I don't have them sleep for long enou

Geronimo Connection Pools - How long until a connection is released?

2008-07-31 Thread Andrew Thorburn
Currently playing around with having multiple threads going round and round trying to access the database within Geronimo, essentially to represent multiple users using the application (heavy load), but if I don't have them sleep for long enough, I tend to get errors when they try and access the da

Re: Simple JAX-WS

2008-07-31 Thread Lin Sun
Hi, Thanks. I am able to reproduce this prob. And this appears to be same issue related to complextype in our bug system - https://issues.apache.org/jira/browse/GERONIMO-3793 Lin On Thu, Jul 31, 2008 at 2:44 PM, ericp56 <[EMAIL PROTECTED]> wrote: > > And the error stack: > > 14:43:22,729 ERROR

Re: Simple JAX-WS

2008-07-31 Thread ericp56
And the error stack: 14:43:22,729 ERROR [Axis2WebServiceContainer] Exception occurred while trying to invoke service method doService() org.apache.axis2.AxisFault: javax.xml.bind.MarshalException - with linked exception: [javax.xml.bind.JAXBException: [Lorg.rnd.Thing; is not known to this contex

Re: Simple JAX-WS

2008-07-31 Thread ericp56
1) WSDL generated automatically by Geronimo/Axis. 2) Since the first posting above, I made a simple, isolated project, different namespace. Eric -- View this message in context: http://www.nabble.com/Simple-JAX-WS-tp18759351s134p18760907.html Sent from the Apache Geronimo - Users mailing list

Re: Simple JAX-WS

2008-07-31 Thread ericp56
OK, here it all is: Thing.java package org.rnd; public class Thing { private String Name; public String getName() { return Name; } public void setName(String name) { Name = name; } } WS.java package org.rnd; impo

Re: LDAP security realm across multiple instances

2008-07-31 Thread David Jencks
On Jul 31, 2008, at 10:48 AM, jbeaulau wrote: Geronimo: 2.1.1 JRE: 1.5.0_08-b03 - Sun Microsystems Inc. Hello, We have a security realm issue that we’re requesting some insight for. Searched the forums but couldn't find same issue. We are running multiple instances from one repository, and

LDAP security realm across multiple instances

2008-07-31 Thread jbeaulau
Geronimo: 2.1.1 JRE: 1.5.0_08-b03 - Sun Microsystems Inc. Hello, We have a security realm issue that we’re requesting some insight for. Searched the forums but couldn't find same issue. We are running multiple instances from one repository, and have configured a server-wide LDAP security realm

Re: Simple JAX-WS

2008-07-31 Thread Lin Sun
Hi, What if you add the targetnamespace to the webresult annotation, such as @WebResult(name="thingArray", targetNamespace = "http://jws.samples.geronimo.apache.org";) Also how did you generate your wsdl? It would help if you could supply your sample. Thanks Lin On Thu, Jul 31, 2008 at 1:18

Simple JAX-WS

2008-07-31 Thread ericp56
Hello, I'm using JAX-WS with POJO. I've run into an issue. I'm figuring it may be easily recognizable by others, so here it is: In my interface, I've added the following: @WebResult(name="thingArray") public Thing[] GetThings(); Thing is a class in the same namespace. Upon execution

Re: Path to long while unzipping geronimo-tomcat6-javaee5-2.1.1-bin

2008-07-31 Thread Kevan Miller
On Jul 31, 2008, at 12:13 PM, [EMAIL PROTECTED] wrote: Hi List, i've now beeing downloading the current stable 2.1.1 Version in zip format with tomcat, and i tried to unzip it to the C:\Program Files \... Directory under Windows Vista. At the end of the unzip prozess i get an error path i

Path to long while unzipping geronimo-tomcat6-javaee5-2.1.1-bin

2008-07-31 Thread tpoth
Hi List, i've now beeing downloading the current stable 2.1.1 Version in zip format with tomcat, and i tried to unzip it to the C:\Program Files\... Directory under Windows Vista. At the end of the unzip prozess i get an error path ist to long? Any suggestions? Thx GM-Foto GmbH Thomas Poth I

Re: Re: Antwort: Re: Problems Connecting to Pervasive SQL Database

2008-07-31 Thread Lin Sun
Just found it - GERONIMO-3469 We'll look into resolving this in the next G release. Thanks again. Lin On Thu, Jul 31, 2008 at 10:02 AM, Lin Sun <[EMAIL PROTECTED]> wrote: > Hi, > > Thanks for the feedback. You are right, the prob is the artifact > name - jdbc%2Frational which has a / > in it

Re: Re: Antwort: Re: Problems Connecting to Pervasive SQL Database

2008-07-31 Thread Lin Sun
Hi, Thanks for the feedback. You are right, the prob is the artifact name - jdbc%2Frational which has a / in it. I thought this was a known prob for db pool created from admin console, but I cannot find a JIRA about it. I'll keep looking. Lin On Thu, Jul 31, 2008 at 9:22 AM, <[EMAIL PROT

Antwort: Re: Antwort: Re: Problems Connecting to Pervasive SQL Database

2008-07-31 Thread tpoth
Hi David, Hi Lin, i tried another Poolname and it worked for me. The port must not be assigned in the connection url it works fine without. But if a took the Poolname jdbc/rational it fails. If i took the Poolname rational it's fine. I hope this is usefull. THX for your help on this case. Bes

Re: NullPointerException "Could not publish to Server" from Eclipse

2008-07-31 Thread Luciano Salotto
On Thu, Jul 31, 2008 at 8:33 AM, Ziplies <[EMAIL PROTECTED]> wrote: > > Hi, > > I am currently having the exact same problem as described here. Of course I > read and tried everything with Java5 but nothing changed. The only > difference I have is that I use Eclipse Ganymede with GEP2.1.1. > Refer

Re: NullPointerException "Could not publish to Server" from Eclipse

2008-07-31 Thread Ziplies
Hi, I am currently having the exact same problem as described here. Of course I read and tried everything with Java5 but nothing changed. The only difference I have is that I use Eclipse Ganymede with GEP2.1.1. Referencing the Server, geronimo-tomcat.2.1.1, works fine. It starts, I can access it