[hibernate-issues] [Hibernate-JIRA] Commented: (EJB-270) Support eclipse bundleresource protocol

Emanuel Arguiñarena (JIRA) noreply at atlassian.com
Wed May 7 15:45:34 EDT 2008


    [ http://opensource.atlassian.com/projects/hibernate/browse/EJB-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_30142 ] 

Emanuel Arguiñarena commented on EJB-270:
-----------------------------------------

Hello.
 	
I could make it work, adding classes in the persistence.xml file.
It gives the same mistakes in the console, but the application works.

------------
...
	<provider>org.hibernate.ejb.HibernatePersistence</provider>
	  <class>net.doths.spp.modelo.Prestatario</class>
  	  <class>net.doths.spp.modelo.Persona</class>
  	  <class>net.doths.spp.localizacion.Pais</class>
  	  <class>net.doths.spp.localizacion.Localidad</class>
  	  <class>net.doths.spp.localizacion.Provincia</class>
      <properties>
         <property name="hibernate.connection.driver_class"
...
--------------------------
greetings
Emanuel


> Support eclipse bundleresource protocol
> ---------------------------------------
>
>                 Key: EJB-270
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/EJB-270
>             Project: Hibernate Entity Manager
>          Issue Type: New Feature
>          Components: EntityManager
>            Reporter: Emmanuel Bernard
>            Assignee: Emmanuel Bernard
>         Attachments: bug.bundleresource.zip
>
>
> As soon as someone provides me a simple eclipse project reproducing EJB-242, I am going a have a look at this bug to properly support bundleresource.
> I would appreciate the users to put pressure on Eclispe to fix their bug, their URL should be readable as stream and not raise NPEs

-- 
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

       




More information about the hibernate-issues mailing list