Yup, np.  It sounds like the component interface (Fobo.java) is not being generated 
correctly.  It is missing the interface method that corrisponds with the bean method 
compute(int).  

The whole Fobo class should be generated by XDoclet (and any manual edits will be 
overwritten when you run XDoclet again)

There are two parts that work together to create that interface mothod:

1. The XDoclet attribute above the compute method in the FoboBean.java (pg 10 of the 
tutorial).

2. The remoteinterface task (pg 15 of the tutorial).

I am ASSuming you have made an error in one of those. 

There also seems to be some XDoclet related problems with JBoss IDE and the latest 
version of Eclipse.    Make sure you are using Eclipse M6 (not M7).

If all is working, then XDoclet should create the following method in your Fobo.java:

public double[] compute(int number) throws java.rmi.RemoteException;

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

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


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to