Questions tagged [jboss7.x]

Version 7 of the JBoss Application Server

JBoss Application Server 7 is a Java EE 6 implementation. Read more about JBoss AS 7 here.

3567 questions
1
vote
2 answers

Web Service exception - link without "?wsdl", HTTP GET PATH_INFO

I have simple web service : I have the same problem. when I don't append "?wsdl" I have soap faylt. how can I avoid this exception? @WebService @SOAPBinding(style = Style.RPC) public interface TimeServer { @WebMethod @WebResult(partName =…
grep
  • 5,465
  • 12
  • 60
  • 112
1
vote
1 answer

EAR is not getting deployed on jBoss server in maven

I am trying to deploy my EAR on jBoss server using maven. This is my pom entry org.jboss.as.plugins jboss-as-maven-plugin
rishi
  • 1,792
  • 5
  • 31
  • 63
1
vote
1 answer

How do I test if EJB is running on JBoss AS 7 server

Again, many excellent answers from the fine folks here on SO. I am still unable to connect. But I believe Gimby might have had a good suggestion that there may be something wrong with the server or the beans. According to the log file generated…
Dean.DePue
  • 1,013
  • 1
  • 21
  • 45
1
vote
1 answer

Deploy multiple war

Which best way to deploy multiple (war) into WildFly Server/JBoss 7? The war content are equals, difference is the access to URL and database. War 1: http://localhost:8080/war1 War 2: http://localhost:9080/war2 War 3: http://localhost:10080/war3 War…
rafaduka
  • 31
  • 6
1
vote
1 answer

Maven Cargo Plugin: goal "undeploy" fails despite watchdog

I use Cargo to deploy a maven generated war file to a remote JBoss Server that is already running. Normally that works fine. Cargo is configured to undeploy in mavne's pre-clean-Phase and to deploy in maven's install-phase. That means, if there's an…
Matthias
  • 318
  • 1
  • 7
1
vote
1 answer

Seam Navigation Rule. Catch all invalid url and redirect to a 404 page

I am using SEAM 2.3.0 (JBoss 7.1), trying to implement the following navigation logic: For every *.xhtml that I don't catch in any page rule, forward to a 404.xhtml error page. Something like this:
Leonel
  • 2,796
  • 5
  • 25
  • 36
1
vote
1 answer

Services with missing/unavailable dependencies error

Trying to start a bean on JBoss AS 7 got this error: 15:55:51,252 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "dodsr.ear" was rolled back with failure message {"JBAS014771: Services with…
Dean.DePue
  • 1,013
  • 1
  • 21
  • 45
1
vote
0 answers

How do I know if my EJB bean is started/running on JBOSS AS 7

I've made some changes to the standalone.xml file so that our EJB file that worked fine under JBoss 6 will maybe work on 7. I've checked the log file and I see failed processes but nothing that relates to my EAR file, I think. I see in the log…
Dean.DePue
  • 1,013
  • 1
  • 21
  • 45
1
vote
1 answer

Deploying/Migration an application from JBoss 4.2.3GA to 7.1.1GA

Deploying/Migration an application from JBoss 4.2.3GA to 7.1.1GA I am new to JBoss AS 7. I have been using JBoss 4.2.3 for years and now our organization is finally moving towards JBoss 7.1.1. So, I have started with a quite simple application in…
Charles Morin
  • 1,449
  • 4
  • 32
  • 50
1
vote
1 answer

Shutdown hook/event in Wildfly/JBoss

We've got a thread checking if our database is ready. The thread is exited when the database is available. However in some case the Wildfly server is shutting down before a database is ready. In that case, Wildfly won't shutdown since this thread is…
Thomas
  • 8,357
  • 15
  • 45
  • 81
1
vote
2 answers

Cannot call webservice method from webservice client running in Jboss7

I am having trouble getting some code running in JBoss 7.3.0 (see version below) to call a web-service that is not running in JBoss. I get the error as shown below. I have looked for solutions to this just about everywhere so any steers will be…
Peter Hinds
  • 161
  • 2
  • 8
1
vote
1 answer

JSF 2.2 multipart form is not getting submitted

When I upload a file in jsf 2.2 project with jboss 7.1 its prevent to submit form. help me out.... here is sample code for upload a file This is my welcome.xhtml
Suman Dey
  • 66
  • 1
  • 10
1
vote
0 answers

How to create domain controlled jboss cluster between two jboss nodes and HTTPS enabled on both nodes

I am trying to create a jboss cluster with two jboss nodes (master and slave, both on different VMs). The configuration done for the two are as below: Master: In host.xml, ssl is added in the managementRealm tag:
1
vote
1 answer

Secure flag on session cookies in a Java Web Application

I'm trying to add the secure flag to the session cookie in a Java web application. The standard approach however presents a problem, in that when secure is true, even http requests will get the secure flag. This means that the web server does not…
Martin Cassidy
  • 686
  • 1
  • 9
  • 28
1
vote
0 answers

JBOSS 7.1.1 Monitoring From check_jmx

I want to monitor JBOSS 7.1.1 version of server with check_jmx plugin which will greps the MBeans details. I want to know How to connect with check_jmx plugin to the JBoss 7.1.1 version ? What is the url do i need to give as an argument to…
user3442562
  • 337
  • 1
  • 6
  • 16
1 2 3
99
100