Hi Folks,

I am buidling an ear file in my applcaion 
my ear file struture is like this:

/lib/jdom.jar 
/lib/*.jar

/META-INF/applcaion.xml
/META-INF/jboss-app.xml

/dataobjects.har
/myapp.war

my applcaion.xml look like this:
  
<!-- XML DOM  -->
 
    
        lib/jdom.jar
        
   
    <!-- Jess expert system shell 
    -->
    
        lib/jess.jar
    

    <!-- 
    -->
    
        lib/legacy-2.1.x.jar
    

When I staretd jboss, 

The follwoing error comes out.  

----------------------------------------
15:47:54,408 INFO  [STDOUT] Using Reporting Cache Manager Version: 1.0
15:47:54,533 INFO  [EARDeployer] Started J2EE application: file:/D:/jboss-4.0.1/
server/default/deploy/pdsstudio.ear
15:47:54,533 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
Packages waiting for a deployer:
[EMAIL PROTECTED] { url=file:/D:/jboss-4.0.1/server/de
fault/tmp/deploy/tmp22598pdsstudio.ear-contents/lib/jdom.jar }
  deployer: null
  status: Starting
  state: START_SUBDEPLOYMENTS
  watch: file:/D:/jboss-4.0.1/server/default/tmp/deploy/tmp22598pdsstudio.ear-co
ntents/lib/jdom.jar
  altDD: null
  lastDeployed: 1123796868267
  lastModified: 1123796864361
  mbeans:

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

Could you tell me how to fix it? if I comment out this jdom.jar module in 
application.xml file,  it is all right. 

Thank you very much

chwang

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889623#3889623

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889623


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to