Bugs item #541424, was opened at 2002-04-09 08:42
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=541424&group_id=22866

>Category: JBossMX
Group: v3.0 Rabbit Hole
Status: Open
>Resolution: Fixed
Priority: 5
Submitted By: Erik Turesson (eritu)
Assigned to: Nobody/Anonymous (nobody)
Summary: Unpacked deploy of ear fails

Initial Comment:
I am trying to deploy an anpacked ear file using the 
latest from CVS. I use Windows 2000 and JDK 1.3.1_02

I have the directorystructure that I have submited a 
image file.

Jboss is not deploying my ear.
If I try deploying it by hand using the MainDeployer I 
receive the following printouts:

2002-04-09 08:24:47,441 INFO  
[org.jboss.deployment.MainDeployer] Starting 
deployment of package: file:/c:/Program/Jboss-
jetty/server/default/deploy/webbpublication.ear/META-
INF/application.xml
2002-04-09 08:24:47,441 DEBUG 
[org.jboss.deployment.MainDeployer] Starting 
deployment (init step) of package at: 
file:/c:/Program/Jboss-
jetty/server/default/deploy/webbpublication.ear/META-
INF/application.xml
2002-04-09 08:24:47,491 DEBUG 
[org.jboss.deployment.MainDeployer] No deployer found 
for url: file:/c:/Program/Jboss-
jetty/server/default/deploy/webbpublication.ear/META-
INF/application.xml
2002-04-09 08:24:47,491 DEBUG 
[org.jboss.deployment.MainDeployer] Watching new file: 
file:/c:/Program/Jboss-
jetty/server/default/deploy/webbpublication.ear/META-
INF/application.xml
2002-04-09 08:24:47,491 INFO  
[org.jboss.deployment.MainDeployer] Deployment of 
package: file:/c:/Program/Jboss-
jetty/server/default/deploy/webbpublication.ear/META-
INF/application.xml is waiting for an appropriate 
deployer.



My application.xml file looks like this.

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE application PUBLIC '-//Sun Microsystems, 
Inc.//DTD J2EE Application 
1.3//EN' 'file:///jboss/lib/dtd/application_1_3.dtd'>

<application>
  <display-name>Webb Publication</display-name>
  <description>Application description</description>
  <module>
    <web>
      <web-uri>webbpublication.war</web-uri>
      <context-root>/webbpublication/*</context-root>
    </web>
  </module>
  <module>
    <ejb>sequence.jar</ejb>
  </module>
   <module>
    <ejb>publication.jar</ejb>
  </module>
   <module>
    <ejb>configuration.jar</ejb>
  </module>
 <module>
    <ejb>layout.jar</ejb>
  </module>


</application>

If I have the ear in a packed format it is deployed 
fine.

/Erik Turesson




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

>Comment By: Erik Turesson (eritu)
Date: 2002-04-16 14:52

Message:
Logged In: YES 
user_id=143667

It seems to my that this have been corrected.
Now it works with that latest in CVS

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

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

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to