Question

Well, the title says almost everything, how can I define a jdbc-connection in an embedded glassfish to be able to use a MySQL database as a jdbc resource??

Thanks for your replies!

Was it helpful?

Solution

I got it working, it was simpler than I thought!

I've used a jdbc I had configured with an installed glassfish and copied the configuration from domain.xml.

For the embedded glassfish to be able to use MySql driver, I just put the dependency in maven...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top