SmartGWT 3.0 / GWT 2.4 / FF 3.6
I have 2 persistence-units defined in my persistence.xml, 1 for in-memory and 1 for disk persistence.
How do I specify in my datasource configuration (ds.xml?) that I want to choose the in-memory or disk persistence-unit?
I have 2 persistence-units defined in my persistence.xml, 1 for in-memory and 1 for disk persistence.
How do I specify in my datasource configuration (ds.xml?) that I want to choose the in-memory or disk persistence-unit?
Comment