Re: Query regarding session bean Instance Pool initiation

2008-03-27 Thread puneetjain
Hi David, Sorry for your inconvenience, but I got a mail from nabble that my post is still pending, thatswhy I resent the message. And sorry about the specified server. Actually we are in the process of evaluating the Application Server for our project. Mistakenly I wrote JBoss in place of Geron

Re: Problem creating a DB2 datasource

2008-03-27 Thread Vamsavardhana Reddy
You should specify the rar first followed by the plan file. Looks like there is another problem in your case... the file "C:\geronimo- tomcat6-jee5-2.0.2\bin\db2-geronimo-plan" does not exist. Make sure the file exists. Geronimo does not make any assumptions on the file extension. Use the full

Problem creating a DB2 datasource

2008-03-27 Thread SKService
Hi, I'm trying to create a DB2 datasource on Geronimo 2.0.2. I've taken all education from the following link, http://cwiki.apache.org/GMOxDOC20/configuring-db2-datasource.html My Db2 version is 8.1.7.706. as pointed out, after creating the deploy plan, I'm trying to use the following command

Re: transactions within MDB

2008-03-27 Thread Ɓukasz Budnik
Hi David, On 25/03/2008, David Jencks <[EMAIL PROTECTED]> wrote: > You appear to want selective bits of the ACID properties of > transactions :-) Ups.. didn't know that onMessage is a single transaction ;) > It looks like "task" is a persistent status object with some > information about other

Re: Geronimo Eclipse Plugin 2.1 ?

2008-03-27 Thread Hernan Cunico
Hi, this plugin has not been released yet but it should be out very soon. You can get the latest unstable here http://people.apache.org/dist/geronimo/eclipse/unstable/2.1.0/ HTH Cheers! Hernan Tobias Mueller wrote: Hi, I'm missing the GEP 2.1 that is mentioned in the 5 Minute Tutorial. h

Geronimo Eclipse Plugin 2.1 ?

2008-03-27 Thread Tobias Mueller
Hi, I'm missing the GEP 2.1 that is mentioned in the 5 Minute Tutorial. http://cwiki.apache.org/GMOxDOC21/development- environment.html#Developmentenvironment- InstallGEPUsingEclipseUpdateManager What happened to that plugin? Tobias --- Tobias Mueller Kandelstr. 6 76199 Karlsruhe +49 721

Re: Query regarding session bean Instance Pool initiation

2008-03-27 Thread David Jencks
Please ask your question only once. if anyone is able to answer it they will as time allows. Generally reposting annoys everyone and makes it much less likely that you will receive a response. For instance, I am not now trying to answer your question. Also, it would be desirable if you c

Re: When Dojo 1.0 plugin will be included in the Geronimo ?

2008-03-27 Thread CG
thx Erik, will try it up . thanks. On Thu, Mar 27, 2008 at 11:28 PM, Erik B. Craig <[EMAIL PROTECTED]> wrote: > CG, > > Dojo 1.0.2 is available in the Geronimo 2.1 release under the context of > /dojo in the JEE5 assemblies (both Tomcat and Jetty). > To begin using basic dojo you would just need t

Re: When Dojo 1.0 plugin will be included in the Geronimo ?

2008-03-27 Thread Erik B. Craig
CG, Dojo 1.0.2 is available in the Geronimo 2.1 release under the context of /dojo in the JEE5 assemblies (both Tomcat and Jetty). To begin using basic dojo you would just need to include /dojo/dojo/dojo.js, whereas dijit for instance is under /dojo/dijit, dojox under /dojo/dojox, etc. I hope thi

When Dojo 1.0 plugin will be included in the Geronimo ?

2008-03-27 Thread CG
Hi, I have tried to search in google , it seems like Dojo 1.0 already in the repository , but the Geronimo 2.1 only come with dojo 0.43 . I try to search in google to find out how to install the Dojo 1.0 plugin or to do an upgrade but no luck . Hope to get some hints to deploy the dojo 1.0.2 in g

Query regarding session bean Instance Pool initiation

2008-03-27 Thread puneetjain
Hi, I am new with Geronimo and EJB3. I have written a Stateless Session Bean and want to deploy on JBoss Application Server. I want to configure the Instance Pool Size of JBoss with the following configuration: Minimum Size: 10 Maximum Size: 50 The instance pool should be populated with the mini

Could not successfully deploy my EJB program.

2008-03-27 Thread newbie-gero
Hi lists, i have written a EJB program and it works successfully in jboss. I now want to deploy into geronimo but it gives error. Allow me to list out what i have done. i create a database connection pool using the console. I'm using mysql database. I have check that the database pool is running.

Re: maven2: deployment quickstart?

2008-03-27 Thread David Jencks
On Mar 27, 2008, at 12:03 AM, Kristian Rink wrote: David, *; first off, thanks a bunch for your explanations on that, they surely made a few things clearer to me. :) Am Wed, 26 Mar 2008 15:04:42 -0700 schrieb David Jencks <[EMAIL PROTECTED]>: [2] ought to be able to deploy to remote server

Re: maven2: deployment quickstart?

2008-03-27 Thread Kristian Rink
David, *; first off, thanks a bunch for your explanations on that, they surely made a few things clearer to me. :) Am Wed, 26 Mar 2008 15:04:42 -0700 schrieb David Jencks <[EMAIL PROTECTED]>: > [2] ought to be able to deploy to remote servers with no problem.. > That said I haven't tried it.