You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Illya Kysil (JIRA)" <ji...@apache.org> on 2017/10/04 20:43:00 UTC

[jira] [Updated] (NETBEANS-79) hibernate module contains binary hibernate-external-resources

     [ https://issues.apache.org/jira/browse/NETBEANS-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Illya Kysil updated NETBEANS-79:
--------------------------------
    Description: 
The hibernate module contains binary hibernate-external-resources.

The file hibernate-external-resources contains DTDs for Hibernate 3.0 configuration files:
* hibernate-configuration-3.0.dtd
* hibernate-mapping-3.0.dtd
* hibernate-reverse-engineering-3.0.dtd

The binary should be removed. Possible solutions:
* Inline resources
* Extract resources from Maven artifacts
** hibernate-configuration-3.0.dtd is packaged in {{org.hibernate:hibernate:jar:3.0.5}}
** hibernate-mapping-3.0.dtd is packaged in {{org.hibernate:hibernate:jar:3.0.5}}
** hibernate-reverse-engineering-3.0.dtd - Maven artifact *NOT FOUND*
* Download resources from http://hibernate.org/dtd/


  was:
The hibernate module contains binary hibernate-external-resources.

The file hibernate-external-resources contains DTDs for Hibernate 3.0 configuration files:
* hibernate-configuration-3.0.dtd
* hibernate-mapping-3.0.dtd
* hibernate-reverse-engineering-3.0.dtd

The binary should be removed. Possible solutions:
* Inline resources
* Extract resources from Maven artifacts
* * hibernate-configuration-3.0.dtd is packaged in {{org.hibernate:hibernate:jar:3.0.5}}
* * hibernate-mapping-3.0.dtd is packaged in {{org.hibernate:hibernate:jar:3.0.5}}
* * hibernate-reverse-engineering-3.0.dtd - Maven artifact *NOT FOUND*
* Download resources from http://hibernate.org/dtd/



> hibernate module contains binary hibernate-external-resources
> -------------------------------------------------------------
>
>                 Key: NETBEANS-79
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-79
>             Project: NetBeans
>          Issue Type: Bug
>          Components: javaee - Hibernate
>            Reporter: Illya Kysil
>
> The hibernate module contains binary hibernate-external-resources.
> The file hibernate-external-resources contains DTDs for Hibernate 3.0 configuration files:
> * hibernate-configuration-3.0.dtd
> * hibernate-mapping-3.0.dtd
> * hibernate-reverse-engineering-3.0.dtd
> The binary should be removed. Possible solutions:
> * Inline resources
> * Extract resources from Maven artifacts
> ** hibernate-configuration-3.0.dtd is packaged in {{org.hibernate:hibernate:jar:3.0.5}}
> ** hibernate-mapping-3.0.dtd is packaged in {{org.hibernate:hibernate:jar:3.0.5}}
> ** hibernate-reverse-engineering-3.0.dtd - Maven artifact *NOT FOUND*
> * Download resources from http://hibernate.org/dtd/



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)