"[EMAIL PROTECTED]" wrote : A workaround option is not to use the .sar 
packaging to deploy jBPM, but rather to include the jbpm libs (the ones in the 
.sar) into your .war file.

I tried this solution with the jbpm war by sticking the 4 jar files into 
jbpm.war/WEB-INF/lib, and it does not work.  I just get a continuous loop of 
ClassNotFoundExceptions.  The following set of log entries just keeps repeating 
in a loop:
14:35:38,757 INFO  [Configuration] processing extends queue
  | 14:35:38,757 INFO  [Configuration] processing collection mappings
  | 14:35:38,757 INFO  [Configuration] processing association property 
references
  | 14:35:38,757 INFO  [Configuration] processing foreign key constraints
  | 14:35:38,773 INFO  [NamingHelper] JNDI InitialContext properties:{}
  | 14:35:38,773 INFO  [DatasourceConnectionProvider] Using datasource: 
java:/LsftSasJbpmDS
  | 14:35:38,773 INFO  [SettingsFactory] RDBMS: Oracle, version: Oracle 
Database 10g Release 10.2.0.1.0 - Production
  | 14:35:38,773 INFO  [SettingsFactory] JDBC driver: Oracle JDBC driver, 
version: 10.2.0.1.0
  | 14:35:38,773 INFO  [Dialect] Using dialect: 
org.hibernate.dialect.Oracle9Dialect
  | 14:35:38,773 INFO  [TransactionFactoryFactory] Using default transaction 
strategy (direct JDBC transactions)
  | 14:35:38,773 INFO  [TransactionManagerLookupFactory] No 
TransactionManagerLookup configured (in JTA environment, use of read-write or 
transactional second- level cache is not recommended)
  | 14:35:38,773 INFO  [SettingsFactory] Automatic flush during 
beforeCompletion(): disabled
  | 14:35:38,773 INFO  [SettingsFactory] Automatic session close at end of 
transaction: disabled
  | 14:35:38,773 INFO  [SettingsFactory] JDBC batch size: 15
  | 14:35:38,773 INFO  [SettingsFactory] JDBC batch updates for versioned data: 
disabled
  | 14:35:38,773 INFO  [SettingsFactory] Scrollable result sets: enabled
  | 14:35:38,773 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
  | 14:35:38,773 INFO  [SettingsFactory] Connection release mode: auto
  | 14:35:38,773 INFO  [SettingsFactory] Default batch fetch size: 1
  | 14:35:38,773 INFO  [SettingsFactory] Generate SQL with comments: disabled
  | 14:35:38,773 INFO  [SettingsFactory] Order SQL updates by primary key: 
disabled
  | 14:35:38,773 INFO  [SettingsFactory] Query translator: 
org.hibernate.hql.ast.ASTQueryTranslatorFactory
  | 14:35:38,773 INFO  [ASTQueryTranslatorFactory] Using 
ASTQueryTranslatorFactory
  | 14:35:38,773 INFO  [SettingsFactory] Query language substitutions: {}
  | 14:35:38,789 INFO  [SettingsFactory] Second-level cache: enabled
  | 14:35:38,789 INFO  [SettingsFactory] Query cache: disabled
  | 14:35:38,789 INFO  [SettingsFactory] Cache provider: 
org.hibernate.cache.EhCacheProvider
  | 14:35:38,789 ERROR [CommandExecutorThread] java.lang.NoClassDefFoundError: 
net/sf/ehcache/CacheException
  | 14:35:43,789 INFO  [STDOUT] Exception in thread "JbpmScheduler"
  | 14:35:43,789 INFO  [STDOUT] java.lang.NoClassDefFoundError: 
net/sf/ehcache/CacheException
  | 14:35:43,789 INFO  [STDOUT]     at 
java.lang.Class.getDeclaredConstructors0(Native Method)
  | 14:35:43,789 INFO  [STDOUT]     at 
java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
  | 14:35:43,789 INFO  [STDOUT]     at 
java.lang.Class.getConstructor0(Class.java:2640)
  | 14:35:43,789 INFO  [STDOUT]     at 
java.lang.Class.newInstance0(Class.java:321)
  | 14:35:43,789 INFO  [STDOUT]     at 
java.lang.Class.newInstance(Class.java:303)
  | 14:35:43,789 INFO  [STDOUT]     at 
org.hibernate.cfg.SettingsFactory.createCacheProvider(SettingsFactory.java:327)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943289#3943289

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943289


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to