• Where is base JBossAS (not EAP) living these days ?

    I note that the EAP versions 6.x say that they are built from JBossAS 7.x, but I'm having the devil of a time trying to locate the old-school binaries zipfiles for anything past 7.1.1.   Does the JBossAS project...
    Profile Photo
    last modified by ftg314159
  • RESTEasy application deployment error - java.lang.NoClassDefFoundError: javax/enterprise/inject/spi/AnnotatedType

    Hello,   I’m using JBOSS 5.1.0  GA and developed a web application with RESTEasy. I’m able to deploy the war file under the ‘web’ configuration (and everything works fine) but when ...
    Profile Photo
    last modified by vios
  • Jboss 6.1 - secure JMX invoker

    Hello,   I'm working with Jboss 6.1.0 Final.   I've found artice: https://community.jboss.org/wiki/WhichRemoteInterfaceShouldIUseForTheMBeanServer. This article shows how to call JMX services from remote ...
    Profile Photo
    last modified by lysy78
  • In Jboss server how to configure page index.html to be called from machine ip instead of localhost

    I have installed jboss-as-7.1.1.Final on my machine, I have index.html in my C:\jboss-as-7.1.1.Final\standalone\deployments\XYZ.war file, just wanted to know some way in which i can configure jboss so that i can call...
    Profile Photo
    last modified by nil5286
  • Service Binding Manager limits.

    Hi there,   I would like to know if the the Jboss Service Binding Manager has a limit for binding ports.   Besides the default ports:   ports-default: The standard ports, for instance JBoss HTTP is ...
    Profile Photo
    last modified by leofran
  • Configuring multiple virtual-server and testing

    Hi,   I need to configure multiple virtual-server, to support multiple domains. Here is how it is configured,   <virtual-server name="default-host" enable-welcome-root="false" default-web-module="abc"&g...
    Profile Photo
    created by cjayaprakash
  • [org.jboss.resource.connectionmanager.CachedConnectionManager] Closing a connection for you.

    Hi, I'm running JBoss 6 and have an application with EJB and JPA and suddenly I start receiving this messages in console every time a query is done:   14:06:27,487 INFO  [org.jboss.resource.connectionmanage...
    Profile Photo
    last modified by jluna
  • Configuring LDAP for AS7 management

    Hello,   I am trying to set up LDAP authentication for the management console in JBoss AS7. I have a vanilla install that I am running in standalone mode. I have followed the documentation (Use LDAP to Authentic...
    Profile Photo
    last modified by jpsworkshop
  • memory allocation issue

    Hi there,   I would like to know how exactly can I determine if the memory settings that I set in the run.bat are actually being used or not? I'm using JBoss 4.0.2 with java 32 bit over windows server 2008. I ...
    Profile Photo
    last modified by roy_h
  • JBOSS 5.1 not able start

    Hi   when i start jboss it giving below exception.required jars are available in JBOSS_HOME/lib folder.Can anyone suggest.   Calling D:\treddy\jboss-5.1.0.GA\bin\run.conf.bat =============================...
    Profile Photo
    last modified by mehar4457
  • How do I secure the data source connection in JBoss?

    Hi,   We have deployed our application in Jboss 7. In standalone.xml, we have configured a data source to connect to our oracle DB as shown below. We are planning to migrate from Plain JDBC to SSL version of JD...
    Profile Photo
    created by dattu
  • [JBoss AS 7.1] Wildcard module name in jboss-deployment-structure.xml

    Hello   thre´s a way to wildcard a module name in jboss-deployment-structure.xml?   I´ve tried to do this: <jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.1"> ...
    Profile Photo
    created by garrydias
  • Getting Error while deploying application in domain mode.

    Unknown error     Unexpected HTTP response: 500  Request { "operation" => "composite", "address" => [], "steps" => [ { "address" => [ ("server-group" => "main-server-group"), ("deployme...
    Profile Photo
    last modified by sumedh_kakde
  • ERROR while starting jboss as 7 in domain mode

    I am trying to start Jboss in domain mode. It is throwing exception but it is running fine in standalone mode.   D:\jboss-as-7.1.1.Final\bin>domain.bat Calling "D:\jboss-as-7.1.1.Final\bin\domain.conf.bat" ...
    Profile Photo
    last modified by sumedh_kakde
  • Cross dependency between ear and war file in Jboss eap 6.0

    Hi ,   I have an ear file called "financial.ear" which contains libraries and  a jar file having common classes to be used by other ears.I have a war file called "partner.war" have dependency on the "financ...
    Profile Photo
    last modified by sanjmand
  • Deploy api.war on domain mode

    Hi,   I had created an api.war using Eclipse on OpenSHIFT and exported it   Now, I had installed JBOSS 7.1.1 on DigitalOcean and runned it on domain mode (Because we need more resources) but I can't deploy...
    Profile Photo
    last modified by nathanscp
  • cluster node issue on JBOSS 4.2 prod

    HI All   I wanted to urgently remove the cluster node detection on JBOSS 4.2.3 on my production app server , where do I do this.   Server A , Server B(new server)   Server A now detects Server B whic...
    Profile Photo
    last modified by vidu
  • Android client to send Msg to Queue deployed using hornetQ in Jboss

    Hello ,   I want to implement a client on Android, which sends the messages to Queue/Topic deployed using hornetQ in JBoss. It is not possible to establish the connection in Android using JMS and hornetQ, as t...
    Profile Photo
    created by alexpass
  • How can I make an atomic deployment (replace) on JBoss AS 7

    Hi all, I'm working on a fully automated deployment process using JBoss AS CLI. I have the requirement of make an atomic deployment of an existent application. I define the process this way:   There is a JBoss A...
    Profile Photo
    last modified by azagthot
  • jboss-as-7.1.0.Final: Getting java.lang.IllegalStateException: Header count exceeded allowed maximum: 128

    I am using jboss-as-7.1.0.Final as the server with Eclipse Kepler. I am trying to create a Spring+Maven+Hibernate Application. The deployment happens fine but when i try to access the page locally @ "localhost:8080/Ap...
    Profile Photo
    created by yeboss