I just compiled CVS version of xdoclet 1.2
and tried to test it on one of my projects
- the problem is that it seems not to
copy import statements to generated remote interface
of session beans
(it did in 14/09/2002 1.2 build)
- and I cannot compile stuff w/o imports.
It seems that it's not copied to any of generated files...
(I just checked)
Is there any additional tags I have to add to sources?
Example: AdminSessionBean.java
/**
* Wykonuje wszelkie dzialania przeprowadzane przez administratora
*
* @version $Revision: 1.10 $
* @author $Author: mg $
*
* @ejb:bean
* name="pl/obligo/extranet/administracja/AdminSession"
* display-name="Stateful: uzytkownik"
* type="Stateful"
* jndi-name="pl/obligo/extranet/administracja/AdminSession"
*
* @ejb:ejb-ref
* ejb-name="pl/obligo/extranet/administracja/AdminSession"
* view-type="remote"
* ref-ejb-name="ejb/pl/obligo/extranet/administracja/AdminSession"
*
* @ejb:util
* generate="physical"
*
* @web:ejb-ref
* name="ejb/pl/obligo/extranet/administracja/AdminSession"
* type="Session"
* home="pl.obligo.extranet.user.AdminSessionHome"
* remote="pl.obligo.extranet.user.AdminSession"
*
* @jboss:ejb-ref-jndi
* ref-name="ejb/pl/obligo/extranet/administracja/AdminSession"
* jndi-name="pl/obligo/extranet/administracja/AdminSession"
*/
--
Marcin Gryszkalis
http://fork.pl
<><
-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing
your web site with SSL, click here to get a FREE TRIAL of a Thawte
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user
- Re: [Xdoclet-user] imports are not copied to remote-inte... Marcin Gryszkalis
- Re: [Xdoclet-user] imports are not copied to remote... Andrew Stevens
- Re: [Xdoclet-user] imports are not copied to re... David Jencks
