Questions tagged [jboss5.x]

The JBoss tag is for questions relating specifically to the 5.x releases of JBoss Application Server.

The JBoss tag is for questions relating specifically to the 5.x releases of JBoss Application Server.

913 questions
0
votes
1 answer

JBoss ESB - How to have multiple input folders for file system provider

I m using Jboss ESB for my application. I want to implement ESB that listen the input folders which are dynamically created and when the file comes do the business logic. I have paced a problem at creating the dynamic input folders for esb . I'm…
Niroshan Abayakoon
  • 913
  • 1
  • 10
  • 22
0
votes
1 answer

call jboss web service from other machine

I've created a contract-last web-service which is deployed on a Jboss AS on my VDI machine. I can get the WSDL just fine from localhost, but if I try to call the webservice from my laptop or any other machine I simply cannot connect to it. I'm using…
Linora
  • 10,418
  • 9
  • 38
  • 49
0
votes
1 answer

How to configure custom log file in java web project

I am developing a java web application using eclipse IDE and jboss server (version 5). I am trying to implement a custom log file for my application with the following code : FileAppender fileAppender=new…
Raktim
  • 91
  • 4
  • 9
0
votes
2 answers

Porting j_security_check from JBOSS to Websphere

I am using j_security_check for my struts web project and i am deploying it in jboss. In my web.xml i have defined role testuser, created a jar file which contains users.properties and roles.properties with jar name as TestUserInfo.jar where Test…
paramupk
  • 626
  • 1
  • 11
  • 32
0
votes
1 answer

How to turn off jboss signature?

Is there a way to turn off Jboss signature . Suppose the url is mis-spelled an error message "The requested resource (Invalid path /test was requested) is not available" , below this server name and version is displayed (JBoss Web /2.1.1.0) .. I…
JAB
  • 3,546
  • 9
  • 36
  • 39
0
votes
1 answer

Load class from war before ear in JBoss 5

I have an ear which contains a war. Jars are in the ear lib directory. I need to override a class from a jar and I wrote it in the war. But when I deploy the ear, the classloader takes the class from the jar and not from the war. I set this…
Kiva
  • 9,193
  • 17
  • 62
  • 94
0
votes
1 answer

Jboss Eclipse Debugging

I deployed a war inside jboss5.1.0-GA. And if I started jboss with eclipse, I'm not able to debug the java files inside eclipse. Able to debug jsp scriptlets. Event tried with remote debugging. Set the java opt properly. (set…
Kiran T
  • 211
  • 2
  • 8
  • 16
0
votes
2 answers

JBoss 5.1: Spring @Resource annotation not working

I am working on an application using Spring 3 and Hibernate 3.5 with Java 1.6. So far I've been using JBoss 4.2.1 and everything was fine. Now while migrating to JBoss 5.1, I encountered lot of issues. One of them is that JBoss is ignoring the…
adi
  • 1,711
  • 3
  • 29
  • 50
0
votes
1 answer

Does JBOSS 5.1 run in JDK 1.4?

Does JBOSS 5.1 run in JDK 1.4 ?? We have a websphere server which runs in jdk 1.4 we need to access jboss queue (configured in jboss 5.1). Inevitably we have to use jboss 5.1's client jars to access the queue Am wondering (rather worrying) whether…
Arun
  • 3,440
  • 11
  • 60
  • 108
0
votes
1 answer

Gradle provided dependencies present in war

I would like to set several dependencies in my war as provided because theses jar are provided by the server. So I set my build.gradle like this: apply plugin: 'war' apply plugin: 'java' apply plugin: 'eclipse' apply plugin:…
Kiva
  • 9,193
  • 17
  • 62
  • 94
0
votes
2 answers

Deployement server Jboss

When I try to run my server I received this problem : Deployment "vfsfile:/C:/Users/aroua/jbdevstudioo/jboss-eap/jboss-as/server/default/deploy/ProjetNew.war/" is in error due to the following reason(s): org.jboss.deployers.spi.DeploymentException:…
0
votes
1 answer

richfaces exception at rendering picklist

I am working on a project in which I use RichFaces JSF implementation. I use Jboss 5.1 application server and RichFaces 3.3. The application works fine with RichFaces, untill I want to use a pickList component. I get the…
Alina Danila
  • 1,683
  • 1
  • 24
  • 60
-1
votes
1 answer

Hosting a website on Jboss5?

I want to know how do u host a website via jboss5.0.0 say i have my application on localhost http:// localhost:8080/someApp I want to point it to http:// www.someapp.com Editing the server.xml i changed the port to 80 so the app is now on http://…
jamshed Katta
  • 73
  • 1
  • 9
-1
votes
1 answer

What causes this "Unexpected element" that throws XMLStreamValidationException in JBoss config?

I am trying to migrate some software from JBoss 5 to JBoss 7. I am stuck, as my deployment fails with the below exceptions. Keep in mind that the software is working in JBoss 5, so anything that is not working should be because of differences…
Loduwijk
  • 1,950
  • 1
  • 16
  • 28
-1
votes
1 answer

Migration from JBoss 5.1 EAP to Wildfly 10

We are looking to migrate existing applications on JBoss EAP 5.1 to Wildfly 10. Please let me know if anyone has already done this migration and is there is any risks involved. I have two instances of JBoss 5.1 running currently in two different…
VinayBS
  • 389
  • 5
  • 19
1 2 3
60
61