CasMeiron wrote:
Any help guys?

I would suggest using application.xml to point in the datasource file in the EAR with:

<module>
<java>path/to/my/myapp-ds.xml</java>
</module>

Now, to include this in the EAR during the build is another issue. You could add the file in ear-project/src/main/application/APP-INF/classes, I think this should add it in the EAR by default, so the following should work:


<module>
<java>APP-INF/classes/myapp-ds.xml</java>
</module>

I may be missing something here but hopefully this will get you in the right direction.

Cheers,

Manos

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to