You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Stephane Nicoll (JIRA)" <ji...@codehaus.org> on 2006/12/30 15:37:10 UTC

[jira] Commented: (MEAR-52) Ability to add jboss dataosources (*ds.xml) files as a jarModule

    [ http://jira.codehaus.org/browse/MEAR-52?page=comments#action_83626 ] 
            
Stephane Nicoll commented on MEAR-52:
-------------------------------------

does not make much sense to me.

JarModule is for a library (a jar file) which needs to be a dependency of the project. your datasource definition is certainly not a dependency of the project per se; where is it located?

Normally, you should bundle your service and datasource in a sar file, which is supported by the ear plugin.

What's the added value here? Adding JBoss specific stuff is ok provided they are clearly separated.

> Ability to add jboss dataosources (*ds.xml) files as a jarModule
> ----------------------------------------------------------------
>
>                 Key: MEAR-52
>                 URL: http://jira.codehaus.org/browse/MEAR-52
>             Project: Maven 2.x Ear Plugin
>          Issue Type: Wish
>            Reporter: Cesar Izurieta
>         Assigned To: Stephane Nicoll
>
> It would be nice to be able to add a jarModule as:
> <modules>
> 	<jarModule>
> 		<uri>mysql-ds.xml</uri>
> 		<includeInApplicationXml>true</includeInApplicationXml>
> 	</jarModule>
> </modules>
> So the resulting application.xml looks like:
> <application>
> 	...
> 	<module>
> 		<java>mysql-ds.xml</java>
> 	</module>
> </application>
> This would help to deploy jboss datasources with the ear.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira