From: Max R. A. (JIRA) <no...@at...> - 2006-04-03 06:59:24
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HBX-635?page=comments#action_22681 ] Max Rydahl Andersen commented on HBX-635: ----------------------------------------- unfortunately we can't solve all the problems because it is out of our control (read: Eclipse osgi classloading). We can provide a good default bundling and put in the proper tags in MANIFEST.MF, but the database issue we cannot help with since it would require us to bundle every possible jdbc driver ... that is something you would need to handle + you would need to mark you plugin as a "buddy" to the possible hibernate plugin. > RCP Plugin > ----------- > > Key: HBX-635 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-635 > Project: Hibernate Tools > Type: New Feature > Components: eclipseplugin > Environment: Eclipse > Reporter: Markus M. May > Priority: Minor > > > I am currently developing a RCP application using the Hibernate Plugins. Therefor I have had to extend the MANIFEST.MF so that hibernate could find my hibernate.cfg.xml. I would like to see an easier and much more user-friendly plugin for the development of RCP applications. This Plugin should just have all the needed dependencies and should allow to put the hibernate.cfg.xml into any other (new) plugin. Also the database libs should be found by the classloader of eclpse. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |