I tried to follow the tutorial. I have no problem when I try to generate the DAO interfaces (I mean the .java file), but I'm not able to tell Eclipse the name of the methods that I want to find in the generated interface.
If I use the @dao.call "method name" (at Session Bean Method Level) in order to say that my SB Method uses a precise DAO Interface method, Eclipse generates a DAO Interface method with a "strange" signature: it puts the name I gave it in @dao.call but appends the parameters list of the SB Method that uses @dao.call Have you got any ideas ? Many thanks Moreno View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822861#3822861 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822861 ------------------------------------------------------- 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
