Am trying to deploy a EAR with a WAR and HAR and getting the following:

10:16:05,562 INFO  [EARDeployer] Started J2EE application: 
file:/C:/Dev/jboss401sp1/server/default/d
eploy/txoag.ear
10:16:05,562 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
Packages waiting for a deployer:
[EMAIL PROTECTED] { url=file:/C:/Dev/jboss401sp1/server/default/tmp/deplo
y/tmp14151txoag.ear-contents/txoagPortal.har }
  deployer: null
  status: Starting
  state: START_SUBDEPLOYMENTS
  watch: 
file:/C:/Dev/jboss401sp1/server/default/tmp/deploy/tmp14151txoag.ear-contents/txoagPortal.h
ar
  altDD: null
  lastDeployed: 1136564105609
  lastModified: 1136564104750
  mbeans:

My structures are:

-- txoag.ear
|-- txoagPortal.har
    |--/meta-inf/jboss-service.xml (see below)
    |--/<project name>/<class files>
    |--/<project name>/<hbm.xml files>
|
|-- txoagPortal.war
|
|-- /meta-inf/application.xml
|
|-- /meta-inf/jboss-app.xml (see below)

The hbm.xml files are in the same folders as their related class files.

BEGIN - jboss-app.xml - BEGIN
<?xml version='1.0' encoding='UTF-8' ?>

<!DOCTYPE jboss-app PUBLIC "-//JBoss//DTD J2EE Application 1.4//EN" 
"http://www.jboss.org/j2ee/dtd/jboss-app_4_0.dtd";>
<jboss-app>
        <loader-repository>com.novell:loader=unique.ear.name
            
<loader-repository-config>java2ParentDelegation=true</loader-repository-config>
        </loader-repository>
    
        txoagPortal.har
        
</jboss-app>
END - jboss-app.xml - END

BEGIN - jboss-service.xml - BEGIN
<?xml version="1.0" encoding="UTF-8"?>

     
        java:/appsec 
        net.sf.hibernate.dialect.SybaseDialect 
        java:/hibernate/txoagPortalSessionFactory -->
        net.sf.hibernate.cache.HashtableCacheProvider 
        update
        true
    
 
END - jboss-service.xml - END



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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to