Not. It's not working. My current installation is in d: and i have the new 
installation in c: but it seem no different. 

First i extract the following file to c:
i. JBossIDE-1.6.0.GA-Bundle-win32.zip

then extract the following nightly build to c:
i. JBossIDE-200606082311-nightly-ALL.zip

After i try the CRUD reverse eng. steps. I still get the compilation error at 
my SessionBean files. It still import the "javax.ejb.Interceptors;"

The following are generated in import statements:
import java.util.ResourceBundle;
import javax.ejb.Interceptors;
import javax.ejb.Remove;
import javax.ejb.Stateful;
import javax.ejb.TransactionAttribute;
import static javax.ejb.TransactionAttributeType.NOT_SUPPORTED;
import javax.faces.application.FacesMessage;
import javax.faces.context.FacesContext;
import javax.persistence.EntityManager;
import org.hibernate.validator.Valid;
import org.jboss.seam.annotations.Begin;
import org.jboss.seam.annotations.Destroy;
import org.jboss.seam.annotations.End;
import org.jboss.seam.annotations.IfInvalid;
import org.jboss.seam.annotations.In;
import org.jboss.seam.annotations.Name;
import org.jboss.seam.annotations.Outcome;
import org.jboss.seam.ejb.SeamInterceptor;

When you think jboss will re-package the ide installation with latest nightly 
build?


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950342#3950342

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950342


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to