1. Problems with shutting down JBoss in Eclipse if I change JNDI port stackoverflow.com1st phaseI 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.comI 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.comAs 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.comI'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.comAs 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.comI am trying to bind connection to the DB using JNDI in my application that runs on JBoss. I did the following:
|
7. problem configure JBoss to work with JNDI(2) stackoverflow.comin 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.comSorry 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.comOur 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.comIf 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.comI'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.comI am running an example of ejb using JBoss5 Container. I am using an example
from here(Part one).
|
13. JBoss 4.2.3 - UserTransaction not bound, not published stackoverflow.comI'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:
|
14. how to disable HAJNDI on jboss-4.0.3sp1 stackoverflow.commy 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.comI'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 |
17. JBOSS 7 - Osgi Bundles not present in JNDI TREE stackoverflow.comI 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 ... |