Re: [appfuse-user] CXF and AppFuse 2.0.1

2009-09-28 Thread jackalista
I just found Nils later post on the restful services stuff here: http://blog.srvme.de/2009/01/22/rest-soap-for-cxfapache-appfuse/ I followed the config adding the dependencies to the top level pom.xml and was able to remove the endpoint registration from web/applicationContext.xml and locate it

Re: [appfuse-user] CXF and AppFuse 2.0.1

2009-09-28 Thread jackalista
OK, newsflash -- you don't need the cxf-servlet.xml at all, apparently. You can remove the entry from web.xml and remove the cxf-servlet.xml file from web/src/main/webapp/WEB-INF and all appears the same. I'm going to dig through the CXF docs a bit more... I want a better explanation of these co

Re: [appfuse-user] CXF and AppFuse 2.0.1

2009-09-28 Thread jackalista
OK, I got this working but it's not working exactly as I had expected. I took a cue from the java_first_spring_support sample from CXF and took the decl and moved it from cxf-servlet.xml, where it was causing the container to register it twice for some reason, to applicationContext.xml. First I

Re: [appfuse-user] CXF and AppFuse 2.0.1

2009-09-28 Thread jackalista
The web app loads now with no errors but is also publishing no services... instead of trying to pub the service twice like last time... garr!! There's got to be a more complete discussion of these @#$%&*#$ config files somewhere... last time with the endpoint declared in the cxf-servlet.xml it co

Re: [appfuse-user] CXF and AppFuse 2.0.1

2009-09-28 Thread jackalista
OK, I got rid of my pilfered cxf.xml, and moved the imports from cxf-servlet.xml to applicationContext.xml otherwise leaving cxf-servlet.xml as is. I also added a dependency to the top level pom for cxf-core (for an appfuse modular archetype) and that appears to have done away with the "download

Re: [appfuse-user] CXF and AppFuse 2.0.1

2009-09-28 Thread jackalista
OK, clue forming... my cxf-servlet.xml looks *just like* the beans.xml from this link: http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html I looked through all the instances of cxf-servlet.xml in the samples from the cxf 2.2.3 dist and none of them have these in them: I'm be

Re: [appfuse-user] Unable to make JMX connection

2009-09-28 Thread Matt Raible
I don't know how to do this - hopefully someone else will be able to help you out. If not, I'd suggest you ask the user mailing list of the web framework you're using. Matt On Mon, Sep 28, 2009 at 9:59 AM, wrote: > I want to display stats of one of my other projects in AppFuse. Please tell > me

Re: [appfuse-user] Unable to make JMX connection

2009-09-28 Thread owais
I want to display stats of one of my other projects in AppFuse. Please tell me what do i need to do, in order to enable JMX connection from my action class. -Owais -Original Message- From: Matt Raible [mailto:m...@raibledesigns.com] Sent: Monday, September 28, 2009 10:22 AM To: users@app

Re: [appfuse-user] Unable to make JMX connection

2009-09-28 Thread Matt Raible
We don't support JMX out-of-the-box, what are you trying to do? The only thing I know you can do with JMX in AppFuse is view Hibernate statistics. On Mon, Sep 28, 2009 at 5:07 AM, owais wrote: > Hi, I am new to appfuse project. I am successfully setup the (basic struts > 2) appfuse project. Now,

[appfuse-user] Unable to make JMX connection

2009-09-28 Thread owais
Hi, I am new to appfuse project. I am successfully setup the (basic struts 2) appfuse project. Now, when I am trying to make JMX connection from my action class it is not working. What should I need to do ? -Owais