Hi David,
Looks like there may be a problem with your Context Resource code.
>From your programmatic configuration:
> ContextResource resource = new ContextResource();
> resource.setName("jdbc/reference");
>From your commented 'origin' example:
> <Resource name="jdbc/unikommerce" auth="Container"
> type="javax.sql.DataSource"
Try setting the ContextResource.Name as per your original; assuming the
'origin' example is what your app was coded to work with and that you are
re-implementing this from XML to a programmatic config, the mis-matched name
would be erroneous.
Hi Yoav.
Cheers,
Thomas