[JBoss jBPM] - Re: Information on jPDL package
by tinico
Hi,
Thanks for all !! There is no lot of think, and I'm french, so, I can't understand all think !!!
If I've understand well:
- If I deploy process-definition with classes in the same file, the classes will be written in the database and will be use more speedly !!
- If I deploy process-definition without classes but with the classes in the web-app "WEB-INF/Classes" folder, it became less speed, but, it possible to change only class file without redeploying process (impossible in the first case)...
You confirm ??
If I deploy the classes in the process zip file and in the web-inf/classes folder ?? What are the classes which will be executed ??
Thank you... because I've lot of compréhension problem on this subject !!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073098#4073098
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073098
18Â years, 10Â months
[Installation, Configuration & DEPLOYMENT] - Using Oracle sequence with JBOSS
by neisann
Hi,
I'm trying to use JBOSS IDE for Eclipse but I'm having trouble using an automatic generated id populated from a Oracle sequence previously created in the database. I guess there is some aditional configuration that I need to do in my application but I don't know what it is.
In the persistence XML I have:
| <?xml version="1.0" encoding="UTF-8"?>
| <persistence>
| <persistence-unit name="shoestringPU">>
| <jta-data-source>java:/OracleDS</jta-data-source>
| <properties>
| <property name="hibernate.dialect"
| value="org.hibernate.dialect.OracleDialect"/>
| </properties>
| </persistence-unit>
| </persistence>
|
At the entity bean I have:
| @Id
| @GeneratedValue(strategy=GenerationType.AUTO)
| public int getId() {
| return id;
| }
|
I'm getting the error "java.sql.SQLException: ORA-02289: sequence does not exist".
Thank you.
Nei
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073094#4073094
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073094
18Â years, 10Â months