Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
JSP - A mailing list about Java Server Pages specification and reference
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Servlet : Session invalidate
Oracle Connection Pooling in 3 2 2
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Running a Simple JMS Example
Tomcat and webapplication specific java library path
Mapping in workers2 properties
org apache jasper JasperException
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action
   MESSAGE
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
Value attribute of <html:checkbox
url string for connecting jboss to oracle
javax servlet ServletException: BeanUtils populate
5 0 18: Windows XP Pro vs Windows 2000
HTTP Status 404 The requested resource is not available
 
- I deployed jBPM to Weblogic9.1 successfully, but I c

- I deployed jBPM to Weblogic9.1 successfully, but I c

2007-08-12       - By frankzhy

 Back
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: 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-html.taglib.xml
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/jstl-fn.taglib.xml
2007-8-13 10:43:35 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-core.taglib.xml
2007-8-13 10:43:35 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/jstl-core.taglib.xml

Then,I type the URL http://localhost:7001/jBPM.

But I can not login,some users data had been added to DB,for examples,
manager/manager,user/user etc.The response always is "user or password is
invalid".

What should I do?

thanks a lot.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode
=reply&p=4073427
__ ____ ____ ____ ____ ____ ____ ____ ____ ____
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user

©2008 junlu.com - Jax Systems, LLC, U.S.A.