[jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA

2007-09-18 Thread cba2
Will Seam 2.0.0 CR1 be released in the next few days? There are no more open bugs scheduled for CR1 as I've seen in the JIRA :-). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085349#4085349 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss Seam] - Re: reasociating detached entities (non smpc)

2007-09-17 Thread cba2
Thanks for the hint, jacob.orshalick. Actually, the problem is however not about re-associating a single know entity to the new session but rather about re-associating all entities in the current long running transaction. So the challenge is much rather how to find / enumerate all entity objects

[jboss-user] [JBoss Seam] - reasociating detached entities (non smpc)

2007-09-14 Thread cba2
Because I am using Seam only for the presentation layer (and Spring for the rest) obviously I have no seam managed persistence context. If I would nevertheless like to store (hibernate) entities inside my long running conversations I run into many problems. I always get LazyInitializationExcept

[jboss-user] [JBoss Seam] - "could not discover transaction" despite transaction-managem

2007-09-06 Thread cba2
I have set in components.xml but I still get errors like the following: 10:51:04,521 ERROR [Contexts] could not discover transaction status Should I disable seam transaction management somewhere else as well or is this rather a (minor) Seam bug? >From Contexts.java (package org.jboss.seam.con

[jboss-user] [JBoss Seam] - Re: Help !!! Installing Embedded JBoss in tomcat

2007-09-04 Thread cba2
I've got similiar problems using tomcat 6. I've posted about this in the embedded jboss forum: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080833#4080833 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080877#4080877 Reply to the post : http://w

[jboss-user] [JBoss Seam] - Component lookup by @Name fails

2007-06-22 Thread cba2
i would like to lookup my EntityQuery component that should be registered under @Name("employeeList") using Contexts.lookupInStatefulContexts("employeeList") but i alway get null as a return value. what am i doing wrong? i have the following simple entity query: @Name("employeeList") public cla

[jboss-user] [JBoss Seam] - Re: Alternate property reference style in EL not working

2007-06-21 Thread cba2
This bug (http://jira.jboss.org/jira/browse/JBSEAM-1214) is fixed in Seam1.3.0.ALPHA. However this kind of reference still doesn't work in combination with tags. There seems to be another issue with the seam validation tags as well. View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Re: JSF Composition Components with Seam

2007-06-21 Thread cba2
I think it should work in any subfolder of WEB-INF. But you might have to adapt your build.xml (if you use ant) in order to ensure that the files are actually packaged into the .war file! Just have a look at the exploded-archives and ensure that your files are deployed in the correct location.

[jboss-user] [JBoss Seam] - s:validate(all) and #{entity[fieldName]}-style fields again

2007-06-21 Thread cba2
Validation fails for inputText fields where the value expression is of the form: #{entity[fieldName]} This issue should have been fixed in Seam 1.3.0.ALPHA, but for me, this still doe not work as expected! Everything works smoothly as long as the data entered is valid. But if I enter invalid da