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
151
votes
1 answer

Why are uses constraints violated when both chains end in the same bundle?

I have four bundles, each containing only a manifest. The bundles are app which imports com.example.foo.fragment and com.example.bar foo which exports com.example.foo;uses:=com.example.foo.cfg foo.fragment which is a fragment attached to foo that…
Emil Lundberg
  • 7,268
  • 6
  • 37
  • 53
127
votes
10 answers

Plugin execution not covered by lifecycle configuration (JBossas 7 EAR archetype)

I am using Eclipse 3.7 Indigo with Maven M2E Plugin 1.0.100. Using the JBoss 7.x JavaEE 6 EAR archetype, the pom for EAR is giving me this error: Plugin execution not covered by lifecycle configuration: …
Oh Chin Boon
  • 23,028
  • 51
  • 143
  • 215
77
votes
3 answers

JBoss AS 7: How to clean up tmp?

I noticed that in my JBoss Application Server 7 installation under standalone/tmp I have 400 MB of files related to past deployments, some of them a few months old. How is it cleaned up? Should it happen automatically? Is there a tool for it? Can I…
Konrad Garus
  • 53,145
  • 43
  • 157
  • 230
56
votes
8 answers

How to unpackage and repackage a WAR file

I have a WAR file. I would like to open it, edit an XML file, remove some jars and then re-package it. I used WINRAR to open the WAR file and I removed some Jars and did an 'Add to Archive' in WinRar and created a WAR. When I deployed the WAR in…
Vinoth Kumar C M
  • 10,378
  • 28
  • 89
  • 130
53
votes
5 answers

Hibernate generates negative id values when using a sequence

I have a class with the following definition: @Id @SequenceGenerator(name = "SEQ_ACE_WORKERS_QUEUE_STATS_ID", sequenceName = "SEQ_ACE_WORKERS_QUEUE_STATS_ID", allocationSize = 500) @GeneratedValue(strategy = GenerationType.SEQUENCE, generator =…
Tomer
  • 17,787
  • 15
  • 78
  • 137
52
votes
4 answers

Binding JBoss AS 7 to all interfaces

I'm running JBoss AS7 in a standalone mode using ./standalone.sh. This binds JBOSS to only localhost. Is there a way to bind it to all the hosts, I mean 0.0.0.0. The older versions had the -b option to pass 0.0.0.0, I can't find any options to use…
Chander Shivdasani
  • 9,878
  • 20
  • 76
  • 107
49
votes
3 answers

What's the difference between standalone and domain on JEE6?

I'm starting an JBoss to use on the development, and I'm using it as standalone. I read that on the production environment the JBoss should be as a domain. I searched for that to understand what's the difference between than. But I didn't found any…
endrigoantonini
  • 1,191
  • 2
  • 15
  • 28
45
votes
1 answer

Jboss AS7 Deployment warning : does not point to a valid jar for a Class-Path reference

Im getting the below warning when deploy the .war in the jboss AS7. Any idea? (MSC service thread 1-4) Class Path entry commons-beanutils.jar in "/content/test-1.0.0.war/WEB-INF/lib/struts-1.2.9.jar" does not point to a valid jar for a Class-Path…
kds
  • 28,155
  • 9
  • 38
  • 55
43
votes
4 answers

Logback and Jboss 7 - don't work together?

I am having a curious problem. I had this Java application which was previously deployed in tomcat and happily used logback classic as an slf4j implementation. Now when we tried to deploy the same app in a jboss 7.1.final server it doesn't even…
Soumya
  • 1,054
  • 2
  • 16
  • 31
43
votes
6 answers

How do I shutdown JBoss AS 7 server?

I recently updated from jboss-as.7.1.0.CR1b to jboss-as.7.1.0.Final and want to shutdown running instance from the console. In previous versions the command $JBOSS_HOME/bin/jboss-admin.sh --connect command=:shutdown was available, but I do not see…
Thor
  • 6,607
  • 13
  • 62
  • 96
43
votes
8 answers

"HTTPS required" while logging in to Keycloak as admin

I am using Keycloak (version 1.0.4.Final) in JBOSS AS 7.1.1 server. The server is on Amazon AWS. I am able to start the jboss server with keycloak. i can see the keycloak default screen while hitting the URL - ServerIP:8080/auth But when i am…
Arjit
  • 3,290
  • 1
  • 17
  • 18
40
votes
4 answers

Spring3.2 and jboss as 7

How to resolve this warn? If i use Spring 3.2 i am see this warn: 14:24:19,014 WARN [org.jboss.as.ee] (MSC service thread 1-10) JBAS011006: Not installing optional component…
Rinat Mukhamedgaliev
  • 5,401
  • 8
  • 41
  • 59
40
votes
9 answers

How to change port number in jboss-7

I am using jboss-7 and I want to change the port number from 8080 to 7001. Which file do I need to change?
vivek rai
  • 2,109
  • 10
  • 25
  • 21
40
votes
4 answers

JBoss AS 7 not accepting remote connections

I am using JBoss AS 7 and trying to connect to my application using the IP (from a computer in the intranet). It is not working. If I test from the computer which has the server I can see the system running if I go through localhost…
Tony
  • 10,088
  • 20
  • 85
  • 139
36
votes
12 answers

Start JBoss 7 as a service on Linux

Previous versions of JBoss included a scripts (like jboss_init_redhat.sh) that could be copied to /etc/init.d in order to add it as a service - so it would start on boot up. I can't seem to find any similar scripts in JBoss 7. Has anyone already…
Andrey
  • 8,882
  • 10
  • 58
  • 82
1
2 3
99 100