Ok, I would suggest getting into the log4j configuration and putting it up
to debug for the xdoclet.ejb.LocalInterfaceSubTask class and seeing what
that gets you.  The easiest way (for me) to do that is to open up the
xdoclet.jar and edit the log4j.properties in there.  Its pretty well
commented so you shouldn't have any trouble there.

what appears to be happening is that its just not doing the local
interfaces... what is the dtd that comes up in ejb-jar.xml  - that might
sheed somet light on it.

hth
dim

On Tue, 9 Oct 2001, tek1 wrote:

> thx for your reply dim.
> 
> actually, here are the tags that i have listed in the ejbdoclet subtask:
> 
>           <dataobject/>
>           <remoteinterface/>
>           <localinterface/>
>           <homeinterface/>
>           <localhomeinterface/>
>           <entitypk/>
>           <entitycmp/>
>           <deploymentdescriptor destdir="${build.dir}/ejb/META-INF"/>
> 
> not sure why it won't generate the localXXX stuff...
> 
> 
> 
> 
> At 14:35 01/10/09 +1000, you wrote:
> >ok - think we're onto it here.  see this:
> >
> > > [ejbdoclet] Create Home Interface for:     hellomdb.server.msg.MsgBean
> > > [ejbdoclet] Create Remote Interface for:   hellomdb.server.msg.MsgBean
> > > [ejbdoclet] Create Data Object for:        hellomdb.server.msg.MsgBean
> > > [ejbdoclet] Create Entity CMP Class for:   hellomdb.server.msg.MsgBean
> > > [ejbdoclet] Create ejb-jar.xml
> > > [ejbdoclet] Create jboss.xml
> > > [ejbdoclet] Create jaws.xml
> > > [ejbdoclet] Warnings: 2
> > >
> >
> >Notice how there is no line saying "Create Local interface
> >for: " ... there should be.  I think you might not have the local
> >interface subtask in the build.xml file.  Check that you have a line like:
> >
> >          <localinterface/>
> >
> >in your build.xml and that its not commented out.
> >
> >hth
> >dim
> 
> 
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> 


_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to