to do it with a system property directly it should be:
<ejbName>.activation.<property name> = <property value> IIRC

Using this system property you don't need to do anything on
ejb-jar.xml/annotation level


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
<http://www.tomitribe.com>

2015-04-20 18:08 GMT+02:00 hwaastad <he...@waastad.org>:

> Hi,
> so would i t be possible to add an ejb-jar.xml and set clientid as an -D
> variable?
>
> ex: -Dmdb.clientid=whatever and in ejb-jar.xml have an
>
> <activation-config-property-value>${mdb.clientid}</activation-config-property-value>
>
> ...or something similar?
>
> br hw
>
>
>
> --
> View this message in context:
> http://tomee-openejb.979440.n4.nabble.com/JMS-Topic-MDB-tp4674499p4674524.html
> Sent from the TomEE Users mailing list archive at Nabble.com.
>

Reply via email to