Hello,
I´ve found some little points that doesn´t work with the latest version:
1.If you´re trying to delete parameters from methods in the UML class diagramms, that doesn´t work.
2.If you´re training to assign classes to interfaces in the UML editor belatedly that doesn´t work.
3.The HTML Visual Editor doesn´t work with me. I get an error message that I might notify you.
4.When auto-creating persistent classes with the hibernate mapping tool, the generated abstract class extends either from a non existing class or from it´s subclass with is a inheritance-circle.
5.When using the visual designer for navigation rules in JSF, the auto-created xml-code is:
<navigation-rule>
<from-view-id>/PositionenBearbeiten.jsp</from-view-id>
<navigation-case>
<from-action>success</from-action>
<to-view-id>/Auftragsliste.jsp</to-view-id>
</navigation-case>
</naviagtion-rule>
That rule didn´t work until I changed the 4th line into:
<from-outcome>success</from-outcome>
Beside these points I suggest the following improvement:
1.When auto-creating ERM diagramms and DDL code in the database view, foreign keys should be respected.
Beside that the auto-Hibernat-mapping for associations on the base of foreign keys should be supported. (in my opinion a very important feature)
Cheers,
Sven
ps: if you have any question regarding my remarks, please post them here as I am notified when a reply is posted here.