[jboss-user] [EJB 3.0] - Re: JNDI Entry for EJB3 Session Bean in JBossAS 5.0.0Beta2 n

2007-05-29 Thread martinLuene
Here is the console output when deploying UserManagement3Component,
there is no exception, but two warnings, i don't understand:

09:46:46,375 INFO  [MCKernelAbstraction] installing bean: 
persistence.units:jar=um3.jar,unitName=UserManagement3Component with 
dependencies:
09:46:51,578 INFO  [MCKernelAbstraction]
jboss.jca:name=jcoffee/jdbc/datasources/jcoffee_db_tx,service=DataSourceBinding
09:46:51,765 INFO  [PersistenceUnitDeployment] Starting persistence unit 
persistence.units:jar=um3.jar,unitName=UserManagement3Component
09:46:52,156 INFO  [Version] Hibernate EntityManager 3.2.0.GA
09:46:53,140 INFO  [Version] Hibernate Annotations 3.2.0.GA
09:46:53,171 INFO  [Environment] Hibernate 3.2.1
09:46:53,203 INFO  [Environment] hibernate.properties not found
09:46:53,203 INFO  [Environment] Bytecode provider name : javassist
09:46:53,234 INFO  [Environment] using JDK 1.4 java.sql.Timestamp handling
09:46:53,921 INFO  [Ejb3Configuration] found EJB3 Entity bean: 
com.jcoffee.components.um3.AddressEntity
09:46:53,953 INFO  [Ejb3Configuration] found EJB3 Entity bean: 
com.jcoffee.components.um3.EmailAddressEntity
09:46:53,968 INFO  [Ejb3Configuration] found EJB3 Entity bean: 
com.jcoffee.components.um3.FailedLogonHistoryEntity
09:46:53,968 INFO  [Ejb3Configuration] found EJB3 Entity bean: 
com.jcoffee.components.um3.PasswordEntity
09:46:53,968 INFO  [Ejb3Configuration] found EJB3 Entity bean: 
com.jcoffee.components.um3.PasswordHistoryEntity
09:46:53,968 INFO  [Ejb3Configuration] found EJB3 Entity bean: 
com.jcoffee.components.um3.PasswordNotAllowedEntity
09:46:53,984 INFO  [Ejb3Configuration] found EJB3 Entity bean: 
com.jcoffee.components.um3.PersonEntity
09:46:54,000 INFO  [Ejb3Configuration] found EJB3 Entity bean: 
com.jcoffee.components.um3.TelephoneNoEntity
09:46:54,015 INFO  [Ejb3Configuration] found EJB3 Entity bean: 
com.jcoffee.components.um3.UserEntity
09:46:54,015 INFO  [Ejb3Configuration] found EJB3 Entity bean: 
com.jcoffee.components.um3.UserGroupEntity
09:46:54,031 INFO  [Ejb3Configuration] found EJB3 Entity bean: 
com.jcoffee.components.um3.UserUserGroupsUserGroupUsersRelation
09:46:54,031 WARN  [Ejb3Configuration] Persistence provider caller does not 
implements the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() 
is null.
09:46:54,859 INFO  [Configuration] Reading mappings from resource : 
META-INF/orm.xml
09:46:54,875 INFO  [Ejb3Configuration] [PersistenceUnit: 
UserManagement3Component] no META-INF/orm.xml found
09:46:55,218 INFO  [AnnotationBinder] Binding entity from annotated class: 
com.jcoffee.components.um3.AddressEntity
09:46:55,500 INFO  [EntityBinder] Bind entity 
com.jcoffee.components.um3.AddressEntity on table ADDRESS
09:46:55,781 INFO  [AnnotationBinder] Binding entity from annotated class: 
com.jcoffee.components.um3.EmailAddressEntity
09:46:55,781 INFO  [EntityBinder] Bind entity 
com.jcoffee.components.um3.EmailAddressEntity on table EMAILADDRESS
09:46:55,796 INFO  [AnnotationBinder] Binding entity from annotated class: 
com.jcoffee.components.um3.FailedLogonHistoryEntity
09:46:55,796 INFO  [EntityBinder] Bind entity 
com.jcoffee.components.um3.FailedLogonHistoryEntity on table FAILEDLOGONHISTORY
09:46:55,796 INFO  [AnnotationBinder] Binding entity from annotated class: 
com.jcoffee.components.um3.PasswordEntity
09:46:55,796 INFO  [EntityBinder] Bind entity 
com.jcoffee.components.um3.PasswordEntity on table PASSWORD
09:46:55,812 INFO  [AnnotationBinder] Binding entity from annotated class: 
com.jcoffee.components.um3.PasswordHistoryEntity
09:46:55,812 INFO  [EntityBinder] Bind entity 
com.jcoffee.components.um3.PasswordHistoryEntity on table PASSWORDHISTORY
09:46:55,843 INFO  [AnnotationBinder] Binding entity from annotated class: 
com.jcoffee.components.um3.PasswordNotAllowedEntity
09:46:55,843 INFO  [EntityBinder] Bind entity 
com.jcoffee.components.um3.PasswordNotAllowedEntity on table PASSWORDSNOTALLOWED
09:46:55,843 INFO  [AnnotationBinder] Binding entity from annotated class: 
com.jcoffee.components.um3.PersonEntity
09:46:55,843 INFO  [EntityBinder] Bind entity 
com.jcoffee.components.um3.PersonEntity on table PERSON
09:46:55,843 INFO  [AnnotationBinder] Binding entity from annotated class: 
com.jcoffee.components.um3.TelephoneNoEntity
09:46:55,843 INFO  [EntityBinder] Bind entity 
com.jcoffee.components.um3.TelephoneNoEntity on table TELEPHONENO
09:46:55,859 INFO  [AnnotationBinder] Binding entity from annotated class: 
com.jcoffee.components.um3.UserEntity
09:46:55,859 INFO  [EntityBinder] Bind entity 
com.jcoffee.components.um3.UserEntity on table USERS
09:46:55,953 INFO  [AnnotationBinder] Binding entity from annotated class: 
com.jcoffee.components.um3.UserGroupEntity
09:46:55,953 INFO  [EntityBinder] Bind entity 
com.jcoffee.components.um3.UserGroupEntity on table USERGROUP
09:46:56,109 INFO  [AnnotationBinder] Binding entity from annotated class: 
com.jcoffee.components.um3.UserUserGroupsUserGroupUsersRelation
09:46:56,109 INFO  [Entity

[jboss-user] [EJB 3.0] - Re: JNDI Entry for EJB3 Session Bean in JBossAS 5.0.0Beta2 n

2007-05-25 Thread wolfc
There are still some issues with EJB 2.1 beans:
http://jira.jboss.com/jira/browse/EJBTHREE-959
http://jira.jboss.com/jira/browse/EJBTHREE-966

What does the deployer say during deployment of the 
UserManagement3Component?[/url]

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

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