Log in to follow, share, and participate in this community.
Thread RemoteConnectionFactory uses hostname instead of ip
RemoteConnectionFactory uses hostname instead of ipHello everyone, i ran into a little problem here and maybe someone can help me with that. the problem occures if i use the authenticated initialcontext to lookup the remoteconnectionfactory (netty). within t...
Ear sufix in ejb jndi nameHello, I have problem with ejb jndi name. When I deploy my ear with sessions ejb(with annotations @Remote, @Stateless). The all names have ear name sufix for example test/SimplService But when I deplo...
How to obtain ejb reference in AS6?Here is the JNDI tree view: Global JNDI Namespace +- lhserviceear (class: org.jnp.interfaces.NamingContext) | +- TestService (class: org.jnp.interfaces.NamingContext) | |...
List all objects using JNDIHi all, I would like to generate a tree structure of all objects existing in JNDI starting from the root ("/") no matter if it is a JDBC connection or ann EAR application. I'd appreciate any ideas. ...
Context Lookup errori will explain my project breifly I need to create a webservice which calls an EJB that execute a query on a sybase database this database is a datasource on glassfish server ( i am using Netbeans 7.1.1 ) ...
spi.NotBoundExceptionHi all, first - sorry for mu English. I have following problem. I create the EJB3 bean DbCleanerBean which I want to be executed when JBoss (v5.0) starts. So I create the MBean AutostartService that is looking for t...
Thread How to bind objects to the java:jboss/exported from OSGI code
How to bind objects to the java:jboss/exported from OSGI codeHi, I'm migrating some code currently working when deployed in JBoss AS 5.1.0 to 7.1.1 I have converted what was originally a SAR based deployment to an OSGI bundle deployment. A service which was or...
JNDI over HTTPSHi all, I'm using JBOSS 4.2.3GA. I implemented JNDI over HTTPS and i'm struggling with problem for a few days now. I'm using the following code: Properties properties = new Properties(System.getProper...
Easy jndi sampleHi, Im trying to make a simple connection. Until now i was using Tomcat, and the only thing i need to do is include the next line in context.xml-> <Resource auth="Container" driverClassName="co...
JNDI not resolving localhost to 127.0.0.1Hello, I have an Amazon EC2 instance (could be any cloud server, or even any server I guess) running Open SuSE. I am running JBoss 4.0.4GA on there. When I do a JNDI lookup with a provider URL of "localhost:10...
How to create a JNDI string value on AS7?Hi, I'm looking to create a JNDI lookup for a String resource, but can't quite figure out how to configure it in AS7. I looked in the standalone-preview.xml file, but do not see any examples that would enable ...
Thread Get ejb3 from remote host (jboss 5.1) to jboss 4.x
Get ejb3 from remote host (jboss 5.1) to jboss 4.xHi, I'm trying to get an ejb3 from a remote host (that uses jboss 5.1) inside jboss 4.x. The code I use is the following: public void myFunction() { Properties jndi...
Thread Interoperability of EJB2/3 between JBoss EAP 4.3 and JBoss EAP 5.1.1
Interoperability of EJB2/3 between JBoss EAP 4.3 and JBoss EAP 5.1.1Hi All JBoss gurus, I had one geric question. Is Interoperability of EJB2/3 between JBoss EAP 4.3 and JBoss EAP 5.1.1 will work? Let's take my EJB2/3 application is running in JBoss EAP 5.1.1 and ejb c...
Thread JNDI Connectivity from JBoss EAP 4.3 to JBoss 5.1.1 EAP
JNDI Connectivity from JBoss EAP 4.3 to JBoss 5.1.1 EAPHi, We are facing issues in JNDI Connectivity from JBoss EAP 4.3 to JBoss 5.1.1 EAP server. EJB is deployed on JBoss 5.1.1 EAP(all configuration) and Client is deployed in JBoss 4.3 server. When clien...
HAJNDI problemHello, First of all I will try to describe goal we would like to achieve plus the configuration we are using. Application server version is JBoss 5. There are 4 nodes which form a cluster. All nodes a...
Thread NameNotFoundException with "Not Bound" message
NameNotFoundException with "Not Bound" messageI have a stateless EJB application packaged as jar file, where ejb-jar.xml, jboss.xml & persistence.xml files are there. I am using the lookup in a web application as below: I am doing lookup as: ...
JNDI binding and NameNotFoundExceptionI'm an EJB-newbie, so please bear with me. I'm running JBoss 5.1.0, and I'm trying to define/deploy/access a stateless session bean. It's my understanding that JBoss 5.1.0 conforms to EJB 3.0, and so I can...