2 questions regarding this libraries.
>
> 1. Does anybody now if Tapestry-Spring-Security it's compatible with the
> latest snapshot of Tapestry (5.1.0.1-SNAPSHOT)? For some reason the @Secured
> is not working at all.
>
> 2. Shouldnt Tapestry-Spring-Security be in the home of
estry instead
of Tapestry-Acegi? Or is there a reason why is not like this?
Thanks a lot for your help!
estry instead
of Tapestry-Acegi? Or is there a reason why is not like this?
Thanks a lot for your help!
Hi!
I'm looking for examples/code for how to configure tapestry-acegi to use
CAS.
Anyone out there that have done this?
TIA,
Olle Hallin
On Tue, Mar 11, 2008 at 3:37 AM, Julian Wood <[EMAIL PROTECTED]> wrote:
> Hate to answer my own question, but I think the proper relation for:
>
> is:
>
> @ManyToMany( cascade={CascadeType.PERSIST, CascadeType.MERGE} )
>
> You then need to persist your GrantedAuthorityBean independently from
>
On Tue, Mar 11, 2008 at 12:18 AM, Julian Wood <[EMAIL PROTECTED]> wrote:
> In the provided example for tapestry-acegi, I have a question about
> the GrantedAuthorityBean table. That is, if I add more users which
> share roles, each role will create a new row in the GAB table. How
GrantedAuthorityBean independently from
UserDetails, but that makes sense, and it solves the problem of the
GrantedAuthorityBean and the join table exploding with duplicate info.
Thanks,
J
PS. http://www.localhost.nu/svn/public/tapestry5-acegi-example/src/
main/java/nu/localhost/tapestry/acegi
In the provided example for tapestry-acegi, I have a question about
the GrantedAuthorityBean table. That is, if I add more users which
share roles, each role will create a new row in the GAB table. How can
this be avoided?
I've tried making the authority unique:
@Table(uniqueConstr
another way :
encrypt your and password and then send it with url.
you can do this in two way
1 - with java code in Login.java class :
this is my sample that used in a project :
public String digest(String password, String salt) {
if ((password == null) || (salt == null)) {
Thanks for your response.
It is the solution that I decided to use. It is perfectly working but
without using T5 mechanisms. I was wondering if some "full T5" solution was
posible.
Thanks again,
Baptiste.
dalahoo wrote:
>
> a simple idea is to change Login.tml to submit directly to acegi fil
a simple idea is to change Login.tml to submit directly to acegi filter :
On Jan 22, 2008 4:43 PM, Baptiste Meurant <[EMAIL PROTECTED]>
wrote:
>
> Hi,
>
>Thank you for this great work. It will be really useful.
>
>I still have a question about security T5
Hi,
Thank you for this great work. It will be really useful.
I still have a question about security T5/acegi integration : the
"classic" solution that you used to perform strong authentication with acegi
through T5 is creating a T5 LinkImpl object. You give then parameters (login
and p
Hi all,
latest release of my phone book application is available now,
In this release i used :
- Tapestry 5.0.7 as a Web MVC framework.
- Acegi 1.0.5 as a Security System.
- Spring 2.5 as a Application framework.
- Spring JDBC for Data Access Layer.
- Hibernate 3.2.4 an alternativ
hi all,
has somebody managed to set up a project with tapestry-spring and
tapestry-acegi together? As soon as i add the tapestryspring filter to
web.xml, tapestry-acegi doesn't work anymore (based on the acegi demo app
from robin)
Exception constructing service 'RememberMeServic
On 10/2/07, T. Papke <[EMAIL PROTECTED]> wrote:
> Hi,
Hi!
> i have tried the tapestry 5 acegi example providing security controll
> for tapestry pages.
>
> I need the hostname of the requested url for getting the user by
> username. So i want to have the username per page.
>
> I have tried it wit
Hi,
i have tried the tapestry 5 acegi example providing security controll
for tapestry pages.
I need the hostname of the requested url for getting the user by
username. So i want to have the username per page.
I have tried it with RequestGlobals, but it did not work to inject it
into this
On 9/17/07, Thiago H de Paula Figueiredo <[EMAIL PROTECTED]> wrote:
> After some hours trying to figure out what mistake I have been doing, I've
> found it! Using the default configuration, Acegi only takes into account
> roles prefixed with "ROLE_"!!! Acegi's Javadoc states that here:
> http://www
On Mon, 17 Sep 2007 16:35:13 -0300, Robin Helgelin <[EMAIL PROTECTED]>
wrote:
No, you should be able to have an arbitrary length of roles. How does
your public GrantedAuthority[] getAuthorities() from your user
UserDetails look?
I can't post the code here (and it wouldn't help much, as it's
On 9/17/07, Thiago H de Paula Figueiredo <[EMAIL PROTECTED]> wrote:
> I have an user that has a number of roles (GrantedAuthority instances),
> one of them named "Admin". When I annotate a page class with
> @Secured("Admin"), Acegi denies access to the page. I have just tried the
> same page, with
On Mon, 17 Sep 2007 16:13:03 -0300, Thiago H de Paula Figueiredo
<[EMAIL PROTECTED]> wrote:
I have an user that has a number of roles (GrantedAuthority instances),
one of them named "Admin".
After some hours trying to figure out what mistake I have been doing, I've
found it! Using the def
Hi!
I'm using the wonderful tapestry5-acegi integration but I need some help.
I have an user that has a number of roles (GrantedAuthority instances),
one of them named "Admin". When I annotate a page class with
@Secured("Admin"), Acegi denies access to the page. I have just tried the
same
My first guess would be that you refer to something called
"ClassWorkers" in your hivemodule.xml, but it is undefined. I think it
might be helpful if you posted your hivemodule.xml.
Hth,
Lutz
On 8/8/07, kael20 <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I am trying to se
Hi,
I am trying to setup tapestry-acegi using the wiki -
http://wiki.apache.org/tapestry/AcegiSpringJava5
I have tried for several hours to solve this error but I have been
unsuccessful. Hoping someone might be able to shed some light on this:
exception
javax.servlet.ServletException
carlos f wrote:
>
> Also I can't seem to get anonymous access working to the svn repo -
> http://svn.javaforge.com/svn/tapestry/tapestry-acegi/trunk
>
anonymous/anon works - chalk that up to user error
Carlos
--
View this message in context:
http://www.nabble.c
Not sure if there is an issue on my end, but the the tapestry-acegi URL is
not responding --
http://www.carmanconsulting.com/tapestry-acegi/
Also I can't seem to get anonymous access working to the svn repo -
http://svn.javaforge.com/svn/tapestry/tapestry-acegi/trunk
I am also having ge
I will try it out, thanks a lot.
Asim
On 5/3/07, William Keller <[EMAIL PROTECTED]> wrote:
I forgot to mention that you will need to map your User and
GrantedAuthority
as per usual on Acegi. The stuff I gave you doesn't go in depth on setting
up your models (your User needs to implement UserDet
I forgot to mention that you will need to map your User and GrantedAuthority
as per usual on Acegi. The stuff I gave you doesn't go in depth on setting
up your models (your User needs to implement UserDetails). Once you set up
yoru GrantedAuthority for your users your tapestry pages can now use th
null)
{
throw new UsernameNotFoundException("Authentication failed");
}
return user;
}
}
Hopefully that will get you started!
On 5/4/07, Asim Khaja <[EMAIL PROTECTED]> wrote:
Is there a good tutorial on using the tapestry-acegi (
http://www
Is there a good tutorial on using the tapestry-acegi (
http://www.carmanconsulting.com/tapestry-acegi/) library?
Thanks,
Asim
No, you're looking at a different module entirely. The tapestry-acegi
module relies upon the hivemind-acegi (usable in non-tapestry projects)
module to set up the core Acegi stuff.
On 3/21/07, Phillip C. Rhodes <[EMAIL PROTECTED]> wrote:
Wow, it's evident in that version o
Wow, it's evident in that version of hivemodule.xml
For whatever reason, I must have a old copy of the tapestry-acegi project
because the hivemodule.xml that I have been looking at is very different...
Thanks.
Phillip
- Original Message -
From: "James Carman" <[EM
Sorry, I hit "Send" too quickly. Here's the hivemodule (anonymous/anon to
login of course):
http://svn.javaforge.com/svn/hivemind/hivemind-acegi/trunk/src/main/resources/META-INF/hivemodule.xml
On 3/21/07, James Carman <[EMAIL PROTECTED]> wrote:
The AccessDecisionManager is defined by the h
The AccessDecisionManager is defined by the hivemind-acegi module.
On 3/21/07, Phillip Rhodes <[EMAIL PROTECTED]> wrote:
I am implementing acegi/tapestry and pulling apart the wonderful work of
James Carman (preserving the copyrights!) and re-implementing for my
purposes.
My @Secured annotatio
I am implementing acegi/tapestry and pulling apart the wonderful work of James
Carman (preserving the copyrights!) and re-implementing for my purposes.
My @Secured annotation is erroring out in SecurityUtilsImpl when a call to the
accessDecisionManager fails because it is null. How is the
acce
On 3/19/07, Phillip Rhodes <[EMAIL PROTECTED]> wrote:
From my understanding of tapestry-acegi
(http://www.carmanconsulting.com/tapestry-acegi/) , it appears to support basic
authentication, not form-based or other types of authentication.
Can someone confirm my view?
Confirmed. Alth
>From my understanding of tapestry-acegi
>(http://www.carmanconsulting.com/tapestry-acegi/) , it appears to support
>basic authentication, not form-based or other types of authentication.
Can someone confirm my view?
Hello James,
can you please update the tapestry-acegi pom. I have downloaded
tapestry-acegi from svn, import it into Eclipse, modified the pom.xml
and install tapestry-acegi snapshot into my local repo. I used this
dependencies and first tests show that my T4.1.1 application which
depends on
Nachricht-
Von: jake123 [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 16. Februar 2007 15:26
An: users@tapestry.apache.org
Betreff: Re: [WARNING] AW: Problem with user logout (Tapestry-Acegi)
Hi Peter,
thanks for your response, I tried to add in the head tag in all my pages that contains a
Hi Peter,
thanks for your response, I tried to add in the head tag in all my pages that contains a secured
annotation and then tried to logout and hit the back button on my browser
and I still get the same result... I end up in the secured page... so it
seems to not have any effect at all.
My lo
22:47
An: users@tapestry.apache.org
Betreff: Problem with user logout (Tapestry-Acegi)
Hi all,
I have a problem when a logged in user are about to logout. If I only empty
my user information in session object and using
SecurityContextHolder.getContext().setAuthentication(null); to empty the
acegi
Hi all,
I have a problem when a logged in user are about to logout. If I only empty
my user information in session object and using
SecurityContextHolder.getContext().setAuthentication(null); to empty the
acegi part the user can still come back to the secured page using the
browsers back button.
Hi,
I am still trying to make tapestry + Acegi to work together and I have had
some success... I have followed the AcegiSpringJave5 Wiki and some
additional codes provided by Robin Ericsson.
In my solution now I get authenticated but I dont get redirected to the
right page... I end up back on
Tutorial-1_1-html.html
Keep in mind, though, that the tutorial above uses spring-style
configuration of acegi, i.e. using application context (xml) config file.
Apparently, one could achieve the same result using tapestry-acegi and
hivemind. I couldn't get it to work though. My current (working) a
y helpful:
http://www.tfo-eservices.eu/wb_tutorials/media/SpringAcegiTutorial/HTML/Spri
ngAcegiTutorial-1_1-html.html
Keep in mind, though, that the tutorial above uses spring-style
configuration of acegi, i.e. using application context (xml) config file.
Apparently, one could achieve the same result
Hi,
I'm having some difficulty using tapestry-acegi. I can secure a page
fine, but I can't figure out how to allow a user to auth.
Unfortunately, my experience with Acegi in general is practically
non-existent, so I may just be doing something dumb there.
I have a page marked @Secured(
I haven't tried it, but it should work as far as I know. You can
override the dependency in your own pom file
On 12/26/06, Robert Binna <[EMAIL PROTECTED]> wrote:
Hi
I justed wanted to use tapestry-acegi on a project of mine that uses
tapestry 4.1. Has someone get it working
Hi
I justed wanted to use tapestry-acegi on a project of mine that uses
tapestry 4.1. Has someone get it working because the current pom file is
for tapestry 4.0?
Kind regards,
Robert
-
To unsubscribe, e-mail
I see there is a @Secure annotation that will secure a page/listener for a
role.
Is there an annotation that will secure a page/listener for just an
authenticated user?
I just want to make certain that someone is logged in, I don't need to
protect it by role.
Thanks.
BTW, this is for a t
anager".
>>
>> ERROR [[Catalina].[localhost].[/Tapestry03].[tapestry03AppServlet]]
>> "Servlet.service()" pour la servlet tapestry03AppServlet a généré une
>> exception
>> org.apache.hivemind.ApplicationRuntimeException: Unable to construct
>> service
rvlet tapestry03AppServlet a généré une
>> exception
>> org.apache.hivemind.ApplicationRuntimeException: Unable to construct
>> service tapestry.acegi.BasicProcessingFilter: Error building service
>> tapestry.acegi.BasicProcessingFilter: Error at
>>
jar:file:/D:/tomca
nstruct
service tapestry.acegi.BasicProcessingFilter: Error building service
tapestry.acegi.BasicProcessingFilter: Error at
jar:file:/D:/tomcat-5.5.17/common/lib/tapestry-acegi-0.1-20060609.153634-9.jar!/META-INF/hivemodule.xml,
line 46, column 63: Unable to initialize service
ta
ice()" pour la servlet tapestry03AppServlet a généré une
exception
org.apache.hivemind.ApplicationRuntimeException: Unable to construct
service tapestry.acegi.BasicProcessingFilter: Error building service
tapestry.acegi.BasicProcessingFilter: Error at
jar:file:/D:/tomcat-5.5.17/common/lib/tap
r: Error at
jar:file:/D:/tomcat-5.5.17/common/lib/tapestry-acegi-0.1-20060609.153634-9.jar!/META-INF/hivemodule.xml,
line 46, column 63: Unable to initialize service
tapestry.acegi.BasicProcessingFilter (by invoking method
afterPropertiesSet on
org.acegisecurity.ui.basicauth.BasicProces
fficients, or we need to put some more directives in web.xml or spring
's applicationContext-security.xml ?
Cyrille
>
> On 11/28/06, Cyrille37 <[EMAIL PROTECTED]> wrote:
>> Hello,
>>
>> I'm trying to integrate Acegi by using tapestry-acegi from
>>
l or spring
's applicationContext-security.xml ?
Cyrille
On 11/28/06, Cyrille37 <[EMAIL PROTECTED]> wrote:
Hello,
I'm trying to integrate Acegi by using tapestry-acegi from
carmanconsulting.com.
I've imported com.javaforge.tapestry.acegi.enhance.* but Java do not
recognize
The @Secured annotation is from the Acegi library (you have to get the
"tiger" jar).
On 11/28/06, Cyrille37 <[EMAIL PROTECTED]> wrote:
Hello,
I'm trying to integrate Acegi by using tapestry-acegi from
carmanconsulting.com.
I've imported com.javaforge.tapestry.acegi
Hello,
I'm trying to integrate Acegi by using tapestry-acegi from
carmanconsulting.com.
I've imported com.javaforge.tapestry.acegi.enhance.* but Java do not
recognize the @Secured decoration.
import com.javaforge.tapestry.acegi.*;
import com.javaforge.tapestry.ace
On 11/14/06, Robin Ericsson <[EMAIL PROTECTED]> wrote:
Hmm, no, never though of that, might be a good idea though. I'll see
if I have time to try this today.
Ok, debugged and problem found. Safari seems to like to cache the
result of the first query to the protected page.
I was using a proxy c
On 11/14/06, James Carman <[EMAIL PROTECTED]> wrote:
Oh, sorry, Robin. I read your last email, but only through the
"thanks, I've got it working" part. :-) I didn't see the questions at
the bottom. Do you have something that will let you debug the HTTP
traffic? That might help you see what's
Oh, sorry, Robin. I read your last email, but only through the
"thanks, I've got it working" part. :-) I didn't see the questions at
the bottom. Do you have something that will let you debug the HTTP
traffic? That might help you see what's going on for sure.
On 11/14/06, Robin Ericsson <[EMA
On 11/12/06, Robin Ericsson <[EMAIL PROTECTED]> wrote:
Thanks to James again :), I have a working solution that redirects
after successful login. However, on Firefox it works like a charm, but
on Safari it doesn't work as it seems it doesn't process cookies or
something the same way.
Maybe I sh
On 11/10/06, James Carman <[EMAIL PROTECTED]> wrote:
You could use a callback somehow to do that, I would think. But, you
would probably have to implement the auto-redirect-to-login-page logic
yourself, so that you could save the callback into the session or set
it on the login page as a propert
rating the "remember me"
> stuff into the pipeline. I could create a special module called
> tapestry-acegi-rememberme or something so that you could just drop in
> a jar to allow "remember me" services.
I came around to the same thing after looking at th
ould create a special module called
tapestry-acegi-rememberme or something so that you could just drop in
a jar to allow "remember me" services.
I came around to the same thing after looking at the Acegi basic auth
code. I'm doing something like this.
@InjectObject("ser
The
HttpSessionContextIntegrationFilter will take care of storing it in
the session for you so that each subsequent request will be
authenticated. I should maybe look at integrating the "remember me"
stuff into the pipeline. I could create a special module called
tapestry-acegi-remember
g for your Tapestry application servlet?
>
This is my mapping without my Acegi experiments:
redirect
org.apache.tapestry.RedirectFilter
tapestry-acegi
org.apache.tapestry.ApplicationServlet
0
redirect
/
tapestry-acegi
/app
For Acegi I have added this m
James Carman wrote:
> What URL mapping are you using for your Tapestry application servlet?
>
This is my mapping without my Acegi experiments:
redirect
org.apache.tapestry.RedirectFilter
tapestry-acegi
org.apache.tapestry.ApplicationServlet
0
redirect
/
tapestry
What URL mapping are you using for your Tapestry application servlet?
On 11/3/06, Jesper Zedlitz <[EMAIL PROTECTED]> wrote:
James Carman wrote:
> Then you're not really using tapestry-acegi. You don't need Spring at
> all to use tapestry-acegi.
>
But how do I wire &qu
James Carman wrote:
> Then you're not really using tapestry-acegi. You don't need Spring at
> all to use tapestry-acegi.
>
But how do I wire "/j_acegi_security_check" to Acegi?
Here is a short summary what I tried until now:
* Login page forwards to "/j_a
Then you're not really using tapestry-acegi. You don't need Spring at
all to use tapestry-acegi.
On 11/2/06, Jesper Zedlitz <[EMAIL PROTECTED]> wrote:
> You're switching to using Spring instead of HiveMind?
>
The web application does not start if I do not create
> You're switching to using Spring instead of HiveMind?
>
The web application does not start if I do not create a Spring bean:
Bean context must contain at least one bean of type
org.acegisecurity.ui.webapp.AuthenticationProcessingFilter
Jesper
--
Jesper Zedlitz E-Mail : [EMAIL PROTECTED]
You're switching to using Spring instead of HiveMind?
On 11/2/06, Jesper Zedlitz <[EMAIL PROTECTED]> wrote:
Jesper Zedlitz wrote:
> When I try to access a secured page it works fine and I get to the login
> page. After submitting the login form I will be redirected
> to /j_acegi_security_check
Jesper Zedlitz wrote:
> When I try to access a secured page it works fine and I get to the login
> page. After submitting the login form I will be redirected
> to /j_acegi_security_check
> But how do I wire this URL to Acegi?
>
I suppose I need a filter that processes the URL starting with
"/j_ace
haven't implemented form-based authentication in
> tapestry-acegi, yet. But, I don't think it's that difficult, really.
> Your need to use the AuthenticationProcessingFilter (I don't define it
> in my hivemodule.xml, but it would be easy to do so in yours) and your
>
On 11/1/06, Jesper Zedlitz <[EMAIL PROTECTED]> wrote:
When I try to access a secured page it works fine and I get to the login
page. After submitting the login form I will be redirected
to /j_acegi_security_check
But how do I wire this URL to Acegi?
This is where I am too. I was thinking of inj
Ohhh...sorry 'bout that.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James
Carman
Sent: Wednesday, November 01, 2006 9:08 AM
To: Tapestry users
Subject: Re: Re: tapestry-acegi questions
With Tapestry-Acegi, we're not using the Acegi serv
With Tapestry-Acegi, we're not using the Acegi servlet filter.
On 11/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Acegi's AuthenticationProcessingFilter is, by default, coded to
intercept any web request to j_acegi_security_check. You can override
the actual name of the
t; +
ciphertext);
throw new RedirectException(acegiUrl);
}
===
Tom
-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jesper Zedlitz
Sent: Wednesday, November 01, 2006 8:52 AM
To: users@tapestry.apache.o
James Carman wrote:
> I haven't implemented form-based authentication in
> tapestry-acegi, yet. But, I don't think it's that difficult, really.
> Your need to use the AuthenticationProcessingFilter (I don't define it
> in my hivemodule.xml, but it would be easy to
On 10/30/06, Gareth <[EMAIL PROTECTED]> wrote:
hi,
I'm using the TableView component on what can be visulised as a search page.
Hi,
Please don't steal other threads with a new question.
--
regards,
Robin
-
To
hi,
I'm using the TableView component on what can be visulised as a search page.
The whole page is wrapped in a form (so that the paging buttons etc submit the
search criteria), and the Form version of TableRow and TablePages are used.
Everything appears to work except... I have 2 gripes that
orm-based
> authentication in
> > tapestry-acegi, yet. But, I don't think it's that
> difficult, really.
> > Your need to use the
> AuthenticationProcessingFilter (I don't define it
> > in my hivemodule.xml, but it would be easy to do
> so in yours) and
On 10/29/06, James Carman <[EMAIL PROTECTED]> wrote:
Hi, Robin. I haven't implemented form-based authentication in
tapestry-acegi, yet. But, I don't think it's that difficult, really.
Your need to use the AuthenticationProcessingFilter (I don't define it
in my hivem
Hi, Robin. I haven't implemented form-based authentication in
tapestry-acegi, yet. But, I don't think it's that difficult, really.
Your need to use the AuthenticationProcessingFilter (I don't define it
in my hivemodule.xml, but it would be easy to do so in yours) and your
Hi,
There still isn't any tapestry-acegi specific list is there?
What I like is to have is to use a webpage for login instead of http
basic auth. However, after checking the source of tapestry-acegi it
seems like a monster to accomplish based on that I know practially not
much at all
On 9/20/06, Robin Ericsson <[EMAIL PROTECTED]> wrote:
Hi,
Couldn't find a specific list for tapestry-acegi so I post this here.
I can't seem to access the anonymous svn repository. All I can find is
that I should use anonymous/anon, but that doesn't seem to work.
I jus
My approach predates tapestry-acegi, but I'm sure it could be adapted.
I use a bit of a hybrid approach, where the authentication part is handled
as described in the EWDT e-book and all of my protected pages extend a
BaseProtectedPage class. My Login page has a UserValidator ASO injected,
On 9/21/06, Jesper Zedlitz <[EMAIL PROTECTED]> wrote:
Is it possible to use a html form for login with tapestry-acegi instead of
HTTP basic authentication?
I'd like to know that too.
I would like to write a third part for my tutorial
http://wiki.apache.org/tapestry/AcegiSpring
Is it possible to use a html form for login with tapestry-acegi instead of
HTTP basic authentication?
I would like to write a third part for my tutorial
http://wiki.apache.org/tapestry/AcegiSpringJava5 about that topic.
Jesper
--
Jesper Zedlitz E-Mail : [EMAIL PROTECTED
son [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 20, 2006 9:20 AM
> To: Tapestry users
> Subject: Re: tapestry-acegi anon svn
>
> On 9/20/06, Karthik N <[EMAIL PROTECTED]> wrote:
>
>> I have the same issues with tapernate SVN.
>>
>> It's been
Subject: Re: tapestry-acegi anon svn
On 9/20/06, Karthik N <[EMAIL PROTECTED]> wrote:
> I have the same issues with tapernate SVN.
>
> It's been more than a month but no luck!! :-(
Has anyone raised this to Javaforge?
--
re
On 9/20/06, Karthik N <[EMAIL PROTECTED]> wrote:
I have the same issues with tapernate SVN.
It's been more than a month but no luck!! :-(
Has anyone raised this to Javaforge?
--
regards,
Robin
-
To unsubscrib
I have the same issues with tapernate SVN.
It's been more than a month but no luck!! :-(
On 9/20/06, Robin Ericsson <[EMAIL PROTECTED]> wrote:
Hi,
Couldn't find a specific list for tapestry-acegi so I post this here.
I can't seem to access the anonymous svn reposito
Hi,
Couldn't find a specific list for tapestry-acegi so I post this here.
I can't seem to access the anonymous svn repository. All I can find is
that I should use anonymous/anon, but that doesn't seem to work.
Any ideas/news on this? Searches on google indicates it's been
http://jira.codehaus.org/browse/MINSTALL-33
-Pat
--- Patrick Moore <[EMAIL PROTECTED]> wrote:
> Hi James --
>
> I think you said when you get a chance you are going to update the
> tapestry-acegi package. When you do you might wish to use this pom.xml. I
> discovered this neat feature of
Hi James --
I think you said when you get a chance you are going to update the
tapestry-acegi package. When you do you might wish to use this pom.xml. I
discovered this neat feature of maven2 that allows you to specify the minimum
version of a dependency. This allows users to upgrade their
lues in Hiv
You might like to check out example 7 on
http://lombok.demon.co.uk/hiveMind/welcome
Shing
--- Robert Cole <[EMAIL PROTECTED]> wrote:
>
> Hi all.
>
> I'm trying to pass a map of values into a Hivemind
> service and I'm hitting problems. I'm coming from
> Spring, so the Spring version looks li
Hi all.
I'm trying to pass a map of values into a Hivemind service and I'm hitting
problems. I'm coming from Spring, so the Spring version looks like this:
[EMAIL PROTECTED],ROLE_SUPERUSER
[EMAIL PROTECTED],ROLE_DATA_ADMINISTRATOR
fred,ROLE_SUPPO
I've tried using a :
But since I'm not contributing to a named service I get an error. Hopefully I
just need to sort out these last two things and I'm up and running.
If you like once I get there I could write a how-to
1 - 100 of 159 matches
Mail list logo