[ http://galaxy.andromda.org:8080/jira/browse/HIB-25?page=comments#action_11277 ] Carlos Cuenca commented on HIB-25: ----------------------------------
yes, I think so, now when a method is private, it is defined private on the abstract SessionBean, also a new session factory is created for that method, the problem also comes when trying to access from the SessionBean implementation, as it is private, it can not be access, so I propose to only process public methods in the Session Bean and to process all of them on the SessionBean implementation, taking into account that names for protected and private method should not follow the handleXXX pattern. Carlos > Service Methods can not be private > ---------------------------------- > > Key: HIB-25 > URL: http://galaxy.andromda.org:8080/jira/browse/HIB-25 > Project: Hibernate Cartridge > Type: Bug > Versions: 3.0M3 > Reporter: Carlos Cuenca > Assignee: Matthias Bohlen > Priority: Blocker > > If a method is defined private the compilation runs OK but it doesn't deploy. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://galaxy.andromda.org:8080/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- 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 _______________________________________________ Andromda-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-devel
