[jboss-user] [JBoss Seam] - Re: EntityHome.persist fails with @GeneratedValue

2007-08-16 Thread dougorr
This was not an update process. This exception was raised when I tried to Create a new instance of an entity using the Seam-Gen generated pages. The only change I made to the application was to annotate the Id of the class to use @GeneratedValue(strategy=GenerationType.AUTO). View the original

[jboss-user] [JBoss Seam] - EntityHome.persist fails with @GeneratedValue

2007-08-15 Thread dougorr
I am using a simple Seam-Gen generated application. I want to change the @Id field in the model class to be auto-generated. I changed the annotation to read as follows: @Id @GeneratedValue(strategy=GenerationType.AUTO) When I run the application the EntityHome.persist throws an

[jboss-user] [JBoss Seam] - No active application context - Upgrading from 1.0.1.GA to 1

2007-06-29 Thread dougorr
A working application running in Seam 1.0.1.GA and JBoss 4.0.4.GA fails to open the index.xhtml page when upgraded tp Seam 1.2.1.GA and JBoss 4.0.5.GA. The error message is IllegalStateException: No active application context. The full stack trace follows: | 2007-06-29 09:18:08,488 DEBUG

[jboss-user] [Installation, Configuration Deployment] - Newbie question: Using JEMS Installer

2007-06-08 Thread dougorr
If I use the JEMS installer and select the EJB3 option, can I also install an EJB2 server instance under the same AS folder? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052535#4052535 Reply to the post :

[jboss-user] [EJB 3.0] - Newbie question: EJB3 server EJB2 server in the same insta

2007-06-02 Thread dougorr
If I use the JEMS installer and select the EJB3 option, can I also install an EJB2 server instance under the same AS folder? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4050668#4050668 Reply to the post :

[jboss-user] [JBoss Seam] - Problem enhancing a reverse engineered CRUD app

2006-10-20 Thread dougorr
I have generated a simple application based on a one-table schema. I then changed the JSPs to Facelets and am displaying the list (from the Finder bean) and the edit page side-by-side. I want to include an indicator in the list that points to the selected entry displayed in the edit page. I

[jboss-user] [JBoss Seam] - Re: Problem enhancing a reverse engineered CRUD app

2006-10-20 Thread dougorr
Thanks! That solved my problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3979725#3979725 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3979725 ___ jboss-user mailing list