Problems in configuring dependency on EAR

2007-06-08 Thread Alex Korostov
I'm using Geronimo 1.1 and 1.1.1 with Tomcat. I have a EAR that includes JARs and a WAR. This application works fine. Also I have another (second) WAR application that is NOT included in that EAR, but have to use some classes from the JARs and a WAR resided in the EAR. I declared dependency on t

Re: Problems in configuring dependency on EAR

2007-06-08 Thread David Jencks
On Jun 8, 2007, at 4:25 AM, Alex Korostov wrote: I'm using Geronimo 1.1 and 1.1.1 with Tomcat. I have a EAR that includes JARs and a WAR. This application works fine. Also I have another (second) WAR application that is NOT included in that EAR, but have to use some classes from the JAR

Data source problems while deploying EAR

2007-06-08 Thread Erik B. Craig
I'm having a good amount of troubles trying to get an EAR deployed from a relatively small Geronimo application on geronimo 1.1.1 Here is the output I'm getting C:\geronimo-1.1.1\bin>deploy --user system --password manager deploy c:\j2g-demo -app\bin\geronimo-application.xml c:\j2g-demo-app\bin\

Re: Data source problems while deploying EAR

2007-06-08 Thread David Jencks
On Jun 8, 2007, at 8:12 AM, Erik B. Craig wrote: I'm having a good amount of troubles trying to get an EAR deployed from a relatively small Geronimo application on geronimo 1.1.1 Here is the output I'm getting C:\geronimo-1.1.1\bin>deploy --user system --password manager deploy c:\j2g-dem

Re: Data source problems while deploying EAR

2007-06-08 Thread Erik B. Craig
Well, I guess my next question is... (again from a lack of understanding how this is actually working) My database pool is named DefaultDS, the actual database is named TravelDB... which should be used in which situation? On 6/8/07, David Jencks <[EMAIL PROTECTED]> wrote: On Jun 8, 2007, at 8:

Re: Data source problems while deploying EAR

2007-06-08 Thread David Jencks
On Jun 8, 2007, at 8:57 AM, Erik B. Craig wrote: Well, I guess my next question is... (again from a lack of understanding how this is actually working) My database pool is named DefaultDS, the actual database is named TravelDB... which should be used in which situation? Unless I forgot on

Re: Data source problems while deploying EAR

2007-06-08 Thread Erik B. Craig
David, Thanks a ton, I was able to get it deployed based on what you told me. Woohoo! On 6/8/07, David Jencks <[EMAIL PROTECTED]> wrote: On Jun 8, 2007, at 8:57 AM, Erik B. Craig wrote: Well, I guess my next question is... (again from a lack of understanding how this is actually working) My

Re: Error looking up EJB reference

2007-06-08 Thread Aman Nanner/MxI Technologies
I tried deploying a small test.ear application, but I did not experience this problem with it. It seems my main EAR application and this test EAR application use different instances of the "SystemInstance" singleton (e.g. there are two singletons). Presumably this is because each application's cl

Re: Error looking up EJB reference

2007-06-08 Thread Aman Nanner/MxI Technologies
This problem occurs when is set in a web application. I've raised a JIRA here: https://issues.apache.org/jira/browse/GERONIMO-3233 Aman Nanner/MxI Technologies <[EMAIL PROTECTED]> wrote on 06-08-2007 02:10:17 PM: > I tried deploying a small test.ear application, but I did not experience > thi