Hi,
New here so big hello to you all.
I'm using the Graphical Designer to model a business process but can't see how you can add condition expressions to transitions without diving into the XML view. Surely this should be a "right-click -> add condition" sort of thing?
I couldn't find any answer to this in the forums or Google. It's obviously not that big a deal but would be rather nice.
Thanks,
Damian.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006777#4006777
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006777
I'm using Eclipse 3.2.1 and jBPM Designer 3.0.9 - it does install but in order to use it you have to associate .xml with the JBoss jBPM Graphical Designer. This step wasn't obvious until I read some of the helpful comments in this forum.
Go to Windows -> Preferences -> General -> Editor -> File Associations and add an Associated Editor to the *.xml extension (I had to add *.xml as an extension).
Hope this helps.
Damian.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006769#4006769
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006769
Hi,
I'm wondering if two attached/managed entities obtained from the same persistence context in two different ways are guaranteed to be equal by referential identity?
For example:
Let A and B be related.
| A a = (A)em.find(...);
| B b = (B)em.find(B.class, a.getB().getId());
|
| assert(b.equals(a.getB());
| assert(b == a.getB());
|
The above example works on JBoss EJB3 RC9 i.e. Hibernate, but is it guaranteed by the specification? I could'nt find any clear statement about it.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006762#4006762
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006762