Couldn't initialize OracleLobHandler because Oracle driver classes are not available Hi Friends, I am facing following exception when I run application. War file is getting deployed successfully, also I have succesffully created datasources in jboss admin using loaded oracle driver by deployin... Apache Fronted MOD_AJP to JBossAS7 8443 PORT? I hope someone may have a suggestion on how to resolve an issue we are having: We have an environment / architecture that fronts all our production JBoss AS7 servers with Apache handing off all the 8009 traffi... remote EJB invoke - problem with database authorization Hi! i need to call stateless EJB methods remotely from client console application .. i suceeded in doing this with authorization via propeties files (application-roles.properties, application-users.properties), but w... Deploying an application from an external deployment location Just like previous versions (AS5 and AS6), JBoss AS7 allows you to deploy applications from an external deployment folder. i.e. you don't have to place the deployment within the JBoss AS installation directory hierarc... java.lang.ClassNotFoundException: org.springframework.context.ApplicationContext Hi: I have a problem with an app,this app is a .ear project ,this project is running well is jboss3 ,now i put this project in jboss eap6.1 the spring version is 2.5.6,the jar is in t... Deploying an application from an external deployment location Hello, i have use jboss 7. jboss 7 in deploy application default path is a :->C:\jboss-as-web-7.0.0.Final\standalone\deployments i have set custom path for deploy application like:-C:\jboss-... How to create worker node in Jboss 7 Hello, i have use jboss 4.2 versions. i have set worker node in jboss 4.2 Ex. C:\jboss-4.2.2.GA\server\rai RAI folder in successfully deploy application but how to change in jboss 7 and eclipse se... JBoss AS7: How Do I? General Questions How do I set system properties? http://community.jboss.org/wiki/JBossAS7SystemProperties How do I list all system properties? http://community.jboss.org/wiki/JBossAS7OverviewOfAllSystemP... Is collocated topology for messaging supported with Jboss7.1.1 final (embedded HornetQ2.2.13)? Hi, I have configured cluster for messaging. However, on failover, messages in queue of a down node are not processed by the other node. Hence need to configure HA. For HA, Is collocated topology for messagi... Jboss7.1.1-final messaging clustering - will messages in queue be picked up by the another node if the node goes down Hi, I have configured cluster using standalone-full-ha.xml. It has 2 nodes(Active and standby). I can see both nodes processing the messages. At one point message count of one node is 0 and other node has som... Creating and maintaining a 7.2.x branch of JBoss AS I am planning to deploy JBoss AS 7.2 into production. I would prefer to have zero candidate release dependencies deployed in production. Those being Hibernate 4.2.0.CR1 and HornetQ 2.3.0.CR1. Upgrading Hibernate is fa... Can i add/remove modules using JBoss CLI in Jboss AS 7.1.1 When i am trying to add a module using below CLI command, i get module add as Unexpected command. Is adding/removing modules using CLI in AS 7.1.1 permitted ? [standalone@localhost:9999 /] module add --name=o... IllegalAccessException on Serialization of JSR-310 classes We are currently replacing the java.util.Date classes with classes from the java 7 backport of JSR-310. When using org.threeten.bp.LocalDateTime as parameter in a local ejb call on JBoss 7.2 we get the followi... Ignoring 'stateful' option on lookup of home interface Hi, Please let me know if stateful ejb bean is created if this warning appears. 19:21:02,729 WARN [org.jboss.ejb.client.naming] (http-localhost-127.0.0.1-80-1) Ignoring 'stateful' option on looku... Disable verbose exception logging If a user tries to log in in my application without valid credentials, a LoginException (security-subsystem), an EJBAccessException (invocation failed) and an EJBException (answer to the client) get thrown and logged.... Security domain default cache I am working on JBoss AS 7.2, and try to use a default cache on custom security domain, but I see that the login module is called for each request. Do I need a special configuration to use the security ... server-groups in standalone mode Is it possible to define server-groups or something in that line using a single standalone xml my any means, and then have multiple servers instances with port offsets running? How to stop multiple instances on same linux host in jboss-7.1.1 final? I am able to shutdown the node which is present in standalone folder by : ./jboss-bin.sh --connect command=:shutdown But i have 10 standalone folder for 10 different ports. For ports other then in standalone folder: I... java.lang.ClassCastException: oracle.sql.CLOB cannot be cast to oracle.sql.CLOB Hi, I have included ojdbc6.jar in global modules folder and in oracle module folder. I am getting this exception. When I remove one copy of ojdbc6.jar from global modules jboss 7.1 server says NoClassD... j_exception is empty when login failed ( javax.security.auth.login.FailedLoginException) Dear all, i configured a form based login in JBoss 7.1.3. The authentication works fine. When user enters correct user data, he is logged in and can work. If the user enters incorrect user data he is thrown t...