[jboss-user] [J2EE Compliance] - Correction: Title should be Java Server Faces

2006-10-11 Thread redsea
does not work with jboss-4.0.4. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3977510#3977510 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3977510 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Re: Please fix this bug!

2006-10-11 Thread redsea
Thanks for those two links. They are very informative and helpful. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3977517#3977517 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3977517

[jboss-user] [Installation, Configuration Deployment] - Re: Please fix this bug!

2006-10-11 Thread redsea
Yes stan I am bundling the jsf libraries with my app. I understand now that I should rely on the jsf that comes with the jboss server. Thansk for your reply I do appreciate it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3977518#3977518 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - stan...

2006-10-11 Thread redsea
I read the two links you provided. I understand that I dont have to include jsf llibraries when deploying to a jboss server. But how would I have known this... add the following to web.xml: listener-classorg.apache.myfaces.webapp.StartupServletContextListener/listener-class Thats

[jboss-user] [Installation, Configuration Deployment] - Some friendly advice

2006-10-11 Thread redsea
In the past few weeks I have been evaluating application servers. Within a minutes time I can start tomcat, sun app server or jboss server. One of the qualities that I am looking for in a serve is a write once drop anywhere kind of quality. By this I mean, if I write a web app(let say) using

[jboss-user] [Installation, Configuration Deployment] - Please fix this bug!

2006-10-10 Thread redsea
I have a jsf-guessNumber.war file that I use as part of my initial testing. I drop this jsf-guessNumber.war into tomcat and it works. I drop this into jboss-4.0.4GA and it doesnt work I get the following error java.lang.NullPointerException at

[jboss-user] [Installation, Configuration Deployment] - Could this be a classpath problem?

2006-10-10 Thread redsea
My application bundles the sun jsf jars in my apps lib folder. jboss has the myfaces jars in its standard classpath. When my project is deployed can you tell me where my apps jars are placed in the classpath? If my jars are after the jboss jars then my app will link with the wrong jars. Can

[jboss-user] [J2EE Compliance] - Could this be classpath problem?

2006-10-10 Thread redsea
My application bundles the sun jsf jars in my apps lib folder. jboss has the myfaces jars in its standard classpath. When my project is deployed can you tell me where my apps jars are placed in the classpath? If my jars are after the jboss jars then my app will link with the wrong jars. Can

[jboss-user] [J2EE Compliance] - Problem with struts 1.2.9 on jboss 4.0.4

2006-10-10 Thread redsea
I have a jsf-guessNumber.war file that I use as part of my initial testing. I drop this jsf-guessNumber.war into tomcat and it works. I drop this into jboss-4.0.4GA and it doesnt work I get the following error java.lang.NullPointerException at