Startup Error Using Eclipse

2009-09-29 Thread Wiles, Wade
I've seen some previous posts about similar issues so I thought this would be a good place to start. ( I have also posted on The MyEclipse forum) I'm running MyEclipseIDE 7.5 on MacBookPro JDK 1.5. I can start Geronimo( geronimo-tomcat6-javaee5-2.1.4) manually using the command line but when I u

Re: Building Daytrader trunk fails

2009-09-29 Thread Juergen Weber
You guessed right, being maven-illiterate I ran deploy. Thanks for your help. OK, with install the build went fine (I needed JAVA_OPTS=-XX:MaxPermSize=256m). But when I tried to install the ear with the derby plan there is 2009-09-29 22:28:51,895 ERROR [[/daytrader]] Exception sending context in

Re: Building Daytrader trunk fails

2009-09-29 Thread David Jencks
there is no missing dependency shown... it just thinks this is the first time the snapshot has been uploaded. Either someone messed up the pom by setting a default goal to "deploy" (I don't know if this is even possible) or you ran mvn clean deploy instead of mvn clean install. As you are

Building Daytrader trunk fails

2009-09-29 Thread Juergen Weber
Hi, I tried to build Daytrader trunk, but it fails with the missing dependency below. Could somebody please fix this? And why is it Uploading ? Thanks very much, Juergen [INFO] Installing /projekte/geronimo-src/geronimo/daytrader/trunk/pom.xml to /projekte/m2repository/org/apache/geronimo/daytr

Re: How does the Client Container work?

2009-09-29 Thread Quintin Beukes
I think if it would just become possible to have the container wrapped by a remote server instance, then JNLP is just around the corner. Unfortunately JNLP only supports shipping JARs. But there are 2 ways to get geronimo to then work with JNLP. First would be if geronimo would do all it's file h

Re: ejb pool stays at 20 threads?

2009-09-29 Thread David Jencks
On Sep 29, 2009, at 7:23 AM, Russell Collins wrote: When will Geronimo 2.2 be released? I was hoping for last week :-) What's left: make sure latest openejb works and release it (no code changes expected) confirm small problems in activemq are fixed and release it ("any day now", they

Re: How does the Client Container work?

2009-09-29 Thread David Jencks
As you have discovered, app client containers are not very thoroughly specified. And as various pieces of documentation indicate, ours currently works only on the same machine as the server and there may be problems extracting just the bits you need to run an app client. However I still t

Re: Geronimo Book

2009-09-29 Thread Bill Stoddard
Quintin Beukes wrote: Hey, For anyone interested, this book together with the docs, help me a lot these days: http://www.redbooks.ibm.com/abstracts/SG247639.html I haven't seen it linked on the Geronimo docs (compared to Aaron Mulder's book which is linked there). Quintin Beukes Quintin,

RE: ejb pool stays at 20 threads?

2009-09-29 Thread Russell Collins
When will Geronimo 2.2 be released? Russell Collins Sr. Software Engineer McLane Advanced Technology "Do or do not, there is no try." - Yoda -Original Message- From: David Blevins [mailto:david.blev...@visi.com] Sent: Monday, September 28, 2009 3:05 PM To: user@geronimo.apache.org Subj

Re: How does the Client Container work?

2009-09-29 Thread Quintin Beukes
Interesting thing though. At the end of the spec it says: EE.12.1 JNLP (JavaTM Web Start) The Java Network Launch Protocol defines a mechanism for deploying Java applications on a server and launching them from a client. A future version of this specification may require that Java EE pro

Re: How does the Client Container work?

2009-09-29 Thread Quintin Beukes
Hey, If you go read the JavaEE 5.0 spec regarding Application Clients, they do specify the following: As with all Java EE components, application clients use JNDI to look up enterprise beans, get access to resource managers, reference configurable parameters set at deployment time, and so on. Appl

Geronimo Book

2009-09-29 Thread Quintin Beukes
Hey, For anyone interested, this book together with the docs, help me a lot these days: http://www.redbooks.ibm.com/abstracts/SG247639.html I haven't seen it linked on the Geronimo docs (compared to Aaron Mulder's book which is linked there). Quintin Beukes

Re: How does the Client Container work?

2009-09-29 Thread Quintin Beukes
I posted a link to the book on a new thread. Quintin Beukes On Tue, Sep 29, 2009 at 11:46 AM, Quintin Beukes wrote: > Then further, a book written by IBM states: > > With WASCE, the following considerations apply: >   Unlike other Java EE application servers, WASCE does not provide a unique >  

Re: How does the Client Container work?

2009-09-29 Thread Quintin Beukes
Then further, a book written by IBM states: With WASCE, the following considerations apply: Unlike other Java EE application servers, WASCE does not provide a unique Application Client container. Instead, you must install the full server package if you want to run an application client.

Re: How does the Client Container work?

2009-09-29 Thread Juergen Weber
I opened https://issues.apache.org/jira/browse/GERONIMO-4899. Thanks, Juergen -- View this message in context: http://www.nabble.com/How-does-the-Client-Container-work--tp25632603s134p25659838.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: How does the Client Container work?

2009-09-29 Thread Quintin Beukes
There is a book Apache Geronimo Development and Deployment by Aaron Mulder It states: As of Milestone 4, the client container must run from the same Geronimo installation as the server, which also means that it must be run on the same machine, using the bin/client.jar file in the server's Geronimo

Re: How does the Client Container work?

2009-09-29 Thread David Jencks
On Sep 28, 2009, at 11:45 PM, Juergen Weber wrote: OK, thanks, so that is consistent to the way Weblogic server does it, you http://download.oracle.com/docs/cd/E12840_01/wls/docs103/client/thinclient.html#wp1079680 start the Weblogic client container which then starts your client applicati