<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
TBH, I would prefer if we endorsed jboss-deployment-structure.xml more.
I believe that it is more toolable than MANIFEST.MF, and doing the
MANIFEST.MF dance in a Maven build requires adding some boilerplate
code to the pom.xml. I know that in the end it's a small change, but if
I had to do custom stuff to my project, then I'd rather just add a new
file (which would happen for MANIFEST.MF anyways) rather than adding a
file *and* changing the pom.<br>
<br>
<br>
Jason T. Greene wrote:
<blockquote cite="mid:4E1D0B40.2070507@redhat.com" type="cite">
<pre wrap="">That is the correct way to do it. Otherwise you can use
jboss-deployment-structure.xml if you prefer.
See:
<a class="moz-txt-link-freetext" href="https://docs.jboss.org/author/display/AS7/Class+Loading+in+AS7">https://docs.jboss.org/author/display/AS7/Class+Loading+in+AS7</a>
On 7/12/11 6:20 PM, Brian Stansberry wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Does doing the same thing Carlo did on that linked file work?
Dependencies: org.hornetq.ra
in the war's MANIFEST.MF
On 7/12/11 5:28 PM, Martin Schwartzman wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Anyone know how to specify a manual dependency on the hornetq-ra module
in a war?
Ah yes, at the moment you have to specify a manual dependency on the
hornetq-ra module.
See
<a class="moz-txt-link-freetext" href="https://github.com/wolfc/jboss-as/blob/AS7-579/testsuite/spec/src/test/resources/ejb3/mdb/MANIFEST.MF">https://github.com/wolfc/jboss-as/blob/AS7-579/testsuite/spec/src/test/resources/ejb3/mdb/MANIFEST.MF</a>
Don't know how to specify this in a war, but somebody on the dev list
will...
Thanks,
Martin
_______________________________________________
jboss-as7-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:jboss-as7-dev@lists.jboss.org">jboss-as7-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/jboss-as7-dev">https://lists.jboss.org/mailman/listinfo/jboss-as7-dev</a>
</pre>
</blockquote>
<pre wrap="">
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
</blockquote>
</body>
</html>