[jboss-user] [JBoss Seam] - Is facelets a MUST for a seam application?

2007-11-13 Thread deepsix
I have been mucking around with seam for a while now and i was using woodstock components to build a simple example app with a couple of jsp pages. I am not using facelets for now.. I find that if i dont include the facelet library, i get an exception while deploying the application. Does this

[jboss-user] [JBoss Seam] - Re: Is facelets a MUST for a seam application?

2007-11-13 Thread deepsix
Thanks a lot. I am using glassfish as my deployment container. I do have seam-mail in my class path.. Infact a lot of other seam-* jars too since i wasnt sure which one to include and which one to exclude to make my app start working. Maybe its because of that its happening.. I still have to

[jboss-user] [JBoss Seam] - Re: Exception trying to run seam on glassfish.java.lang.NoCl

2007-10-31 Thread deepsix
When i now try to deploy my application, i now get | ould not expand entry null into destination I:\glassfish\domains\domain1\applications\j2ee-apps\seam-facelets\sesam-facelets-war_war | java.io.IOException: Error expanding archive

[jboss-user] [JBoss Seam] - Re: Exception trying to run seam on glassfish.java.lang.NoCl

2007-10-31 Thread deepsix
I am using 2.0.0.CR2 version of seam. But i found out my problem. I had a typo in application.xml which said sesam-facelets-war instead of seam-facelets. Had to look at the first line of the stack trace carefully to see that happening. Apologies for the trouble caused.. And thanks for the

[jboss-user] [JBoss Seam] - Exception trying to run seam on glassfish.java.lang.NoClassD

2007-10-30 Thread deepsix
Hi, I have been trying to get a simple seam application up and running on glassfish. Whenever i try to deploy the application on glassfish, i get an error: | App client jboss-seam.jar did not specify Main-Class in its manifest as described in the Java EE specification; no annotations in

[jboss-user] [JBoss Seam] - Re: Exception trying to run seam on glassfish.java.lang.NoCl

2007-10-30 Thread deepsix
Thanks! I included these two jars and changed the seam declaration from jar module to ejb module. But i get a different exception now. | SMGT0007: Self Management Rules service is enabled | Application server startup complete. | Exception occured in J2EEC

[jboss-user] [JBoss Seam] - Re: Exception trying to run seam on glassfish.java.lang.NoCl

2007-10-30 Thread deepsix
After a bit of googling, came across this bug https://glassfish.dev.java.net/issues/show_bug.cgi?id=3386 And this one: http://jira.jboss.org/jira/browse/JBSEAM-1590 Looks like an autodeployment issue in glassfish. View the original post :

[jboss-user] [JBoss Seam] - Re: Using a JavaEE5 compliant JBoss container

2007-10-11 Thread deepsix
Thanks joshua! Is there any article available as to how i can migrate a seam app running on JBoss4.2.1 to glassfish? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093911#4093911 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Using a JavaEE5 compliant JBoss container

2007-10-11 Thread deepsix
Thanks joshua... I got a link which was very helpful http://www.michaelyuan.com/blog/2006/11/29/official-seam-demo-app-for-glassfish/ I am able to successfully deploy seam related app on glassfish. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093985#4093985

[jboss-user] [JBoss Seam] - Hibernate validation and JSF lifecycle.

2007-10-10 Thread deepsix
Hi, I was going through the first chapter of seam tutorials. http://docs.jboss.com/seam/2.0.0.CR2/reference/en/html/tutorial.html#registration-example There was a statement which said that you can use hibernate validators for data validation on entity beans. Here is the example: @NotNull

[jboss-user] [JBoss Seam] - Re: Hibernate validation and JSF lifecycle.

2007-10-10 Thread deepsix
Thanks a lot for the information pete. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093495#4093495 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093495 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Getting a runtime exception while deploying app.

2007-10-10 Thread deepsix
Hi, apologies if the question is silly.. I am new to seam and trying to create my own application using seam. . Whenever i deploy the application, i get the following runtime exception.. Any ideas what jar i am missing referring to? exception javax.servlet.ServletException: Servlet execution

[jboss-user] [JBoss Seam] - Re: Getting a runtime exception while deploying app.

2007-10-10 Thread deepsix
As expected, i didnt put in the jboss-el.jar in the classpath of the ejb and the webapp. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093616#4093616 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093616

[jboss-user] [JBoss Seam] - Using a JavaEE5 compliant JBoss container

2007-10-10 Thread deepsix
Hi, I have to use a JavaEE5 complaint container in our project. For that i am trying to use JBoss AS 5.0.0 Beta 2 release. To test whether i am able to deploy seam examples on it, i deployed the jboss-seam-registration example on to this container. When i try to deploy it though, it doesnt get

[jboss-user] [JBoss Seam] - Not able to deploy ANY seam examples in jboss.

2007-10-09 Thread deepsix
I am just starting off with Seam and Jboss and i am having problems deploying the example applications found in the jboss-seam/example directory. To define the actual process, I downloaded jboss-seam-2.0.0.CR2 and jboss-4.2.1 GA. Next i did an ant inside the jboss-seam-2.0.0.CR2 directory. (i

[jboss-user] [JBoss Seam] - Re: Problems with Seam-gen (and maven i guess)

2007-10-09 Thread deepsix
Okay.. hope this helps.. I had the same error for me when i tried building jboss-seam module. It helps if you have an internet connection and let the build process download its required jar files. Once i did that, the build was a success. View the original post :

[jboss-user] [JBoss Seam] - Re: Problems with Seam-gen (and maven i guess)

2007-10-09 Thread deepsix
Neither do i.. ;) But i did not do anything special for this. Just ensure that you have a direct internet connection so that when the build process wants to download the jars, it can go ahead and download it. View the original post :

[jboss-user] [JBoss Seam] - Re: Not able to deploy ANY seam examples in jboss.

2007-10-09 Thread deepsix
Thanks a ton.. My bad.. Ignorance is not always bliss i suppose :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093123#4093123 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093123

[jboss-user] [JBoss Seam] - Re: Problems with Seam-gen (and maven i guess)

2007-10-09 Thread deepsix
I think the seam-gen directory exists in the jboss-seam directory. I built that one. But after this error, i tried building the seam-gen directory. This worked out fine without any problems. Not sure what is happening here ... (me too started with seam just today!) But all i can say is, the