We are using JBuilder 7 and jboss 3.0.2 together. Someone else mentioned the protegra plugin, which we tried at one time, but we settled on the JBoss Opentool, which is an open source equivalent. Here is a link to it: http://sourceforge.net/projects/jboss-opentool/
It works quite well - all the deployment descriptors are automatically populated, including those for CMP entity beans. To configure JBuilder 7 to work properly with JBoss using the JBoss Opentool, just do the following: 1.) Drop the opentool jar file into the appropriate jbuilder directory (specified in the install instructions) 2.) Go to Tools->Configure Servers... 3.) Click "JBoss 3.x". 4.) Click "Enable Server". Make sure all the directories are pointing at your jboss installation. 5.) On the "Custom" tab, make sure that the jboss installation directory is correct. 6.) Under "JBoss configuration to use" pick your configuration (default, all, minimal, etc). 7.) Go to Project Properties->Server. 8.) For "Relationship between server and services" check "Modular services provided by different servers" 9.) For "EJB" and "Deployment", pick "Jboss 3.x". 10.) For "JSP/Servlet" pick "Tomcat 3.3" That should do it. Let me know if you have any further problems. Good luck! Robert -----Original Message----- From: cai margiex [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 01, 2002 6:57 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] jbuilder 7 and jboss3.0.4 Hi, Does anyone use Jbuilder7 and Jboss3.0.4? I can't create a new web application when I specified the project server is jboxx3.x. And there is only EJB and deployment services, no jsp/servlet and others. Does anyone give me some advice? Thanks. _________________________________________________________________ �����������ѽ��н�������ʹ�� MSN Messenger: http://messenger.msn.com/cn ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
