Anyone have any luck deploying OpenReports in JBoss-4.0.0? I tried deploying the war file (which works), but when I tried to run the app I got the following:
2005-03-03 13:01:03,551 INFO [STDOUT] net.sf.hibernate.HibernateException: /hibernate.cfg.xml not found | at net.sf.hibernate.cfg.Configuration.getConfigurationInputStream(Configuration.java:849) | at net.sf.hibernate.cfg.Configuration.configure(Configuration.java:873) | at net.sf.hibernate.cfg.Configuration.configure(Configuration.java:860) | at org.efs.openreports.providers.persistence.SessionFactoryProvider.<init>(SessionFactoryProvider.java:20) | at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) | at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) | at java.lang.reflect.Constructor.newInstance(Constructor.java:494) | at java.lang.Class.newInstance0(Class.java:350) | at java.lang.Class.newInstance(Class.java:303) | at com.opensymphony.xwork.ObjectFactory.buildBean(ObjectFactory.java:86) | I tried re-packing the war inside an ear file and then moving the hibernate classes and xml over to the har format, but then I got the following during deployment: MappingException: persistent class [xxx] not found View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868693#3868693 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868693 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
