[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-28 Thread [EMAIL PROTECTED]
Asaf, Here is an explanation of the issues and how to resolve them. :) http://www.michaelyuan.com/blog/2007/02/28/glassfish-and-seam-tips/ Hope that helps. cheers Michael View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023755#4023755 Reply to the post :

[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-27 Thread trouby
hey, GF sample app not getting deployed correctly, re-compiled and tried to deploy the ear file throws errors in GF logs, this happens with 1.1.7.RC1 and GF build 32, following is the full stack trace, |

[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-27 Thread trouby
Back to this, Some 'cglib' versions didnt work correctly, Anyway two things: 1) GF sample has no usage of messages, in register.xhtml/other files all titles are statically written in the facelets files, also I tried to add some component names into the sample files, but as it didnt work for

[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-27 Thread [EMAIL PROTECTED]
The version of examples/glassfish in current CVS has been tested on glassfish and works Just Great. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023091#4023091 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023091

[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-27 Thread trouby
Any comments on which GF version it was tested? Anyway, back to the original issue, any component names written in components.xml are not valid with the booking gf sample as well, Thanks, Asaf. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023109#4023109

[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-27 Thread [EMAIL PROTECTED]
Get the version from CVS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023114#4023114 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023114 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-27 Thread trouby
Better, Looks like there's an issue with the xml components file of seam's jar file. Following is the stack trace, |

[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-27 Thread [EMAIL PROTECTED]
If glassfish is trying to validate the XML file, then it would need to have access to the internet. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023159#4023159 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023159

[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-27 Thread trouby
Eh, that was a silly issue, Well, everything works perfectly. components.xml gets scanned with the latest CVS version, Except one minor issue the 'logout' button which throws an exception, so just FYI guys... Gavin many thanks! (following is the stack trace of the 'logout' button, just

[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-27 Thread [EMAIL PROTECTED]
Yeah, it should be #{identity.logout}, not #{login.logout}. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023170#4023170 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023170 ___

[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-27 Thread trouby
yap, who will fix this? :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023171#4023171 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023171 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-27 Thread [EMAIL PROTECTED]
its already done View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023172#4023172 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023172 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-27 Thread trouby
Eh, great, closing this post :) Many thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023177#4023177 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023177 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-21 Thread [EMAIL PROTECTED]
This should definitely not be necessary. There is a META-INF/components.xml file in the seam jar. Do you see this getting scanned at startup time? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020189#4020189 Reply to the post :

[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-21 Thread trouby
Hey, When the file should be scanned? when server loads? I can see the file exits with all factory tags, but GF logs nothing about it. Thanks... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020199#4020199 Reply to the post :

[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-21 Thread [EMAIL PROTECTED]
It should be in the Seam startup log. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020233#4020233 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020233 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-21 Thread trouby
Which should be located where? Does Seam use Jboss's log facilities? under GF I cant see any seam logs files, nor any seam logging via server logs. thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020390#4020390 Reply to the post :

[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-21 Thread [EMAIL PROTECTED]
Seam uses Log4J for logging. It is kinda tough to get Log4J working in Glassfish. Maybe this thread would help: https://glassfish.dev.java.net/servlets/ReadMsg?list=usersmsgNo=590 As for your original problem, have you tried the examples/glassfish example app? Does it display the messages in