Hi,
I'm trying to deploy an application to my managed server, already created the necessary Connection Pool and datasources but there is still an exception occuring.
Exception:weblo gic.management. ApplicationExce ption: activate failed for BusinessService s.jar Module: BusinessService s.jar Error: Exception activating module: EJBModule(Busin essServices.jar ,status=PREPARE D) Unable to deploy EJB: PPrefDefRel from BusinessService s.jar: [EJB:011028]The DataSource with the JNDI name: jdbc/WASCustomer could not be located. Please ensure that the DataSource has been deployed successfully and that the JNDI name in your EJB Deployment descriptor is correct.
As I said the datasource is already created and deployed. Already tried googling this but to no avail. What do you guys think is the problem?
Many thanks,
Aldrin
I'm trying to deploy an application to my managed server, already created the necessary Connection Pool and datasources but there is still an exception occuring.
Exception:weblo gic.management. ApplicationExce ption: activate failed for BusinessService s.jar Module: BusinessService s.jar Error: Exception activating module: EJBModule(Busin essServices.jar ,status=PREPARE D) Unable to deploy EJB: PPrefDefRel from BusinessService s.jar: [EJB:011028]The DataSource with the JNDI name: jdbc/WASCustomer could not be located. Please ensure that the DataSource has been deployed successfully and that the JNDI name in your EJB Deployment descriptor is correct.
As I said the datasource is already created and deployed. Already tried googling this but to no avail. What do you guys think is the problem?
Many thanks,
Aldrin
Comment