Log in to follow, share, and participate in this community.
Thread DayTrader3
DayTrader3Hi, I saw that DayTrader 3.0.0 was released about 6 weeks back. http://geronimo.apache.org/2012/07/13/apache-geronimo-samples-and-daytrader-v300-released.html I'm looking to grab this an...
Failed instantiate InitialContextFactoryHi, I am new to Jboss and have a requirement that exactly same like https://community.jboss.org/thread/156091 The solution that posted in the thread is working in console application but its not workin...
Local lookup failingHello, I'm a kinda newbie with JEE and Jboss 7 and I'm currently working on a project for school. I work with JBoss 7.1.1 and Eclipse. I just finished a part of my DAO and want to test it using TestNG. Since I use St...
Thread Unable to access EJB from a second JBOSS 7.1 server instance
Unable to access EJB from a second JBOSS 7.1 server instanceHi We have a Utility class with the following code inside it. private static Hashtable<String, String> initContextEnv = new Hashtable<String, String>(); private static final String PKG_IN...
Thread How to change default jndi binding strategy in JBoss 5.1.0
How to change default jndi binding strategy in JBoss 5.1.0Hey everyone! Is it possible to change the default naming behavior for EJB JNDI bindings in JBoss 5.1.0? Without using the LocalBinding/RemoteBinding annotations. I want something external to applcation code. ...
Thread Remote JNDI lookup of Clustered JMS HornetQ
Remote JNDI lookup of Clustered JMS HornetQHi, I am looking for some pointers to connect to a cluster via Remote JNDI lookup from a standalone client. I am able to connect via DiscoveryGroupConfiguration object from my standalone client but I...
Thread Error using JNDI datasouce on JBoss 7 for MySQL
Error using JNDI datasouce on JBoss 7 for MySQLI have spent many hrs try to fix the problem but no success. Googled and raed many related articles. followed this https://community.jboss.org/wiki/DataSourceConfigurationInAS7 also. I want to connect MySQL da...
Thread How to create Ldap Jndi for Spring Security
How to create Ldap Jndi for Spring SecurityWe are using JBoss 5.1 and using Spring Security and Ldap for the authentication. Right now we set the ldap contextsource in xml as below and it works fine. <security:ldap-server id="ldapServerAuthentication" ur...
Unable to find out Jndi port number?I am using jboss 5.1.0. I have created a JMS queue on server. I have written a standalone java client program to list all the queues on the server. In doing so, i need the jndi port number to do a intial context look...
Thread JNDI "failed to create url injector" in Web Application Deployment
JNDI "failed to create url injector" in Web Application DeploymentGreetings, We're attempting to migrate from JBoss 4.0.2 to 5.0.1 and are in the process of testing out our deployments, which are in this case separate web applications (portlets). Prior to deploying the webap...
Thread Put environment properties in jndi.properties file.
Put environment properties in jndi.properties file.Hello everybody, I was trying to create an InitialContext by using default constructor and putting environment properties into the attached jndi.properties file. I added jndi.properties to my classpath: <classpa...
JBoss7.1 JNDI subcontext handling failureUsing JBoss7.1.2-NightlyBuild2012-04-30 - due to another fix - i observe strange behaviour within JNDI: First destrying a subcontext seems not work, the subcontext is still available afterwards. The second is, that ...
Not working injection with ServiceHi all, I have this problem and I cannot get rid ot it! I have a JBoss service like this: {code} @Service() @Local(MyServLocal.class) @Remote(MyServRemote.class) @Management(MyServRemoteMan...
Lookups from jboss 7 to jboss 4Hello, a couple years ago I created and deployed 2 applications that work together on jboss 4. Now, I want to migrate one of them (because the other one is too coupled to jboss 4) to jboss 7 but I have a problem...
How to Change DefaultDS in jndi-nameI developed simple EJB application, in that application I used Jndi-name as DefaultDS It worked perfeclty no exceptions and data goto database now I want to change Default jndi-name to another name like (mySource) if ...
Context lookup with JBoss AS7Hello Everybody, Im' trying to develop a simple producer consumer application with JBoss and HornetQ. My problem is that I get a "Class not found exception" when I perform the "lookup" method. Here are some lines f...
Thread javax.naming.NameNotFoundException: persistence not bound
javax.naming.NameNotFoundException: persistence not boundHi I have an ear that consists of a ejb module and a war module. The SpringInitiServiceImpl (ejb) listed in the following jboss xml is in a jar file(sss.jar). The sss.jar file is in the lib folder in the ear r...
How to get configuration file in ear.my question is : My deployments files look like this: now ,I want to get setting.xml information in a.jar ,there is any way ? thank you so much. ...