Fornax-Platform
Forum

Re: Problem deploying Sculptor generated .war file in JBoss

by Patrik Nordwall :: Rate this Message:

Reply to Author | View in Thread

In your first post the log is:
Failed to look up JNDI DataSource with name 'java:comp/env/jdbc/UniverseDS'
NameNotFoundException: jdbc not bound

In the latest:
Failed to look up JNDI DataSource with name 'java:comp/env/jdbc/applicationDS'
NameNotFoundException: applicationDS not bound

So you have managed to change the jndi name, but note that you have changed it to applicationDS

Did you do it with SpecialCases.xpt or jboss-web.xml
Can you post it here for us to review.

How does your jboss datasource mbean file look like? The one that Andreas suggested. Normally I think jboss will log that it deploys a data source, but in your log files I can't see any such trace, which I think it is an indication of that you have not defined the data source in jboss, but I might be wrong.

/Patrik

 « Return to Thread: Problem deploying Sculptor generated .war file in JBoss