Re: AW: Using XDoclet to generate openejb-jar.xml

2007-08-24 Thread David Blevins
On Aug 24, 2007, at 9:34 AM, Jonathan Gallimore wrote: Thanks for the feedback. I'm still using EJB 2, and haven't used EJB 3 before. My new EJB 3 book is on its way from Amazon. Great. I like the O'Reilly one. Though I haven't really read the book since Richard retired for book authorin

Re: deploy and undeploy a gbean

2007-08-24 Thread David Jencks
Could you describe how you want to use this a bit? There's already the ServiceConfigBuilder which converts xml gbean plans to Configurations and the whole Configuration framework which do this. Also you can register custom NamespaceDrivenBuilders to process documents in other xml schemas

Re: Where i can find Geronimo Clustering and HA level of support?

2007-08-24 Thread Orion Letizi
Here is the link to instructions on how to use Terracotta with Geronimo: http://cwiki.apache.org/GMOxDEV/clustering-geronimo-with-open-terracotta.html We're also currently working on a Geronimo plugin for Terracotta which will let you install Terracotta clustering support from the Geronimo adm

Re: Dependency conflict of commons-lang (Geronimo 2.0.1)

2007-08-24 Thread songsp
Hey David, Option 2 appeared to be the most practical solution for me.. I tried and it worked great! Thanks a bunch and keep up the good work! B-) Sam djencks wrote: > > I can think of 3 things to try: > > 1. If you are really daring download and build geronimo trunk. In > var/config/artt

deploy and undeploy a gbean

2007-08-24 Thread Stefan Schulze Frielinghaus
Hello, I'm trying to write a GBean which dynamically deploys and undeploys other GBeans. My first thought about this task was to get a list of all running modules from which I could decide which to undeploy. String uri = "deployer:geronimo:inVM"; String username = "system"; String password = "ma

Re: [v1.1.1] Classloader problem

2007-08-24 Thread Kevan Miller
On Aug 24, 2007, at 3:56 AM, Damien Barthe wrote: Yeah, it works! many thanks mr jencks :-) For the problem with the v2 of Geronimo, Kevan Miller said what it happens. We will try here further test to deploy the app on it. Glad to hear you got 1.1.1 working, Damien. There are a several

Re: AW: Using XDoclet to generate openejb-jar.xml

2007-08-24 Thread Jonathan Gallimore
Thanks for the feedback. I'm still using EJB 2, and haven't used EJB 3 before. My new EJB 3 book is on its way from Amazon. It sounds like what I've done for generating a deployment descriptor for EJB 2 is unlikely to be useful to people using EJB 3, and perhaps any kind of deployment descript

Re: AW: Using XDoclet to generate openejb-jar.xml

2007-08-24 Thread David Blevins
On Aug 24, 2007, at 7:57 AM, Ueberbach, Michael wrote: Hello, I followed the discussion about using XDoclet with great interest. I have been using XDoclet for the last four years to generate EJB applications and it has been very usefull all the time. But meanwhile (since EJB 3) I think t

Re: Bind String constant to JNDI name

2007-08-24 Thread David Jencks
On Aug 24, 2007, at 7:07 AM, amelumad wrote: I need to bind a String constant to a JNDI name. This constant will be accessed from a WAR module deployed on Geronimo 1.1. I tried to use resource references in my deployment plan but either the binding does not work or I am not using the co

AW: Using XDoclet to generate openejb-jar.xml

2007-08-24 Thread Ueberbach, Michael
Hello, I followed the discussion about using XDoclet with great interest. I have been using XDoclet for the last four years to generate EJB applications and it has been very usefull all the time. But meanwhile (since EJB 3) I think the situation has changed dramatically. Most of what I have done

Bind String constant to JNDI name

2007-08-24 Thread amelumad
I need to bind a String constant to a JNDI name. This constant will be accessed from a WAR module deployed on Geronimo 1.1. I tried to use resource references in my deployment plan but either the binding does not work or I am not using the correct context / name when trying to access it hence I

Re: Geronimo 1.1.1's Javamail does not work for some SMTP server with more than 1 beginning lines

2007-08-24 Thread Rick McGuire
Chua Chee Seng wrote: Hi Rick, It works! Thank you very much. :-) If you don't mind, I am curious about the rule '220-' indicating there is continuous line and '220' indicating it does not have continuous line, is this rule in the SMTP specification? Yes, this is part of the SMTP specificat

Re: [v1.1.1] Classloader problem

2007-08-24 Thread Damien Barthe
Yeah, it works! many thanks mr jencks :-) For the problem with the v2 of Geronimo, Kevan Miller said what it happens. We will try here further test to deploy the app on it. Damien Barthe. djencks wrote: > > > On Aug 22, 2007, at 1:59 AM, Damien Barthe wrote: > >> >> Hello, >> thanks for

Re: Where i can find Geronimo Clustering and HA level of support?

2007-08-24 Thread David Jencks
On Aug 23, 2007, at 11:53 AM, legolas wrote: Hi Thank you for reading my post I have some question regarding geronimo clustering and fail over recovery support. 1-Is there any built-in clustering support for geronimo in application server level, like what we can see in GlassFish? There

Re: Dependency conflict of commons-lang (Geronimo 2.0.1)

2007-08-24 Thread David Jencks
I can think of 3 things to try: 1. If you are really daring download and build geronimo trunk. In var/config/arttifact_aliases.properties add a line mapping commons- lang 2.0 to commons lang 2.3 (or whatever you want to use). It would look like: commons-lang/commons-lang/2.0/jar=commons-