Hi Bill! I have loaded the Branch_4_0 but have compile problems in the ejb3 project (the one I'm actually interested in):
(for example) Ejb3Deployment.initializePersistenceUnits() wants to invoke PersistenceXmlLoader#deploy(persistenceXmlUrl, new HashMap()), but the PersistenceXmlLoader Implementation only defines PersistenceXmlLoader#deploy(persistenceXmlUrl). I use the org.hibernate.ejb.packaging.PersistenceXmlLoader version defined in thirdparty/hibernate/lib/hibernate-entitymanager.jar. I checked out all projects from head by using the mappings defined in CVSRoot.modules. Then I compared/replaced them with the Branch_4_0... But I did not find the thirdparty project in the Branch_4_0, the one which contains the hibernate entitymanager. I'm already thinking of giving up and wait until the embeddable ejb is in the head branch... but then the question will be of how to come to the hibernate source that matches to the ejb3 project (see sourceforge problem) I even thought of taking a flight from munich to boston to make a copy of somebodys workspace :-) The reason why I force this "fetching the embeddable source" project is that we want to add a more generic service layer for fetching an object with a set of associations, modifiying it, validating it and pass it back to the service. For this service I have to find a hook in the deployment where to add my annotation parsing, getting the ejb-mapping information and so on. We have model-interfaces, so we have to annotate our entities with links to the public interfaces (and many more stuff) - the src would make it much easier. Best, Martin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920647#3920647 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920647 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
