Log in to follow, share, and participate in this community.
Thread How to do global JNDI lookup
How to do global JNDI lookupHi, given that my global JNDI tree looks like this: global JNDI Namespace +- UserTransactionSessionFactory (proxy: $Proxy175 implements interface org.jboss.tm.usertx.interfaces.UserTransactionSessionFact...
Thread JNDI lookup JBoss 6 -> JBoss 5.1: ProxyFactory not found
JNDI lookup JBoss 6 -> JBoss 5.1: ProxyFactory not foundHello, I need to perform a remote JNDI lookup from a JBoss 6 to a JBoss 5.1 server. I get the following exception: Caused by: java.lang.RuntimeException: Exception while trying to locate proxy factory in JNDI...
Thread Failed to migrate HA EJB Messaging from JBoss 4.4.2 to 5.1
Failed to migrate HA EJB Messaging from JBoss 4.4.2 to 5.1Hy guys, I developed an clustered application in JBoss4.2 with two MQ queue in HA. Here all stuff goes well and every node was able to send message to both queues using HA-JNDI lockup. I’ve...
LDAP presistance issueWe are using External Context in jboss-service.xml for LDAP. When the LDAP server restarted jboss is not re-establishing the Context again. I use JMX console to stop and start the ExternalContext service manually. Is ...
Problem in HA_JNDI list.Hi all, using jboss-AS 6.0.0.Final "Neo", with ALL configuration, I'm unable to list jndi tree. I start a clean jboss, just downloaded, with ./run.sh -b 0.0.0.0 -c all I browse to http://localhost:8080...
JBoss autocommit problemHi all. After running my web application I get exception: java.sql.SQLException: You cannot rollback with autocommit set! My oracle-ds.xml: <?xml version="1.0" encoding="UTF-8"?>
<datasources>
<l...
Standalone JNDI/DatasourceHow can I start a standalone JNDI server with a datasource programmatically? I am able to start the naming server using the below code. How can I create a datasource and bind it so it can be looked up from a r...
@Depends not supported in Jboss AS 4.2.2 ?Hello, I've got a problem that seems to have already been solved on these forums... but the solution doesn't work for me. I have a Queue and a simple MDB that implements MessageDrivenBean, MessageListe...
Thread Unable to create the InitialContext object for JNDI service
Unable to create the InitialContext object for JNDI serviceHi, I am new to JNDI, Just I want to use the "Connection Pool" which is created by JBOSS server but unfortunatly I am getting the following error: Exception in thread "main" javax.naming.NoIniti...
Issue with HA JNDI and Singleton MDBHi guys, I'm trying to build an develop environment with two JBoss AS in cluster mode balanced via Apache mod_jk to deploy an EAR application with two WAR and two MDBs in HA mode. Un...
jndi standalone serverI am trying to run the standalone jndi server and I have followed the following two documentation links to the letter. I am getting the following error. Any help would be appreciated. Documentation Links Used =======...
Thread Getting the JBoss naming service with corbaloc
Getting the JBoss naming service with corbalocI'm trying to contact the JBoss Naming Service using the syntax of corbaloc. Since it's based on jacorb, it should be possible for a client (java o c++) to get the object reference of the JBoss Naming Service as follo...
datasource not bound?Hi ! I use jboss5.1.0.GA and set a datasource in it.I can get connections with lookup this datasource(context.lookup("java:/MSSQLDS")) in standalone application(MSSQLDS works well),but when i...
JNDI lookup issue - EJB not boundHi All, I am new to Jboss...We are migrating from WAS4 to JBoss4.3 and are running into issues for EJB. For all the EJBs, it is giving below exception: 2010-12-17 09:52:29,008 ERROR [STDERR] javax.naming.Nam...
java.lang.NoSuchFieldError: TRACE :Log4jLoggerPlugin.java:8Hi I am facing a problem with accessing the JBOSS. according to the exception it seems to me --- log related exception. when I call the following code Hashtable env = new Hashtable();
env.put(Context.INITIAL_CONT...
Lookup bean from AS 4.0.5 to 5.1.0I have an EJB3 stateless session bean deployed in AS 5.1.0 that I am trying to look up from some client code deployed in a remote AS 4.0.5 installation. The client isn't a true EJB client, just something that happens ...
Thread javax.naming.NameNotFoundException: Model not bound Deployment
javax.naming.NameNotFoundException: Model not bound DeploymentHi all, I am getting this error when deploying - Please help me running this simple ejb3 application : Failed to create Resource RemarksEJBS.jar - cause: java.lang.Exception:Failed to start deployment [...
EJB (SLSB) invocation ignores read timeout, blocks indefinitI have an application which is exposed as an EJB 3 stateless session bean, and which is running on a clustered environment of JBoss 4.2.3 instances under Java 6. In some cases, the service exposed by the SLSB never re...