You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Juergen Weber <we...@gmail.com> on 2008/10/22 09:00:12 UTC

Properties in geronimo-application.xml Re: Where to store secret EJB properties?

Another option were to put properties into geronimo-application.xml or
openejb-jar.xml where they would mirror the values in ejb-jar.xml/env-entry,
the same ways as properties in geronimo-ra.xml override properties in
ra.xml. Is think this isn't possible right now, is it?

geronimo-application.xml is often not in the ear, so operations could get
the ears from development and keep geronimo-application.xml themselves. I
don't know where Geronimo puts the deployment plans after deployment (or is
it below var/config ?), probably operations would like if the deployment
plans were at a defined location.

Juergen
-- 
View this message in context: http://www.nabble.com/Where-to-store-secret-EJB-properties--tp20094408s134p20105057.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.


Re: Properties in geronimo-application.xml Re: Where to store secret EJB properties?

Posted by Juergen Weber <we...@gmail.com>.

Juergen Weber wrote:
> 
> Another option were to put properties into geronimo-application.xml or
> openejb-jar.xml where they would mirror the values in
> ejb-jar.xml/env-entry, the same ways as properties in geronimo-ra.xml
> override properties in ra.xml. 
> 

I'd like if this were possible. What do others think?

I would open a JIRA then.

Juergen

-- 
View this message in context: http://www.nabble.com/Where-to-store-secret-EJB-properties--tp20094408s134p20106126.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.


Re: Properties in geronimo-application.xml Re: Where to store secret EJB properties?

Posted by David Jencks <da...@yahoo.com>.
On Oct 22, 2008, at 12:00 AM, Juergen Weber wrote:

>
> Another option were to put properties into geronimo-application.xml or
> openejb-jar.xml where they would mirror the values in ejb-jar.xml/ 
> env-entry,
> the same ways as properties in geronimo-ra.xml override properties in
> ra.xml. Is think this isn't possible right now, is it?

Correct
>
>
> geronimo-application.xml is often not in the ear, so operations  
> could get
> the ears from development and keep geronimo-application.xml  
> themselves. I
> don't know where Geronimo puts the deployment plans after deployment  
> (or is
> it below var/config ?), probably operations would like if the  
> deployment
> plans were at a defined location.

If you deploy using the console or gshell the deployment plan is not  
included in the car directory.  If you use the car-maven-plugin it  
ends up in META-INF along with the generated geronimo-plugin.xml

I like the idea of normally putting the plan under META-INF/plan.xml  
but there are possible complications and confusion, for instance with  
an ee application then you can have a geronimo-application.xml but  
each module could have its own e.g. geronimo-web.xml inside.... not  
sure if we would want to collect all of these together.

david jencks

>
>
> Juergen
> -- 
> View this message in context: http://www.nabble.com/Where-to-store-secret-EJB-properties--tp20094408s134p20105057.html
> Sent from the Apache Geronimo - Users mailing list archive at  
> Nabble.com.
>