Nammu Lavu

Greenhorn
+ Follow
since Sep 13, 2018
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Nammu Lavu

Can anyone help to solve the below issue:





I am trying to upgrade my application server from JBOSS 6 to Wildfly 12/13. My Application is EJB based. When i am using Jboss 6, I used Jdk 1.7 Now for Wildfly, i am using jdk 1.8.

And, while upgrading to Wildfly, previous jndi settings also not working so i updated jndi configurations from

configurations file:





to:

configurations file:





Now i am getting error as:





ServiceLocator class:




I even added jboss-client from wildfly-13 - bin/client folder. I tried almost everyway posted in other Q&A's but nothing worked.

In other way:

I tried to convert ejb 2 to ejb 3. but since i have 3 ejb's, i didn't get any example how to convert serviceFactory and ServiceLocator classes code to ejb3.



Thanks for help in advance..