Need help with Intellij JEE issue

Yucca

Well-Known Member
Joined
Aug 10, 2009
Messages
116
Hi, I switched to intellij from netbeans and have two issues:
1 (minor one): Is there a way to generate CRUD session beans like in netbeans from a persistence unit?
2 (the major one): When creating a Local interface for a session bean, the editor complains that the interface must extends javax.ejb.EJBLocal interface even when I use @lcal annotation. Is there reason for this?:crying:
 
Top