[JBoss-user] [JBoss jBPM] - Re: Best practice on Process Definition design sought

2006-05-08 Thread dr_j
Would somebody please post an example of jBPM with jPDL (pageflow) where there are multiple screens per task? We've been hitting problems with this (documented in another post; I'm working on an example to post to JIRA), and if somebody has a working example, it may help explain what we're doin

[JBoss-user] [JBoss Seam] - Re: JBPM task integration

2006-05-08 Thread dr_j
This may be related to this more recent post: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=81736 I'm working on an example that would show our issue (it's being reviewed by a couple of folks first, to ensure I don't post something too boneheaded!). j View the original post : htt

[JBoss-user] [JBoss Seam] - Re: getting Exception when using pageflow in jbpm

2006-05-09 Thread dr_j
I've attached to the jira issue http://jira.jboss.com/jira/browse/JBSEAM-136 an ecplise project that should exhibit the problem, built on the "todo list" example. j View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942298#3942298 Reply to the post : http://ww

[JBoss-user] [EJB 3.0] - Issues with a new EJB 3.0 project in Eclipse

2006-04-04 Thread dr_j
I've installed JBoss 4.0.4CR2, with Seam, etc., and the Eclipse tools. I'm running through the various trails to familiarize myself with EJB 3.0, seam, etc. In creating a new EJB 3.0 project, I've encountered the (known) issue of the hibernate3.jar not being present in the server/default/deploy/

[JBoss-user] [EJB 3.0] - Re: Issues with a new EJB 3.0 project in Eclipse

2006-04-04 Thread dr_j
Yeah, I realize that one --- that's why I said I worked around it. I'm more puzzled by the lack of the jboss-annotations-ejb3.jar in the library list when creating a new project. Should that be present by default? j View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[JBoss-user] [EJB 3.0] - App works in 4.0.4RC1, but not 4.0.4CR2 ....

2006-04-05 Thread dr_j
We have an application that, at this point, is mostly using the Seam database reverse engineering code (taking a schema and generating the appropriate classes, jsp, etc.). If I build and deploy this code with RC1, everything appears to work as expected. If I build and deploy the same code with C

[JBoss-user] [EJB 3.0] - Re: App works in 4.0.4RC1, but not 4.0.4CR2 ....

2006-04-05 Thread dr_j
Okay, found this post dated today, indicating that I'm not the first to hit this issue: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=80604 So ... guess we're just stuck until sometime next week at the earliest, due to some incompatibility between seam/jboss.4.0.4CR2/EBJ3. j View

[JBoss-user] [JBoss Seam] - Re: Simple Seam Question...

2006-04-14 Thread dr_j
I'm having very much the same problem, with code that is much like what you have. I've searched the forums, and apparently it's not that uncommon a problem, but unfortunately, there aren't responses to many of them. If you've found a solution, please please please let me know. Thanks! j Vie

[JBoss-user] [JBoss Seam] - Re: Simple Seam Question...

2006-04-14 Thread dr_j
Okay, I actually made some progress. My issue appears to be that in my action of the commandLink, I'm using a transition via jPDL (action="next") in order to flow to the next page. In that case, my @ModelSelection is not being updated. If I create a dummy method, public String select() and make