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
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
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
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
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
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
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
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
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/