Custom MBean Problem
Hello,
I'm adjusting a program that worked on websphere 6 to websphere 6.1
I have a custom MBean that I register, the registration works fine and i have a program that lists all the mbeans on my server and i can see my MBean there, but then when I call getAttribute with the same object name and the attribute that i can registered i get InstanceNotFoundException.
I'll appreciate some orientation on what can go wrong,
Noa

