[JBoss-user] [JBoss Seam] - Re: javax.servlet.ServletException: No active application sc

2006-07-05 Thread javalover75
I originally had no jars in my war file. I included the following jars simply because the seam-booking example contained them. I am assuming the the jboss-seam-ui.jar is the critical one - but I have not tested this as deadlines are looming. el-api.jar el-ri.jar jboss-seam-debug.jar jboss-sea

[JBoss-user] [JBoss Seam] - Re: javax.servlet.ServletException: No active application sc

2006-07-04 Thread javalover75
Hi Gavin, Thank you for the quick reply and for the Seam Framework. I am very new to it - but the more I use it the more I enjoy it. I have solved my problem. I had all of the configuration issues you asked about set correctly. It appears that I was missing a few jars in my war file. When

[JBoss-user] [JBoss Seam] - javax.servlet.ServletException: No active application scope

2006-07-04 Thread javalover75
I have a simple form that works fine. When I add the tag I get the following stack trace. I am hoping that this is a simple configuration issue. If not I would be happy to post any code, etc that would be deemed useful. Thanks in advance. 13:33:26,417 ERROR [SeamExceptionFilter] uncaug

[JBoss-user] [EJB 3.0] - Re: Using multiple persistence units/EntityManagerFactories

2006-06-25 Thread javalover75
It was very helpful - thank you for taking the time to share. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953307#3953307 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953307 Using Tomcat but need to do more? Need t

[JBoss-user] [EJB 3.0] - Re: Using multiple persistence units/EntityManagerFactories

2006-06-21 Thread javalover75
Joerg - I would be interested in more details about how you solved the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952500#3952500 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952500 All the advantages of

[JBoss-user] [JBoss Seam] - Processing get requests

2006-01-26 Thread javalover75
Hello, I am having difficulty accomplishing what I feel should be a very simple task. I need to process a get request (coming from another website) where I take the id from the request such as object-view.jsf?id=1 and lookup the object in the database and present the object to the user on the