Now I got it. Sorry. I use now:
| class SoftwareObjectSearchBean {
| // other code
|
| @PersistenceContext(type=PersistenceContextType.EXTENDED)
| EntityManager em;
|
| // other code
| }
|
| Is that the right way?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048206#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...