On 9/17/07, kkus <[EMAIL PROTECTED]> wrote: > > 1. How can I see generated configuration for XFire including settings in > web.xml etc? Where is exploded M5 project path after "mvn jetty:run"? In > 1.9.4 I can easily find it under tomcat's webapp folder for exploded appfuse > project. Not sure for jetty.
If you're using "jetty:run", the project is in your src/main/webapp directory. If you're using "jetty:run-war", it's in target/projectname-versionnumber. Unlike 1.9.4, XFire only requires annotations in 2.x. > 2. What mvn command can I use to test XFire in AppFuse? You'll have to write the test first, then you can run it like you would a normal test. > > I only found link explaining XFire's usage in 1.9.x, not for M5. Any link on > AppFuse 2 + XFire? http://appfuse.org/display/APF/Web+Services We should probably add a section to this tutorial on how to test a newly created Web Service out-of-container. If you get time to figure this out, please post your results to the list, or edit the wiki yourself. Thanks, Matt > > Thanks! > -- > View this message in context: > http://www.nabble.com/XFire-question-in-M5-tf4468395s2369.html#a12740808 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
