My jsp call to DataSourceLoader is returning a blank page. This is only occuring on a new DataSource we've created. Our existing 100 or so DataSources load successfully.
I notice that when I remove the serverConstructor="com.isomorphic.jpa.JPADataSource" attribute it loads successfully.
Is there a limit that is being reached?
I notice that when I remove the serverConstructor="com.isomorphic.jpa.JPADataSource" attribute it loads successfully.
Is there a limit that is being reached?
Comment