DO NOT REPLY [PATCH QUEUE] Summary December 28 2002

2002-12-27 Thread nicolaken
---
 This mail is generated automatically using
 Jakarta Ant. Contents are automatically
 downloaded from Apache's Bugzilla.
---
 Please do not reply to this mail.
---

***
COCOON PATCH QUEUE UPDATE
 
patches in queue:  24 
***


---
9075:[PATCH] Contribution of SAP R/3(r) connectivity components
---
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9075

REVIEWER:[EMAIL PROTECTED]
RESOLUTION:  
STATUS:  NEW
---
9728:[PATCH] CocoonServlet getClassPath() enhancements Tomcat4
---
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9728

REVIEWER:[EMAIL PROTECTED]
RESOLUTION:  
STATUS:  NEW
---
11533:[PATCH] Replacement for AvalonToCocoonSource
---
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11533

REVIEWER:[EMAIL PROTECTED]
RESOLUTION:  
STATUS:  NEW
---
11549:[PATCH] Replace LogKitManageable through LoggerManageable
---
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11549

REVIEWER:[EMAIL PROTECTED]
RESOLUTION:  
STATUS:  NEW
---
12235:[PATCH] XPathTransformer
---
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12235

REVIEWER:[EMAIL PROTECTED]
RESOLUTION:  
STATUS:  NEW
---
12993:[PATCH] New version of CastorTransformer (includes marshalli
---
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12993

REVIEWER:[EMAIL PROTECTED]
RESOLUTION:  
STATUS:  NEW
---
13220:[PATCH] build dist-bin broken in HEAD
---
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13220

REVIEWER:[EMAIL PROTECTED]
RESOLUTION:  
STATUS:  NEW
---
13247:[PATCH] PNG output of SVGSerializer broken in HEAD
---
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13247

REVIEWER:[EMAIL PROTECTED]
RESOLUTION:  
STATUS:  NEW
---
14048:[PATCH] No-cache enhancement for ResourceReader component
---
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14048

REVIEWER:[EMAIL PROTECTED]
RESOLUTION:  
STATUS:  NEW
---
14117:[PATCH] AuthAction fails in sub-requests
---
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14117

REVIEWER:[EMAIL PROTECTED]
RESOLUTION:  
STATUS:  NEW
---
14144:[Patch] add CompressionFilter declaration to web.xml
---
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14144

REVIEWER:[EMAIL PROTECTED]
RESOLUTION:  
STATUS:  NEW
---
14327:[PATCH] JSPEngineImpl response charset should be specified w
---
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14327

REVIEWER:[EMAIL PROTECTED]
RESOLUTION:  
STATUS:  NEW
---
14700:[Patch] IOUtils.java recognize .. in Path
---
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14700

REVIEWER:[EMAIL PROTECTED]
RESOLUTION:  
STATUS:  NEW
---
14845:[PATCH] Patch to generate a key with new resources in XMLDBT
---
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14845

REVIEWER:[EMAIL PROTECTED]
RESOLUTION:  
STATUS:  NEW
---
14986:[PATCH] Enables velocitygenerator to get objects from reques
---
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14986

REVIEWER:[EMAIL PROTECTED]
RESOLUTION:  
STA

Re: esql in Cocoon-2.1-dev not working well with Oracle? due to skip-rows element?

2002-12-27 Thread aps olute

Responses inserted in between.
--- Antonio Gallardo <[EMAIL PROTECTED]> wrote:
> Hi:
> 
> 1-The  is is not a mandatory issue. It is just an
> optional tag that you can use.

  I did not have the need for this, so I will assume its okay, my code works
without this.

> 2-The  and  are also optionals that means
> that it will not triggered if you dont request it.

Apparently one of them is not optional, if it was, I would not brought this
up as an issue.  If you recall my original posting on this:
http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=104069369318391&w=2
I could not run same ESQL code on Tomcat4.1.12 but yet it works fine on Tomcat
4.0.1.
Can you perhaps verify an ESQL(XSP file) like I had posted without the
 and can you post what the result is? Without this element on
mine, it will not work.

> 
> By the way I dont see a case when you will request 0 rows in the
> . I the worst case you will need to set it just to control
> if the are some rows. Then you will need to request almost 1 additional
> row (0+1) to check for additionals rows in the returned recordset.

  Umm, I was referring to  being zero, not .  In
the test I just did, I did not include , so its not needed. I
also tried  3 and I did get 3 rows, not 4 and since I have to
have skip-rows minimum set to 1, it printed rowid's 2,3 & 4.  Anyhow, it seems
confusing to remember one more rule having to add 1 for the count.

> 
> This way it will be faster for every database manager because database
> manager mainly stop when they already have filled the requested amount of
> rows. And returns after they get the maxrow you requested. As you can see
> this is the faster method I know to trigger the more-results.

   No comment on this portion. I dont really know the logic behind.

  Just wanted to know, what are the file sizes for your OracleEsqlQuery.java,
JdbcEsqlQuery.java, EsqlHelper.java, and PostgresEsqlQuery.java? just for my
reference.

Regards,
aps

> 
> Ragards,
> 
> Antonio Gallardo.
> 
> 
> aps olute dijo:
> >
> >  Antonio,
> >  Per your suggestion, I downloaded the latest on 12/24 and it still
> > does
> > not work. ESQL having a problem working with Oracle 8i and Tomcat
> > 4.1.12.  Exact xml file is working with Tomcat.4.0.1 but not on 4.1.12.
> > What actually has been changed?
> >  I tinkered a little bit more, and based on your postings, I kind of
> > clue-in on this skip-rows and max-rows.  This was not needed before, why
> > make it mandatory? Is this documented somewhere like on a DTD or a
> > Schema for ESQL? Also it does not work with skip-rows set to zero
> >
> >
> > aps
> >
> > __
> > Do you Yahoo!?
> > Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> > http://mailplus.yahoo.com
> >
> > -
> > Please check that your question  has not already been answered in the
> > FAQ before posting. 
> >
> > To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> > For additional commands, e-mail:   <[EMAIL PROTECTED]>
> 
> 
> 
> 
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. 
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
> 


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: esql in Cocoon-2.1-dev not working well with Oracle? due to skip-rows element?

2002-12-27 Thread Antonio Gallardo
Hi:

1-The  is is not a mandatory issue. It is just an
optional tag that you can use.
2-The  and  are also optionals that means
that it will not triggered if you dont request it.

By the way I dont see a case when you will request 0 rows in the
. I the worst case you will need to set it just to control
if the are some rows. Then you will need to request almost 1 additional
row (0+1) to check for additionals rows in the returned recordset.

This way it will be faster for every database manager because database
manager mainly stop when they already have filled the requested amount of
rows. And returns after they get the maxrow you requested. As you can see
this is the faster method I know to trigger the more-results.

Ragards,

Antonio Gallardo.


aps olute dijo:
>
>  Antonio,
>  Per your suggestion, I downloaded the latest on 12/24 and it still
> does
> not work. ESQL having a problem working with Oracle 8i and Tomcat
> 4.1.12.  Exact xml file is working with Tomcat.4.0.1 but not on 4.1.12.
> What actually has been changed?
>  I tinkered a little bit more, and based on your postings, I kind of
> clue-in on this skip-rows and max-rows.  This was not needed before, why
> make it mandatory? Is this documented somewhere like on a DTD or a
> Schema for ESQL? Also it does not work with skip-rows set to zero
>
>
> aps
>
> __
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
>
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. 
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>




-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




RE: wsproxy generator

2002-12-27 Thread Geoff Howard
right, but my response was about HTMLGenerator - he needed the results to go
through tidy.  Do you know off hand if excalibur source supports https?

Geoff

> -Original Message-
> From: Ivelin Ivanov [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 26, 2002 10:31 PM
> To: [EMAIL PROTECTED]
> Subject: Re: wsproxy generator
>
>
> Actually, the WSProxyGen is using Jakarta HttpClient lib, which in turn
> supports HTTPS.
>
>
>
> - Original Message -
> From: "Geoff Howard" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, December 26, 2002 12:33 PM
> Subject: RE: wsproxy generator
>
>
> > Don't know that off hand - it's using Excalibur Source
> Resolver, so you'll
> > have to go digging through docs/source there.
> >
> > Unfortunately, 90% of the time, the api docs at excalibur give a 404.  I
> > often wish the Avalon/Excalibur docs from the appropriate version were
> > bundled with cocoon and this is one of those times.
> >
> > It may be faster to just try it.
> >
> > Geoff
> >
> > > -Original Message-
> > > From: Sushil Bhattarai [mailto:[EMAIL PROTECTED]]
> > > Sent: Thursday, December 26, 2002 11:05 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: RE: wsproxy generator
> > >
> > >
> > >
> > > Thanks for the suggestion. Does html generator retrieve remote sources
> by
> > > https also or does it support http only? I've read that
> webserviceproxy
> > > works with https. If html generator works with https as well then
> > > that would
> > > be super and solve all my problems.
> > >
> > > Sushil
> > >
> > > >From: "Geoff Howard" <[EMAIL PROTECTED]>
> > > >Reply-To: [EMAIL PROTECTED]
> > > >To: <[EMAIL PROTECTED]>
> > > >Subject: RE: wsproxy generator
> > > >Date: Tue, 24 Dec 2002 11:41:46 -0500
> > > >
> > > >Yes, you can use WebProxyGenerator with any url, but yes it
> > > needs to return
> > > >xml.
> > > >
> > > >If you need to retrieve arbitrary html content it would be
> safer to use
> > > >HTMLGenerator, which can retrieve remote sources via http,
> and runs the
> > > >input through Tidy before sending the sax events through the
> pipeline,
> > > >guaranteeing [?] that you get wellformed xml.
> > > >
> > > >There is an example this in the samples that ship with cocoon,
> > > >coincidentally using yahoo as an example.  If the sample is
> > > broken, there
> > > >is
> > > >a good chance that a recent yahoo site redesign has broken the
> > > xpath used
> > > >in
> > > >the example, as has happened in the past.
> > > >
> > > >Hope that helps,
> > > >Geoff Howard
> > > >
> > > > > -Original Message-
> > > > > From: Sushil Bhattarai [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Tuesday, December 24, 2002 10:39 AM
> > > > > To: [EMAIL PROTECTED]
> > > > > Subject: wsproxy generator
> > > > >
> > > > >
> > > > >
> > > > > Hello
> > > > >
> > > > > Does wsproxy generator work only with xform or does it work for
> > > > > any url. If
> > > > > it works for any url, does that url need to return xml output? If
> > > > > it doesn't
> > > > > how to get around it?
> > > > >
> > > > > I'm trying to call a url which basically returns html.
> But I want to
> > > > > serialize this as xml and put it in my pipeline so that I can
> > > > > manipulate the
> > > > > xml and extract whatever I want to. Is this possible using
> > > > > wsproxy or am I
> > > > > in the wrong direction. Can I do this to get yahoo page as xml
> > > > >
> > > > > 
> > > > >http://www.yahoo.com"/>
> > > > >   
> > > > > 
> > > > >
> > > > > Thanks
> > > > > Sushil
> > > > >
> > > > >
> > > > > _
> > > > > MSN 8 with e-mail virus protection service: 3 months FREE*.
> > > > > http://join.msn.com/?page=features/virus&xAPID=42&PS=47575&PI=7324
> > > > > &DI=7474&SU=
> > > > > http://www.hotmail.msn.com/cgi-bin/getmsg&HL=1216hotmailtaglines_e
> > > >liminateviruses_3mf
> > > >
> > > >
> > > >-
> > > >Please check that your question  has not already been answered in the
> > > >FAQ before posting. 
> > > >
> > > >To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> > > >For additional commands, e-mail:   <[EMAIL PROTECTED]>
> > > >
> > > >
> > > >
> > > >
> > > >-
> > > >Please check that your question  has not already been answered in the
> > > >FAQ before posting. 
> > > >
> > > >To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> > > >For additional commands, e-mail:   <[EMAIL PROTECTED]>
> > >
> > >
> > > _
> > > The new MSN 8: smart spam protection and 3 months FREE*.
> > > http://join.msn.com/?page=features/junkmail&xAPID=42&PS=47575&PI=7
> > > 324&DI=7474&SU=
> > > http://www.hotmail.msn.com/cgi-bin/getmsg&HL=1216hotmailtaglines_s
>

esql in Cocoon-2.1-dev not working well with Oracle? due to skip-rows element?

2002-12-27 Thread aps olute

 Antonio,
 Per your suggestion, I downloaded the latest on 12/24 and it still does
not work. ESQL having a problem working with Oracle 8i and Tomcat 4.1.12. 
Exact xml file is working with Tomcat.4.0.1 but not on 4.1.12.  What actually
has been changed?
 I tinkered a little bit more, and based on your postings, I kind of
clue-in on this skip-rows and max-rows.  This was not needed before, why make
it mandatory? Is this documented somewhere like on a DTD or a Schema for ESQL?
Also it does not work with skip-rows set to zero 
 

aps

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: Portal Roles / Users

2002-12-27 Thread Richard Reyes



thanks

  - Original Message - 
  From: 
  Matthew 
  Langham 
  To: [EMAIL PROTECTED] 
  
  Sent: Friday, December 27, 2002 2:44 
  AM
  Subject: RE: Portal Roles / Users
  
  Hi,
   
  Currently this is not possible out of the box. You could probably cook 
  up some way to do this (i.e. return the roles to the user and get him to 
  select one before proceeding.
   
  Matthew
  --Open Source Group   
  Cocoon { Consulting, Training, Projects 
  }=Matthew 
  Langham, S&N AG, Klingenderstrasse 5, D-33100 
  PaderbornTel:+49-5251-1581-30  [EMAIL PROTECTED] - http://www.s-und-n.de-Cocoon 
  book:  http://www.amazon.com/exec/obidos/ASIN/0735712352/needacake-20Weblog:  
  http://radio.weblogs.com/0103021/=  
  
  
-Original Message-From: Richard Reyes 
[mailto:[EMAIL PROTECTED]]Sent: Thursday, December 26, 
2002 12:01 PMTo: cocoon-usersSubject: Portal Roles / 
Users
Hi Guys,
 
Is is possible to have 1 user included into 2 
roles?
for example user cocoon is both admin and 
guest.
Or to be more realistic, User cocoon is both 
Business manager and customer service agent.
 
Thanks in advance
Richard


[warning] Wiki being moved

2002-12-27 Thread Steven Noels
Hi all,

I'm moving the Wiki to its new location on 
http://wiki.cocoondev.org/Wiki.jsp

I've temporarily disabled editing facilities on the old location, and 
will try to set up some decent redirection mechanism once the new one is 
up & running. In case you can't wait, please don't forget to re-set your 
 cookie by 'logging in' before editing.

The new site might become temporarily unavailable during the day - but 
not for long consecutive stretches.

Take care,


--
Steven Noelshttp://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
Read my weblog at  http://radio.weblogs.com/0103539/
stevenn at outerthought.orgstevenn at apache.org


-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>