Hello everyone,
I am coming from jboss and there it was kind of easy to install the database connection for my enterprise application.
I followed the instructions from this site
http://dev.mysql.com/doc/refman/5.0/en/connector-j-usagenotes-glassfish-...
and everything seems to be ok. The ping is also working.
Then I created the persistence.xml inside my ejb project under META-INF
with this content:
<?xml version="1.0" encoding="UTF-8"?>
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
But when I start the server, nothing happens. On Jboss the tables will be created. I don't get any errors or exceptions but also nothing happens.
Did I forget something?
I am not quite sure about the name:
Inside glassfish I named it also jdbc/houseautomation. Do I need to add a prefix like java: ? I tried that also without any luck.
Many greetings,
Hauke