Log in to follow, share, and participate in this community.
Thread JNDI binding in extension module READONLY exception
JNDI binding in extension module READONLY exceptionHi, 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 ...
JNDI over SSL Naming problemHi 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 ...
Hi therei'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...
Password encryptionHi 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...
Thread Not able to look up JNDI name using java:comp/env
Not able to look up JNDI name using java:comp/envHello 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...
JBoss 5.0.1 GA mail-service jndiHi 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> ...
omg.org.CosNaming.NamingContext_package.NotFoundHi, 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). ...
Thread Late binding of topic causing NameNotFoundException
Late binding of topic causing NameNotFoundExceptionHello, 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 ...
InitialContext.lookup returns nullMy 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
Thread [AS7.1.1] EJB JNDI Lookup confusion: remote vs local
[AS7.1.1] EJB JNDI Lookup confusion: remote vs localHi 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...
PortableRemoteObject.narrow() returns nullHello, 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, ...
Creating a queue and ConnectionFactoryHi, 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...
JBoss 4.2 ejb not boundHi, 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...
Thread lookup on ServletContextListener.contextDestroyed
lookup on ServletContextListener.contextDestroyedHi 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...
Thread JNDI Lookup fails in JBoss AS 7 [java.naming.CommunicationException]
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...