Re: [appfuse-user] Newbie XFire tutorial question

2008-03-25 Thread Matt Raible
If your service doesn't appear on the /services page, it's likely because you haven't registered a bean for it. Does OrderManager have a @WebService annotation? Matt On Mar 20, 2008, at 3:29 AM, Chris Lilley wrote: Hi all, Apologies if this is a dumb question (no, wait! there's no such

Re: [appfuse-user] Writing custom tag libraries in appfuse 2

2008-03-25 Thread Matt Raible
We may be able to leverage JSR 303 to provide a common validation mechanism for all web frameworks. An RI of this JSR is scheduled to be released in April. I think we could help all the frameworks if we tried to integrate it. If you can't wait that long, it's largely based on Hibernate Vali

Re: [appfuse-user] 2.0 M5: many exception after new installation > $mvn jetty:run-war

2008-03-25 Thread Matt Raible
M5 was a milestone release, so we can't really guarantee that we had all the dependencies worked out at that point. Is it possible to upgrade to 2.0? If not, you may try adding an explicit dependency on a particular version to your pom.xml. That should override any other transitive dependen

Re: [appfuse-user] Re: Log4J-Output during testing...

2008-03-25 Thread Matt Raible
That's strange. You shouldn't need to use -e AFAIK. Can you verify that you only have one log4j.xml in your project? If so, it's possible there's another one in a JAR that's overriding yours. Matt On Mar 15, 2008, at 3:38 AM, Kai Moritz wrote: On Saturday 15 March 2008 11:30:33 you wrote:

[appfuse-user] ATB/RE: [appfuse-user] UnsatisfiedDependencyException -Solved-

2008-03-25 Thread Aled Rhys Jones
This seems to have helped a lot, thanks guys. I now get the same error with all my controller tests, it can't find the userManager. This is part of appfuse, so I assume I've done something wrong upgrading to 2.0.1. It worked ok in 2.0 I think. e.g. testHandleRequest(com._8media.travelbeen.webap

Re: [appfuse-user] TSSJS - Friends of Appfuse!

2008-03-25 Thread Matt Raible
No, I don't believe I have. However, The AppFuse Primer might have some listings - I'm not sure. http://www.sourcebeat.com/books/appfuse.html Matt On Mar 25, 2008, at 11:29 AM, Philip Barlow wrote: Hi Matt, Quick question. I just wondered if you have ever done any articles covering which

Re: [appfuse-user] TSSJS - Friends of Appfuse!

2008-03-25 Thread Philip Barlow
Hi Matt, Quick question. I just wondered if you have ever done any articles covering which design patterns are used in Appfuse? Regards, Philip - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: [appfuse-user] TSSJS - Friends of Appfuse!

2008-03-25 Thread Flavio Froes
send a ticket to brazil and I will attend it with pleasure. :) All in!! uhauhahuhuau Flavio Oliva On Tue, Mar 25, 2008 at 1:28 PM, Dana Danet <[EMAIL PROTECTED]> wrote: > Myself and one of my developers will be attending. > > dana > > -- > *From:* Matt Raible [mailt

RE: [appfuse-user] TSSJS - Friends of Appfuse!

2008-03-25 Thread Dana Danet
Myself and one of my developers will be attending. dana From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Tue 3/25/2008 8:23 AM To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] TSSJS - Friends of Appfuse! I'll be there - it'd be great to get togethe

Re: [appfuse-user] TSSJS - Friends of Appfuse!

2008-03-25 Thread Matt Raible
I'll be there - it'd be great to get together with folks if others show up. Matt On Mar 24, 2008, at 9:22 AM, Dustin Pearce wrote: Hey all. Any of you going to TSSJS? Want to get a Friends of Appfuse dinner together? I think it would be fun and productive to meet the other Appfusians ou

[appfuse-user] TSSJS - Friends of Appfuse!

2008-03-25 Thread Dustin Pearce
Hey all. Any of you going to TSSJS? Want to get a Friends of Appfuse dinner together? I think it would be fun and productive to meet the other Appfusians out there. -D - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: [appfuse-user] UnsatisfiedDependencyException -Solved-

2008-03-25 Thread Martin Homik
This does not work for me. If you clean your project and run the tests, it'll fail. Maybe, I have just found another not so elegant solution. I copied the testResource part and renamed the copy's directory to: src/main/webapp/WEB-INF. Hence, I ended up with: src/test