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
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
I've taken your sample registration application and added HtmlMessages for each
of the 3 input fields:
|
|
| Username
|
|
|
| Real Name
|
|
|
| Password
|
|
"[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
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
---
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
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
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
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
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
10 matches
Mail list logo