that page will only show projects that are EJB, WAR, etc. projects.
"Plain java projects" is something our adapter/container support but unfortunately WTP doesn't.
But that doesn't mean you can't debug your apps. what you need to run/debug should just be your resulting .ear/.war etc. and it should just work.
If source lookup doesn't seem to work you need to add your project's source path to the jboss launch configuration.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986756#3986756
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986756
Hello All,
i am using MEJB(management EJB) for reading the attributes from JBoss. I want to restrict some methods that a client can access from the home interface. How can i do this. What update is required in the ejb-jar.xml.
For eg:
>From MEJB i want the client to use only getAttribute all the other methods like setattribute, invoke etc has to be restricted for all the clients.
thanks and regards
Sanjeeth S
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986750#3986750
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986750