im following the document jbossBPEL_Designer_GettingStarted.pdf but i can't complete correctly the step 2 "Start Eclipse 3.2 and use the Import Existing Projects into Workspace feature from the
File menu. "
because when i press "finish" eclipse is trying to build the project, and i can se the structure imported but with two errors....
The project cannot be built until build class path errors are resolved
and
Unbound classpath container: 'JBoss 4.0.4' in project jbpm.bpel
i download the jbpm-bpel-1.1.Beta2
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976709#3976709
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976709
Sorry, what doesn't work? What exception do you get?
I don't really understand the code (e.g. it seems that Person example is an entity but nowhere do you load/inject it, just do a pojo instantiation; I would expect associations rather than ids to link objects), but the checkin method itself seems fine in concept:
1) Ask attendanceEditor for a new attendance record
2) Populate it
3) Tell attendanceEditor to persist it
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976704#3976704
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976704