jboss « jndi « Java Enterprise Q&A





1. Problems with shutting down JBoss in Eclipse if I change JNDI port    stackoverflow.com

1st phase

I have a problem shutting down my running JBoss instance under Eclipse since I changed the JNDI port of JBoss. Of course I can shut ...

2. Declaring a JNDI variable in JBoss 4.0.5    stackoverflow.com

I want to declare a new JNDI variable in the JBoss 4.0.5 server. Can someone please explain how this can be done? waiting for your replies. Thanks.

3. Persisting byte array on the JNDI tree in JBoss    stackoverflow.com

As part of a Java EE application I'm developing on JBoss, I need to persist the contents of a file on the JNDI tree. I'm doing this by reading the ...

4. JNDI over HTTP on JBoss 4.2.3GA    stackoverflow.com

I've got a remote server on eapps.com that I'm using as my "production" server. I have my own computer at home that I'm using as my "development" server. I'm trying to ...

5. Can I make a WAR depend on a JNDI entry in JBoss 5.1?    stackoverflow.com

As part of an upgrade from JBoss 4.0.4 to 5.1, I am trying to get a WAR to deploy after an EAR is successfully deployed. JBoss 5.x does not support ...

6. problem configure JBoss to work with JNDI    stackoverflow.com

I am trying to bind connection to the DB using JNDI in my application that runs on JBoss. I did the following:

  1. I created the datasource file oracle-ds.xml filled it with the ...

7. problem configure JBoss to work with JNDI(2)    stackoverflow.com

in continuation to the question from last week: http://stackoverflow.com/questions/2828237/problem-configure-jboss-to-work-with-jndi I'm trying to bind datasource in JBoss and use it in my application. In my struggling, I already managed to avoid the javax.naming.NameNotFoundException ...

8. problem-configure-jboss-to-work-with-jndi(3)    stackoverflow.com

Sorry for opening new thread every time for the same problem. It's just that I'd like to refine my question during my investigation and it's hard to do it in stackoverflow ...

9. Configure JBOss cache to run on JBoss server 4.2.3.GA    stackoverflow.com

Our commercial application used to run on different application server and letely we started adjust it to run on JBoss server. The problem is that that application runs JBoss cache and as ...





10. JNDI - how it works    stackoverflow.com

If I understand correctly the default JNDI service runs on my local AS, right? So if I create an EJB and in jboss.xml (running JBoss) I name it "sth" than it ...

11. JNDI name not bound    stackoverflow.com

I'm going crazy trying to fix this exception: javax.naming.NameNotFoundException: lawless not bound This is a Stripes web app built in Intellij and being deployed on Jboss 4.2.3 (Using 4.2.3 because Stripes has ...

12. javax.naming.NameNotFoundException    stackoverflow.com

I am running an example of ejb using JBoss5 Container. I am using an example from here(Part one).
In the example I deployed bean in JBoss and an application in ...

13. JBoss 4.2.3 - UserTransaction not bound, not published    stackoverflow.com

I'm running JBoss 4.2.3. When I look at the JNDIView, I do not see UserTransaction in the Global JNDI Namespace. This is causing the following error in my webapp:

javax.naming.NameNotFoundException: UserTransaction not bound
at ...

14. how to disable HAJNDI on jboss-4.0.3sp1    stackoverflow.com

my test bed is 2 server which all run service based on jboss-4.0.3sp1, they are configured as cluster and has HA-JNDI online between 2 nodes. due to some framework change, i ...

15. How do I set a JNDI variable in JBOSS?    stackoverflow.com

I'm using JBoss 5.1 and I want to specify the location of my configuration files as a JNDI entry so I can look it up in my web application. How ...

16. difference bewteen and in Jboss.xml?    stackoverflow.com

I am new to EJB and trying to run some EJB (2.0) examples in Jboss 5. The execution is ok, but I found in the jboss.xml these lines:

<jboss>
    ...





17. JBOSS 7 - Osgi Bundles not present in JNDI TREE    stackoverflow.com

I have a bundle in JBOSS7 Bundle Repository. I want to lookup it from a WAR class throw JNDI, but in my JBOSS7.0.1.Final AS there is any trace of osgi in JNDI ...