• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Websphere 6.0 to Jboss 5.1 migration

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All

I am migrating a java application from websphere6.0 to Jboss 5.1.
I am facing a problem in Indirect lookup binding .

In webspehere I can find the place in server where I can put my JNDI setting (Environment > Naming > Name Space Bindings > )but I am not able to find this in JBOSS.

Please let me know if anyone can let me know where should I mention the setting for Indirect lookup for JNDIs for Jboss

I have already mentioned the setting in JbossWeb.xml but that is only for Direct lookup.

I will be really thankful to you.

Regards

Lalit

 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do you mean by indirect lookup binding? Can you give an example, please?
 
Lalit Awasthi
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the reply

For indirect lookup means suppose I am giving the datasource name as ABCD and I want to bind it in JNDI like Lalit/ABCD then I can give this name indirectly in the websphere server on this place "Environment > Naming > Name Space Bindings ".

I need exactly this situation for JBOSS

Kindly suggest
 
reply
    Bookmark Topic Watch Topic
  • New Topic