Bugs item #666704, was opened at 2003-01-12 09:03
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=666704&group_id=22866

>Category: JBossServer
>Group: v3.2
>Status: Closed
Resolution: Invalid
Priority: 5
Submitted By: Stefan Arentz (sateh)
>Assigned to: Scott M Stark (starksm)
Summary: Deploying SARs via application.xml barfs

Initial Comment:
In a recent message on the mailinglist I found that you 
have to add a .sar to your application.xml like this:

  <module>
    <service>mccp.sar</service>
  </module>

However, this throws an exception while deploying:

org.jboss.deployment.DeploymentException: exception 
in init of file:/soze/home/stefan/Java/jboss-
3.2.0B3/server/default/deploy/mccp.ear; - nested 
throwable: 
(org.jboss.deployment.DeploymentException: Service 
archives must be in jboss-app.xml)

It refers to jboss-app.xml, which does not exist in JBoss 
3.2.

 Stefan Arentz


----------------------------------------------------------------------

>Comment By: Scott M Stark (starksm)
Date: 2003-01-12 12:02

Message:
Logged In: YES 
user_id=175228

The dtd has been added.

----------------------------------------------------------------------

Comment By: Stefan Arentz (sateh)
Date: 2003-01-12 10:33

Message:
Logged In: YES 
user_id=66079

The DTD for jboss-app.xml is missing.

----------------------------------------------------------------------

Comment By: Adrian Brock (ejort)
Date: 2003-01-12 09:47

Message:
Logged In: YES 
user_id=9459

jboss-app.xml is something you create alongside the
application.xml in the META-INF of the ear.

<jboss-app>
<module> 
<service>mccp.sar</service> 
</module>
</jboss-app>

Regards,
Adrian

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=666704&group_id=22866


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to