• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

SAXParseException: The content of element type "enterprise-beans" is incomplete, it m

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is an Exception When XDoclet,Ant,JBoss are used
My Environment Variables are set as follows


SET CLASSPATH=C:\Progr~1\Altova\xmlspy\XMLSpyInterface.jar;C:\PROGRA~1\BEA\JDK141~1\lib\tools.jar;C:\PROGRA~1\BEA\JDK141~1\jre\lib\rt.jar;E:\jboss-3.2.3\server\default\lib\jboss-j2ee.jar;E:\jboss-3.2.3\server\default\lib\jnpserver.jar;E:\jboss-3.2.3\server\default\lib\jboss.jar;E:\jboss-3.2.3\client\jboss-common-client.jar;E:\jboss-3.2.3\client\jnet.jar;E:\jboss-3.2.3\client\jnp-client.jar;E:\jboss-3.2.3\client\jbosssx-client.jar;E:\xdoclet-1.2\lib\log4j.jar;E:\xdoclet-1.2\lib\xdoclet-1.2.jar;E:\xdo clet-1.2\lib\xjavadoc-1.0.2.jar;E:\xdoclet-1.2\lib\commons-collections-2.0.jar;E:\xdoclet-1.2\lib\commons-logging.jar;E:\xdoclet-1.2\lib\xdoclet-web-module-1.2.jar;E:\xdoclet-1.2\lib\xdoclet-ejb-module-1.2.jar;E:\xdoclet-1.2\lib\xdoclet-jmx-module-1.2.jar;E:\xdoclet-1.2\lib\xdoclet-jdo-module-1.2.jar;E:\xdoclet-1.2\lib\xdoclet-hibernate-module-1.2.jar

SET J2EE_HOME=C:\j2sdkee1.3.1
SET ANT_HOME=E:\apache-ant-1.6.1


My ANT Script,build.xml as Follows

My GreetingBean.java as Follows

When we run the Ant Script Following is the output

Can You please help me that where I have to type the Enterprose Beans Tag or any tag which will show to the XDoclet tat this bean is a Session or Entity or MessageDriven

Thanks in advance
[ there's still some long ones, but I just edited this to kill the really long unbroken lines -ds ]
[ March 09, 2004: Message edited by: Dirk Schreckmann ]
 
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving this to the Other Java Products and Servers forum...
[ March 09, 2004: Message edited by: Dirk Schreckmann ]
 
Today you are you, that is turer than true. There is no one alive who is youer than you! - Seuss. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic