[jboss-user] [JBoss Seam] - EJBQL + in filter + EL

2008-02-15 Thread german.otero
I don't know, and i can't find nothing in google. How to filter a collection (one to many relation) with El. In my query object (EntityQuery). I need to do this Select x from X x where x.area in (#{y.areas}) tnks View the original post :

[jboss-user] [JBoss jBPM] - Re: Jbom retrieve information

2008-02-04 Thread german.otero
I´m looking for a cleaner solution.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126206#4126206 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126206 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Jbom retrieve information

2008-01-30 Thread german.otero
Hi, i need to know, the task's, that an actor has been involved, how can i go that? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124900#4124900 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124900

[jboss-user] [JBoss jBPM] - Re: Jbom retrieve information

2008-01-30 Thread german.otero
Jbom = JBPM.. Sory View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124901#4124901 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124901 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - [newbie] Problem passing parameters

2007-12-11 Thread german.otero
Hi, i'm new with Seam, and i have a problem passing object between pages. I have a grid, at the home of my app, and a view/edit action (row action.). Simple when a user click this link, i need to go to another page, this new page, must be fill with the object behind the row. ej: the row has an

[jboss-user] [JBoss Seam] - Re: [newbie] Problem passing parameters

2007-12-11 Thread german.otero
Ok, In this example, we have a MessageManagerBean that is Session scopped. so it has the reference, is the same as the entityHome. or any Session Bean then holds the reference. this session bean, will have the reference to my selected object, until the end of my session.. or i need to say to