• JBoss 7 : How & where to define the custom resources?

    Hi,   I am moving from tomcat to jboss 7.   I had custom resource-factories in tomcat under context.xml. I want to use them also in Jboss.   I have defined the references to it in web.xml & jbos...
    Profile Photo
    created by absa
  • JNDI remote alter protection using NamingServerGuard in JBoss 6.1.0

    Hello,   We are using JBoss 6.1.0-final to remotely invoke EJBs. Using both the RMI invocation and also the HTTP invoker setup. We use the JNDI service for lookups, but it seems to not only allow remote lookups...
    Profile Photo
    last modified by tiputini
  • Server and client versions incompatible in jboss 7.1.1

    Hello All,   I am getting following exception when i run client from remote machine. same client If i run on the local machine (same as server) then it works properly.   Dec 5, 2013 2:53:53 PM org.xnio.Xn...
    Profile Photo
    last modified by patilpr13
  • Caused by: javax.naming.NameNotFoundException: xx/yy -- service jboss.naming.context.java.xx.yy error

    I have a spring application which has a persistenec-unit names yy but I can't figure out where xx is coming from. If I do a search for xx.yy nothing is found.   Can anyone give me any ideas?
    Profile Photo
    created by mschwery
  • Rebinding value of variable in JNDI (JBoss AS 7.1.1.Final)

    Hi all! I have some variable JNDI binding in standalone.xml         <subsystem xmlns="urn:jboss:domain:naming:1.1">          ...
    Profile Photo
    created by mrharison
  • jboss 7.1 bind to jndi programmatically

    Hi,   How to bind programmatically to jndi on jboss 7.1 Context.bind throws exception. What are the other ways to do it?
    Profile Photo
    last modified by second_ffgf
  • EAR on jBoss EAP 6.1.Final not able to find res-ref

    I am trying to port my application to jBoss EAP6.1.Final and while deploying my ear with currently only one EJB 2.1 module is activated I am getting following errors; 20:34:42,120 INFO [org.jboss.as.controller] (Contr...
    Profile Photo
    last modified by sjunejo
  • ear deployment in EAP6

    I am having issue deploying ear in jboss EAP6. when I have project.version number in the ear (eg: cvm-5.2.2.ear)  and deploy, I have errors attached. If no versions are added to the ear it is deploying fine.
    Profile Photo
    last modified by mrsama80
  • Why datasource JNDI name has to start with 'java:/' or 'java:jboss/ in AS 7.1

    Hi,   I have to deploy the same war in glassfish 3.1 and AS 7.1 which normaly possible with the Java EE portability principle! So I need to create the same datasource with the same JNDI name in both AS 7.1 and g...
    Profile Photo
    last modified by badr
  • Lookup JNDI within EAR does not work correctly

    I have a EJB 2.1 deployed in a EAR. The EJB is in a jar ejb-jar-tl1-tl1layer.jar and I'm trying to lookup this from an another EJB of the same EAR in the jar ejb-ems.jar   I'm able to see the EJB getting deploy...
    Profile Photo
    last modified by arun168403
  • what is JNDI and why we go for that one?

    what is JNDI and why we go for that one?
    Profile Photo
    last modified by ramuadepu
  • javax.naming.NameNotFoundException: global/...

    when I try to lookup my Remote EJBClass, I receive this NameNotFoundException:   javax.naming.NameNotFoundException: global/foo_business_ear-ear/foo_business_ear-ejb/LoginBean!foo.business.login.LoginBeanRemote ...
    Profile Photo
    last modified by goot
  • Migration issue from Jboss4.0.5 GA to Jboss7.1.1 Final

    Hi All,   I am having problem related to Naming in Jboss7.1.1 Final build, while creating InitialContext inside thread we found that the context is empty, there is no naming binding in the contxt. I am creating ...
    Profile Photo
    created by harshal.more
  • javax naming serviceunavailableexception failed to connect to server localhost 1099

    Hi team,   I m getting below error javax naming serviceunavailableexception failed to connect to server <old_hostname> 1099   At present in my system, the jboss is clonned from the another system a...
    Profile Photo
    last modified by dattathreya
  • How to add a resource-adapter programatically?

    I would like to add a resource-adapter (data source) while jboss 7 is up and running. As per the doc, we can add this using CLI command, but is there a way i can configure this through a java program?  or Can we ...
    Profile Photo
    last modified by madhu.garimilla
  • JBoss JMS JNDI lookup NameNotFoundException

    Hello,   Following is my JMS client code. I`m getting a NameNotFoundException. I`m struggling for almost 2 weeks now and would appreciate any help   Clinet code:       private static f...
    Profile Photo
    last modified by johnwasmat
  • Moving from 4.2.2 to AS 7

    Hi.   I'm in the process of moving a rather large application from JBoss 4.2.2 to JBoss AS 7.1.1. There's an awful lot to know about when doing this, and sometimes the documentation can seem to lead one around i...
    Profile Photo
    last modified by rdiddly
  • how to do a binding for jms from web.xml to jboss for IBM MQ

    we are getting following error on startup   startup failed due to previous errors java.lang.RuntimeException: mapped-name is required for jms/starof deployment xyz.war       ...
    Profile Photo
    created by shirishmaurya
  • Use plain @EJB for remote EJB lookup?

    I've been using the guide at https://docs.jboss.org/author/display/AS71/EJB+invocations+from+a+remote+server+instance to make a standalone war that uses beans that are deployed in an ear running on a separate AS. I go...
    Profile Photo
    last modified by stylpe
  • Jboss 7 and the global JNDI

    Hello,   I use JBoss 7.1 and did NOT understand the support of the global JNDI in "Remote application clients" of the global JNDI in JBOSS 7.1.   When I use the JNDI java:global/my-ear/my-ejb/BMPFacadeBea...
    Profile Photo
    last modified by nullable