• JNDI binding in extension module READONLY exception

    Hi, My component is deployed as an extension module. And I cannot use EJB annotation for resource injection since only web profile can be used.   So I try to do binding calling       ...
    Profile Photo
    last modified by hellen-z
  • EJB3 jndi lookup failed on JBOSS EAP only due to ProxyFactory not bound

    Hi,   My tests don't have problem with JBOSS 5.1.0 GA community version, it only happens on ENTERPRISE APPLICATION PLATFORM, tests failed during ejb3 sessionbean JNDI lookup, see message below:   <error...
    Profile Photo
    last modified by kevin.yuan
  • JNDI  error

    Properties prop = new Properties();             prop.put(Context.PROVIDER_URL, "remote://127.0.0.1:4447");          ...
    Profile Photo
    last modified by gjx_xiang
  • How to Configure TopicConnection Factory in JBOSS 5.1 ?

         Iam Migrating my aplication from Jboss 4.2 to Jboss 5.1 .      In Jboss 4.2 we configured Connection Factories in uil2-service.xml file.    Can any one please ...
    Profile Photo
    last modified by jp_b4u
  • JNDI over SSL Naming problem

    Hi everyone and thanks to anyone reading this post.   I've been struggling a few days, trying to change the communication of my client-server JNDI lookup from http to https. I'm using JBoss 4.2.0 and upgrading ...
    Profile Photo
    created by pfennig
  • Hi there

    i'm new with JMS and i wrote the folloing example import java.io.*;   import javax.jms.*; import javax.naming.Context; import javax.naming.InitialContext;   public class Qsender { public static void...
    Profile Photo
    last modified by haithamnor
  • Password encryption

    Hi Our security officer is quite unhappy about storing passwords in XML datasource descriptor. He thinks that anybody can read that and does't listen to the fact that only two people have access to the deployment dir...
    Profile Photo
    last modified by palik
  • Not able to look up JNDI name using java:comp/env

    Hello All   I am moving a code from RAD websphere to Jboss developer (JBOSS 5.1)   I am trying to look up JNDI name like Java:comp/env/jdbc/myDB but it simply binds it to "   Bound ConnectionManage...
    Profile Photo
    created by lalitawasthi007
  • JBoss 5.0.1 GA mail-service jndi

    Hi i want send a mail from localhost. My mail-service.xml:   <?xml version="1.0" encoding="UTF-8"?> <!-- $Id: mail-service.xml 62350 2007-04-15 16:50:12Z dimitris@jboss.org $ --> <server> &#...
    Profile Photo
    created by armun
  • omg.org.CosNaming.NamingContext_package.NotFound

    Hi,   I am using JBoss AS 7.1 with standalone-full configuration (with JacORB enabled).   My J2EE application (my_app.ear) contains an EJB3 JAR (ejb3_jar.jar) amd this contains a stateless EJB3 (MyEjb3). ...
    Profile Photo
    created by somostetoikilato
  • Late binding of topic causing NameNotFoundException

    Hello,         While performing lookup for a topic, I'm getting "javax.naming.NameNotFoundException: topic not bound" when jboss server getting re started. This exception is coming ...
    Profile Photo
    created by debayan
  • InitialContext.lookup returns null

    My jboss is in linux machine and my client application is running in a windows machine. The problem is from my java client application initialContext.lookup method returns null
    Profile Photo
    last modified by mashiur_valo
  • Remote connection failed - Authentication failed: all available authentication mechanisms failed

    Hello everybody, I implemented this queue writer: package writer;     import java.io.IOException; import java.util.Properties;     import javax.jms.Connection; import javax.jms.ConnectionFact...
    Profile Photo
    created by lauradp
  • [AS7.1.1] EJB JNDI Lookup confusion: remote vs local

    Hi all,   I have read the docs regarding remote JNDI lookup, but somehow it doesn't seem to match my first-hand experiences. I hope someone can clear this up for me.   My application basically looks like t...
    Profile Photo
    last modified by philippn
  • PortableRemoteObject.narrow() returns null

    Hello, I fairly assume this problem is related to my other topic "RMI-IIOP": I've deployed a Stateless SessionBean using IIOP bound to JNDI "mytest/MyBean" (even verified by JNDIView). I've implemented a C#-Client, ...
    Profile Photo
    last modified by one_special_user
  • Creating a queue and ConnectionFactory

    Hi,   if I create a queue with the command [standalone@localhost:9999 /] jms-queue add --queue-address=TestQ --entries=queue/TestQ --durable=false I can't find this queue with InitialContext().lookup("queue/Te...
    Profile Photo
    last modified by rsmrsmrsm
  • JBoss 4.2 ejb not bound

    Hi, My JEE app contains a simple ejb session. When I deploy the EAR on JBoss the console says: [EjbModule] Deploying Calc 00:46:30,578 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'Calc' to jndi 'env/ejb/CalcLoc...
    Profile Photo
    last modified by _steph
  • lookup on ServletContextListener.contextDestroyed

    Hi everybody!   I'm using JBoss as 7.1.1.   I want to release some resources when my application stops (undeploy or server instance shutdown). The resources are located in jndi.   Currently I'm usin...
    Profile Photo
    created by gkalabin
  • JNDI Lookup fails in JBoss AS 7 [java.naming.CommunicationException]

    Hi,   I have successfully created and deployed a datasource in my jboss as 7. I tested with jboss CLI and I got the success message like   [standalone@localhost:9999 /] /subsystem=datasources/data-source=j...
    Profile Photo
    last modified by kousikraj
  • JNDI and Seam Component

    Hello,   Is there a way to lookup a Seam Component? Does anyone have an example? I am using Seam 2.2.0 and JBoss AS 5.1.   Thanks!
    Profile Photo
    created by filipeeferreira