[Stripes-users] net.sourceforge.stripes.exception.StripesRuntimeException: Unable to find SpringBean with name [userInfoService] or type [com.flex.UserInfoServiceImpl] in the Spring application contex

2009-12-28 Thread Palutla
I am a new to Stripes developement. After working on sample application using Hibernate, Spring application is throwing error like net.sourceforge.stripes.exception.StripesRuntimeException: Unable to find SpringBean with name [userInfoService] or type [com.flex.UserInfoServiceImpl] in the Spring

Re: [Stripes-users] Proposal: @UrlBinding annotation thatincludes(sub)domain names

2009-12-28 Thread Levi Hoogenberg
I was about to post the same, but Eclipse accepts this without complaints. On Mon, Dec 28, 2009 at 8:24 PM, Ben Gunter wrote: > Doing so would break existing code because if we add any new elements > to the @UrlBinding annotation then the shorthand form > @UrlBinding("/blah") becomes illegal. >

Re: [Stripes-users] Proposal: @UrlBinding annotation thatincludes(sub)domain names

2009-12-28 Thread Ben Gunter
Doing so would break existing code because if we add any new elements to the @UrlBinding annotation then the shorthand form @UrlBinding("/blah") becomes illegal. On Mon, Dec 28, 2009 at 1:40 PM, Aaron Porter wrote: > It wouldn't be too hard to add a host parameter to the @UrlBinding > annotation.

Re: [Stripes-users] Proposal: @UrlBinding annotation thatincludes(sub)domain names

2009-12-28 Thread Aaron Porter
It wouldn't be too hard to add a host parameter to the @UrlBinding annotation. That would make more sense to me than trying to get it into the value parameter. Then we don't have to worry about breaking any existing code. Aaron KR wrote: I think (and correct me if I'm wrong) that Karen just