[jboss-user] [EJB 3.0] - Re: JBoss 5 deployement problem

jaikiran do-not-reply at jboss.com
Mon Jan 5 00:55:47 EST 2009


<jta-data-source>java:studProjectDS
  | 		</jta-data-source>
  | 

persistence.unit:unitName=#StudProject
  |  -> jboss.jca:name=studProjectDS
  | 		,service=DataSourceBinding{Create:** NOT FOUND Depends on 'jboss.jca:name=studProjectDS
  | 		,service=DataSourceBinding' **}
  | 

Looks like a bug in the persistence.xml parsing. The newline (and maybe even the leading and trailing space) doesn't seem to be trimmed while parsing the jta-data-source element.

Change the persistence.xml to:

<jta-data-source>java:studProjectDS</jta-data-source>



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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199447



More information about the jboss-user mailing list