jboss-tools

Problems with shutting down JBoss in Eclipse if I change JNDI port

1st phase I have a problem shutting down my running JBoss instance under Eclipse since I changed the JNDI port of JBoss. Of course I can shut it down from the console view but not with the stop button (it still searches JNDI port at the default 1099 port). I'm looking forward to any solutions. Thank you! Used environment: ...

JBOSS admin console?

I know that JBOSS has the JMX-Console for administration. My question is, is there any command line admin tool which comes with JBOSS using which the status of various services under the control of JBOSS can be tested? ...

How to "hot" deploy war dependency in Jboss using Jboss Tools Eclipse plugin ?

Hello ! I'm using Jboss tools (3.0.0 alpha, on Eclipse 3.4) to hot deploy my war on Jboss 4.2.3. My war depends on another project (packed inside a jar) I 'm working on. But, when I save a file in this project(the jar project), Jboss Tools republish the compiled classes of the war project, but does not re deploy the classes changed in th...

JBPM: Multiple transitions going out from a Task Node

in JBPM, can I have (technically) multiple transitions going out from a Task Node? If Yes, is it a good practice? Any help would be useful. ...

How to configure Hibernate Tools HQL editor in Eclipse with a custom NamingStrategy

I've installed Hibernate Tools 3.2.4.GA in Eclipse Ganymede. The main driver for installing it was to be able to issue HQL queries interactively. I have configured all of our mapping files, hibernate.properties, etc. and it shows all of our entities and mappings and is able to read a list of tables from the database. It doesn't appe...

Why not able to get the 'Run on Server' option for JSF jsp page on eclipse, weblogic, JBossTools?

I am trying to run a JSF 1.2 application created using Eclipse Ganemede and JBoss Tools on WebLogic 10.0 MP1 I have created a simple JSF helloworld application and have added a simple JSP. I have configured a weblogic domain and a server using the JBoss Tools plugin through eclipse. When I right click on the JSP file I can only see "Run...

Seam 2.2 and JBoss Tools 3.1, Why JBoss Tools doesnt work anymore?

Hello Stackoverflow, I've downloaded the new Seam 2.2GA but it doesn't work with the current version of JBoss Tools 3.1. Anyone had any luck making those work together again? Is there a new version of JBoss Tools out somewhere? maybe a beta, something you can get back to generating Seam projects in eclipse, rather than using the seam-...

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 .hbm.xml file generated does not contain all the propertiese it's supposed to. what's als...

seam 2.2 with microsoft access

is it possible to import a MS access database (.mdb) in a seam project using JBoss tools within Eclipse (Ganymede)? Starting a new seam project, I cannot see any field which uses ms access as database type. Any answer is appreciated. ...

using JUnitEE with JBoss-IDE

Can anyone provide me with a tutorial on how to use JUnitEE with JBoss-IDE ? thanks. ...

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 must specify the fully-qualified name of the Java class that implements the enterpri...

EJB client error

I created an EJB 2. I deployed it on JBoss-IDE 1.6 and then, I created a JUnit test to access it. here's the code I used for the client : public class DossierBeanTest extends TestCase { protected DossierHome dossierHome; protected Dossier dossier; public DossierBeanTest(String argo){ super(...

Javassist Enhancement failed

I use Jboss IDE as IDE. I have created a Hibernate project. and I get this error when deploying my .har (Hibernate project) : 16:16:30,910 ERROR [BasicLazyInitializer] Javassist Enhancement failed: com.afrikbrain.iard.srv.ref.AssGarantieProduit java.lang.NullPointerException at org.jboss.mx.loading.RepositoryClassLoader.findClass(Repos...

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. java.rmi.MarshalException: Failed to communicate. Problem during marsh...

jboss seam deployment error

I am using the JBoss Tools to deploy a seam application to a JBoss server from within eclipse. I am consistently seeing a strange behavior. Every time the .xhtml files are changed the seam application is auto-deployed as expected. However, the entity manager instance is becoming null and I am forced forced to restart the seam application...

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 anyone know of a tutorial I can use ? ...

How to reactivate code assist in my xhtml page (eclipse 3.5, jboss tools 3.1, jsf 1.2)

Hello everyone, I developp jsf xhtml pages with facelets, and i always had code assist for all the taglibs i declared i my xhtml root element (h, f etc..) But, since, like 30 minutes, when i ctrl+space i only have regular html and ui:* proposals. I didn't change anything. It just broke, no error message, nothing. I searched the web, ...

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 various configuration files to avoid port collisions. Are there any tools which provide a ...

Dynamic Loading of Rules from BRMS

hi guys, I am trying to upload my rules from jboss-brms to my eclipse in order to run it against the working memory. The following is my code and change-set.xml file and I am getting the following error stack. I have started the jboss-server and it is connected correctly. But I am not able to figure out the error I am getting and is my ...