[Hibernate] JCL classloading headache

2005-10-28 Thread Alexandre Torres
Hi. When developing eclipse plugins, I ended up with a severe limitation when a plugins makes reference to the apache-commons-logging library AND each other. Well, digging around I found the slf4j library (http://www.slf4j.org/) that seems to solve my problem. The cenario where the problem arose wa

Re: [Hibernate] UML to hibernate eclipse plugin java.tri with hibernate 3 support

2005-06-04 Thread Alexandre Torres
Hi Max!Yes, I got the email, but my answer bounced back :( Meantime I integrated the new hibernate3 alpha tools generator by using hibernate ant tasks to generate DDL and hbm to java classes. Answering the second question, java.tri uses Hibernate tools ant tasks to generate all that could be gene

[Hibernate] UML to hibernate eclipse plugin java.tri with hibernate 3 support

2005-06-02 Thread Alexandre Torres
Hi. I'm developing the java.tri project, an open source eclipse plugin that improves web application development. The tool is based upon hibernate and struts, and uses UML class models as a project start point. It may be used to generate and entire j2ee hibernate application or just parts of it, li