I\'m using JBoss Tools to reverse engineer a DB schema into POJO\'s. Specifically, I\'m using thehbm2java option in the hibernatetool ANT task. Under the hbm2java option you can specify ejb3=true
I\'m working on a project where I am using JBoss 开发者_Python百科Tools to reverse engineer an MS SqlServer database into Hibernate objects. I am wondering if there is a way to map some of the tables
So I\'m having a Web App project. I referenced all projects I need in this web app in the Deployment Assembly configuration (the thing they earlier used to call J2EE Module Dependencies).
I have a problem with my jboss tools and the deploy directory. I migrated my application from jboss 4 to jboss 5.1. So in my eclipse, I update jboss tools to the 3.0.3 version.
It could be a silly question and i am sorry for that. I am using ant task for generating POJO and hbm file from databse by using hybernate reverse engg.
I have installed Jboss tools for eclipse helios. but when I try to get priview of a HTml file I get this message:
I have installed Jboss Tools for my Eclipse Galile开发者_如何学编程o. I have enabled JSF capabilities for my project but I am still not able to navigate in my jsp pages like I can navigate in Intelli
I have an Eclipse project that is dependent on other projects (Project Properties/Java Build Path/Projects), and these other projects export their own libraries (Project Properties/Java Build Path/Ord
I am trying to upload my rules from jboss-brms to my eclipse in order to run it against the working memory.
I develop jsf xhtml pages with facelets, and I always had code assist for all the taglibs i declare开发者_高级运维d i my xhtml root element (h, f etc..)