Re: Jetty Failing on latest master due to class UCS manager not Found

2013-03-29 Thread Murali Reddy
On 29/03/13 12:45 AM, "Chiradeep Vittal" wrote: >For optional dependencies, JSR330 injection requires using setter >injection. >You should write > >@Inject void setGslbProvider(GslbProvider provider) { > this._gslbProvider = provider; >} Thanks Chiradeep for suggestion. But due to Spring defaul

Re: Jetty Failing on latest master due to class UCS manager not Found

2013-03-28 Thread Chiradeep Vittal
For optional dependencies, JSR330 injection requires using setter injection. You should write @Inject void setGslbProvider(GslbProvider provider) { this._gslbProvider = provider; } On 3/27/13 8:36 PM, "Murali Reddy" wrote: >On 28/03/13 9:00 AM, "Rajesh Battala" wrote: > >>Jetty is failing

RE: Jetty Failing on latest master due to class UCS manager not Found

2013-03-27 Thread Pranav Saxena
Yang Cc: cloudstack-...@incubator.apache.org Subject: RE: Jetty Failing on latest master due to class UCS manager not Found Thanks a lot Murali > -Original Message- > From: Murali Reddy [mailto:murali.re...@citrix.com] > Sent: Thursday, March 28, 2013 9:07 AM

RE: Jetty Failing on latest master due to class UCS manager not Found

2013-03-27 Thread Rajesh Battala
Thanks a lot Murali > -Original Message- > From: Murali Reddy [mailto:murali.re...@citrix.com] > Sent: Thursday, March 28, 2013 9:07 AM > To: dev@cloudstack.apache.org; Chip Childers; Kelven Yang > Cc: cloudstack-...@incubator.apache.org > Subject: Re: Jetty Failing on

Re: Jetty Failing on latest master due to class UCS manager not Found

2013-03-27 Thread Murali Reddy
On 28/03/13 9:00 AM, "Rajesh Battala" wrote: >Jetty is failing to start on latest master building oss. >Am on the latest master, building oss and starting jetty is failing with >below error. > >Error creating bean with name 'globalLoadBalancingRulesServiceImpl': >Injection of autowired dependenc

Re: Jetty Failing on latest master due to class UCS manager not Found

2013-03-27 Thread Murali Reddy
On 28/03/13 9:00 AM, "Kelven Yang" wrote: >> >>I was running Non-oss builds, so could not hit this issue. My apologies >>for the breaking OSS build. >> >>Kelven, >> >>I am not sure how to fix this issue. If there is no implementing class, >>why should inject fail? I was under impression it will be

Re: Jetty Failing on latest master due to class UCS manager not Found

2013-03-27 Thread Kelven Yang
; From: Murali Reddy [mailto:murali.re...@citrix.com] >> Sent: Thursday, March 28, 2013 8:24 AM >> To: Chip Childers; Kelven Yang >> Cc: dev@cloudstack.apache.org; cloudstack-...@incubator.apache.org >> Subject: Re: Jetty Failing on latest master due to class UCS manager &g

Re: Jetty Failing on latest master due to class UCS manager not Found

2013-03-27 Thread Kelven Yang
On 3/27/13 7:53 PM, "Murali Reddy" wrote: >On 28/03/13 7:42 AM, "Chip Childers" wrote: > >>On Wed, Mar 27, 2013 at 04:31:05PM -0700, Kelven Yang wrote: >>> For UCS issue, I've put a fix in. >>> >>> For GSLB, a work around is to run non-OSS build, hopefully this can >>>unlock >>> developers te

RE: Jetty Failing on latest master due to class UCS manager not Found

2013-03-27 Thread Rajesh Battala
gt; From: Murali Reddy [mailto:murali.re...@citrix.com] > Sent: Thursday, March 28, 2013 8:24 AM > To: Chip Childers; Kelven Yang > Cc: dev@cloudstack.apache.org; cloudstack-...@incubator.apache.org > Subject: Re: Jetty Failing on latest master due to class UCS manager not Found > > O

Re: Jetty Failing on latest master due to class UCS manager not Found

2013-03-27 Thread Murali Reddy
On 28/03/13 7:42 AM, "Chip Childers" wrote: >On Wed, Mar 27, 2013 at 04:31:05PM -0700, Kelven Yang wrote: >> For UCS issue, I've put a fix in. >> >> For GSLB, a work around is to run non-OSS build, hopefully this can >>unlock >> developers temporarily on master branch > >Good work-around for now

Re: Jetty Failing on latest master due to class UCS manager not Found

2013-03-27 Thread Chip Childers
On Wed, Mar 27, 2013 at 04:31:05PM -0700, Kelven Yang wrote: > For UCS issue, I've put a fix in. > > For GSLB, a work around is to run non-OSS build, hopefully this can unlock > developers temporarily on master branch Good work-around for now. Murali - This appears to be something that we *all*

Re: Jetty Failing on latest master due to class UCS manager not Found

2013-03-27 Thread Chip Childers
On Wed, Mar 27, 2013 at 04:09:24PM -0700, Kelven Yang wrote: > UCS issue is a POM dependency issue, the UCS project is not declared to be > a dependency in the master project. > > GSLB autowiring is caused by that a referenced Netscalar network element > class is only available in Non-OSS build, i

Re: Jetty Failing on latest master due to class UCS manager not Found

2013-03-27 Thread Kelven Yang
For UCS issue, I've put a fix in. For GSLB, a work around is to run non-OSS build, hopefully this can unlock developers temporarily on master branch Kelven On 3/27/13 3:03 PM, "David Nalley" wrote: >On Wed, Mar 27, 2013 at 5:16 PM, Pranav Saxena >wrote: >> Reverting these two commits makes j

Re: Jetty Failing on latest master due to class UCS manager not Found

2013-03-27 Thread Kelven Yang
UCS issue is a POM dependency issue, the UCS project is not declared to be a dependency in the master project. GSLB autowiring is caused by that a referenced Netscalar network element class is only available in Non-OSS build, if Netscalar element is only available in non-OSS, we need to move its r

Re: Jetty Failing on latest master due to class UCS manager not Found

2013-03-27 Thread David Nalley
On Wed, Mar 27, 2013 at 5:16 PM, Pranav Saxena wrote: > Reverting these two commits makes jetty run successfully and the UI launches > and works fine but the user is already logged in as admin the first time > instead of the user entering the credentials himself (may be due to single > sign on

RE: Jetty Failing on latest master due to class UCS manager not Found

2013-03-27 Thread Pranav Saxena
...@citrix.com] Sent: Thursday, March 28, 2013 12:56 AM To: cloudstack-...@incubator.apache.org Cc: Chip Childers (chip.child...@sungard.com) Subject: Jetty Failing on latest master due to class UCS manager not Found Hi , While starting jetty on latest master , it throws this exception. Could someone

RE: Jetty Failing on latest master due to class UCS manager not Found

2013-03-27 Thread Pranav Saxena
...@citrix.com] Sent: Thursday, March 28, 2013 12:56 AM To: cloudstack-...@incubator.apache.org Cc: Chip Childers (chip.child...@sungard.com) Subject: Jetty Failing on latest master due to class UCS manager not Found Hi , While starting jetty on latest master , it throws this exception. Could someone

Jetty Failing on latest master due to class UCS manager not Found

2013-03-27 Thread Pranav Saxena
Hi , While starting jetty on latest master , it throws this exception. Could someone resolve the issue , else as discussed with Chip on IRC we'll have to revert the commits which went in yesterday since until day before yesterday , master was stable . - ERROR [web.context.ContextLoader] (mai