Re: [Xdoclet-user] [ejbdoclet] org.xml.sax.SAXParseException: The content of element type enterprise-beans is incomplete

2007-05-04 Thread Ambika Awanty
Hi, Sorry i was busy with some other tasks. Here is my ejbdoclet taskdef name=ejbdoclet classname=xdoclet.modules.ejb.EjbDocletTask classpathref=test.class.path / target name=ejbdoclet depends=createutiljar mkdir

Re: [Xdoclet-user] [ejbdoclet] org.xml.sax.SAXParseException: The content of element type enterprise-beans is incomplete

2007-04-09 Thread Ambika Awanty
Hi, My ejbdoclet taskdef is as below. taskdef name=ejbdoclet classname=xdoclet.modules.ejb.EjbDocletTask classpathref=medrec.class.path / I have sampleEJB.java file also in which i am importing import javax.ejb.EntityBean; I have

Re: [Xdoclet-user] [ejbdoclet] org.xml.sax.SAXParseException: The content of element type enterprise-beans is incomplete

2007-04-09 Thread Konstantin Priblouda
--- Ambika Awanty [EMAIL PROTECTED] wrote: I have sampleEJB.java file also in which i am importing import javax.ejb.EntityBean; As XDoclet ist not compiler, it does not actially care of classpath correctness. It will not bomb if it does not find something - it will treat it as unknown

Re: [Xdoclet-user] [ejbdoclet] org.xml.sax.SAXParseException: The content of element type enterprise-beans is incomplete

2007-04-06 Thread Andrew Stevens
On Thu, 2007-04-05 at 13:08 +0100, Ambika Awanty wrote: Hi, Any idea how to resolve this problem? Regards, Ambika Assuming your bean class was test.ejb.SampleEJB and it can be found in ${samples.java.dir}/test/ejb/SampleEJB.java, then the fileset in your original email

Re: [Xdoclet-user] [ejbdoclet] org.xml.sax.SAXParseException: The content of element type enterprise-beans is incomplete

2007-04-05 Thread Konstantin Priblouda
Look into gonerated file. What is there? Check whether you have J2EE classes on invocation class path - if they are not there xdoclet ( xjavadoc ) would not recognize your sources as EJBs Please note that XD1 is pretty old and not under active development. There is xdoclet-2. (

Re: [Xdoclet-user] [ejbdoclet] org.xml.sax.SAXParseException: The content of element type enterprise-beans is incomplete

2007-04-05 Thread Ambika Awanty
Hi, I am new to xdoclet, i dont have clear idea of how does it work. There is nothing in create ejb-jar.xml, it just contains. ?xml version=1.0 encoding=UTF-8? !DOCTYPE ejb-jar PUBLIC -//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN http://java.sun.com/dtd/ejb-jar_2_

Re: [Xdoclet-user] [ejbdoclet] org.xml.sax.SAXParseException: The content of element type enterprise-beans is incomplete

2007-04-05 Thread Ambika Awanty
Konstantin Priblouda [EMAIL PROTECTED] wrote: --- Ambika Awanty wrote: Hi, I am new to xdoclet, i dont have clear idea of how does it work. There is nothing in create ejb-jar.xml, it just contains. http://java.sun.com/dtd/ejb-jar_2_ 0.dtd Generated by XDoclet

[Xdoclet-user] [ejbdoclet] org.xml.sax.SAXParseException: The content of element type enterprise-beans is incomplete

2007-04-05 Thread Ambika Awanty
Hi, I am now to xdoclet. I am trying to create the ejb-jar.xml file from a sample appication, but i am getting following error. Please can any one help me regarding the same, its urgent. [ejbdoclet] (XDocletMain.start 47 ) Running utilobject/ [ejbdoclet]

Re: [Xdoclet-user] [ejbdoclet] org.xml.sax.SAXParseException: The content of element type enterprise-beans is incomplete

2007-04-05 Thread Ambika Awanty
Hi, Any idea how to resolve this problem? Regards, Ambika Konstantin Priblouda [EMAIL PROTECTED] wrote: --- Ambika Awanty wrote: Hi, I am new to xdoclet, i dont have clear idea of how does it work. There is nothing in create ejb-jar.xml, it just contains.

Re: [Xdoclet-user] [ejbdoclet] org.xml.sax.SAXParseException: The content of element type enterprise-beans is incomplete

2007-04-05 Thread Konstantin Priblouda
--- Ambika Awanty [EMAIL PROTECTED] wrote: Hi, Any idea how to resolve this problem? Not unless you post relevant information. There is a lot of potential causes: - lack of j2ee classes on classpath - wrong directory structure regards, [ Konstantin Pribluda