i'm testing my application with testNG, and i get the result below:
| INFO org.jboss.seam.init.Initialization - Namespace:
http://jboss.com/products/seam/core, package: org.jboss.seam.core, prefix:
org.jboss.seam.core
| INFO org.jboss.seam.init.Initialization - Namespace:
http://jboss.com/products/seam/framework, package: org.jboss.seam.framework, prefix:
org.jboss.seam.core.framework
| INFO org.jboss.seam.init.Initialization - Namespace:
http://jboss.com/products/seam/jms, package: org.jboss.seam.jms, prefix:
org.jboss.seam.jms
| INFO org.jboss.seam.init.Initialization - Namespace:
http://jboss.com/products/seam/drools, package: org.jboss.seam.drools, prefix:
org.jboss.seam.drools
| INFO org.jboss.seam.init.Initialization - Namespace:
http://jboss.com/products/seam/remoting, package: org.jboss.seam.remoting, prefix:
org.jboss.seam.remoting
| INFO org.jboss.seam.init.Initialization - Namespace:
http://jboss.com/products/seam/theme, package: org.jboss.seam.theme, prefix:
org.jboss.seam.theme
| INFO org.jboss.seam.deployment.Scanner - scanning: D:\JBIDEWP\Darwin\build\test
| INFO org.jboss.seam.deployment.Scanner - scanning:
/D:/JBIDEWP/Darwin/lib/santex_platform.jar
| INFO org.jboss.seam.deployment.Scanner - scanning:
/D:/JBIDEWP/Darwin/lib/jboss-seam.jar
| INFO org.jboss.seam.init.Initialization - Namespace:
http://jboss.com/products/seam/drools, package: org.jboss.seam.drools, prefix:
org.jboss.seam.drools
| INFO org.jboss.seam.init.Initialization - Namespace:
http://jboss.com/products/seam/remoting, package: org.jboss.seam.remoting, prefix:
org.jboss.seam.remoting
| INFO org.jboss.seam.init.Initialization - Namespace:
http://jboss.com/products/seam/theme, package: org.jboss.seam.theme, prefix:
org.jboss.seam.theme
| INFO org.jboss.seam.init.Initialization - Namespace:
http://jboss.com/products/seam/core, package: org.jboss.seam.core, prefix:
org.jboss.seam.core
| INFO org.jboss.seam.init.Initialization - Namespace:
http://jboss.com/products/seam/jms, package: org.jboss.seam.jms, prefix:
org.jboss.seam.jms
| INFO org.jboss.seam.init.Initialization - Namespace:
http://jboss.com/products/seam/framework, package: org.jboss.seam.framework, prefix:
org.jboss.seam.core.framework
| INFO org.jboss.seam.init.Initialization - reading /WEB-INF/components.xml
| INFO org.jboss.seam.init.Initialization - reading
jar:file:/D:/JBIDEWP/Darwin/lib/jboss-seam.jar!/META-INF/components.xml
| INFO org.jboss.seam.init.Initialization - reading properties from: /seam.properties
| INFO org.jboss.seam.init.Initialization - reading properties from: /jndi.properties
| INFO org.jboss.seam.init.Initialization - initializing Seam
| INFO org.jboss.seam.deployment.Scanner - scanning: D:\JBIDEWP\Darwin\build\test
| INFO org.jboss.seam.deployment.Scanner - scanning:
/D:/JBIDEWP/Darwin/lib/santex_platform.jar
| INFO org.jboss.seam.deployment.Scanner - scanning:
/D:/JBIDEWP/Darwin/lib/jboss-seam.jar
| INFO org.jboss.seam.init.Initialization - two components with same name, higher
precedence wins: org.jboss.seam.core.manager
| INFO org.jboss.seam.init.Initialization - two components with same name, higher
precedence wins: org.jboss.seam.core.pages
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.init, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
| INFO org.jboss.seam.init.Initialization - Installing components...
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.applicationContext,
scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ApplicationContext
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.conversationStack,
scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
| INFO org.jboss.seam.Component - Component: login, scope: EVENT, type: JAVA_BEAN,
class: com.santex.darwin.web.sample.Login
| INFO org.jboss.seam.Component - Component: workflowAdminHome, scope: CONVERSATION,
type: JAVA_BEAN, class: com.santex.darwin.web.home.workflow.WorkflowAdminHome
| INFO org.jboss.seam.Component - Component: repositoryConfiguration, scope:
APPLICATION, type: JAVA_BEAN, class:
com.santex.platform.core.model.repository.RepositoryConfiguration
| INFO org.jboss.seam.Component - Component: exampleComponent, scope: APPLICATION,
type: JAVA_BEAN, class: com.santex.darwin.seam.examples.ExampleComponent
| INFO org.jboss.seam.Component - Component: exampleObjectManager, scope: EVENT, type:
JAVA_BEAN, class: com.santex.platform.service.impl.ExampleObjectManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.redirect, scope:
CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Redirect
| INFO org.jboss.seam.Component - Component: org.jboss.seam.framework.currentDatetime,
scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime
| INFO org.jboss.seam.Component - Component: dynamicFieldsExampleManager, scope: EVENT,
type: JAVA_BEAN, class:
com.santex.platform.example.dynamicField.DynamicFieldsPojoExampleManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.switcher, scope: PAGE,
type: JAVA_BEAN, class: org.jboss.seam.core.Switcher
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.conversation, scope:
CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
| WARN org.jboss.seam.Component - Component class should be serializable:
repositoryHome
| INFO org.jboss.seam.Component - Component: repositoryHome, scope: SESSION, type:
JAVA_BEAN, class: com.santex.platform.web.home.repository.RepositoryHome
| INFO org.jboss.seam.Component - Component: dynamicFieldDefManager, scope: EVENT,
type: JAVA_BEAN, class:
com.santex.platform.service.dynamicField.impl.DynamicFieldDefManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.framework.currentDate,
scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate
| INFO org.jboss.seam.Component - Component: org.jboss.seam.theme.themeSelector, scope:
SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
| INFO org.jboss.seam.Component - Component: versionInfoManager, scope: EVENT, type:
JAVA_BEAN, class: com.santex.darwin.service.core.workflow.impl.VersionInfoManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.safeActions, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.SafeActions
| WARN org.jboss.seam.Component - Component class should be serializable:
repositoryHomeExample
| INFO org.jboss.seam.Component - Component: repositoryHomeExample, scope: SESSION,
type: JAVA_BEAN, class: com.santex.platform.example.repository.RepositoryHomeExample
| INFO org.jboss.seam.Component - Component: hierarchyNodeParentageManager, scope:
EVENT, type: JAVA_BEAN, class:
com.santex.platform.service.hierarchies.impl.HierarchyNodeParentageManagerImpl
| INFO org.jboss.seam.Component - Component: repositoryInfoManager, scope: EVENT, type:
JAVA_BEAN, class: com.santex.darwin.service.core.workflow.impl.RepositoryInfoManagerImpl
| INFO org.jboss.seam.Component - Component: workflowManager, scope: EVENT, type:
JAVA_BEAN, class: com.santex.darwin.service.core.workflow.impl.WorkflowManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.messages, scope:
SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.Messages
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.conversationEntries,
scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries
| INFO org.jboss.seam.Component - Component: roleDefinitionManager, scope: EVENT, type:
JAVA_BEAN, class: com.santex.darwin.service.impl.RoleDefinitionManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.pages, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Pages
| INFO org.jboss.seam.Component - Component: roleList, scope: EVENT, type: JAVA_BEAN,
class: com.santex.darwin.web.list.RoleList
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.localeSelector, scope:
SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.LocaleSelector
| INFO org.jboss.seam.Component - Component: roleManager, scope: EVENT, type:
JAVA_BEAN, class: com.santex.darwin.service.impl.RoleManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.uiComponent, scope:
STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.UiComponent
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.userPrincipal, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.UserPrincipal
| INFO org.jboss.seam.Component - Component: dynamicFieldsGroupDefManager, scope:
EVENT, type: JAVA_BEAN, class:
com.santex.platform.service.dynamicField.impl.DynamicFieldsGroupDefManagerImpl
| INFO org.jboss.seam.Component - Component: dynamicFieldsPojoExampleHome, scope:
SESSION, type: JAVA_BEAN, class:
com.santex.platform.example.dynamicField.DynamicFieldsPojoExampleHome
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.ejb, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Ejb
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.eventContext, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.EventContext
| WARN org.jboss.seam.Component - Component class should be serializable:
darwinSecurityManager
| INFO org.jboss.seam.Component - Component: darwinSecurityManager, scope: SESSION,
type: JAVA_BEAN, class: com.santex.darwin.service.security.impl.DarwinSecurityManagerImpl
| INFO org.jboss.seam.Component - Component: appUserManager, scope: EVENT, type:
JAVA_BEAN, class: com.santex.darwin.service.impl.AppUserManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.conversationContext,
scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationContext
| INFO org.jboss.seam.Component - Component: uploadAction, scope: STATELESS, type:
STATELESS_SESSION_BEAN, class: com.santex.platform.web.home.repository.UploadAction, JNDI:
UploadAction/local
| INFO org.jboss.seam.Component - Component: org.jboss.seam.framework.currentTime,
scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.pojoCache, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PojoCache
| INFO org.jboss.seam.Component - Component: ajaxExampleHome, scope: SESSION, type:
JAVA_BEAN, class: com.santex.platform.web.home.AjaxExampleHome
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.exceptions, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Exceptions
| INFO org.jboss.seam.Component - Component:
org.jboss.seam.remoting.messaging.subscriptionRegistry, scope: APPLICATION, type:
JAVA_BEAN, class: org.jboss.seam.remoting.messaging.SubscriptionRegistry
| INFO org.jboss.seam.Component - Component: userProfileHome, scope: CONVERSATION,
type: JAVA_BEAN, class: com.santex.darwin.web.home.UserProfileHome
| INFO org.jboss.seam.Component - Component: roleHome, scope: CONVERSATION, type:
JAVA_BEAN, class: com.santex.darwin.web.home.RoleHome
| INFO org.jboss.seam.Component - Component: workflowAuthorizationManager, scope:
EVENT, type: JAVA_BEAN, class:
com.santex.darwin.service.core.workflow.impl.WorkflowAuthorizationManagerImpl
| INFO org.jboss.seam.Component - Component: appUserHome, scope: CONVERSATION, type:
JAVA_BEAN, class: com.santex.darwin.web.home.AppUserHome
| INFO org.jboss.seam.Component - Component: loginForm, scope: EVENT, type: JAVA_BEAN,
class: com.santex.darwin.web.security.LoginFormImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.isUserInRole, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.IsUserInRole
| INFO org.jboss.seam.Component - Component: org.jboss.seam.debug.contexts, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts
| INFO org.jboss.seam.Component - Component: hierarchyManager, scope: EVENT, type:
JAVA_BEAN, class: com.santex.platform.service.hierarchies.impl.HierarchyManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.facesMessages, scope:
CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.FacesMessages
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.jbpm, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Jbpm
| INFO org.jboss.seam.Component - Component:
org.jboss.seam.core.pooledTaskInstanceList, scope: APPLICATION, type: JAVA_BEAN, class:
org.jboss.seam.core.PooledTaskInstanceList
| INFO org.jboss.seam.Component - Component: appUserList, scope: EVENT, type:
JAVA_BEAN, class: com.santex.darwin.web.list.AppUserList
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.persistenceContexts,
scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.PersistenceContexts
| INFO org.jboss.seam.Component - Component: uploadBean, scope: EVENT, type: JAVA_BEAN,
class: com.santex.platform.web.home.repository.UploadBackingBean
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.validation, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validation
| INFO org.jboss.seam.Component - Component:
org.jboss.seam.core.businessProcessContext, scope: APPLICATION, type: JAVA_BEAN, class:
org.jboss.seam.core.BusinessProcessContext
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.jbpmContext, scope:
EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ManagedJbpmContext
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.sessionContext, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.SessionContext
| INFO org.jboss.seam.Component - Component: userProfileManager, scope: EVENT, type:
JAVA_BEAN, class: com.santex.darwin.service.impl.UserProfileManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.conversationList,
scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
| INFO org.jboss.seam.Component - Component: appItemManager, scope: STATELESS, type:
STATELESS_SESSION_BEAN, class: com.santex.darwin.service.security.impl.AppItemManagerImpl,
JNDI: AppItemManagerImpl/local
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.facesPage, scope:
PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.FacesPage
| INFO org.jboss.seam.Component - Component: org.jboss.seam.debug.introspector, scope:
EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.resourceBundle, scope:
SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
| INFO org.jboss.seam.Component - Component: org.jboss.seam.theme.theme, scope:
SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
| INFO org.jboss.seam.Component - Component: repositoryManager, scope: APPLICATION,
type: JAVA_BEAN, class:
com.santex.platform.service.repository.impl.RepositoryManagerSVNKitImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.remoting.remotingConfig,
scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.RemotingConfig
| INFO org.jboss.seam.Component - Component: taskManager, scope: EVENT, type:
JAVA_BEAN, class: com.santex.darwin.web.sample.TaskBean
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.httpError, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.HttpError
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.facesContext, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.FacesContext
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.manager, scope: EVENT,
type: JAVA_BEAN, class: org.jboss.seam.core.Manager
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.events, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Events
| INFO org.jboss.seam.Component - Component:
org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class:
org.jboss.seam.persistence.HibernatePersistenceProvider
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.businessProcess,
scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.BusinessProcess
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.interpolator, scope:
STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.locale, scope:
STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Locale
| INFO org.jboss.seam.Component - Component: entityManager, scope: CONVERSATION, type:
JAVA_BEAN, class: org.jboss.seam.core.ManagedPersistenceContext
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.pageContext, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PageContext
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.expressions, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Expressions
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.processInstance,
scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ProcessInstance
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.processInstanceFinder,
scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ProcessInstanceFinder
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.taskInstance, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.TaskInstance
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.pageflow, scope:
CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Pageflow
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.transition, scope:
CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Transition
| INFO org.jboss.seam.Component - Component:
org.jboss.seam.core.taskInstanceListForType, scope: APPLICATION, type: JAVA_BEAN, class:
org.jboss.seam.core.TaskInstanceListForType
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.taskInstanceList,
scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.TaskInstanceList
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.pooledTask, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PooledTask
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.actor, scope: SESSION,
type: JAVA_BEAN, class: org.jboss.seam.core.Actor
| INFO org.jboss.seam.contexts.Lifecycle - starting up: org.jboss.seam.core.ejb
| INFO org.jboss.seam.core.Ejb - starting the embedded EJB container
| WARN org.jboss.kernel.plugins.deployment.xml.BeanSchemaBinding - You should use the
2.0 version of the Microcontainer xml. xmlns='urn:jboss:bean-deployer:2.0'
| INFO org.jboss.resource.adapter.jdbc.local.LocalTxDataSource - Bound datasource to
JNDI name 'java:/DefaultDS'
| INFO org.jboss.resource.adapter.jdbc.local.LocalTxDataSource - Bound datasource to
JNDI name 'java:/darwinDatasource'
| INFO org.jboss.ejb3.Ejb3Deployment - EJB3 deployment time took: 828
| INFO org.jboss.ejb3.Ejb3DescriptorHandler - adding class annotation
org.jboss.annotation.internal.DefaultInterceptorMarker to
com.santex.darwin.service.security.impl.AppItemManagerImpl
org.jboss.annotation.internal.DefaultInterceptorMarkerImpl@14b9a74
| INFO org.jboss.ejb3.Ejb3DescriptorHandler - adding class annotation
org.jboss.annotation.internal.DefaultInterceptorMarker to
com.santex.platform.web.home.repository.UploadAction
org.jboss.annotation.internal.DefaultInterceptorMarkerImpl@1e45a5c
| INFO org.jboss.ejb3.Ejb3Deployment - EJB3 deployment time took: 890
| INFO org.jboss.ejb3.Ejb3DescriptorHandler - adding class annotation
org.jboss.annotation.internal.DefaultInterceptorMarker to
com.santex.platform.web.home.repository.UploadAction
org.jboss.annotation.internal.DefaultInterceptorMarkerImpl@171194d
| INFO org.jboss.ejb3.Ejb3Deployment - EJB3 deployment time took: 235
| INFO org.jboss.ejb3.MCKernelAbstraction - installing bean:
jboss.j2ee:jar=jboss-seam,name=Dispatcher,service=EJB3 with dependencies:
| INFO org.jboss.ejb3.EJBContainer - STARTED EJB: org.jboss.seam.core.Dispatcher
ejbName: Dispatcher
| INFO org.jboss.ejb3.MCKernelAbstraction - installing bean:
persistence.units:jar=test.jar,unitName=darwin with dependencies:
| INFO org.jboss.ejb3.MCKernelAbstraction -
AbstractDependencyMetaData@d306dd{dependency=darwinDatasource}
| INFO org.hibernate.ejb.Version - Hibernate EntityManager 3.2.0.CR1
| INFO org.hibernate.cfg.annotations.Version - Hibernate Annotations 3.2.0.CR1
| INFO org.hibernate.cfg.Environment - Hibernate 3.2 cr2
| INFO org.hibernate.cfg.Environment - hibernate.properties not found
| INFO org.hibernate.cfg.Environment - Bytecode provider name : cglib
| INFO org.hibernate.cfg.Environment - using JDK 1.4 java.sql.Timestamp handling
| INFO org.hibernate.ejb.Ejb3Configuration - Processing PersistenceUnitInfo [
| name: darwin
| ...]
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.model.AppUser
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.model.Role
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.model.RoleDefinition
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.model.security.AppItem
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.model.UserProfile
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.definition.activity.ApprovalActivityDefinition
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.definition.activity.AssignmentActivityDefinition
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.definition.activity.ClosingActivityDefinition
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.definition.activity.CreationActivityDefinition
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.definition.activity.EndActivityDefinition
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.definition.activity.RevisionActivityDefinition
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.definition.activity.StartActivityDefinition
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.definition.activity.UpdateActivityDefinition
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.definition.activity.WorkActivityDefinition
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.definition.ActivityDefinitionBase
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.definition.RepositoryInfo
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.definition.TeamType
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.definition.Transition
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.definition.VersionInfo
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.definition.WorkflowDefinition
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.definition.WorkflowState
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.instance.activity.ApprovalActivityInstance
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.instance.activity.AssignmentActivityInstance
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.instance.activity.ClosingActivityInstance
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.instance.activity.CreationActivityInstance
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.instance.activity.EndActivityInstance
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.instance.activity.RevisionActivityInstance
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.instance.activity.StartActivityInstance
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.instance.activity.UpdateActivityInstance
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.instance.activity.WorkActivityInstance
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.instance.ActivityInstanceBase
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.darwin.core.workflow.instance.WorkflowInstance
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.platform.core.model.dynamicField.DynamicFieldDef
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 @Embeddable:
com.santex.platform.core.model.dynamicField.DynamicFieldDefPK
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 @MappedSuperclass:
com.santex.platform.core.model.dynamicField.DynamicFieldsBean
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.platform.core.model.dynamicField.DynamicFieldsGroupDef
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.platform.core.model.ExampleObject
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.platform.core.model.hierarchies.attributes.CustomAttr
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.platform.core.model.hierarchies.attributes.CustomAttrDef
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.platform.core.model.hierarchies.attributes.CustomAttrGroup
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.platform.core.model.hierarchies.attributes.CustomAttrGroupDef
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.platform.core.model.hierarchies.attributes.CustomValue
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.platform.core.model.hierarchies.HierarchyGroupDef
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.platform.core.model.hierarchies.HierarchyNode
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.platform.core.model.hierarchies.HierarchyNodeDef
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.platform.core.model.hierarchies.HierarchyNodeGroup
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.platform.core.model.hierarchies.HierarchyNodeParentage
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.platform.core.model.hierarchies.HierarchyNodeParentageDef
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 @MappedSuperclass:
com.santex.platform.core.model.UIdBaseObject
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean:
com.santex.platform.example.dynamicField.DynamicFieldsPojoExample
| WARN org.hibernate.ejb.Ejb3Configuration - Persistence provider caller does not
implements the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null.
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
META-INF/orm.xml
| INFO org.hibernate.ejb.Ejb3Configuration - [PersistenceUnit: darwin] no
META-INF/orm.xml found
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.model.AppUser
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.darwin.core.model.AppUser on table app_user
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.platform.core.model.hierarchies.HierarchyNode
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.platform.core.model.hierarchies.HierarchyNode on table hierarchy_node
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.model.Role
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.darwin.core.model.Role on table role
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.platform.core.model.hierarchies.HierarchyNodeDef
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.platform.core.model.hierarchies.HierarchyNodeDef on table hierarchy_node_def
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.model.RoleDefinition
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.model.security.AppItem
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.darwin.core.model.security.AppItem on table app_item
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.model.UserProfile
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.darwin.core.model.UserProfile on table user_profile
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.definition.ActivityDefinitionBase
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.darwin.core.workflow.definition.ActivityDefinitionBase on table
darwin_def_activity
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.definition.activity.ApprovalActivityDefinition
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.definition.activity.AssignmentActivityDefinition
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.definition.activity.ClosingActivityDefinition
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.definition.activity.CreationActivityDefinition
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.definition.activity.EndActivityDefinition
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.definition.activity.RevisionActivityDefinition
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.definition.activity.StartActivityDefinition
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.definition.activity.UpdateActivityDefinition
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.definition.activity.WorkActivityDefinition
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.definition.RepositoryInfo
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.darwin.core.workflow.definition.RepositoryInfo on table darwin_repository_info
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.definition.TeamType
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.darwin.core.workflow.definition.TeamType on table darwin_team_type
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.definition.Transition
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.darwin.core.workflow.definition.Transition on table darwin_def_transition
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.definition.VersionInfo
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.darwin.core.workflow.definition.VersionInfo on table darwin_version_info
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.definition.WorkflowDefinition
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.darwin.core.workflow.definition.WorkflowDefinition on table
darwin_def_workflow
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.definition.WorkflowState
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.darwin.core.workflow.definition.WorkflowState on table darwin_workflow_state
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.instance.ActivityInstanceBase
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.darwin.core.workflow.instance.ActivityInstanceBase on table
darwin_ins_activity
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.instance.activity.ApprovalActivityInstance
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.instance.activity.AssignmentActivityInstance
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.instance.activity.ClosingActivityInstance
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.instance.activity.CreationActivityInstance
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.instance.activity.EndActivityInstance
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.instance.activity.RevisionActivityInstance
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.instance.activity.StartActivityInstance
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.instance.activity.UpdateActivityInstance
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.instance.activity.WorkActivityInstance
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.darwin.core.workflow.instance.WorkflowInstance
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.darwin.core.workflow.instance.WorkflowInstance on table darwin_ins_workflow
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.platform.core.model.dynamicField.DynamicFieldDef
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.platform.core.model.dynamicField.DynamicFieldDef on table dynamic_field_def
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.platform.core.model.dynamicField.DynamicFieldsGroupDef
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.platform.core.model.dynamicField.DynamicFieldsGroupDef on table
dynamic_fields_group_def
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.platform.core.model.ExampleObject
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.platform.core.model.ExampleObject on table example_object
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.platform.core.model.hierarchies.attributes.CustomAttr
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.platform.core.model.hierarchies.attributes.CustomAttr on table custom_attr
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.platform.core.model.hierarchies.attributes.CustomAttrDef
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.platform.core.model.hierarchies.attributes.CustomAttrDef on table
custom_attr_def
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.platform.core.model.hierarchies.attributes.CustomAttrGroup
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.platform.core.model.hierarchies.attributes.CustomAttrGroup on table
custom_attr_group
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.platform.core.model.hierarchies.attributes.CustomAttrGroupDef
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.platform.core.model.hierarchies.attributes.CustomAttrGroupDef on table
custom_attr_group_def
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.platform.core.model.hierarchies.attributes.CustomValue
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.platform.core.model.hierarchies.attributes.CustomValue on table custom_value
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.platform.core.model.hierarchies.HierarchyGroupDef
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.platform.core.model.hierarchies.HierarchyGroupDef on table hierarchy_group_def
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.platform.core.model.hierarchies.HierarchyNodeGroup
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.platform.core.model.hierarchies.HierarchyNodeGroup on table
hierarchy_node_group
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.platform.core.model.hierarchies.HierarchyNodeParentage
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.platform.core.model.hierarchies.HierarchyNodeParentage on table
hierarchy_node_parentage
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.platform.core.model.hierarchies.HierarchyNodeParentageDef
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.platform.core.model.hierarchies.HierarchyNodeParentageDef on table
hierarchy_node_parentage_def
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class:
com.santex.platform.example.dynamicField.DynamicFieldsPojoExample
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.santex.platform.example.dynamicField.DynamicFieldsPojoExample on table
dynamic_fields_pojo_example
| INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection:
com.santex.darwin.core.workflow.definition.ActivityDefinitionBase.posibleTransitions ->
darwin_def_transition
| INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection:
com.santex.darwin.core.workflow.definition.WorkflowDefinition.activities ->
darwin_def_activity
| INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection:
com.santex.platform.core.model.dynamicField.DynamicFieldsGroupDef.fields ->
dynamic_field_def
| WARN org.hibernate.validator.ClassValidator - Original type of property public
java.lang.Object
com.santex.platform.core.model.hierarchies.attributes.CustomValue.getUnWrappedValue() is
unbound and has been approximated.
| WARN org.hibernate.validator.ClassValidator - Original type of property value is
unbound and has been approximated.
| WARN org.hibernate.validator.ClassValidator - Original type of property public
java.lang.Object
com.santex.platform.core.model.hierarchies.attributes.CustomValue.getUnWrappedValue() is
unbound and has been approximated.
| WARN org.hibernate.validator.ClassValidator - Original type of property value is
unbound and has been approximated.
| INFO org.hibernate.connection.ConnectionProviderFactory - Initializing connection
provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
| INFO org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider - Using
provided datasource
| INFO org.hibernate.cfg.SettingsFactory - RDBMS: MySQL, version: 5.0.26-community-nt
| INFO org.hibernate.cfg.SettingsFactory - JDBC driver: MySQL-AB JDBC Driver, version:
mysql-connector-java-5.0.3 ( $Date: 2006-07-26 17:26:47 +0200 (Wed, 26 Jul 2006) $,
$Revision: 5553 $ )
| INFO org.hibernate.dialect.Dialect - Using dialect:
org.hibernate.dialect.MySQLDialect
| INFO org.hibernate.transaction.TransactionFactoryFactory - Transaction strategy:
org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
| INFO org.hibernate.transaction.TransactionManagerLookupFactory - instantiating
TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
| INFO org.hibernate.transaction.TransactionManagerLookupFactory - instantiated
TransactionManagerLookup
| INFO org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion():
disabled
| INFO org.hibernate.cfg.SettingsFactory - Automatic session close at end of
transaction: disabled
| INFO org.hibernate.cfg.SettingsFactory - JDBC batch size: 15
| INFO org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data:
disabled
| INFO org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled
| INFO org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): enabled
| INFO org.hibernate.cfg.SettingsFactory - Connection release mode: auto
| INFO org.hibernate.cfg.SettingsFactory - Maximum outer join fetch depth: 2
| INFO org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1
| INFO org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled
| INFO org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: disabled
| INFO org.hibernate.cfg.SettingsFactory - Query translator:
org.hibernate.hql.ast.ASTQueryTranslatorFactory
| INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory - Using
ASTQueryTranslatorFactory
| INFO org.hibernate.cfg.SettingsFactory - Query language substitutions: {}
| INFO org.hibernate.cfg.SettingsFactory - Second-level cache: enabled
| INFO org.hibernate.cfg.SettingsFactory - Query cache: enabled
| INFO org.hibernate.cfg.SettingsFactory - Cache provider:
org.hibernate.cache.HashtableCacheProvider
| INFO org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled
| INFO org.hibernate.cfg.SettingsFactory - Structured second-level cache entries:
disabled
| INFO org.hibernate.cfg.SettingsFactory - Query cache factory:
org.hibernate.cache.StandardQueryCacheFactory
| INFO org.hibernate.cfg.SettingsFactory - Echoing all SQL to stdout
| INFO org.hibernate.cfg.SettingsFactory - Statistics: disabled
| INFO org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier
rollback: disabled
| INFO org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo
| WARN org.hibernate.validator.ClassValidator - Original type of property public
java.lang.Object
com.santex.platform.core.model.hierarchies.attributes.CustomValue.getUnWrappedValue() is
unbound and has been approximated.
| WARN org.hibernate.validator.ClassValidator - Original type of property value is
unbound and has been approximated.
| INFO org.hibernate.impl.SessionFactoryImpl - building session factory
| INFO org.hibernate.impl.SessionFactoryObjectFactory - Not binding factory to JNDI, no
JNDI name configured
| INFO org.hibernate.tool.hbm2ddl.SchemaValidator - Running schema validator
| INFO org.hibernate.tool.hbm2ddl.SchemaValidator - fetching database metadata
| WARN org.hibernate.validator.ClassValidator - Original type of property public
java.lang.Object
com.santex.platform.core.model.hierarchies.attributes.CustomValue.getUnWrappedValue() is
unbound and has been approximated.
| WARN org.hibernate.validator.ClassValidator - Original type of property value is
unbound and has been approximated.
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.app_item
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [command, id]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.app_item_role
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [roles_id, appitems_id]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.app_user
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [password,
credentials_expired, address, province, postal_code, account_locked, last_name, id,
version, country, userprofile_id, username, email, password_hint, account_expired,
phone_number, first_name, city, website, account_enabled]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.custom_attr
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [definition_id,
attrgroup_id, value_id, id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.custom_attr_def
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [order_in_group, valuetype,
id, global_key, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found:
darwin.custom_attr_group
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [definition_id, id,
version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found:
darwin.custom_attr_group_def
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [id, global_key, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found:
darwin.custom_attr_group_def_custom_attr_def
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [custom_attr_group_def_id,
attrdefinitions_id]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.custom_value
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [type, string_value, id,
version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found:
darwin.darwin_def_activity
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [time_report_required,
dynfieldsdef_id, act_type, id, version, estimation_type, plan_type, activity_type,
node_id, workflowdefinition_id, name, work_type, workingteamtype]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found:
darwin.darwin_def_transition
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [targetactivity_id,
initialactivity_id, name, id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found:
darwin.darwin_def_workflow
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [process_definition_id,
documentspath_id, creator_id, description, approver_id, state, generalplantype,
versioninfo_id, name, id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found:
darwin.darwin_ins_activity
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [fields_values_str,
activity_type, fields_group_def_id, end_date, start_date, expected_start_date, id]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found:
darwin.darwin_ins_workflow
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [workflowdef_id, wasstarted,
created_date, end_date, id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found:
darwin.darwin_repository_info
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [name, id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.darwin_team_type
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [name, id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found:
darwin.darwin_version_info
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [label, repositoryinfo_id,
id, revision, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found:
darwin.darwin_workflow_state
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [name, id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found:
darwin.dynamic_field_def
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [field_order, component,
fields_group_def_id, type, required, label, read_only, default_value, name,
possible_values_str]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found:
darwin.dynamic_fields_group_def
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found:
darwin.dynamic_fields_pojo_example
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [fields_values_str,
fields_group_def_id, date, name, id]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.example_object
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [name, id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found:
darwin.hierarchy_group_def
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [display_name, id,
global_key, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found:
darwin.hierarchy_group_def_hierarchy_node_def
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [hierarchy_group_def_id,
itemsdef_id]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.hierarchy_node
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [definition_id,
attrgroup_id, id, global_key, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found:
darwin.hierarchy_node_def
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [display_label, dtype, id,
global_key, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found:
darwin.hierarchy_node_def_custom_attr_group_def
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [hierarchy_node_def_id,
attrdefinitions_id]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found:
darwin.hierarchy_node_group
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [definition_id, id,
version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found:
darwin.hierarchy_node_group_hierarchy_node
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [hierarchy_node_group_id,
nodes_id]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found:
darwin.hierarchy_node_parentage
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [definition_id, parent_id,
child_id, id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found:
darwin.hierarchy_node_parentage_def
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [childdef_id, max_children,
min_children, display_label, parentdef_id, id, global_key, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.role
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [role_name, id]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.team_type_role
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [darwin_team_type_id,
roles_id]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.user_profile
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [user_type, id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found:
darwin.user_profile_role
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [roles_id, userprofiles_id]
| INFO org.hibernate.util.NamingHelper - JNDI InitialContext
properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory,
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| INFO org.hibernate.cache.UpdateTimestampsCache - starting update timestamps cache at
region: org.hibernate.cache.UpdateTimestampsCache
| INFO org.hibernate.cache.StandardQueryCache - starting query cache at region:
org.hibernate.cache.StandardQueryCache
| INFO org.jboss.ejb3.MCKernelAbstraction - installing bean:
jboss.j2ee:jar=test,name=AppItemManagerImpl,service=EJB3 with dependencies:
| INFO org.jboss.ejb3.EJBContainer - STARTED EJB:
com.santex.darwin.service.security.impl.AppItemManagerImpl ejbName: AppItemManagerImpl
| INFO org.jboss.ejb3.MCKernelAbstraction - installing bean:
jboss.j2ee:jar=test,name=UploadAction,service=EJB3 with dependencies:
| INFO org.jboss.ejb3.EJBContainer - STARTED EJB:
com.santex.platform.web.home.repository.UploadAction ejbName: UploadAction
| INFO org.jboss.ejb3.MCKernelAbstraction - installing bean:
persistence.units:jar=santex_platform.jar,unitName=platform with dependencies:
| INFO org.jboss.ejb3.MCKernelAbstraction -
AbstractDependencyMetaData@1645b9{dependency=platformDatasource}
| INFO org.jboss.ejb3.MCKernelAbstraction - installing bean:
jboss.j2ee:jar=santex_platform,name=UploadAction,service=EJB3 with dependencies:
| INFO org.jboss.ejb3.EJBContainer - STARTED EJB:
com.santex.platform.web.home.repository.UploadAction ejbName: UploadAction
| ERROR org.jboss.kernel.plugins.dependency.AbstractKernelController - Error installing
to Start: name=jboss.j2ee:jar=santex_platform,name=UploadAction,service=EJB3 state=Create
| javax.naming.NamingException: Could not bind statless proxy with ejb name UploadAction
into JNDI under jndiName: /UploadAction/local [Root exception is
javax.naming.NameAlreadyBoundException]
| at
org.jboss.ejb3.stateless.BaseStatelessProxyFactory.start(BaseStatelessProxyFactory.java:70)
| at
org.jboss.ejb3.stateless.StatelessLocalProxyFactory.start(StatelessLocalProxyFactory.java:63)
| at org.jboss.ejb3.ProxyDeployer.start(ProxyDeployer.java:107)
| at org.jboss.ejb3.SessionContainer.start(SessionContainer.java:85)
| at org.jboss.ejb3.stateless.StatelessContainer.start(StatelessContainer.java:80)
| 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.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:55)
| at
org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:107)
| at
org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66)
| at
org.jboss.kernel.plugins.dependency.KernelControllerContextActions.dispatchJoinPoint(KernelControllerContextActions.java:100)
| at
org.jboss.kernel.plugins.dependency.KernelControllerContextActions$LifecycleAction.installAction(KernelControllerContextActions.java:582)
| at
org.jboss.kernel.plugins.dependency.KernelControllerContextActions$KernelControllerContextAction.install(KernelControllerContextActions.java:175)
| at
org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
| at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:226)
| at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:593)
| at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:346)
| at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:438)
| at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:379)
| at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:225)
| at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:151)
| at
org.jboss.kernel.plugins.dependency.AbstractKernelController.install(AbstractKernelController.java:79)
| at
org.jboss.kernel.plugins.dependency.AbstractKernelController.install(AbstractKernelController.java:73)
| at org.jboss.ejb3.MCKernelAbstraction.install(MCKernelAbstraction.java:91)
| at org.jboss.ejb3.Ejb3Deployment.registerEJBContainer(Ejb3Deployment.java:439)
| at org.jboss.ejb3.Ejb3Deployment.start(Ejb3Deployment.java:486)
| at
org.jboss.ejb3.embedded.EJB3StandaloneDeployer.start(EJB3StandaloneDeployer.java:460)
| at org.jboss.seam.core.Ejb.startup(Ejb.java:56)
| 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.jboss.seam.util.Reflections.invoke(Reflections.java:18)
| at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:102)
| at org.jboss.seam.Component.callComponentMethod(Component.java:1791)
| at org.jboss.seam.Component.callCreateMethod(Component.java:1739)
| at org.jboss.seam.Component.newInstance(Component.java:1728)
| at org.jboss.seam.contexts.Lifecycle.startup(Lifecycle.java:152)
| at org.jboss.seam.contexts.Lifecycle.endInitialization(Lifecycle.java:126)
| at org.jboss.seam.init.Initialization.init(Initialization.java:430)
| at org.jboss.seam.mock.SeamTest.init(SeamTest.java:686)
| 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.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:623)
| at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:336)
| at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:170)
| at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:86)
| at
org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:163)
| at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:115)
| at org.testng.TestRunner.runWorkers(TestRunner.java:665)
| at org.testng.TestRunner.privateRun(TestRunner.java:636)
| at org.testng.TestRunner.run(TestRunner.java:513)
| at org.testng.SuiteRunner.runTest(SuiteRunner.java:279)
| at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:264)
| at org.testng.SuiteRunner.privateRun(SuiteRunner.java:244)
| at org.testng.SuiteRunner.run(SuiteRunner.java:168)
| at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:989)
| at org.testng.TestNG.runSuitesLocally(TestNG.java:953)
| at org.testng.TestNG.run(TestNG.java:701)
| at org.testng.TestNG.privateMain(TestNG.java:1021)
| at org.testng.TestNG.main(TestNG.java:999)
| Caused by: javax.naming.NameAlreadyBoundException
| at org.jnp.server.NamingServer.bind(NamingServer.java:144)
| at org.jnp.server.NamingServer.bind(NamingServer.java:109)
| at org.jnp.interfaces.NamingContext.bind(NamingContext.java:567)
| at org.jnp.interfaces.NamingContext.bind(NamingContext.java:532)
| at org.jboss.util.naming.Util.bind(Util.java:102)
| at org.jboss.util.naming.Util.bind(Util.java:89)
| at
org.jboss.ejb3.stateless.BaseStatelessProxyFactory.start(BaseStatelessProxyFactory.java:67)
| ... 64 more
| INFO org.jboss.seam.contexts.Lifecycle - starting up: org.jboss.seam.core.jbpm
| INFO org.jbpm.JbpmConfiguration - using jbpm configuration resource
'jbpm.cfg.xml'
| INFO com.santex.darwin.core.workflow.extended.CustomPersistenceServiceFactory -
Creating Persistence Service
| INFO com.santex.darwin.core.workflow.extended.CustomPersistenceServiceFactory -
Creating AnnotationConfiguration
| INFO com.santex.darwin.core.workflow.extended.CustomPersistenceServiceFactory - XML
configuration file = persistence-jbpm.xml
| INFO com.santex.darwin.core.workflow.extended.CustomPersistenceServiceFactory -
Resource file = null
| INFO org.hibernate.cfg.Configuration - configuring from resource:
persistence-jbpm.xml
| INFO org.hibernate.cfg.Configuration - Configuration resource: persistence-jbpm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/db/hibernate.queries.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/graph/def/ProcessDefinition.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/graph/def/Node.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/graph/def/Transition.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/graph/def/Event.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/graph/def/Action.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/graph/def/SuperState.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/graph/def/ExceptionHandler.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/instantiation/Delegation.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/graph/node/StartState.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/graph/node/EndState.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/graph/node/ProcessState.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/graph/node/Decision.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/graph/node/Fork.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/graph/node/Join.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/graph/node/State.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/graph/node/TaskNode.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/context/def/ContextDefinition.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/context/def/VariableAccess.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/taskmgmt/def/TaskMgmtDefinition.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/taskmgmt/def/Swimlane.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/taskmgmt/def/Task.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/taskmgmt/def/TaskController.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/module/def/ModuleDefinition.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/bytes/ByteArray.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/file/def/FileDefinition.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/scheduler/def/CreateTimerAction.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/scheduler/def/CancelTimerAction.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/graph/exe/Comment.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/graph/exe/ProcessInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/graph/exe/Token.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/graph/exe/RuntimeAction.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/module/exe/ModuleInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/context/exe/ContextInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/context/exe/TokenVariableMap.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/context/exe/VariableInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/context/exe/variableinstance/ByteArrayInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/context/exe/variableinstance/DateInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/context/exe/variableinstance/DoubleInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/context/exe/variableinstance/HibernateLongInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/context/exe/variableinstance/HibernateStringInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/context/exe/variableinstance/LongInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/context/exe/variableinstance/NullInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/context/exe/variableinstance/StringInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/msg/Message.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/msg/db/TextMessage.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/command/ExecuteActionCommand.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/command/ExecuteNodeCommand.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/command/SignalCommand.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/command/TaskInstanceEndCommand.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource:
org/jbpm/taskmgmt/exe/TaskMg
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996473#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...