I created the JPA 2.0 entity classes for our whole database (~200 tables), and now each time I rebuild my application and start it for the first time I get these messages:
INFO: <entity_classname> actually got transformed
INFO: <entity_otherclassname> actually got transformed
...
And the output of these (info) messages in Glassfish is extremely slow, it now takes almost a minute (!) to start the application.
I think the messages are the problem, because sometimes the Glassfish console freezes in the Netbeans window (no messages are output) and then the whole process takes about 5 seconds.
I couldn't find a way to disable these messages, is there a way to speed things up?