jboss

setProperty must be overridden by all subclasses of SOAPMessage

Hello! My environment is: Windows7 32, jboss-5.1.0.GA, jdk1.6.0_20. When trying to run a SOAP-message I get the following error: In short: #java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage Whole error: http://pastebin.com/zjF6wsF9 I can not figure out how to solve this. I've...

I need to migrate my code from Jboss 4.0.2 GA to Jboss EAP 4.2.0 CP1.

There is a need for me to migrate my code from Jboss 4.0.2 GA to Jboss EAP 4.2.0 CP1. I have less knowledge about JBOSS eap.... Kindly guide me through the stpes briefly. Guidance will be greatly helpful.. ...

maven package a jboss service and its service descriptor

We have a maven project that creates a common service used on jboss. This service also has a service descriptor (xml file). When I deploy, only the jar is created and deployed. The xml needs to be copied to its destination. How can I deploy the jar and its xml? How do I bring them to jboss and split them up again (jar to lib folder, xm...

EJB2 on different JBoss versions

I need to use some EJBs which are deployed on JBoss version 4.x from another EJB deployed on JBoss version 3.2.x. Is this possible? I ask because I have a third party application which uses some strange bridge's to do that and don't know why (though I haven't try to do this on my own). ...

How do I use the new JBoss Maven repository from behind a corporate firewall?

I have a dependency on Hibernate 3.5.3 which is only available to me from the new JBoss Maven repository is hosted on Sonatype's Nexus and all the URLs are secured with HTTPS. I can access this repository from behind my corporate firewall via the web browser. But Maven is unable to resolve the artifacts. I see the following warning at...

How to Configure SSL in the Informix Database in a Web Application?

Hi, I have posted the same question 2 month ago here and lot of nice people helped me. I was able to go through all the instructions mentioned in the link below to set up the ssl connections.Below are the links: Configure connections to the data source to use SSL. (link1) Configure your Java Runtime Environment to use SSL. (link2) I...

Sending JMS message to remote queue in JBoss AS via connection pool

I'm trying to send a JMS message from one JBoss AS 5.1 instance to the other. For my test I have them both running on localhost, the client JBoss AS instance with the normal port settings and the server JBoss AS with the setting where all ports are offset by 100. In an EAR project on the client, I've defined a JMS provider loader in a f...

Huge amount of JAR files in jboss/server/web/tmp/vfs-nested.tmp directory

Sometimes we have huge amount of JAR files in jboss/server/web/tmp/vfs-nested.tmp directory. For example today this directory contained over 350k jar files. But on other hosts there are only 2 jar files in this directory. What can be the root cause of this problem? We use JBoss 5.1 UPDATE: I found following information in release not...

ClassCastException in Annotated WebService in JBoss & Java 6

I am using JBoss 4.0 for creating a simple Web Service using the @WebService annotation as described in http://www.jtraining.com/blogs/java-web-services-getting-started.html. However, when I hit the service as if it is a servlet (as per the instructions in this article), I am getting a ClassCastException stating that my annotated webserv...

Configuring JBoss and Apache for remote debugging

Hi all, I need you help to configure JBoss and Apache for remote debuging from mu IDE (Intelleji). The JBoss and Apache are installed on remote machine . Please supply me steps how can do that . Thanks in advance ... ...

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 ...

loggerI18N throws WARN messages

13:03:51,062 WARN [loggerI18N] [com.arjuna.ats.internal.jta.resources.arjunacor e.norecoveryxa] [com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could not find new XAResource to use for recovering non-serializable XAResource < 131075, 28, 26, 49454551102535510210110256581009954585299489749101999758495549 455110253551021011...

Problem install seam on weblogic

I guys, I need to install jboss-seam on weblogic server. I read the seam documentation but after many problem, I have another problem which I can't resolve. When I deploy my ear on weblogic, I get this error: java.lang.ClassNotFoundException: org.apache.myfaces.webapp.MyFacesServlet However, I installed jsf as the doc describes and ...

Which JBoss 5.1 libraries I need for a standalone EJB client?

Hi, I'm migrating from JBossAS 4.05 to JBoss 5.1, and I have doubt about wich libraries I need to change in my EJB standalone clients. From JBossAS 4.0.5, I have a straight list of libraries that I need to deploy within all clients. But, in 5.1 version, some libraries was changed or supressed. Anybody have a straight list just for ac...

Monitoring JBOSS ESB

Can anyone suggest which monitoring tool is the best for monitoring JBOSS, in particular ESB queue depth etc? I currently use Hyperic with a custom plugin, does anything support JBOSS ESB out of the box? ...

Keeping Session and Conversation alive in Seam

I have a problem with the way sessions and conversations are handled in Seam. We have some rather long forms where most of the time you start filling in the first screen and then some actions are executed in the background and the users leave the computer to do some work, and then later they come back and annotate the work. Problem is t...

Retrieving authentication info for a JBoss webservice

I have a webservice with basic HTTP authentication on a JBoss server. Is there a way to retrieve the authentication credentials (username, pw) supplied by the caller from within the webservice? ...

JBoss threads waiting on random monitor

I'm doing some load testing on a web app deployed in JBoss. It starts up fine, but as the test ramps up and more simulated users start hitting JBoss, performance degrades severely: Connecting VisualVM to it, I can see the threads were all fine, then suddenly started spending most of their time waiting for a monitor (green is running, ...

How to rewrite URLs on jboss

Hi all, I am developing a JEE project (used EJB3, JSF and maven) run on jboss 4.2GA app. server. My problem is I want to rewrite my URLs while passing param values between pages. In other words, for instance, when user clicks a submit button, some of the params are added to the end of url, you know; however I want it to be more clear li...

Empty Hibernate cache on demand

I'm writing a soap web service: Jboss + Hibernate + Java. Database on PostrgreSQL. After publishing the webservice, it runs perfectly. For testing purposes I change data on the database by opening pgAdmin, and changing the values on the rows by hand. Now, the problem is, Hibernate is not aware of those changes. Not until I re-publish th...