Hi,
after some digging around, it seems the schema used by jbpm-starters-kit-3.1.4 does not deal with mail (http://docs.jboss.org/jbpm/xsd/jpdl-3.1.xsd) whereas the 3.2 schema does... (http://docs.jboss.org/jbpm/xsd/jpdl-3.2.xsd).
As I am a newbie unfortunately, I am not sure how to use the 3.2 schema with my webapp, which is a slightly tweaked version of the one that comes as standard in jbpm-starters-kit-3.1.4.
Is it as simple as changing the schema referenced in my procesDefinition inside eclipse ?
I am guessing that when I upload the process definition to the servlet in the webapp, that the schema to reference gets stored away somewhere in the database? Therefore I may need to also udate my mysql db to cope with the new schema.. sorry guessing,
any help is greatly appreciated,
regards,
Ross
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062550#4062550
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062550
I just try to migrate Ajax4jsf code google-house into Seam and richfaces.
And modify code EmployeeTable.java and Employee.java.
Orignal jsf page call employee like:
#{employeeTable.employee.address}
So when switching between tabPanel, pages can keep all typing information. But after I change them into seam EmployeeTable code like:
@In @out
Employee employee;
and pages:
#{employee.address}
So how to activate employee session to keep its information?
Thanks
Quinten
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062548#4062548
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062548