Hi everyone, I am going through the fibo tutorial, and everything works well. I am now trying to extend the tutorial with my own entity bean, and I got it to run,
BUT: I noticed that only remote interfaces are generated for both the fibo and my own bean. After running XDoclet, the interfaces folder has the following entries: Fibo FiboHome DBEntity (my own) DBEntityHome (my own) ...and that only happens if I declare DBEntity's view type as "remote" or "both". If I declare it "local" or "both", no "local" interfaces are generated... does anyone have an idea why? I did add the "localinterface" subtask underneath the xdoclet task... I am asking because I am trying to have the entity bean using only local access and have the session bean work on the entity bean..... Any suggestions are appreciated!!! Thanks Maik View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867003#3867003 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867003 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
