Hi I got this error on Jboss 4.0 standard configuration when I deploy my .ear 
file. 
And I really didn't see any difference between this xml file and the other xml 
files got packaged with this in the same schemas.jar. Can anybody tell me what 
is wrong in this file.
It is only giving me this error for this file only. If I delete this file from 
the jar and everything goes  fine.
Here is the error I got:


16:44:06,368 INFO  [TomcatDeployer] deploy, ctxPath=/core, 
warUrl=file:/home/anu/downloads/jboss4_0/jboss-4.0.0/server/standard/tmp/deploy/tmp7181core.ear-contents/core-exp.war/
16:44:07,353 INFO  [EARDeployer] Started J2EE application: 
file:/home/anu/downloads/jboss4_0/jboss-4.0.0/server/standard/deploy/core.ear
16:44:07,357 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
Packages waiting for a deployer:
[EMAIL PROTECTED] { 
url=file:/home/anu/downloads/jboss4_0/jboss-4.0.0/server/standard/tmp/deploy/tmp7181core.ear-contents/schemas.jar-contents/xml/schemas/sysRepFields.xml
 }
  deployer: null
  status: Starting
  state: START_SUBDEPLOYMENTS
  watch: 
file:/home/anu/downloads/jboss4_0/jboss-4.0.0/server/standard/tmp/deploy/tmp7181core.ear-contents/schemas.jar-contents/xml/schemas/sysRepFields.xml
  altDD: null
  lastDeployed: 1104446578773
  lastModified: 1104446578000
  mbeans:


16:44:07,802 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on 
http-0.0.0.0-8080
16:44:08,094 INFO  [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8009
16:44:08,314 INFO  [JkMain] Jk running ID=0 time=0/262  config=null
16:44:08,500 INFO  [Server] JBoss (MX MicroKernel) [4.0.0 (build: 
CVSTag=JBoss_4_0_0 date=200409200418)] Started in 2m:21s:470ms

-------------------------
and here is the sysRepFields.xml file contents:



  | <?xml version="1.0" encoding="ISO-8859-1"?>
  | <schema beanpackage="com.abcsinc.tables" description="Fields available for 
Reports and Export Utility" name="sysReportFields" persistent="true">
  | 
  |  <field access="D" auto-sequence="true" description="Report Field Id" 
name="reportFieldId" prototype="abcsProtos.uniqueId"/>
  |  <field access="E" description="Application Menu Id" name="appMenuId" 
prototype="abcsProtos.menuItemId"/>
  |  <field access="E" description="Table Name" name="appTableName" 
prototype="abcsProtos.schemaTableName"/>
  |  <field description="Field Name" name="appFieldName" 
prototype="abcsProtos.schemaFieldName"/>
  |  <field description="Field Prompt" name="appFieldPrompt" 
prototype="abcsProtos.description"/>
  |  <field description="Field Type" name="appFieldType" 
prototype="abcsProtos.exportFieldType"/>
  |  <field description="Field Conditions" name="fieldCondition" 
prototype="abcsProtos.reference"/>
  |  <field description="Module" name="whichModule" 
prototype="abcsProtos.whichModule"/>
  | 
  |  <primary-key>
  |   <key-field>reportFieldId</key-field>
  |  </primary-key>
  | 
  | </schema>
  | 
-----------
Any help regarding this is highly appreciated.
Thanks.
--Anu.

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

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


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to