These types of problems trying to run examples are really annoying..
I've spent a lot of time and made some headway with jsfeJB3 (fixed the build
and deploy problems mentioned earlier) but now when you try to create a todo or
list them it fails with
com.sun.faces.mgbean.ManagedBeanCreationExce
Just run across this problem... still exists.
As rtaylor says, the example does require jsf-facelets.jar, so the getting
started guide should advise downloading and unpacking seam, then setting the
seamlib property of build.xml to wherever you have unpacked seam to.
And since it does require th
Thanks for that jaikiran.
I was wrong by the way, the jsfejb3.ear project is using seam or at least the
jsf-facelets.jar which the build file was indicating as coming from
fileset dir="${seamlib}/lib" includes="jsf-facelets.jar"
Perhaps the getting started documentation should be revised to indic
"rtaylor777" wrote : When trying to deploy the ear file I get this exception:
| vfszip:/usr/jboss/jboss-5.0.0.CR2/server/default/deploy/jsfejb3.ear ->
org.jboss .xb.binding.JBossXBRuntimeException: Failed to resolve schema nsURI=
location=pe rsistence
|
|
You need to fix the persistence.
When trying to deploy the ear file I get this exception:
vfszip:/usr/jboss/jboss-5.0.0.CR2/server/default/deploy/jsfejb3.ear ->
org.jboss .xb.binding.JBossXBRuntimeException: Failed to resolve schema nsURI=
location=pe rsistence
Too tired to bother trying to figure this one out tonight.
View th
and the other line I referenced before the seam comments went like this
>property name="jsflib"
>location="${jboss.home}/server/default/deploy/jboss-web.deploy/jsf-libs" / <
>property name="jsflib"
>location="${jboss.home}/server/default/deploy/jbossweb.sar/jsf-libs" / <
hmmm... too bad I can't
haha... I guess I should have escaped out the html comment tags.. oh well you
get the idea
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177912#4177912
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177912
___
I don't know if you got an answer yet... I'm working through the same tutorial
but for release jboss-5.0.0.CR2
first I had to modify the line that said:
to this:
Don't do this though if you didn't get the error:
.../default/deploy/jboss-web.deploy/jsf-libs not found.
Then for the missing seam