[jboss-user] [JBoss Seam] - Re: Jboss Seam+Facelet!

2007-08-16 Thread vprasanx
Hi Sam, Thanks for the reply. Now I managed to get rid of that error. But, after deploying the app, when I try to load the .xhtml file from the index page, I get the following error. Error Loading Library: jar:file:/C:/Program%20Files/glassfish-v2-b53/domains/domain1/applications/j2ee-apps/SVP

[jboss-user] [JBoss Seam] - Re: Jboss Seam+Facelet!

2007-08-10 Thread samdoyle
And one more very important thing. The jndi-pattern that you might see in the examples or seam-gen applications need to be changed to. | java:comp/env//#{ejbName}/local | The JEE5 examples have this set properly. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Seam] - Re: Jboss Seam+Facelet!

2007-08-10 Thread samdoyle
Oh one more thing I have been building on the latest CVS of Seam 2.0 not the package you download. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073147#4073147 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073147 ___

[jboss-user] [JBoss Seam] - Re: Jboss Seam+Facelet!

2007-08-10 Thread samdoyle
In NB I created a new Enterprise Application. Under the EJB component's configuration files I created an ejb-jar.xml file from what I had noticed in some of the examples. Here is the contents. | http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:s

[jboss-user] [JBoss Seam] - Re: Jboss Seam+Facelet!

2007-08-10 Thread vprasanx
Hi Samdoyle, Thanks for ur prompt reply. But I'm yet to crack it down.. I'd successfully created & deployed a Jboss seam app with Jsf+EJB3.0. But when it comes to implementing facelet framework into the abovesaid I'm not getting the app deployed. I'd used nbfaceletssupport-0-5 for rend

[jboss-user] [JBoss Seam] - Re: Jboss Seam+Facelet!

2007-08-09 Thread samdoyle
Do you have the required jars deployed properly? Your best bet is to use seam-gen or one of the examples and then compare the exploded ear to the one you are generating. I'm using the same configuration you are "I'm using Seam2.0 beta & Glassfish server 9.1. I'm using Netbeans IDE5.5.1. " and