Well it should be possible as the PersistenceUnitManager is more a JPA Thing
and not restricted to Spring. In my example it is just configured using Spring.
Think it should be possible to do this an a JavaEE application (Perhaps I
should find this out somehow and extend my tutorial). If someone
You could have a look at my Wiki article about multiple persistence.xml files:
https://dev.c-ware.de/confluence/display/PUBLIC/Multiple+persistence.xml+in+a+multi-module+application
Here you could separate your JPA entities from the platform dependent Options.
In your case you could create your