Prasanth Manchambhatla [
https://community.jboss.org/people/pmancham] created the
discussion
"Re: NameNotFoundException - Jboss7, jbpm5.2"
To view the discussion, visit:
https://community.jboss.org/message/646176#646176
--------------------------------------------------------------
Here is the configuration in standalone.xml file:
<datasource jndi-name="java:jboss/datasources/jbpm-ds"
pool-name="OracleDS" enabled="true" jta="true"
use-java-context="true" use-ccm="true">
<connection-url>
jdbc:oracle:thin:@localhost:1521:XE
</connection-url>
<driver>
ojdbc6-11.1.0.7.0.jar
</driver>
<pool>
<prefill>
false
</prefill>
<use-strict-min>
false
</use-strict-min>
<flush-strategy>
FailingConnectionOnly
</flush-strategy>
</pool>
<security>
<user-name>
jbpm
</user-name>
<password>
xyz
</password>
</security>
</datasource>
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/646176#646176]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]