Re: Authentication & Authorization across wsBinding & java Implementation - was : Using security policies in the Bigbank scenario

2007-12-28 Thread Venkata Krishnan
Hi, Continuing with the secure-bigbank demo, I have got the checkings account webservice to pass the authenitcated principal to the java implementation that inturn authorizes the principal. I have made changes to Message, MessageImpl and the Axis2 binding for this (r607209). We can evolve or ch

Re: Release 1.1 - what will be ready for next week?

2007-12-28 Thread Luciano Resende
Good point Haleh, implementation.bpel should not be excluded, implementation-data-api should not either as it's being used in the store tutorial scenario. Let me check if I can fix this on the distribution files... On Dec 27, 2007 7:51 PM, haleh mahbod <[EMAIL PROTECTED]> wrote: > Hi Simon, > Than

[jira] Resolved: (TUSCANY-1801) store sample throws FileNotFoundException and does not display Catalog entries

2007-12-28 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende resolved TUSCANY-1801. -- Resolution: Fixed Resolved under revision #607274 (trunk) > store sample throws File

Re: Release 1.1 - what will be ready for next week?

2007-12-28 Thread Luciano Resende
Implementation-bpel was OK. I have added implementation-widget and implementation-data-api. On Dec 28, 2007 4:59 AM, Luciano Resende <[EMAIL PROTECTED]> wrote: > Good point Haleh, implementation.bpel should not be excluded, > implementation-data-api should not either as it's being used in the > st

Re: Authentication & Authorization across wsBinding & java Implementation - was : Using security policies in the Bigbank scenario

2007-12-28 Thread Venkata Krishnan
Hi, Now this demo works from the 'ant' build as well. There was a problem with the ordering of the PolicyHandling Interceptor along the invocation chain. It quite strange how this varies depending on whether its executed within eclipse or outside. I have put in a fix that works both ways. - Ven