cancel
Showing results for 
Search instead for 
Did you mean: 

how to disable a bean using visual admin?

former_member583013
Active Contributor
0 Kudos

Hi all,

I want to disable a bean from the visual admin. Does anyone know how to do that? One way to stop application is to go to deploy service - > slect the application and click stop alln button. But i want to stop one bean and not the entire application. Any ideas???

- Sandip

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sandip,

I don't think you can stop a single bean using the visual admin,

using it you can only play around with the services and applications i think.

Regards,

Vamshi.

former_member583013
Active Contributor
0 Kudos

I too think the same. But i need to disable a bean for testing purposes. so lets see if someone has a way.

SB9
Active Participant
0 Kudos

Hi Sandip,

You can do the following steps -

Open Visual Administrator -> Goto EJB Container -> Select the bean and then on the RHS you can see the JNDI name. Change the JNDI name and click on "Make Update".

This will be as good as disabling the bean because the calling application will not be able to find it. Now you can simulate the same testing environment.

Award points if helpful.

Thanks,

Soujanya Bhaumik

former_member583013
Active Contributor
0 Kudos

Hi Soujanya,

This is definately one of the way that is working. Thanks for the suggestion.

- Sandip