[JBoss-user] [JBoss Seam] - Seam's Dependant Libraries

2006-06-08 Thread brianleonard
I've deployed a Seam application to the GlassFish container. In order to do so, I needed to include several dependent libraries. Do you recommend I grab these libraries from their sources? commons-logging-1.1.jar (jakarta.apache) dom4j.jar (dom4j.org) hibernate-annotations.jar (hibernate.o

[JBoss-user] [JBoss Seam] - Re: Component Message Problem

2006-06-05 Thread brianleonard
Well, if you consider 1.0.0CR3 old, then yes. I just downloaded the cvs head, and it doesn't appear that the @NotNull constraint is being caught by the s:validateAll tag as I'm getting the following exception: | javax.faces.FacesException: Error calling action method of component with id _id

[JBoss-user] [JBoss Seam] - Component Message Problem

2006-06-02 Thread brianleonard
I've taken your sample registration application and added HtmlMessages for each of the 3 input fields: | | | Username | | | | Real Name | | | | Password | |

[JBoss-user] [JBoss Seam] - Re: Running Seam on JBoss AS 4.0.4.GA

2006-05-26 Thread brianleonard
"[EMAIL PROTECTED]" wrote : Right, JBoss is now uptodate with the final release of EE 5. | | All that is missing is the JAX-WS stuff. Gosh I wish that was the case - it would make working with tools like NetBeans 5.5 all that much easier. But before that can happen, you need much more than

[JBoss-user] [JBoss Seam] - Re: seam component not found, could not reslove name

2006-05-24 Thread brianleonard
Ug, no! That was the one file I skipped (because it was empty). Thanks Gavin. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946140#3946140 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946140 ---

[JBoss-user] [JBoss Seam] - seam component not found, could not reslove name

2006-05-23 Thread brianleonard
Hi, I'm converting a standard JSF / EJB 3.0 application to use Seam, and I thought I had evertying configured correctly, however on deploy, the log shows the following: 2006-05-23 17:16:28,046 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] resolving name: user 2006-05-23 17:16:28,046 DEBUG [o

[JBoss-user] [JBoss Seam] - Re: NullPointerException - rg.jboss.seam.contexts.PageContex

2006-05-10 Thread brianleonard
Ok, sorry, my bad. The PU issue wasn't the cause of my exception - I haven't even yet added persistence to this app. I've uploaded a new version of the ear if you would please try it again. I'd be curious to know if you DON'T get the NPE exception when you try to run it. http://localhost:8080/S

[JBoss-user] [JBoss Seam] - Re: NullPointerException - rg.jboss.seam.contexts.PageContex

2006-05-09 Thread brianleonard
Gavin, I got the same exception using the latest Seam CVS. I'm not surprised given the simplicity of my application. I posted a new ear, containing the freshly built jboss-seam.jar if you want to try it yourself. Once deployed, just hit: http://localhost:8080/SeamTest-war/welcomeJSF.seam The a

[JBoss-user] [JBoss Seam] - Re: NullPointerException - rg.jboss.seam.contexts.PageContex

2006-05-08 Thread brianleonard
Of Seam or JBoss or both? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942047#3942047 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942047 --- Using Tomcat but n

[JBoss-user] [JBoss Seam] - NullPointerException - rg.jboss.seam.contexts.PageContext.ge

2006-05-08 Thread brianleonard
Hi, I'm attempting to use Seam, but I'm stuck at this NullPointerException java.lang.NullPointerException org.jboss.seam.contexts.PageContext.getCurrentReadableMap(PageContext.java:62) org.jboss.seam.contexts.PageContext.get(PageContext.java:52) org.jboss.seam.core.Manage