Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
ear file distributions...

ear file distributions...

2003-03-25       - By Ciramella, EJ
Reply:     1     2     3     4     5  

is there any reason WL6.1 would not like an ear file prepared by ANT?

There are two build processed here, one using nmake and one that I wrote
using ANT.  For WL5.1 mine works seamlessly.  For 6.1, some of the beans die
during deployment:

Unable to load ejb application service service.eventlog
javax.naming.NameNotFoundException: Unable to resolve
'com.avinamart.BusinessLogic.Bean.EventLogService.EventLogServiceHome'
Resolved: 'com.avinamart'
Unresolved:'BusinessLogic' ; remaining name
'BusinessLogic.Bean.EventLogService.EventLogServiceHome'
javax.naming.NameNotFoundException: Unable to resolve
'com.avinamart.BusinessLogic.Bean.EventLogService.EventLogServiceHome'
Resolved: 'com.avinamart'
Unresolved:'BusinessLogic' ; remaining name
'BusinessLogic.Bean.EventLogService.EventLogServiceHome'
       <<no stack trace available>>

Unable to load ejb application service service.session
javax.naming.NameNotFoundException: Unable to resolve
'com.avinamart.BusinessLogic.Bean.SessionManager.SessionManagerHome'
Resolved: 'com.avinamart' U
nresolved:'BusinessLogic' ; remaining name
'BusinessLogic.Bean.SessionManager.SessionManagerHome'
javax.naming.NameNotFoundException: Unable to resolve
'com.avinamart.BusinessLogic.Bean.SessionManager.SessionManagerHome'
Resolved: 'com.avinamart' U
nresolved:'BusinessLogic' ; remaining name
'BusinessLogic.Bean.SessionManager.SessionManagerHome'
       <<no stack trace available>>

Any suggestions?

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