lorco M

Greenhorn
+ Follow
since Aug 05, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by lorco M

Hi, In WSAD 5.0 you can use two kinds of DataSource, if you work with a 2.3 servlet you can't work with 4.0 Datasource.
You can change it in your server config, take 5.0 one
19 years ago
Hello,
I have some AAT messages in ear verification. I have no idea why. Because all methods are in FacadeBean. I think that it must come from �extends� �
Have anyone some information abaout that???

THANKS A LOT



ATL0072I: Validating Application deployment descriptor
AATL0073I: Validating Application extensions
AATL0076I: Validating EJB module deployment descriptor
CHKJ2900I: Internal error when running EJB validator. Read the log for details.
Validating service.parametres.nouvelle.ejb.NouvelleFacadeBean.
CHKJ2050W: The ejbCreate() method must exist (EJB 2.0: 7.8).
CHKJ2050W: The ejbRemove() method must exist (EJB 2.0: 4.2.2, 7.5.1).
CHKJ2050W: The ejbPassivate() method must exist (EJB 2.0: 7.5.1).
Validating service.parametres.nouvelle.ejb.NouvelleFacade.
CHKJ2023W: The create(architecture.commun.service.vo.VO) method needs create(architecture.commun.service.vo.VO) to exist on service.parametres.nouvelle.ejb.NouvelleFacadeBean (EJB 2.0: 7.10.5).
CHKJ2023W: The getVOClassName() method needs getVOClassName() to exist on service.parametres.nouvelle.ejb.NouvelleFacadeBean (EJB 2.0: 7.10.5).
CHKJ2023W: The delete(architecture.commun.service.vo.VO) method needs delete(architecture.commun.service.vo.VO) to exist on service.parametres.nouvelle.ejb.NouvelleFacadeBean (EJB 2.0: 7.10.5).
CHKJ2023W: The update(architecture.commun.service.vo.VO) method needs update(architecture.commun.service.vo.VO) to exist on service.parametres.nouvelle.ejb.NouvelleFacadeBean (EJB 2.0: 7.10.5).
Validating service.parametres.nouvelle.ejb.NouvelleFacadeHome.
CHKJ2504W: The ejbCreate matching method must exist on service.parametres.nouvelle.ejb.NouvelleFacadeBean (EJB 2.0: 7.10.6).
AATL0077I: Validating EJB module extensions
AATL0074I: Validating Web module deployment descriptor
AATL0075I: Validating Web module extensions
19 years ago
Hello,

I've this message in all my EJB when I test then with AAT.
The complet message says :

Validation de service.parametres.nouvelle.ejb.NouvelleFacadeBean.
CHKJ2050W : La m�thode ejbCreate() doit exister (EJB 2.0 : 7.8).
CHKJ2050W : La m�thode ejbRemove() doit exister (EJB 2.0 : 4.2.2, 7.5.1).
CHKJ2050W : La m�thode ejbPassivate() doit exister (EJB 2.0 : 7.5.1).
Validation de service.parametres.nouvelle.ejb.NouvelleFacade.
CHKJ2023W : La m�thode create(commun.service.vo.VO) doit exister sur service.parametres.nouvelle.ejb.NouvelleFacadeBean (EJB 2.0 : 7.10.5).
CHKJ2023W : La m�thode getVOClassName() doit exister sur service.parametres.nouvelle.ejb.NouvelleFacadeBean (EJB 2.0 : 7.10.5).
CHKJ2023W : La m�thode delete(commun.service.vo.VO) doit exister sur service.parametres.nouvelle.ejb.NouvelleFacadeBean (EJB 2.0 : 7.10.5).
CHKJ2023W : La m�thode update(commun.service.vo.VO) doit exister sur service.parametres.nouvelle.ejb.NouvelleFacadeBean (EJB 2.0 : 7.10.5).
Validation de service.parametres.nouvelle.ejb.NouvelleFacadeHome.
CHKJ2504W : La m�thode correspondante ejbCreate doit exister sur service.parametres.nouvelle.ejb.NouvelleFacadeBean (EJB 2.0 : 7.10.6).

When I look in the classes the fontions ARE in the classes and they have the same paramethers and exceptions.

ANY IDEE???

THANKS A LOT
19 years ago