Log in to follow, share, and participate in this community.
Thread Randomly getting 'jms' not bound
Randomly getting 'jms' not boundHi, I am using jBoss 4.2.3GA release and ranomly one of my MDB fails to lookup java:comp/env/jms/jmsConnectionFactory resource which is mapped to default jboss 'java:ConnectionFactory'. sometime it works...teh...
Remote JNDI With IKVMHi There,,, i connect to remote jboss server by using Java(eclipse) , so i succed to send and receive messages from remote server and at the same time i convert same java code to DLL by using IKVM and from DOT NET w...
Thread How can i map java:/queues/myQueue to java:comp/env/myQueue
How can i map java:/queues/myQueue to java:comp/env/myQueueHi all, i'm currently porting an application to JBoss AS 7. The old code accesses Ressources using @Resource: @Resource(mappedName = "myQueue")
Queue myQueue;
I tried to use jboss...
Call JNDI Remotely outside of JAVAHi expert, I create JAR file for class in eclipse like: Package Haitham import java.io.IOException; import java.net.URISyntaxException; import java.rmi.RemoteException; import java.util.Properties; imp...
Thread restful webservice with ejb anotation @PersistenceContext
restful webservice with ejb anotation @PersistenceContexthello im trying to create a restful application with ejb annotations but the persistenceContext is always null when entering the websevice the web.xml looks like this: <?xml version="1.0" encoding="UTF-8"?...
Thread container independent datasource jndi name in persistence.xml
container independent datasource jndi name in persistence.xmlHello, I'm setting up a prototype application that has to be container independent, as far as possible. I started with Jboss-as-7.1.1, and now I'm trying to migrate this prototype to Glassfish 3. Fir...
JNDI Remote Queue over web serviceHi everybody,,, iI create a web service to send a message, for local queue on local PC (127.0.0.1) it is correcte but for remote queue (192.168.20.35) as same queue name on remote PC return < D queue n...
Jboss JNDI properties under TomcatHi. I am using JBOSS 4.2.3 and Tomcat 7. so while lookup JNDI ( prop.setProperty("java.naming.factory.initial", "org.jnp.interfaces.NamingContextFactory"); prop.setProperty("java.naming.factory.url...
Configuring JNDI dynamicallyI'm working on struts2 with hibernate 3.3. I'm new to this environment. I'd like to know how to configure JNDI datasource on EAP Jboss 6.0 dynamically and use driver jar file from my project war file, without manually...
Monitor Messages In QueueHi,,, can i integrate Jboss Queue with ActiveMQ? so if i sent a message to JBoss Queue Automaticly and at the same time appear in ActiveMQ Queue Web Page (http://localhost:8161) thx
JAASHi, I want to use JAAS ( cofigured on jboss 7) module for authenticate & authrorised client program so that it can use all secured EJBs running inside the container.To configure JASS in JBOSS 7 I have done...
How to connect to remote queue?Hi i'm trying to run JMS Java Application(Jboss4.2.3) on Remote server that grant permission to me so I wrote the following code: package test; import java.io.IOException; ...
Remote QueueHi,,, i wrote java Application(jboss 4.2.3) to connect to remote queue, i configure JNDI settings: Properties prop = new Properties; prop.setProperty("java.naming.factory....
JNDI HIBERNATE AND SPRINGHi I get a javax.naming.NameNotFoundException: jdbc not found I use hibernate spring with jndi in my web-context.xml I have <bean id="dataSource" class="org.springframework.jndi.Jndi...
Secure connectionHi,,, i would like to open secure connection (jboss 4.2.3) like: connection = queueconnectionfactory.createQueueConnection("test","password"); ...
How can i know my messages in jms queueDear All,,, Greeting, I have tow consumers that sending messages to same Queue in jboss 4.2.3, my question is: How can i know or recieve only my messages? if some one know about it, pls provide me an example...
Thread AS7: Effect of use-java-context in Resource Adapter Configuration?
AS7: Effect of use-java-context in Resource Adapter Configuration?I've configured a connection factory like this: <connection-definition class-name="org.apache.activemq.ra.ActiveMQManagedConnectionFactory" jndi-name="jms/ConnectionFactory" enabled="true" use-java-context=...