Thread An error in deployment - MBeans waiting for other MBeans
An error in deployment - MBeans waiting for other MBeansI run JBoss 4.2.1 and I want to deploy an app , but I get this --- MBeans waiting for other MBeans --- ObjectName: jboss.web.deployment:war=ipc- client-2.16.00.war,id=-1181707877 State: NOTYETINSTALL...
Thread javax.naming.NameNotFoundException: IPC_DB not bound
javax.naming.NameNotFoundException: IPC_DB not boundHello all of you, I work with jboss 4.2.1 , jdk 6 and oracle XE 10g I put in oracle_ds.xml following : <?xml version="1.0" encoding="UTF-8"?> <datasources> <xa-datasource> ...
about overrive MDB configurationwhen i override MDB configuration, I got some exception in Jboss 5.0GA 2008-12-15 13:17:27,730 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to Create: name=jboss.j2ee:jndiName=...
Read InitialContext from jndi.propertiesI modifed jndi.properties file and added file to application class path. I am getting connection refused exceptions.If I provide jndi properties in my code and do not provide java.naming.provider.url property in j...
Thread How to call a remote interface in ear from stand-alone sar (MBean) ?
How to call a remote interface in ear from stand-alone sar (MBean) ?Hi, hello everyone, I am new here and already have a question to this annoying circumstance. I thought it's a simple task, but it already took me days by now. I have a complete and fine working ear (in...
Thread You are trying to use a connection factory that has been sh
You are trying to use a connection factory that has been shhi, I am trying to use xa-datasource configuration for derby with my application deployed on JBoss 5.0.0GA(on Linux with jdk version 1.5). I asked this question from JCA forum and now since this looks like a JNDI prob...
Thread Upgrade JB6.0.0->6.1.0, now JMS ConnectionFactory not bound?
Upgrade JB6.0.0->6.1.0, now JMS ConnectionFactory not bound?Our application has been running fine on JBoss 6.0.0-Final for quite a while now. It uses HornetQ via JMS, and it uses Spring 3.0.6 to configure the queue listeners and senders. When we upgraded to JBoss 6.1.0...
Custom global JNDI namesHi all, Could anyone tell my if it's possible to create custom global JNDI binding for an EJB on JBoss 6.1.0 ? I would like that my ejb was always bindened to the exactly same name not depending on ear/jar nam...
Global JNDI namespace and Hibernate.Hello, I am using JBOSS 6. The problem is that we need to remove the server Hibernate libraries, so there is no conflict at boot remove the service "hibernate-deployer-jboss-beans.xm"l, up here all right, the prob...
EJB 3.1 Global JNDI namesHello, I am testing on JBoss 6 some of the new EJB3.1 features. On JNDIView in JMX Console I see that I am getting the same JNDI naming as with JBoss 5.1 Do I have to make any changes in JBoss or in any xml deployment...
finding JMS resources with java:comp/envHi, I am new in JBoss, so, what i need to do is, find a topic (JMS) but with the following configuration: Context ctx; ctx = new InitialContext(new Hashtable(env)); ctx = (Context)ctx.lookup("java:comp/env");...
java:comp/ vs java:I am trying to lookup TransactionSynchronizationRegistry using JNDI from a pojo. When I try new InitialContext().lookup(java:TransactionSynchronizationRegistry) the lookup is successful however ...
Thread Not able to call weblogic queue from jboss 5.1.0.GA server
Not able to call weblogic queue from jboss 5.1.0.GA serverI am having problem connecting the weblogic queue from jboss 5.1.0.GA server. Here is the what I am getting in the server log. ------------------------------------ 2009-07-21 15:43:16,258 WARN [jacorb.orb] (http-127...
InitialContext#lookup does not timeoutI've got an issue where InitialContext#lookup will hang forever doing a lookup if there is a problem with the network. I appreciate this is the default settings of the TCP sockets to wait forever, so I've tried to con...
Thread Help with Quartz MBean Service under JBoss using JNDI?
Help with Quartz MBean Service under JBoss using JNDI?I am calling scheduler from a Java Console application. JBoss is running on localhost. I am trying to use Quartz Scheduler that has been deployed as a Service under JBoss using the supplied MBean service.xml. In the J...