[JBoss-user] [JBoss Seam] - Re: @DataModel with Tomahawk with JBoss AS 4.0.4 and Seam 1.

2006-05-31 Thread gengar
Hi, I've got the same error. On my way to find the real problem I comment every appearance of the DataModel-annotation. After that the ear deployed but when I tried to start my app I get another error-message. | 11:37:27,643 INFO [FacesConfigurator] Reading config /WEB-INF/faces-config.xml

[JBoss-user] [JBoss Seam] - Re: @DataModel with Tomahawk with JBoss AS 4.0.4 and Seam 1.

2006-05-31 Thread gengar
"[EMAIL PROTECTED]" wrote : That is not the same error as the original post. | | And yes, it lookes like you have multiple phase listeners. Check your JSF startup log. Ok, I tried some other things. I thougt that multiple jar's are the cause for the problem, but my actions have no effects.

[JBoss-user] [JBoss Seam] - Re: @DataModel with Tomahawk with JBoss AS 4.0.4 and Seam 1.

2006-06-01 Thread gengar
"Newlukai" wrote : And what's with the original post? Should I remove all @DataModel anntotation s (and then remove @DataModelSelection and @DataModelSelectionIndex as well?)? Or is there another workaround, is it a bug or did I make a mistake? I dont't think that this can be the solution, the

[JBoss-user] [JBoss Seam] - Re: @DataModel with Tomahawk with JBoss AS 4.0.4 and Seam 1.

2006-06-02 Thread gengar
Ok, it works, good job. I ask myselfe since when it has to be @DataModelSelection(value="getUserlist") and not @DataModelSelection("userlist") ? It seems that I missed some changes since Beta 2 ;-). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948632#3948

[JBoss-user] [JBoss Seam] - Re: @DataModel with Tomahawk with JBoss AS 4.0.4 and Seam 1.

2006-06-02 Thread gengar
I made the experience that you have to write @DataModelSelection(value="getFieldname"), because without the get it doesn't work. Here a short snippet of working code: | @DataModel | private List importCapsList; | @DataModelSelection(value="getImportCapsList") | private

[JBoss-user] [JBoss Seam] - Re: @DataModel with Tomahawk with JBoss AS 4.0.4 and Seam 1.

2006-06-06 Thread gengar
Did anybody send Gavin a test case? If not, you (Gavin) need a example app, is it right? @Newlukai Yes, I'm from germany. If you want to know it exactly, Magdeburg ;-). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949281#3949281 Reply to the post : http:/

[JBoss-user] [Security & JAAS/JBoss] - login-page with FORM and struts

2006-06-06 Thread gengar
Hi, I updated to JBoss Eclipse IDE 1.6.0 GA JBoss Seam 1.0.0 CR3 Apache myFaces Core 1.1.3 Apache myFaces Tomahawk 1.1.2 and I've got following problem. I want to use a form-login, but when I start my app I got this error-message: | 2006-06-06 10:32:45,512 DEBUG [org.jboss.deployment.MainDep

[JBoss-user] [Security & JAAS/JBoss] - Re: login-page with FORM and stru

2006-06-13 Thread gengar
Ok, now I've solved the problem. There were several mistakes in my web.xml, so it couldn't work. Here are the important changes in my web.xml: | | FORM | kamEntityManager | | /pages/login/login.jsf | /