You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Jonathan Gallimore <jo...@gmail.com> on 2011/05/21 22:33:30 UTC

Setting module IDs

Hi,

I just committed a small change to allow module IDs to be set from a system
property, which has been useful to ensure a JNDI env entry was mapped to the
right connector module.

You can add a property like this:

<connector-filename.rar>.moduleId=moduleId

I don't think it'll cause any problems, but please shout if it does.

Cheers

Jon