Declare env-entry in geronimo-application.xml?

2008-11-20 Thread Fredrik Jonson
Hi, I'm developing a multi-module ear project for Geronimo, and have a couple of variables I want to make configurable. I know I can set env-entry variables in web.xml or ejb-jar.xml and have them injected with @Resource. Now, some variables are used from more than one module, and it would be muc

Continuous Transaction log entries

2008-11-20 Thread Juergen Weber
Hi, I have an MDB that is triggered by a RA. Even when there is nothing in the queue, there are continous server log entries like the ones below. These entries repeat every 10 seconds. Why is method create continually called? Is this important or should I just configure the logger to ignore th

starting sequence

2008-11-20 Thread Jazon
hi, I have two applications deployed to Geronimo, I'd like to make sure one application is started before another. Can I specify the starting sequence of applications? Thanks

Re: starting sequence

2008-11-20 Thread Ivan
By default, the starting order should according to the configuration in the config.xml file. 2008/11/20 Jazon <[EMAIL PROTECTED]> > hi, > I have two applications deployed to Geronimo, I'd like to make sure one > application is started before another. > Can I specify the starting sequence of appli

Re: starting sequence

2008-11-20 Thread Jazon
yes, but the problem is, every time I re-deploy an application, that application moves to the very bottom. I have to manually move it back. On Thu, Nov 20, 2008 at 8:34 AM, Ivan <[EMAIL PROTECTED]> wrote: > By default, the starting order should according to the configuration in the > config.xml

Re: starting sequence

2008-11-20 Thread David Jencks
Say your apps are A and B. if the geronimo plan for B has a dependency on A, A will always be started first. org.myco B 1.0-SNAPSHOT car org.myco A car services ... ... ... If you leave ou

How to access EJB from customized logon module

2008-11-20 Thread John Burk
Hi, I in struggling in accessing EJB from the customized logon module of geronimo application. Use @EJB or InitialContext.lookup always return null point. Is there any way to use EJB in the logonmodule? -- View this message in context: http://www.nabble.com/How-to-access-EJB-from-customized-lo

Unable to create configuration for deployment

2008-11-20 Thread Puneet Madan
I am trying to deploy ear file in websphere CE server. I am getting the following error. Please suggest me to resolve this issue. org.apache.geronimo.common.DeploymentException: Unable to create configuration for deployment at org.apache.ger

Re: Unable to create configuration for deployment

2008-11-20 Thread Ivan
Have you created the dbpool named transactionwareDataSource in Geronimo ? If did, try to add the dependency of your db pool to the deployment plan console.dbpool transactionwareDataSource 2008/11/21 Puneet Madan <[EMAIL PROTECTED]> > > I am trying to deploy ear file in websphere CE