CMP entity beans are for data and persistence only. SessionBeans are for business logic.
Where do you want to use a procedure? Either build a session implementing the logic database independent or build an oracle PL/SQL module and call it from a session bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960524#3960524 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960524 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
