[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JMX Classpath Issues with JBoss plugin?

2006-05-26 Thread aperezlo
To anyone that has the same problem, here's what I figured out: I had been following the advice of the Wiki here and getting a handle on the JBoss MBean server by calling: (MBeanServer) MBeanServerFactory.findFactory(null).get(0); That worked fine from within Eclipse, but when run outside Eclip

[JBoss-user] [JBoss Eclipse IDE (users)] - JMX Classpath Issues with JBoss plugin?

2006-05-24 Thread aperezlo
Hello all, I'm wondering if any of you could shed a little light onto my problem. I have an EJB application that uses JMX. At one point, I try to use some of the JMX code that I have, and I run into a peculiar situation. I want to deploy this code in an instance of JBoss that's invoked by ru

[JBoss-user] [JBossWS] - Mapping file generation with JWSDP-1.6?

2005-07-29 Thread aperezlo
As I understand it, the currently recommended way of generating WS artifacts for deployment w/ JBoss-4.0.2 is JWSDP's wscompile. As the wscompile in JWSDP-1.6 does not support the -mapping option, is there another way of generating the mapping file? Thanks, -Andrew View the original post :

[JBoss-user] [JBossWS] - Deployment Help

2005-07-22 Thread aperezlo
Hey all, I'm having some trouble deploying an EAR on JBoss 4.0.2, and I was wondering if anyone here could tell me where my error likely is. I had this working at one point w/ the same JBoss version, etc, so I'm sure it's a stupid mistake in my descriptors somewhere, but I'm not sure where I s

[JBoss-user] [JBossWS] - ServiceFactory and FactoryFinder with Axis

2005-07-14 Thread aperezlo
Hey all, I'm trying to invoke a web service from an EJB. I've got stub files generated from the WSDL of the service, and am trying to use ServiceFactory.loadService(Service.class) to get the factory to load the service so I can invoke it. I did this sucessfully with Axis 1.2 in a stand-alon