[jboss-user] [JBoss Getting Started Documentation] - Re: problem building jsfeJB3 application

2009-08-01 Thread DavidMZen
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

[jboss-user] [JBoss Getting Started Documentation] - Re: problem building jsfeJB3 application

2009-05-22 Thread Jatra
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

[jboss-user] [JBoss Getting Started Documentation] - Re: problem building jsfeJB3 application

2008-09-22 Thread rtaylor777
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

[jboss-user] [JBoss Getting Started Documentation] - Re: problem building jsfeJB3 application

2008-09-22 Thread jaikiran
"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.

[jboss-user] [JBoss Getting Started Documentation] - Re: problem building jsfeJB3 application

2008-09-21 Thread rtaylor777
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

[jboss-user] [JBoss Getting Started Documentation] - Re: problem building jsfeJB3 application

2008-09-21 Thread rtaylor777
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

[jboss-user] [JBoss Getting Started Documentation] - Re: problem building jsfeJB3 application

2008-09-21 Thread rtaylor777
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 ___

[jboss-user] [JBoss Getting Started Documentation] - Re: problem building jsfeJB3 application

2008-09-21 Thread rtaylor777
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