I think we're finally at the crux of the issue. I'm not using hibernate and I don't plan on using hibernate. So this sample project is appropriate from that perspective. This sample project error-ed out with a 404 even when I had a real bean class in there. So the problem is that it's looking for the hibernate configuration and one is not there.
The documentation says that I can generate a ds.xml from Java Beans, which is what I'm trying to do. The visual builder can successfully generate a ds.xml from a Java Bean from this project without any hibernate configuration.
I must be missing something conceptually, why does a project have to have hibernate configured to use the Batch DataSource Generator?
Thanks.
The documentation says that I can generate a ds.xml from Java Beans, which is what I'm trying to do. The visual builder can successfully generate a ds.xml from a Java Bean from this project without any hibernate configuration.
I must be missing something conceptually, why does a project have to have hibernate configured to use the Batch DataSource Generator?
Thanks.
Comment