Re: Geronimo documentation

2006-02-16 Thread Mario Rübsam
Hi, Hernan Cunico wrote: Hi All, do we have any Geronimo implementation on a customer that would be willing to participate in a Case Studies / Success Stories section. It would be great to add a section like this to the updated site. Cheers! Hernan we migrated one of our applications

redeploying imported configuration results in ClassNotFoundException

2006-02-16 Thread Scott Anderson
Given...config-A which has no parent configurationconfig-B and config-C which both have config-A as their parentweb-app which has config-C as its parent and imports config-Bconfig-B defines a GBean that is used by the web-app When I do the following...redeploy config-B which also stops

Re: Geronimo documentation

2006-02-16 Thread Hernan Cunico
Hi Mario, I believe we should wait until the customer moved Geronimo to production and they are satisfied with the results, then if they are willing to participate in a Case Studies / Success Stories section we could add an article with covering the following areas: - Customer - Service

Re: Geronimo documentation

2006-02-16 Thread Mario Rübsam
Hi Hernan, starting earlier is a good point. We did a story before and yes it takes time esp. for the legal stuff. Thanks for the minimum requirements. I will ask them if they are willing to participate. Production is planned for march. Cheers, Mario Hernan Cunico wrote: Hi Mario, I believe

How can I get a reference to Geronimo TransactionManager instance...

2006-02-16 Thread Claudio Corsi
Hi all, I was wondering if you have a standard process to get an instance of Geronimo TransactionManager instance? I have been trying to understand your use of the gbean package and it is not readily clear how I can get an instance of the TransactionManager and/or TransactionContextManager

Re: How can I get a reference to Geronimo TransactionManager instance...

2006-02-16 Thread David Jencks
On Feb 16, 2006, at 8:42 AM, Claudio Corsi wrote: Hi all, I was wondering if you have a standard process to get an instance of Geronimo TransactionManager instance? I have been trying to understand your use of the gbean package and it is not readily clear how I can get an instance of

eclipse plugin build suspended?

2006-02-16 Thread Dauben, Oliver
-- hi list, the daily eclipse plugin build seems having been suspended for a week now. i'm expecting an improved version to show up and wonder when the sub-project will continue to producedaily artefacts. i understand that the plugin is in a state of flux between maven1 and maven2 and

Looking for a sample geronimo-web.xml containning the reference to EJBs

2006-02-16 Thread yskim
Many thanks in advance. Cheers! Young

Re: Looking for a sample geronimo-web.xml containning the reference to EJBs

2006-02-16 Thread leonard flournoy
You may want to take a look at the ejb examples provided here: http://opensource2.atlassian.com/confluence/oss/display/GERONIMO/Apache+Geronimo+V1+-+Documentation+Draft On 2/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Many thanks in advance.Cheers!Young

Re: How can I get a reference to Geronimo TransactionManager instance...

2006-02-16 Thread David Jencks
On Feb 16, 2006, at 9:30 AM, Claudio Corsi wrote: David Jencks wrote: On Feb 16, 2006, at 8:42 AM, Claudio Corsi wrote: Hi all, I was wondering if you have a standard process to get an instance of Geronimo TransactionManager instance? I have been trying to understand your use of the

Re: Looking for a sample geronimo-web.xml containning the reference to EJBs

2006-02-16 Thread Aaron Mulder
On 2/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Many thanks in advance. You can look here: http://chariotsolutions.com/geronimo/web-plan.html#web-plan-refs In particular, see 11.3.4.2.3. EJB Reference Examples for a sample web.xml and geronimo-web.xml with local and remote EJB

Re: Looking for a sample geronimo-web.xml containning the reference to EJBs

2006-02-16 Thread Sachin Patel
I have an example of an external ref here... http://people.apache.org/~sppatel/temp/ - sachin On Feb 16, 2006, at 5:17 PM, Aaron Mulder wrote: On 2/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Many thanks in advance. You can look here:

Re: Build Failed - Building from SVN Geronimo 1.0

2006-02-16 Thread Sanjay Dwivedi
The build failed for following reason (this time it got much farther, no geronimo spec issues after checked out and built specs project), has anybody seen this error. Do I need to build config also (like specs)?: multiproject:install-callback: [echo] Running car:install for openejb

Re: Using Firebird through Jaybird in a JEE application in Geronimo

2006-02-16 Thread Aaron Mulder
Are you saying you're trying to create a database pool and you can't figure out how to make the driver available? You can try this: http://chariotsolutions.com/geronimo/database.html Section 6.1 talks about where to put the driver JAR (just make sure it has a version number in the name like

Re: Using Firebird through Jaybird in a JEE application in Geronimo

2006-02-16 Thread David Jencks
On Feb 16, 2006, at 6:22 PM, Olivier Voutat wrote: I'm not getting how to install the driver to make this one avaliable to my applications in Geronimo. Tried many ways, and can't find a way that makes it works. Didn't find any documents about it neither. Can somebody help me about it ?