facebook

JNDI Name Migration from Websphere to JBoss AS 7

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #351063 Reply

    eugenejsn
    Participant

    Migrated from IBM RAD to MyEclipse Blue 2014.

    On the Java side, I use: java:comp/env/jdbc/tester and on the Websphere Server (8), I specify jdbc/tester as the JNDI name.

    But, now I migrated to JBoss AS 7. When specify the JNDI name, I must prefix it with java:/, so it now becomes java:/jdbc/tester

    Is this correct way to migrate the JNDI?

    If it is, then how should I understand the statement that: “The java:comp is scoped to the current component while the java:/ is the global scope? The former is the module level while the latter is the global level?

    Thanks to help.

    Eugene

    #351069 Reply

    Eugene,

    I am afraid this is related to JBoss development or JEE development. I suggest you cross post to JBoss forums or development related forums (like stackoverflow.com) for better support on this query.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JNDI Name Migration from Websphere to JBoss AS 7

You must be logged in to post in the forum log in