anonymous wrote : The code to lookup the DataSource is in a startup class and this works fine in JBoss3.2.4.
At what point is the error occuring? Are you deploying the datasource first then deploying the service? Or are you deploying them both at the same time / restarting the server? When all deployed at the same time the service / startup class would be deployed first which could explain why the datasource is not bound when it is looked up. If this is the case in the deployment descriptor of the startup class you will need to specify that it depends on the datasource. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873179#3873179 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873179 ------------------------------------------------------- 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
