i want to have a HashMap store some runtime settings for several session beans, and it seems the best way to expose this is via an MBean. my question, is how would i configure the hashmap in the deployment descriptor (-service.xml) so that key/value pairs are placed into the hashmap. the reason for this is that the keys are used to bind to particular instances of classes (via reflection), so i cannot hard code the mutator/accessor methods. is there a way to expose the "put" method of HashMap in the descriptor and pass in the key and the value?
TIA
== stanton
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187554#4187554
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187554
Hello,
Trying to get the Hello World example to run I can get to the screen with the console and the HelloWorld Process listed (as the only process). Then I can get a screen with the URL: http://localhost:8080/hello/Greeter? that says "And Now... Some Services" but the service listed (sayHello) is not clickable and I don't know how to get to the place where I can input values to the variable which will be concatenated with "Hello".
When I had made a web service in C# it was possible to go to that service and type in values to the input variables. Can I do that here?
Thanks,
Barn
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187545#4187545
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187545