• ClassLoading Issue during migration from 4.2.1-GA to AS 6.0.1.Final

    I'm trying to migrate my application from JBoss 4.2.1-GA to AS 6.0.1.Final. I initially had few jar conflicts and DTD compliance issues which were fixed. But right now, I'm blocked with this issue which i've no clue a...
    Profile Photo
    last modified by chaithu.nck
  • Database persisted sessions for JBOSS 7.1

    Hi,   I want to use database persisted session in JBOSS7.1 , but i am not getting any article on this.   I have got an article in internet on this for server JBOSS4.0 which contain below steps.   Ste...
    Profile Photo
    last modified by sanjmand
  • Webservices in JBOSS

    Hi,   I am working on migration project and i need to migrate the code from Weblogic9 to jboss7.1.I have a WSDL file and which i need to use to create java artifacts , so i am trying to use the wsconsume task th...
    Profile Photo
    created by sanjmand
  • What means (MSC service thread 1-4) No ConfigurationProviders were registered

    hi chaps,   I'm working on a EJB-Project using AS.7.1.Final. Since I migrate from AS.4.2.3.GA I always get those strange messages:   (MSC service thread 1-4) No ConfigurationProviders were registered: Rewr...
    Profile Photo
    created by gsanders
  • Deployment "AAASessionBeanLocal" is in error due to the following reason(s): ** NOT FOUND Depends on 'AAASessionBeanLocal' **

    I am upgrading JBoss 5.1.0 to Jboss 6.1.0 and for some EJB3 beans i m getting deployment exception.   Please find below stacktrace     Failed to load profile:: org.jboss.deployers.client.spi.Incomplet...
    Profile Photo
    last modified by nik...
  • Logging best practice

    I've always heard and seen articles that says to turn off console logging in production for performance. Question is, if JBoss is started as a service, or through a script, and the log messages are not displayed on sc...
    Profile Photo
    last modified by lachen
  • Rewrite properties for servlet root context

    Dear all,       Now, I am beginner for jboss rewrite properties. I have been created two jsp/servlet projects. Both of projects' context path is "/" and servlet mapping is /abc.   ...
    Profile Photo
    created by htetnyi
  • How do I view contents of jboss queues?

    Hello All,   I'm a new jboss user.  Our hospital is now using jboss as part of our infrastructure.  This particular system is for medical records.   I understand that Jboss uses "queues".  M...
    Profile Photo
    created by boblc123
  • Jboss AS7 admin console not loading

    Hi,      I have installed the Jboss application server 7 and configuring it for the first time. I am using it on Windows 2003 server.       I have executed the sta...
    Profile Photo
    last modified by neeraj.tati
  • testing

    db issue
    Profile Photo
    created by icarusdb
  • how do I see server configuration file name through cli?

    Could somebody enlighten me how do I read current server configuration file through CLI? I see in /path all directories used by server but I can't find the place server configuration file name is being held.   T...
    Profile Photo
    last modified by akostadinov
  • How to connect to Mysql table in java?

    I am hosting a spring application on JBoss7.1AS standalone on my dev box and mysql on OpenShift. Using port forwarding, i am able to connect to mysql.   The issue is when i am trying to connect to mysql in thr...
    Profile Photo
    last modified by ravitadi
  • Is Quartz already cluster aware?

    Hello all,   I had a quick search on the forum, so apologize if I didn't see a similar topic about it.   I'm working on an application deployed on JBoss 5.1, and developers now need to move it in a cluster...
    Profile Photo
    last modified by a.novarini
  • JBoss 5.1.0 Community version - jgroups holding and not releasing half the oldGen available memory

    Have been pulled into a customer that is running a 4 node jboss 5.1.0 cluster for a NetIQ User Application server that provides end users the ability to register accounts, update passwords, and applications the abilit...
    Profile Photo
    last modified by mroyall
  • Can I Use Jboss EAP 6.1 in Production Environment?

    I see at this link JBoss Application Server Downloads - JBoss Community it is possible to download Jboss EAP 6.1. Is it lawful to use this version in a producion environment, or there is some restriction about that? ...
    Profile Photo
    last modified by sheriel
  • Maven JBoss-as: standalone/deployments remains empty

    Hello Comunity:   I have just installed Maven 3.1.1 and JBoss 7.1.1.Final. I can start the JBoss (using standalone.bat), and I could verify the Maven installation (using mvn -v). Everything OK so far. Then I ha...
    Profile Photo
    last modified by alan_2013
  • Communicate and url redirect between instances

    Dear all,      I am struggling with url redirection and communication between instances. Let's say, I have two jboss instances(node1 and node2) running with port 8091 and 8092 on same jboss serve...
    Profile Photo
    created by htetnyi
  • why is logging not showing in the log file when method is called from a xhtml page?

    background: I have a method that returns a list.  the method getNexusMembers()   @Name("nexus.functionManager.manageFunction") @Scope(ScopeType.CONVERSATION) public class ManageFunctionAction implements ...
    Profile Photo
    last modified by bhoman
  • The DataSource is UNKNOWN run state

    Hello,   I'm new to JBoss ... I have installed jboss-5.1.0.GA and run it in default environment Before running it, I've put under JBOSS_HOME/server/default/libmysql-connector-java-5.1.10-bin.jar and I've taken f...
    Profile Photo
    last modified by frankv
  • How to login programmatically from inside the JBoss 7 server?

    Hi guys,   I have some code that needs to login programmatically.   The code is running inside the application server in a thread that isn't managed by JBoss AS. It is neither a Web container thread, an EJ...
    Profile Photo
    last modified by nmoelholm