• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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 ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic