I'm using Eclipse 2.13 (the newest stable release), and JBoss IDE 1.22.  I've been 
following the tutorial and I'm having a problem with the XDoclet generation step.  The 
Fibo interface that is generated does not contain the required compute(int number) 
method.

As I understand it there are two parts that tell XDoclet to generate this method.  The 
first part is an xdoclet comment that goes above the compute method in the FiboBean 
class, mine looks like this:

  |         /** 
  |      * @param number
  |      * @return
  |      * @ejb.interface-method view-type = "remote"
  |      */
  | 

The second part is just to make sure that under project properties, xdoclet 
configurations/EJB -- that remote interface is set.

I believe that I have both of this requirements set correctly, but XDoclet fails to 
generate the method in the Fibo interface.  Have I messed something up, missed 
something, or is there a known problem with my configuration?

Any help would be greatly appreciated, I'm just trying to make sure that my setup 
works before I start to do some real work.

<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827257#3827257";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827257>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to