[Installation, Configuration & DEPLOYMENT] - Re: Deployment functionality of JBoss AS 4.2.1.GA refuses to
by PeterJ
So are you saying that with c:/temp/jboss-4.2.1.GA you still had the problem? And did you actually rename C:/root/app/dev/jboss-4.2.1.GA to something else or did you install into another location?
I am wondering if there is a defect on your hard drive, in which case locating the software anywhere else would solve the problem, but simply renaming the directory would not solve it.
One other thought, did you by any chance turn off 8.3 filenames? Or did you make any change, such as adding another version of JBoss AS to the C:/root/app/dev/ directory that might cause the 8.3 filename for jboss-4.2.1.GA to change? Also, did you try removing the server/default/data, tmp and work directories and see if it work work then? A combination of an 8.3 filename change and using prior data, tmp and work directory entries could cause a problem.
I have been using JBoss AS on Vista for at least several years (64-bit on my desktop, 32-bit on my laptop) and using the standard names for the JBoss AS home directory and never ran into a problem due to the directory name.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234194#4234194
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234194
16 years, 10 months
[JBoss jBPM] - jBPM Beta2 Hibernate Not Persisting
by rams.rapol
Hi,
When i try to deploy a processdefinition with jBPM Beta2, everything seems to be running fine (the hibernate insert queries show up fine). However when i query the database, i dont see any records in jbpm_execution.
The way i configured is i have a class which extends JBPMConifguration (similar to JBPMTestCase) and is configured in spring xml.spring xml also has sessionfactory, datasource, etc defined. Also my class is annotated with transaction as well.
What seems to be happening is jbpm is fetching its own hibernate session and my class has got its own session.
I know where the problem is (in jbpm.cfg.xml i need to be able to specify spring's session factory instead of hibernate config file but haven't found proper syntax or a sample of jbpm.cfg.xml in jbpm4 beta2 version.
Configuration in jbpm.cfg.xml:
| <hibernate-configuration>
| <cfg resource="jbpm.hibernate.cfg.xml"/>
| </hibernate-configuration>
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234185#4234185
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234185
16 years, 10 months