[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-4141) Update Hibernate plugins bunch to Eclipse 3.5

Vitali Yemialyanchyk (JIRA) jira-events at lists.jboss.org
Thu Apr 16 13:54:36 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBIDE-4141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12462732#action_12462732 ] 

Vitali Yemialyanchyk commented on JBIDE-4141:
---------------------------------------------

strange behavior in persistenceUnit().removeProperty method - now it throw IllegalArgumentException in case if there is no such property.
this code will fix the issue:

protected void removeProperty(String key) {
try {
this.persistenceUnit().removeProperty(key);
}
catch (IllegalArgumentException e) {
// ignore
}
}

have you find other problems?

> Update Hibernate plugins bunch to Eclipse 3.5
> ---------------------------------------------
>
>                 Key: JBIDE-4141
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-4141
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: Hibernate
>    Affects Versions: 3.0.0.GA
>            Reporter: Vitali Yemialyanchyk
>            Assignee: Vitali Yemialyanchyk
>             Fix For: 3.1.0.M1
>
>         Attachments: log.txt, patch.zip
>
>
> for the first look, there are some eclipse classes which was moved from internal to public packages

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list