[jboss-user] [EJB 3.0] - unidirectional Many-To-Many relationships

2007-04-16 Thread urkens_jp
When trying to model unidirectional M-t-M relations I get a org.hibernate.MappingException. I tried the example from Mastering EJB3.0 from Wiley Publishing: | @Entity(name="CourseUni") | public class Course implements Serializable { | private int id; | private String courseName;

[jboss-user] [JBoss jBPM] - newbie: Configurable Decision nodes in JBPM3.1

2007-01-04 Thread urkens_jp
I am trying to create a configurable decision node in JBPM3.1 using a DecisionHandler class that in its decide() method calls a method on a specific class. I have an example from JBPM2.1 where the 'Configurable' interface is used to make the decision node configurable by passing a String paramet