I have as a first-timer installed jboss with the j2ee samples (1.4) and followed the latest build and deploy instructions - everything went fine, I can query the hypersonic data, the customers and accounts are there, everything is fine. But when I start jboss I get "can't find data source errors" and when I run the app, it appears to run ok, just has no data in it. Here is a portion of the jboss startup errors:
ObjectName: jboss.j2ee:jndiName=ebankNextId,service=EJB state: FAILED I Depend On: Depends On Me: org.jboss.deployment.DeploymentException: Error: can't find data source: java:/DefaultDS; - nested throwable: (javax.naming.NameNotFoundExceptio n: DefaultDS not bound) ObjectName: jboss.j2ee:service=EJB,plugin=pool,jndiName=ebankNextId state: CREATED I Depend On: Depends On Me: MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM: ObjectName: jboss.j2ee:jndiName=ebankCustomer,service=EJB state: FAILED I Depend On: Depends On Me: org.jboss.deployment.DeploymentException: Error: can't find data source: java:/DefaultDS; - nested throwable: (javax.naming.NameNotFoundExceptio n: DefaultDS not bound) ObjectName: jboss.j2ee:service=EJB,plugin=pool,jndiName=ebankAccount state: CREATED I Depend On: Depends On Me: ObjectName: jboss.j2ee:jndiName=ebankNextId,service=EJB state: FAILED I Depend On: Depends On Me: org.jboss.deployment.DeploymentException: Error: can't find data source: java:/DefaultDS; - nested throwable: (javax.naming.NameNotFoundExceptio Thanks very much if someone can point me to a solution. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873159#3873159 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873159 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
