Log in to follow, share, and participate in this community.
Thread JBOSS 4.2.3, JNDI, Bean Problem
JBOSS 4.2.3, JNDI, Bean ProblemHello, I would need some advice. i create my JavaBean Class: [code=java]package com.mycompany; public class MyBean { private String foo = "Default Foo"; public String getFoo() { ret...
JNDI Naming ExceptionI'm getting the below exception when I tried to call EJBs(Version 2.1) in JBoss EAP 6.2. Here my client and EJBs are the on the same JBoss Instance. Caused by: javax.naming.NameNotFoundException: jboss/e...
Thread Directory file migration from Websphere to JBoss AS7
Directory file migration from Websphere to JBoss AS7JBoss AS 7.1.1 OS: Linux Before, on Websphere server 8, I specified on the Admin Console: Resources --> URLs: JNDI Name: url/applicationSetting Specification:file:///my_server/files/app_setting.properties...
JNDI Setup on JBoss AS 7.1.1IDE: MyEclipse Server: JBoss AS 7.1.1 OS: Linux For the JNDI naming, on the Java side, I use: java:comp/env/jdbc/tester and on the Websphere Server (8), I specify jdbc/tester as the JNDI name. Now I am using...
CVE-2014-3518 and Jboss 4.2.3Hi, We are using Jboss4.2.3 as application server. We implemented the remoting module for Jboss4.2.3 using jboss-remoting.jar provided along with the Jboss4.2.3-GA package. We need to confirm whether the remo...
Thread Remoting Connection closing automatically after sometime.
Remoting Connection closing automatically after sometime.I'm have a remote gui client which makes ejb calles to my JBoss 7.1.1 Server. I was able to lookup and make calls to remote methods at initial stage. After some time i'm seeing an error messge as
2013-1...
Using JNDI as configuration storeHello, I want to use Wildfly's JNDI as storage for my configuration data. I've thought to store the entries under java:/app/env/... as it would allow me to deploy the ear multiple times and give each of the d...
jboss seam 2.2.2 no-transaction errorA complex application (oxAuth) based on JBOSS SEAM 2.2.2 failed the first time I'm asking for component. The problem was about getting the transaction. But this application didn't need transaction and didn't have jndi...
Thread Many open files jndi.properties by JBoss AS 5 process
Many open files jndi.properties by JBoss AS 5 processHi all, Last time we recieved that our JBoss AS 5 process is openning a lot of jndi.properties files, and not closing it. This cause that after few hours we are getting in server.log error "To many ope...
JNDI remote lookup with SSLHello all, I would like to make a remote JNDI lookup on a JBoss AS 7.1.1 which is SSL secured. Here is what I have done so far: on client side:
Properties props = new Properties();
prop...
sar archive unable to lookup ssbI have an ear file containing the following: ejb jar file war file sar file The war file is able to perform the jndi lookup for the ssb utilizing "java:module/BeanName!com.sts.ih.BeanNameRemote". Ho...
Thread Excluding mechanism GSSAPI because it is not in the allowed list
Excluding mechanism GSSAPI because it is not in the allowed listHi All, We try for several days to integrate SSO/kerberos in a jboss EJB application (not web) but we dont really know how to do this, even after having intensively look on the web. We can see in the trace the follo...
Thread Jboss 5.1 EAP JMS accessed by remote client
Jboss 5.1 EAP JMS accessed by remote clientWe have a JBOSS 5.1 EAP implementation with multiple queues . Currently all clients are internal clients and access the queues by performing local network lookups. New requirement to provide access to External ...
Thread EJB lookup from tomcat6 to the Jboss6.1.0 eap
EJB lookup from tomcat6 to the Jboss6.1.0 eapplease help for the jndi lookup for with remote ejb interface. my ejb services are deployed into local machine under servies.ear file . one web application deployed as an war file wh...
Integration Jboss 7 -- Tomcat 7 with JmsHello. I have a problem and would like to help me fix it. I develop an application with the server hosted on Jboss 7 and client on a Tomcat 7. On the client and server, I set the conte...