Hi everybody. I want to create a portal that extends the UserProfile. I want to have more fields so I created a new table in DB and joined it with users by user_id.
I can get the UserModule through JNDI name but my problem is that when I want to save a new user I can't make it all in one transaction. I use Hibernate for accessing my table. Can anyone give me an ideea please? Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980060#3980060 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980060 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
