Log in to follow, share, and participate in this community.
Thread message driven bean never gets called
message driven bean never gets calledHello! I have problems with my message driven bean. My JBoss is Version 6.1. As described under https://community.jboss.org/wiki/HowToCreateJMSQueuetopicInAS6 I managed to create my queue "queue/searchtabQue...
waiting topic/queue creation queue/AI am new to jboss and i know the basics now i want to migrating from jboss3.2.8sp1 to jboss6.1.0 and see the console output as below what's wrong with my configuration.... do i require...
Thread Access EJB3 deployed on JBoss 5 from JBoss 7
Access EJB3 deployed on JBoss 5 from JBoss 7I have a lot of old services runing on 5.1.0 instances ... I now want to use these services by lookup from within a EJB3.1 Bean deployed on AS7.1. Obviously I will have to become a AS5 remote client for this, b...
Thread DEPLOYMENTS MISSING DEPENDENCIES in Jboss-6.1.0
DEPLOYMENTS MISSING DEPENDENCIES in Jboss-6.1.0I am getting the following error while deploying my ear file in Jboss-6.1.0... and i am using EJB 2.x this works fine in jboss-3.2.8.SP1...nw we are migrating to jboss-6.1.0... how can i overcome these errors? ...
Thread I'm not able to access my message driven bean from remote server
I'm not able to access my message driven bean from remote serverHi, I have created a mdb, I'm able to access it If my client is in same ear with my mdb. but I try to access the mdb from the standalone java program it threw the exception NamingException. Please help me out....
Nonsense username in custom login moduleI'm trying to implement a simple login module for JBoss AS 7.1.1, but the usernames sent from the client side are all nonsense hex strings like these: a6e14a87-49f2-4d2c-8add-ba8fc7c699d9 I've tried to...
Thread About using <transaction:ejb-transaction/> in components.xml
About using <transaction:ejb-transaction/> in components.xmlHello, I have a confusion regarding the <transaction:ejb-transaction/> tag in compoenents.xml. Why and when is it necessary? So far after doing some goole search, I have understood the following...
Ask for password in Jboss Server 3.2.5Hello, How can I ask for password when somebody try to access my Jboss Server 3.2.5 Note: I tried this 3.2.5/server/default/conf/login_config.xml <module-option name="usersProperties">jmx-...
JNDI Issue invoking remote ejbHello all I have two computers in a LAN in my home. Connfigured, deployed a sample EJB 2.2 application on Jboss 6 server on a computer . Now, from another computer i have created a client something li...
serious leak container doesnt call ejb remove() -- urgent plhi every body , i have a serious problem on a production server, we have an ejb dealing with DB actions. now after a few days i noticed in the web console that the create count just keep raising without any call to re...
Thread How to force te container to call a stateful sb's remove method
How to force te container to call a stateful sb's remove methodHello, I have a stateful session bean deployed. I have a remove method annotated with @Remove. But I never see it called. So how do I force the container to call it, in JBoss 7 ? Thanks, Eric J.
SFSB removal in jboss 5.1We're upgrading the jboss from jboss 4.2.3 to jboss 5.1.0, which is not a easy journey indeed, I will share the experience when all this get finished, we almost finished with one issue left. We used to call the remove...
Thread java.net.SocketTimeoutException: Read timed out
java.net.SocketTimeoutException: Read timed outI have successfully deployed the bean on the JBoss Server I am able to get InitialContext Object but When the server comes at ic.lookup() statement it waits for some seconds and afterwards the following Exception is t...
JNDI configuration in jboss.xml obsolete ?Hi, As EJB 3.1 tightened the screws on JNDI namespace format, wondering why there is a need for still maintaining JNDI specific configuration in the schema file. I mean, if the app server is going to do the bi...
ejb client and naming error - problemI'm very beginner in ejb programming so please don't be angry if the question is easy. Below is a code I wrote and it produces an error. What should I change to get this to work? I work with Eclipse Juno and JBoss 7....
Thread javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial
javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial