[jboss-user] [JBoss jBPM] - When deploying a jBPM, a exception about jsf throwed

2007-12-12 Thread frankzhy
I downloaded jBPM source code and created as a web project in eclipse(3.3),then 
I deploy this web app to jboss4.2,but throw folloing exception when started:

  | 11:16:38,503 FATAL [application] JSF1029: The specified InjectionProvider 
implementation 'org.jboss.web.jsf.integration.injection.JBossInjectionProvider' 
does not implement the InjectionProvider interface. 
  | 11:16:38,503 WARN  [application] JSF1033: Resource injection is DISABLED.
  | 11:16:39,025 ERROR [[/jBPM-Console]] Exception sending context initialized 
event to listener instance of class 
org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
  | java.lang.ClassCastException: com.sun.faces.config.WebConfiguration
  | at 
com.sun.faces.config.WebConfiguration.getInstance(WebConfiguration.java:135)
  | at 
com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:228)
  | at 
org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:69)
  | at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3854)
  | at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4359)
  | at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:761)
  | at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:741)
  | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
  | at 
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at 
org.apache.catalina.core.StandardContext.init(StandardContext.java:5310)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
  | 
I don't know enough about jsf, any response hoped,thanks a lot.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4112446#4112446

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4112446
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: I deployed jBPM to Weblogic9.1 successfully, but I can no

2007-08-14 Thread frankzhy
I have resolve the problem by the easiest way.
Thank you a lot.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4074072#4074072

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074072
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: I deployed jBPM to Weblogic9.1 successfully, but I can no

2007-08-13 Thread frankzhy
May be I didn't describe clearly,more infomation as below:
web.xml login config is:
login-config
  | auth-methodFORM/auth-method
  | form-login-config
  | form-login-page/ua/login.jsf/form-login-page
  | form-error-page/ua/login.jsf?error=true/form-error-page
  | /form-login-config
  | /login-config
Start web server and login as manager,but always response invalid user or 
password.

Appreciate any help.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4073473#4073473

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073473
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - I deployed jBPM to Weblogic9.1 successfully, but I can not lo

2007-08-12 Thread frankzhy
In order to study jBPM deeply,I open the jbpm-console.war package,and deploy it 
to Weblogic9.1,and point db to SqlServer.Logs as below:

2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings
??: JDBC driver: SQLServer, version: 2.2.0022
2007-8-13 10:34:54 org.hibernate.dialect.Dialect 
??: Using dialect: org.hibernate.dialect.SQLServerDialect
2007-8-13 10:34:54 org.hibernate.transaction.TransactionFactoryFactory 
buildTransactionFactory
??: Using default transaction strategy (direct JDBC transactions)
2007-8-13 10:34:54 org.hibernate.transaction.TransactionManagerLookupFactory 
getTransactionManagerLookup
??: No TransactionManagerLookup configured (in JTA environment, use of 
read-write or transactional second-level cache is not recommended)
2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings
??: Automatic flush during beforeCompletion(): disabled
2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings
??: Automatic session close at end of transaction: disabled
2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings
??: Scrollable result sets: enabled
2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings
??: JDBC3 getGeneratedKeys(): disabled
2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings
??: Connection release mode: auto
2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings
??: Default batch fetch size: 1
2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings
??: Generate SQL with comments: disabled
2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings
??: Order SQL updates by primary key: disabled
2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory 
createQueryTranslatorFactory
??: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
2007-8-13 10:34:54 org.hibernate.hql.ast.ASTQueryTranslatorFactory 
??: Using ASTQueryTranslatorFactory
2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings
??: Query language substitutions: {}
2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings
??: JPA-QL strict compliance: disabled
2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings
??: Second-level cache: enabled
2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings
??: Query cache: disabled
2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory createCacheProvider
??: Cache provider: org.hibernate.cache.HashtableCacheProvider
2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings
??: Optimize cache for minimal puts: disabled
2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings
??: Structured second-level cache entries: disabled
2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings
??: Statistics: disabled
2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings
??: Deleted entity synthetic identifier rollback: disabled
2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings
??: Default entity-mode: pojo
2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings
??: Named query checking : enabled
2007-8-13 10:34:54 org.hibernate.impl.SessionFactoryImpl 
??: building session factory
2007-8-13 10:34:57 org.hibernate.impl.SessionFactoryObjectFactory addInstance
??: Not binding factory to JNDI, no JNDI name configured
2007-8-13 10:34:59 org.hibernate.util.JDBCExceptionReporter logWarnings
??: SQL Warning: 0, SQLState: 
2007-8-13 10:34:59 org.hibernate.util.JDBCExceptionReporter logWarnings
??: [Microsoft][SQLServer 2000 Driver for JDBC]Database changed to jbpm
2007-8-13 10:34:59 org.hibernate.util.JDBCExceptionReporter logWarnings
??: SQL Warning: 0, SQLState: 
2007-8-13 10:34:59 org.hibernate.util.JDBCExceptionReporter logWarnings
??: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]?? 'jbpm'?
2007-8-13 10:34:59 org.hibernate.util.JDBCExceptionReporter logWarnings
??: SQL Warning: 0, SQLState: 
2007-8-13 10:34:59 org.hibernate.util.JDBCExceptionReporter logWarnings
??: [Microsoft][SQLServer 2000 Driver for JDBC]Language changed to 
2007-8-13 10:34:59 org.hibernate.util.JDBCExceptionReporter logWarnings
??: SQL Warning: 0, SQLState: 
2007-8-13 10:34:59 org.hibernate.util.JDBCExceptionReporter logWarnings
??: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer] ?
2007-8-13 10:43:23 com.sun.faces.lifecycle.ELResolverInitPhaseListener 
populateFacesELResolverForJsp
??: JSF1027: [null] The ELResolvers for JSF were not registered with the JSP 
container.
2007-8-13 10:43:34 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
??: Added Library from: 
zip:E:/bea/user_projects/domains/mydomain/./servers/AdminServer/tmp/_WL_user/_appsdir_jBPM_war/i0ke06/war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-ui.taglib.xml
2007-8-13 10:43:34 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
??: Added Library from: