• Randomly getting 'jms' not bound

    Hi,   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...
    Profile Photo
    last modified by sjunejo
  • Remote JNDI With IKVM

    Hi 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...
    Profile Photo
    last modified by haithamnor
  • How can i map java:/queues/myQueue to java:comp/env/myQueue

    Hi 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...
    Profile Photo
    created by abendt
  • Cannot map java:/JmsXA to web app resource as java:comp/env/jms/JmsXA

    Hello,   This is my first post.  I want to use a JMS ConectionFactory via a Resource Adapter, therefore I want the CF bound to "java:JmsXA".  I want to access this from a web application, but it cannot...
    Profile Photo
    last modified by chris.wolf
  • Call JNDI Remotely outside of JAVA

    Hi 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...
    Profile Photo
    last modified by haithamnor
  • restful webservice with ejb anotation @PersistenceContext

    hello 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"?...
    Profile Photo
    last modified by ronny.ron
  • container independent datasource jndi name in persistence.xml

    Hello,   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...
    Profile Photo
    created by jpsteck
  • JBAS014771: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.db

    14:52:31,473 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS01477...
    Profile Photo
    last modified by nichisoft
  • JNDI Remote Queue over web service

    Hi 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...
    Profile Photo
    created by haithamnor
  • Jboss JNDI properties under Tomcat

    Hi. 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...
    Profile Photo
    created by haithamnor
  • Configuring JNDI dynamically

    I'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...
    Profile Photo
    last modified by ars.ram
  • Monitor Messages In Queue

    Hi,,, 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
    Profile Photo
    created by haithamnor
  • JAAS

    Hi,   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...
    Profile Photo
    created by sunil_dixit
  • 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;  ...
    Profile Photo
    last modified by haithamnor
  • Remote Queue

    Hi,,, 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....
    Profile Photo
    last modified by haithamnor
  • JNDI HIBERNATE AND SPRING

    Hi   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...
    Profile Photo
    created by 7ab3rn4t3
  • Secure connection

    Hi,,, i would like to open secure connection (jboss 4.2.3) like:               connection = queueconnectionfactory.createQueueConnection("test","password"); ...
    Profile Photo
    created by haithamnor
  • How can i know my messages in jms queue

    Dear 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...
    Profile Photo
    last modified by haithamnor
  • 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=...
    Profile Photo
    created by hwellmann.de
  • Connecting DataSource in JBOSS 6 from outside the container or standalone java client

    Hi All,   We are using JBOSS 6, and Spring 3.0.8 and Hibernate.  We are using following configuration to connect to database with war application file for connecting to database.  The below works fine ...
    Profile Photo
    last modified by samir.patil