Skip to Content
0
Former Member
Mar 05, 2009 at 02:10 PM

Exception when deploying EAR with a project with Java Persistence Facet

41 Views

Hello

I´m trying to develop a web application with JPA. When I add Java Persistence facet to the project following the steps written in samples of Developer Studio I get the following error:

java.lang.RuntimeException: Node service:dbpool not present in the graph.

Before this I had:

com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of JPA_DEFAULT.

I solved this one by creating this datasource (SAP/JPA_DEFAULT) in nwa.

Do you know how can i solve the dbpool service error?

Thanks in advance