• Failed to connect to localhost:1099

    Hi, I am using jboss 3.2.5 application server for my application and its working fine. But recently my admin configured the same in some other machine and he can able to start the server using run script, when he tri...
    Profile Photo
    last modified by rasa
  • Warning "Could not unbind factory from JNDI: org.hibernate.engine.jndi.JndiException" on Wildfly 9.0.1 shutdown

    I am migrating my enterprise application from Jboss 5.0 to Wildfly 9. On shutting down Wildfly , I am seeing the following exception in the console.   17:12:09,632 WARN  [org.hibernate.internal.SessionFacto...
    Profile Photo
    last modified by allen.antony
  • How to Access EJB over HTTP in remote machine?

    hello everybody, I am having problem to access EJB over HTTP in remote machine. I have to access EJB which is running in remote server. In between two EJBs, there is routing IP as these are running in different netwo...
    Profile Photo
    last modified by ritesh163
  • Remote JMS connection over NAT'ed IP

    Hi, I am trying to connect to a remote JMS queue from my JBoss Server 4.0.3SP1 and using JBossMQ. The other server also hosts JBossMQ. The machines involved and their IPs are as below: The client Machine: Name: XYZ...
    Profile Photo
    last modified by swatkat1976
  • Binding a JNDI name from a remote client

    I have a Java application that connects to my WildFly 10 server. I want to be able to bind a name for my client into the JNDI on the standalone WildFly server. I am trying to bind the name: java:/Name-1 However, I kee...
    Profile Photo
    last modified by kc7bfi
  • Binding Dynamic Remote Object in Jboss 7.1.1

    Hi,   I have been trynig to bind object to Jboss 7.1.1 JNDI using the following code:   public static void main(String[] args) {   final Hashtable<String, Object> env = new Hashtable<Strin...
    Profile Photo
    last modified by avis71
  • Request Parameter for HttpNamingContextFactory

    Hi,   JNDI over HTTP from a swing client needs HttpNamingContextFactory. Is there a way to set an HTTP request attribute / cookie while getting the HttpNamingContextFactory? The reason is there is a SAML proxy...
    Profile Photo
    last modified by rupeshmg
  • Bind custom object to JNDI

    Hi, I wouldn't say this is a problem, I'm just curious of internals which might be a problem as I managed to achieve binding custom object to JNDI via ServiceActivator etc. I don't like how code looks like and it us...
    Profile Photo
    created by rssole
  • How to view the jndi tree?

    hi like weblogic can we see all the bounded jndi names and all? if so how?
    Profile Photo
    last modified by yaragalla_murali
  • javax.naming.NameNotFoundException: Name not found

    Hi ,   I have integrated JBoss 5.1.0-GA and Tibco EMS(Remote) on SSL as per the TibcoIntegration Document. After completing all the required configs, I am getting the following exception when I deploy my ear (wh...
    Profile Photo
    last modified by sarraju
  • Cannot bind transaction factory in CORBA naming service

    Hello, I am running JBoss 4.0.5 with SDK6. On the server there are two Jboss and both server have the same problem. I am been tried only one Jboss and it is still problem. I don`t know, what ist problem. =========...
    Profile Photo
    last modified by argonist
  • How to configure custom URL JNDI name binding in JBOSS

    Hi,   We are using some custom URL name space for JNDI look up. This has been configured in WAS Admin Console --> URl Providers. Can any one suggest me how to do the similar settings in JBOSS. I am using in ...
    Profile Photo
    last modified by jagadeeshj1
  • java.lang.ClassNotFoundException: org.jnp.interfaces.NamingC

    JBoss 4.0.4-CR2, EJB 3.0 I have a client which accesses EJB's successfully when I create the InitialContext as follows: ctx.addToEnvironment("java.naming.factory.initial", "org.jnp.interfaces.NamingContextFactory...
    Profile Photo
    last modified by forumer
  • JBOSS AS7 EJB invocations remote client vs remote server

    I know that with JBOSS AS7 exist two ways remote EJB invocations: via JNDI-EJB client API or remote-naming project. All the examples that I've read uses EJB client API to invoke from a remote standalone client and the...
    Profile Photo
    last modified by giuseppe.valentino
  • spring 3.x + jboss 7.1.1: how to get the datasource from jndi

    Hello everyone, I have to go into production with my web application. The application server is JBoss 7.1.1. So I was looking for moving the datasources from the spring application context to the container. I confi...
    Profile Photo
    last modified by settholo
  • jbossTM +spring+myibatis don't do rollback

    <!---        Resources.xml  --->     <bean id="transactionManager" class="org.springframework.transaction.jta.JtaTransactionManager" >     ...
    Profile Photo
    created by leru
  • Remote JNDI lookup with Jboss EAP 6.3 not working

    I am running jboss EAP 6.3 on my local machine. On same machine I am running another application which needs to communicate with jboss bean remotely Following is a partial code :        ...
    Profile Photo
    created by pkarwar
  • Using JNDI to connect to Websphere MQ, without hardcoded info

    Hi,   I'm struggling with JBoss to properly use a JNDI connection to completly make a connection to Websphere MQ Series, to feed an MDB.   I need some help, I'm trying to "sell" the idea of JBoss for this ...
    Profile Photo
    last modified by zecas
  • JBOSS NoInitialContextException

    I have just started working with NetBeans. I registered jboss AS 6.1 with NetBeans and created a sample application using a tutorial. You can refer to the application creation below if you feel like:   Link to t...
    Profile Photo
    last modified by harsh.vardhan
  • getting a JDBC connection through JNDI on JBoss 6.x

    I have an application using JSF (primefaces 4) + JPA on Jboss 6.1 All my DB mapping is made through annotation and my DAOs extend a generic DAO configured by a Factory Producer Factory Producer I declare my Entity ...
    Profile Photo
    created by erico.mtx