[
https://issues.jboss.org/browse/JBIDE-7888?page=com.atlassian.jira.plugin...
]
Peter Rader commented on JBIDE-7888:
------------------------------------
I use Hibernate-Beans trou EJB in JSF-Templates.
This is my class-declaration of "Base":
public abstract class Base extends SelectItem implements TreeNode {...}
Its very usefully!
RevEng not allows to extend Beans
---------------------------------
Key: JBIDE-7888
URL:
https://issues.jboss.org/browse/JBIDE-7888
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: winxp jdk6
Reporter: Peter Rader
Assignee: Max Andersen
Priority: Minor
Fix For: 3.2.0.CR1
hibernate.reveng.xml:
<hibernate-reverse-engineering>
<table-filter match-schema="public" match-name=".*">
<meta attribute="extends">xx.xxx.Base</meta>
</table-filter>
</hibernate-reverse-engineering>
Beans does not extends from "xx.xxx.Base"!
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira