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
8
votes
2 answers

Do I have to build maven webapp project everytime i make changes into static files?

I am using JBOSS AS7.1, Eclipse Luna for development. My eclipse installation does have a plugin installed for maven. I have created my webapp project using maven command-line. In my current set up, I have to build my maven project using mvn clean…
Gaurav
  • 3,614
  • 3
  • 30
  • 51
8
votes
6 answers

MSC00001: Failed to start service jboss.network.public

Hi friends I am new in managing Jboss Appserver I am using Red Hat Enterprise Linux Server release 5.8 (Tikanga) and my JAVA version is java version "1.7.0_75" Java(TM) SE Runtime Environment (build 1.7.0_75-b13) Java HotSpot(TM) 64-Bit Server VM…
smn_onrocks
  • 1,282
  • 1
  • 18
  • 33
8
votes
4 answers

Transactions don't rollback

I am call two methods, the first one update a table and the next one insert a record in another table. When the second transaction fails the EJB is not doing the rollback of the first transaction. This is my backing…
John Alexander Betts
  • 4,718
  • 8
  • 47
  • 72
8
votes
2 answers

EJB method takes more time to return after each call

I'm observing an unusual behaviour and I would like to understand what is happening. Imagine a simple setup. First I have a stateless bean that just returns something: @Stateless public class SimpleService{ private Map map; …
phoenix7360
  • 2,807
  • 6
  • 30
  • 41
8
votes
1 answer

Transaction cannot proceed STATUS_MARKED_ROLLBACK when running on jboss standalone

Does anyone experience the following issue? I'm able to successfully build, deploy and run my javaee6 application in jboss inside eclipse using jboss tools. But when we deployed it on another server running on standalone we got an error. I tried it…
czetsuya
  • 4,773
  • 13
  • 53
  • 99
8
votes
3 answers

Java EE 7 Compatible servers?

I am using JAVA SE 1.7 and JAVA EE 7 in project, what are all the available servers(commercial/free) which will support JAVA EE 7 web profile 2.1?(Required Components). I need to use Servlet 3.1 and CDI 1.1 ..etc. javaee-spec_WebProfile I try to use…
Chandra Sekhar
  • 16,256
  • 10
  • 67
  • 90
8
votes
1 answer

Migrate/create HA-Singleton to jboss 7

I've been using deploy-hasingleton folder in jboss as 6, this allowed me to create a singleton bean that is used to control business information requests from the cluster nodes. These methods are synchronized in order to control the concurrency…
DCarvalho
  • 81
  • 5
8
votes
4 answers

RestEasy Jax-RS in Jboss 7.1 doesn't work

I'm trying to deploy a simple web application under JBoss AS 7.1 which comes bundled with resteasy. According to the documentation all that is needed is (at bare minimum) is an empty web.xml, a class with annotated @ApplicationPath("/mypath") and…
user2221005
  • 100
  • 1
  • 4
  • 7
8
votes
1 answer

Class from rt.jar not found

In JBOSS EAP 6 (AS 7): I am making a call to Spring's WebServiceTemplate.marshalSendAndRecieve which in turn is having trouble finding a class that exisits in rt.jar Caused by: java.lang.ClassNotFoundException:…
km2000
  • 305
  • 2
  • 10
8
votes
3 answers

How to configure simple authentication in Jboss7.1

I am working on project written by pure jsps(scriptlets) without using any frameworks. jboss version: jboss-as-7.1.0.Final I am now trying to add simple authentication on it. So when user try to browser the jsps, say,…
Drogba
  • 4,186
  • 4
  • 23
  • 31
8
votes
3 answers

Configuring MySQL DataSource using @DataSourceDefinition in JBoss AS7

I am able to configure MySQL DataSource in standalone.xml and is working fine. But I want to configure DataSource using the @DataSourceDefinition annotation. How to configure a MySQL datasource using @DataSourceDefinition in JBoss AS7? What I have…
K. Siva Prasad Reddy
  • 11,786
  • 12
  • 68
  • 95
8
votes
1 answer

JSF selectBooleanCheckbox required=true doesn't validate if checkbox is selected

I writing JSF page, which requires users to click on a checkbox (similar to accepting the license agreement) I have following code in place:
Chetan
  • 1,507
  • 7
  • 30
  • 43
8
votes
2 answers

Using application's Log4J configuration under JBoss 7.1.1

I'm am having trouble logging using my appenders defined on my XML log4j configuration file. I created the jboss-deployment-structure.xml on my EAR's META-INF folder with no sucess. The jboss-deployment-structure.xml structure…
RedEagle
  • 4,418
  • 9
  • 41
  • 64
8
votes
2 answers

JBoss AS 7 - Deploying wars in certain order

Im trying to deploy some .war files in a standalone mode, the problem is that i need them to be deployed in a certain order... I have: file1.war, file2.war, file3.war and i have to deploy first file2.war, then file3.war and finally file1.war I've…
user1821266
  • 81
  • 1
  • 2
8
votes
2 answers

Jboss 7.1 ejb 2.1 custom transaction timeout configuration

I'm currently trying to upgrade my web application from jboss 5.1 to jboss 7.1.1.Final In my jboss.xml I have configured some custom ejb timeouts like the following: MSServiceEJB
mobile
  • 135
  • 1
  • 10