Questions tagged [jboss-tools]

JBoss Tools is a set of Eclipse plugins and features designed to help JBoss, JavaEE and mobile developers to build high quality applications. It is an umbrella project for the JBoss developed Eclipse plugins that will make it into JBoss Developer Studio.

216 questions
0
votes
1 answer

ignore table prefixes while code generation in Hibernate perspective

I am using JBoss Hibernate Perspective to generate JPA Entities. But all my tables begin with tbl_ prefix. I am migrating codes from PHP YII to Java and in YII model generator have an option to specify prefix and then the models that are generated…
fortm
  • 4,066
  • 5
  • 49
  • 79
0
votes
1 answer

FUSE - Camel visual designer plugin for eclipse clears routes on Saving

I have installed Jboss Integration stack fuse camel editor and created a sample camel route, Now when I add and endpoint or any node through source/design view…
0
votes
1 answer

Configuring multiple instances of Jboss 5.1 AS in a single machine

Developers sometimes have to work on different versions of their product and usually tend to configure / run multiple instances of JBoss application server on the same machine. In order to bring the second or third instance developers tend to tweak…
Joe
  • 14,513
  • 28
  • 82
  • 144
0
votes
3 answers

How to add to git index with JBoss Tools

I've created a new project on OpenShift and cloned it locally. But now i'm having problems adding new files and folders to git index. Right click on the new folder (with files and subfolders) in project explorer and choosing Team -> Add to Index,…
cartoonle
  • 101
  • 1
  • 7
0
votes
1 answer

Struts Plugin from JBoss Tools in Eclipse Kepler

I installed JBoss Tools for Eclipse Kepler but I cannot find Struts plugins (there are spring and JSF only) I absolutely need Eclipse Kepler but how to install the missing Struts plugins? Thanks
velteyn
  • 313
  • 3
  • 7
  • 22
0
votes
1 answer

Enabling JTA in Eclipse Dynamic web Project

Concerning previous question: How to adapt persistence.xml file to connect JPA to a JDBC/MySQL database in Java EE enviroment (Tomcat + JSF) I am enabling JTA on the Eclipse Dynamic web project I am working on. I have chosen the JBoss…
Germano Massullo
  • 2,572
  • 11
  • 40
  • 55
0
votes
1 answer

JBoss JMS provider

I need to write a Message Driven Bean. I'm using JBoss IDE 1.5. I understand the concept behind MDB's but I don't really know how to install the JMS provider (JBoss MQ? I think) and use it so that it will be used to broker my message to an MDB. does…
Attilah
  • 17,632
  • 38
  • 139
  • 202
0
votes
2 answers

unable to open Eclipse Juno IDE

I have just installed Jboss tools (Juno) plugin in Eclipse Juno, after i installed i restarted for getting the changes but from that time onwards it is not opening the IDE. It has stored the following error in log files. java.lang.RuntimeException:…
NARENDRA
  • 395
  • 1
  • 7
  • 26
0
votes
1 answer

java.rmi.MarshalException: Failed to communicate

I'm using jbossIDE Eclipse 1.6. when deploying my .ear app, I get a java.rmi.MarshalException. what's surprising is that just a few min ago, everything was OK. I feel like this jbossIDE Eclipse thing is really useless. it's crashing all the time. …
Attilah
  • 17,632
  • 38
  • 139
  • 202
0
votes
2 answers

EJB Spec Violation

I created an EJB 2 named EvenementBean for test. I then deleted it. and whenever trying to deploy my .ear project now, I get these errors : WARN [verifier] EJB sepc violation: Bean: Evenement Section: 22.2 Warning: The Bean Provider…
Attilah
  • 17,632
  • 38
  • 139
  • 202
0
votes
1 answer

using JUnitEE with JBoss-IDE

Can anyone provide me with a tutorial on how to use JUnitEE with JBoss-IDE ? thanks.
Attilah
  • 17,632
  • 38
  • 139
  • 202
0
votes
1 answer

can not deploy war to jboss 7 from eclipse juno

I have a question about deploying my app.war to jboss7. My testing environment: OS: Ubuntu 12.10 Eclipse: Eclipse Juno (Eclipse 4.2) JBoss: JBoss AS 7.1.1 Final JBoss Tool: JBoss Tool 4 JDK version: JDK 7 If use the default server configuration,…
Jo Hung
  • 3
  • 1
  • 5
0
votes
1 answer

Eclipse juno jboss5.1 unable to choose deploy foudler

I've upgraded eclipse to juno and i'm triing to set the deploy foulder to "Jboss deploy foulder" but the selection is disabled...is this a bug in Jboss tool or what? I've attached a photo for more info:
simonC
  • 4,101
  • 10
  • 50
  • 78
0
votes
1 answer

use multiple jboss instances in one machine independently using jboss tools

I want to run two jboss instances (version 4.2.3) in one machine independently from each other and control them using jboss tools in eclipse. How can I do that?
deeperwhite
  • 87
  • 1
  • 3
  • 9
0
votes
1 answer

hibernate mapping file without all properties

I have a database containing approx. 200 tables. I use jboss-ide to automatically generate hibernate classes from the database using the File->New->Other->Hibernate->Hibernate Mapping file wizard of jboss-ide 1.6. the problem i'm facing is that the…
Attilah
  • 17,632
  • 38
  • 139
  • 202
1 2 3
14
15