[JBoss-user] [JBoss Seam] - Re: Clean Seam installation - but errors, errors, errors...

2006-07-10 Thread bfo81
PS: The Seam Hibernate demo works great. So EJB3 is the scapegoat. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956553#3956553 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956553

[JBoss-user] [JBoss Seam] - Clean Seam installation - but errors, errors, errors...

2006-07-10 Thread bfo81
Well, I tried running some Seam examples. I proceeded like suggested in the getting started section (http://labs.jboss.com/portal/jbossseam/gettingstarted/index.html). But it didn't work out that easy, cause I'm running from one error into the other. After installing JBoss 4.0.4 AS via the

[JBoss-user] [JBoss Seam] - Re: Clean Seam installation - but errors, errors, errors...

2006-07-10 Thread bfo81
I adopted your proposal. And... it works, so thank you very much for the hint. But, when deploying an example and starting the AS now I still get tons of those java.lang.NoSuchMethodError: org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.get ValidateOnMatch()Z exceptions.

[JBoss-user] [JBoss Seam] - Re: Enable Seam Debug Logging

2006-07-05 Thread bfo81
That would be interesting to me, too. *bump* ;). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955432#3955432 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955432 Using Tomcat but need to do more? Need to support web

[JBoss-user] [JBoss Seam] - Re: Enable Seam Debug Logging

2006-07-05 Thread bfo81
Tomcat 5.5 with Eclipse. I can see the log in my Eclipse console, but it's only INFO and WARN. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955434#3955434 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955434 Using

[JBoss-user] [JBoss Seam] - Beginner's question: Simple passing of data from page to pag

2006-07-04 Thread bfo81
Hello, I have a general question that maybe even others might have ;). I work with JSF + Spring + Hibernate + ADF Faces, but since JSF + Seam + EJB3 is so much easier, I wanna know it better ;). But what confuses me (even when looking at the documentation - which is not complete yet - or the

[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-04 Thread bfo81
J2EE Exceptions for themselves are not very informative (that's why debugging really s). Please post some of your code ;). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955229#3955229 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Beginner's question: Simple passing of data from page to

2006-07-04 Thread bfo81
I tried the following annotations: @Stateful | @Scope(ScopeType.EVENT) // @Scope(ScopeType.CONVERSATON) // @Scope(ScopeType.SESSION) | @Name(ping) | public class PingBean { | | @In(required=false) @Out(required=false) | private String talk = ; | |

[JBoss-user] [JBoss Seam] - Re: Beginner's question: Simple passing of data from page to

2006-07-04 Thread bfo81
Sorry, I do mean chat instead of talk in the above post. My fault, please don't get confused ;). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955269#3955269 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955269 Using

[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-04 Thread bfo81
Why is s:validateAll empty in the JSP? Maybe you should put the rest (from username to commandButton) in it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955273#3955273 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Beginner's question: Simple passing of data from page to

2006-07-04 Thread bfo81
Well, guess that's it. The file isn't in the webapp dir, though I got it in my Eclipse project (in /resources dir). Thanks for that hint. I almost threw my laptop out of the window as I didn't get the simplest examples to work :D. Now, I even just saw that hint on page 105 of the 1.0.1

[JBoss-user] [JBoss Seam] - Re: Beginner's question: Simple passing of data from page to

2006-07-04 Thread bfo81
I forgot: I use Tomcat 5.5.17 - not the JBoss AS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955306#3955306 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955306 Using Tomcat but need to do more? Need to support web