getting a jcr node from sling without the request

2009-07-23 Thread D. Stuart Freeman
Is there a way from within an osgi bundle to get a jcr node by path if I don't have access to the request object? -- D. Stuart Freeman Georgia Institute of Technology signature.asc Description: Digital signature

Re: getting a jcr node from sling without the request

2009-07-23 Thread D. Stuart Freeman
Thanks, that's exactly what I needed. On Thu, Jul 23, 2009 at 09:47:05PM +0200, Alexander Klimetschek wrote: > On Thu, Jul 23, 2009 at 9:34 PM, D. Stuart > Freeman wrote: > > Is there a way from within an osgi bundle to get a jcr node by path if I > > don't have

AuthenticationHandlers

2009-10-27 Thread D. Stuart Freeman
cation() redirects the user to the CAS login page and returns true. -- D. Stuart Freeman Georgia Institute of Technology signature.asc Description: Digital signature

Re: AuthenticationHandlers

2009-10-27 Thread D. Stuart Freeman
lates to my earlier question of how Sling decides I need to log in. > > Did any of that make sense ? Things are a little less hazy, and it's good to know I'm on the right track. > > Ian > > 1 http://sling.apache.org/site/authentication.html > > > O

AuthenticationPlugin with external users

2010-03-09 Thread D. Stuart Freeman
something like: userManager.createUser(name, RandomStringUtils.random(32), principal); or am I completely misunderstanding something? -- D. Stuart Freeman Georgia Institute of Technology signature.asc Description: Digital signature

Re: AuthenticationPlugin with external users

2010-03-09 Thread D. Stuart Freeman
On Tue, Mar 09, 2010 at 09:03:13PM +, Ian Boston wrote: > > On 9 Mar 2010, at 20:11, Vidar Ramdal wrote: > > > On Tue, Mar 9, 2010 at 8:30 PM, D. Stuart Freeman > > wrote: > >> I've got an AuthenticationHandler and I'd like to allow users

Re: AuthenticationPlugin with external users

2010-03-09 Thread D. Stuart Freeman
t;> Ian > >> > >> > >> > >> > >>> > >>> -- > >>> Vidar S. Ramdal - http://www.idium.no > >>> Sommerrogata 13-15, N-0255 Oslo, Norway > >>> + 47 22 00 84 00 / +47 21 531941, ext 2070 > >> > > > > -- > > D. Stuart Freeman > > Georgia Institute of Technology > -- D. Stuart Freeman Georgia Institute of Technology signature.asc Description: Digital signature

difference in javadoc vs annotation references

2010-04-20 Thread D. Stuart Freeman
results in the getter returning null. Is this expected behavior? Is there a way to make it work using the annotations? -- D. Stuart Freeman Georgia Institute of Technology signature.asc Description: Digital signature

Re: difference in javadoc vs annotation references

2010-04-21 Thread D. Stuart Freeman
e send me a simple example demonstration this? > > Carsten > > > > > There was a similar problem but different problem with QDocs. > > > > Ian > > On 21 Apr 2010, at 00:34, D. Stuart Freeman wrote: > > > >> I have an abstract class with a service refere

maven-launchpad-plugin jar path

2010-06-04 Thread D. Stuart Freeman
Is it possible to configure the path the the jar that gets started by the maven-launchpad-plugin's start goal? I'd like it to start a jar that's instrumented by emma (in target/emma/) instead of the default one in target/. -- D. Stuart Freeman Georgia Institute of Technology

Re: maven-launchpad-plugin jar path

2010-06-04 Thread D. Stuart Freeman
rged, you could only do this > for bundles you define, not those in the default bundle list (if you use > the default bundle list). > > Justin > > On 6/4/10 10:18 AM, D. Stuart Freeman wrote: > > Is it possible to configure the path the the jar that gets started by the > >

Re: maven-launchpad-plugin jar path

2010-06-04 Thread D. Stuart Freeman
Sure, I'm actually doing this for the Sakai project, so the results (if it works) will be available anyway. On Fri, Jun 04, 2010 at 10:49:23AM -0400, Justin Edelson wrote: > On 6/4/10 10:43 AM, D. Stuart Freeman wrote: > > OK, that makes sense. > Great. > > If it works.

Re: maven-launchpad-plugin jar path

2010-06-08 Thread D. Stuart Freeman
ier for the instrumented bundles. > > > > Due to the way that bundle list files are merged, you could only do this > > for bundles you define, not those in the default bundle list (if you use > > the default bundle list). > > > > Justin > > > > On

Re: maven-launchpad-plugin jar path

2010-06-10 Thread D. Stuart Freeman
nually add that to each of my poms? On Tue, Jun 08, 2010 at 01:00:06PM -0400, D. Stuart Freeman wrote: > I'm having some trouble building instrumented bundles when I use the > maven-scr-plugin. I get errors like: > > [FATAL ERROR] org.apache.felix.scrplugin.mojo.SCRDescriptorMojo#e

Re: maven-launchpad-plugin jar path

2010-06-28 Thread D. Stuart Freeman
source/pom.xml), I can look at > this further. > > Justin > > On 6/10/10 4:34 PM, D. Stuart Freeman wrote: > > Well, I feel silly now, I just had to add emma as a dependency. However, > > now I'm finding that all my bundles (even the uninstrumented copies) > &

Re: maven-launchpad-plugin jar path

2010-07-06 Thread D. Stuart Freeman
So, is it possible to tell the launchpad start to use an alternative list.xml? I'd like to have the integration tests run against an xslt transformed version of the "real" list.xml that we use. On Fri, Jun 04, 2010 at 10:43:16AM -0400, D. Stuart Freeman wrote: > OK, that make

Re: maven-launchpad-plugin jar path

2010-07-06 Thread D. Stuart Freeman
Thanks, that does indeed work. On Tue, Jul 06, 2010 at 02:46:27PM -0400, Justin Edelson wrote: > This should work: > > ${basedir}/src/test/bundles/it-list.xml > > > Justin > > On 7/6/10 2:44 PM, D. Stuart Freeman wrote: > > So, is it possible to tell

Re: instrumenting bundles with emma

2010-07-09 Thread D. Stuart Freeman
rk: > http://people.apache.org/~justin/coverage/ > <http://people.apache.org/%7Ejustin/coverage/> > Good to see that it is possible :) > Let's move this back to a sling mailing list. > > Justin > > D. Stuart Freeman wrote: > >That was going to be my next q

Re: instrumenting bundles with emma

2010-07-12 Thread D. Stuart Freeman
On Sat, Jul 10, 2010 at 09:38:08PM -0400, Justin Edelson wrote: > On 7/9/10 3:17 PM, D. Stuart Freeman wrote: > > On Fri, Jul 09, 2010 at 10:55:14AM -0400, Justin Edelson wrote: > >> I think the simplest thing would be to add the emma jar to the > >> classpath and then

Re: instrumenting bundles with emma

2010-07-13 Thread D. Stuart Freeman
On Tue, Jul 13, 2010 at 09:47:00AM -0400, Justin Edelson wrote: > On 7/12/10 9:18 AM, D. Stuart Freeman wrote: > > On Sat, Jul 10, 2010 at 09:38:08PM -0400, Justin Edelson wrote: > >> On 7/9/10 3:17 PM, D. Stuart Freeman wrote: > >>> On Fri, Jul 09, 2010 at 10:55:14