version error in the pom.xml of cocoon-configuration-api

2007-02-23 Thread Rice Yeh

Hi,
 The version is 1.0.1.SNAPSHOT in the pom.xml of cocoon-configuration-api.
I think it is a typo. Should it be 1.0.1-SNAPSHOT?

Regards,
Rice


Re: [vote] Grzegorz Kossakowski as a new Cocoon committer

2007-02-23 Thread Jorg Heymans

Daniel Fagerstrom wrote:

Hi all!

I'd like to propose Grzegorz Kossakowski (aka Grek) as a new Cocoon 
committer. He has been around at the user list since 2003 and has been 
very active at the dev list the last months. He has provided a number of 
high quality patches and in depth design discussions in complicated areas.


Please cast your votes.

/Daniel




+1, welcome Grzegorz !


Jorg



Re: New Features for the spring configurator

2007-02-23 Thread Leszek Gawron

Carsten Ziegeler wrote:

Hi,

in the last days while converting the portal block from spring to avalon
I added two features to our spring configurator:

1. It's now possible to define default values for properties directly in
the property reference, so you can write a reference to the property
"myproperty" like this: ${myproperty:DEFAULT_VALUE}. If no definition
for the property is found, the default value is used. Of course, it's
possible to use ${myproperty} as well.

2. A new map implementation that collects all defined spring beans
implementing a specified type, so you configure a managing component
like this:


  

  


The bean-map element collects all beans for the specified type
(o.a.c.Widget) in this case and creates a Map with the id's of the beans
as keys and the beans itself as the value.
In addition if the bean name starts with the type, like
"o.a.c.Widget/button", the bean will be put under the key "button" into
the Map. (This behaviour can be controlled via an additional attribute).


I have been trying to use configurator outside cocoon for my other 
spring based projects. Thing is the configurator automatically imports 
property files and contexts in META-INF/cocoon/spring. What should I do 
to have limit it's functionality to properties?


--
Leszek Gawron http://www.mobilebox.pl/krs.html
CTO at MobileBox Ltd.



Re: [RT] Cocoon and oracle ADF

2007-02-23 Thread pajeczyca

well, no. Thats a differnt application. All i want to do is to be able to
intergrate ADF wit cocoon. 
I know cocoon supports JSF, but I can't get adf to work. I followed adf
installation and included all necessary mappings in xml, but still I am
getting an error 




Reinhard Poetz wrote:
> 
> pajeczyca wrote:
>> we have an application that was created using cocoon framework. I am
>> trying
>> to intergrate JSF, and that's working fine, but when adding ADF , it
>> causes
>> those problems. 
>> I looked online and I can't find any help on what is needed to get ADF
>> intergrated with cocoon
> 
> Are you trying to merge the web.xml of both applications?
> 
> -- 
> Reinhard Pötz   Independent Consultant, Trainer & (IT)-Coach 
> 
> {Software Engineering, Open Source, Web Applications, Apache Cocoon}
> 
> web(log): http://www.poetz.cc
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Cocoon-and-oracle-ADF-tf3274467.html#a9121575
Sent from the Cocoon - Dev mailing list archive at Nabble.com.



Re: [RT] Cocoon and oracle ADF

2007-02-23 Thread Reinhard Poetz

pajeczyca wrote:

we have an application that was created using cocoon framework. I am trying
to intergrate JSF, and that's working fine, but when adding ADF , it causes
those problems. 
I looked online and I can't find any help on what is needed to get ADF

intergrated with cocoon


Are you trying to merge the web.xml of both applications?

--
Reinhard Pötz   Independent Consultant, Trainer & (IT)-Coach 


{Software Engineering, Open Source, Web Applications, Apache Cocoon}

   web(log): http://www.poetz.cc



Re: [RT] Cocoon and oracle ADF

2007-02-23 Thread pajeczyca

we have an application that was created using cocoon framework. I am trying
to intergrate JSF, and that's working fine, but when adding ADF , it causes
those problems. 
I looked online and I can't find any help on what is needed to get ADF
intergrated with cocoon


Reinhard Poetz wrote:
> 
> pajeczyca wrote:
>> we have a application that runs with adf and its working , but when I try
>> to
>> use it with cocoon , it stops working
>> Thank you 
> 
> What exactly do you mean by "use it with cocoon"?
> 
> 
> -- 
> Reinhard Pötz   Independent Consultant, Trainer & (IT)-Coach 
> 
> {Software Engineering, Open Source, Web Applications, Apache Cocoon}
> 
> web(log): http://www.poetz.cc
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Cocoon-and-oracle-ADF-tf3274467.html#a9120722
Sent from the Cocoon - Dev mailing list archive at Nabble.com.



Re: [RT] Cocoon and oracle ADF

2007-02-23 Thread Reinhard Poetz

pajeczyca wrote:

we have a application that runs with adf and its working , but when I try to
use it with cocoon , it stops working
Thank you 


What exactly do you mean by "use it with cocoon"?


--
Reinhard Pötz   Independent Consultant, Trainer & (IT)-Coach 


{Software Engineering, Open Source, Web Applications, Apache Cocoon}

   web(log): http://www.poetz.cc



Re: [RT] Cocoon and oracle ADF

2007-02-23 Thread pajeczyca

we have a application that runs with adf and its working , but when I try to
use it with cocoon , it stops working
Thank you 


Reinhard Poetz wrote:
> 
> pajeczyca wrote:
>> Sorry but I'm kinda new to all this cocoon stuff and adf, . how do i
>> deactivate cocoon servlet?
> 
> My suggestion was to get the ADF stuff running and then try to merge it
> with Cocoon.
> 
> -- 
> Reinhard Pötz   Independent Consultant, Trainer & (IT)-Coach 
> 
> {Software Engineering, Open Source, Web Applications, Apache Cocoon}
> 
> web(log): http://www.poetz.cc
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Cocoon-and-oracle-ADF-tf3274467.html#a9120388
Sent from the Cocoon - Dev mailing list archive at Nabble.com.



Re: [RT] Cocoon and oracle ADF

2007-02-23 Thread Reinhard Poetz

pajeczyca wrote:

Sorry but I'm kinda new to all this cocoon stuff and adf, . how do i
deactivate cocoon servlet?


My suggestion was to get the ADF stuff running and then try to merge it with 
Cocoon.

--
Reinhard Pötz   Independent Consultant, Trainer & (IT)-Coach 


{Software Engineering, Open Source, Web Applications, Apache Cocoon}

   web(log): http://www.poetz.cc



Re: [RT] Cocoon and oracle ADF

2007-02-23 Thread pajeczyca

Sorry but I'm kinda new to all this cocoon stuff and adf, . how do i
deactivate cocoon servlet?

Reinhard Poetz wrote:
> 
> pajeczyca wrote:
>> I am trying to use ADF with our cocoon application, but with now luck.
>> Can
>> ADF work with cocoon?
>> 
>> My web.xml includes all necessary servlet mapping and filters, and my
>> faces-config.xml has
>> oracle.adf.core
>> 
>> Here is what I see in a log
>>  22, 2007 10:24:34 AM
>> oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl
>>  verifyFilterIsInstalled
>> WARNING: The AdfFacesFilter has not been installed.  ADF Faces requires
>> this
>> fil
>> ter for proper execution.
>> Feb 22, 2007 10:24:34 AM oracle.adfinternal.view.faces.agent.AgentImpl
>> 
>> WARNING: The agent type is unknown; creating an agent with null agent
>> attributes
> 
> If you deactivate the Cocoon servlet, does ASDF work as expected?
> 
> 
> -- 
> Reinhard Pötz   Independent Consultant, Trainer & (IT)-Coach 
> 
> {Software Engineering, Open Source, Web Applications, Apache Cocoon}
> 
> web(log): http://www.poetz.cc
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Cocoon-and-oracle-ADF-tf3274467.html#a9120128
Sent from the Cocoon - Dev mailing list archive at Nabble.com.



New Features for the spring configurator

2007-02-23 Thread Carsten Ziegeler
Hi,

in the last days while converting the portal block from spring to avalon
I added two features to our spring configurator:

1. It's now possible to define default values for properties directly in
the property reference, so you can write a reference to the property
"myproperty" like this: ${myproperty:DEFAULT_VALUE}. If no definition
for the property is found, the default value is used. Of course, it's
possible to use ${myproperty} as well.

2. A new map implementation that collects all defined spring beans
implementing a specified type, so you configure a managing component
like this:


  

  


The bean-map element collects all beans for the specified type
(o.a.c.Widget) in this case and creates a Map with the id's of the beans
as keys and the beans itself as the value.
In addition if the bean name starts with the type, like
"o.a.c.Widget/button", the bean will be put under the key "button" into
the Map. (This behaviour can be controlled via an additional attribute).

Carsten
-- 
Carsten Ziegeler
http://www.osoco.org/weblogs/rael/


Re: XReporter artifact in Maven central?

2007-02-23 Thread Carsten Ziegeler
Reinhard Poetz wrote:
> Carsten Ziegeler wrote:
>> Reinhard Poetz work:
>>> Currently we use the xreporter artifact from
>>> http://people.apache.org/repo/m1-snapshot-repository/xreporter/jars/xreporter-expression-r683.jar
>>>  
>>> in cocoon-forms.
>>>
>>> After getting the Avalon and Excalibur artifacts published to the central 
>>> Maven 
>>> repo, this this is, AFAICS the last dependency not being available from 
>>> Maven 
>>> central.
>>>
>>> As we are approaching a cocoon-forms release candiate, I would like to see 
>>> this 
>>> dependency available from there and getting rid of our use of 
>>> http://people.apache.org/repo/m1-snapshot-repository which isn't meant to 
>>> contain releases.
>>>
>> Dump question (and I'm not against using the xreporter stuff, I'm really
>> just curious), do we need the xreporter stuff? Isn't it doing similar
>> stuff which we also have inside the jxtg?
> 
> I think that we don't have something in our codebase that could replace the 
> xreporter stuff in a *backwards-compatible* way, have we?
> 
Not sure about all features of the xreporter expression stuff, but we
have expression stuff in the jxtg which perhaps covers all use cases and
just needs a simple addition to handle everything in a compatible way. I
don't know, that's why I ask :)

Carsten

-- 
Carsten Ziegeler
http://www.osoco.org/weblogs/rael/


Re: [graphics] Artwork for cocoon.apache.org - new version

2007-02-23 Thread Bertrand Delacretaz

On 2/23/07, Sylvain Wallez <[EMAIL PROTECTED]> wrote:


...I think you can remove the french flag on the right...



...I think just adding users-fr@ subscribe/archives
information on the mailing-list page would be good enough.


Same opinion here.

-Bertrand


Re: XReporter artifact in Maven central?

2007-02-23 Thread Reinhard Poetz

Carsten Ziegeler wrote:

Reinhard Poetz work:

Currently we use the xreporter artifact from
http://people.apache.org/repo/m1-snapshot-repository/xreporter/jars/xreporter-expression-r683.jar 
in cocoon-forms.


After getting the Avalon and Excalibur artifacts published to the central Maven 
repo, this this is, AFAICS the last dependency not being available from Maven 
central.


As we are approaching a cocoon-forms release candiate, I would like to see this 
dependency available from there and getting rid of our use of 
http://people.apache.org/repo/m1-snapshot-repository which isn't meant to 
contain releases.



Dump question (and I'm not against using the xreporter stuff, I'm really
just curious), do we need the xreporter stuff? Isn't it doing similar
stuff which we also have inside the jxtg?


I think that we don't have something in our codebase that could replace the 
xreporter stuff in a *backwards-compatible* way, have we?


--
Reinhard Pötz   Independent Consultant, Trainer & (IT)-Coach 


{Software Engineering, Open Source, Web Applications, Apache Cocoon}

   web(log): http://www.poetz.cc



Re: XReporter artifact in Maven central?

2007-02-23 Thread Carsten Ziegeler
Reinhard Poetz work:
> Currently we use the xreporter artifact from
> http://people.apache.org/repo/m1-snapshot-repository/xreporter/jars/xreporter-expression-r683.jar
>  
> in cocoon-forms.
> 
> After getting the Avalon and Excalibur artifacts published to the central 
> Maven 
> repo, this this is, AFAICS the last dependency not being available from Maven 
> central.
> 
> As we are approaching a cocoon-forms release candiate, I would like to see 
> this 
> dependency available from there and getting rid of our use of 
> http://people.apache.org/repo/m1-snapshot-repository which isn't meant to 
> contain releases.
> 
Dump question (and I'm not against using the xreporter stuff, I'm really
just curious), do we need the xreporter stuff? Isn't it doing similar
stuff which we also have inside the jxtg?

Carsten

-- 
Carsten Ziegeler
http://www.osoco.org/weblogs/rael/


RE: [graphics] Artwork for cocoon.apache.org - new version

2007-02-23 Thread Jeroen Reijn
It's getting better each time. I agree that the green bar at the top is 
floating a bit in space and does not really fit into the page right now. Maybe 
a little shade underneath the bar should make it fit into the page. I now 
notice that it has a bit of a shader on the right, but not on the left.
 
I really like what you guys did with the teasers. Especially the download 
button which directly draws the attention which is imho a very strong point.
 
Keep up the good work!
 
Regards,
 
Jeroen Reijn
 
-Oorspronkelijk bericht- 
Van: Sylvain Wallez [mailto:[EMAIL PROTECTED] 
Verzonden: vr 23-2-2007 11:01 
Aan: dev@cocoon.apache.org 
CC: 
Onderwerp: Re: [graphics] Artwork for cocoon.apache.org - new version



hepabolu wrote:
> Guys,
>
> after some discussion back and forth with Thien we've decided on the
> next version:



Getting nicer and nicer!

I think you can remove the french flag on the right: the french pages we
have on the website only translate the main "what is Cocoon" blurb and
introduce the french-speaking mailing list. Unless somebody feels the
itch to maintain this, I think just adding users-fr@ subscribe/archives
information on the mailing-list page would be good enough.

Sylvain

--
Sylvain Wallez - http://bluxte.net





Re: [graphics] Artwork for cocoon.apache.org - new version

2007-02-23 Thread Sylvain Wallez
hepabolu wrote:
> Guys,
>
> after some discussion back and forth with Thien we've decided on the
> next version:



Getting nicer and nicer!

I think you can remove the french flag on the right: the french pages we
have on the website only translate the main "what is Cocoon" blurb and
introduce the french-speaking mailing list. Unless somebody feels the
itch to maintain this, I think just adding users-fr@ subscribe/archives
information on the mailing-list page would be good enough.

Sylvain

-- 
Sylvain Wallez - http://bluxte.net



Re: [vote] Grzegorz Kossakowski as a new Cocoon committer

2007-02-23 Thread Carsten Ziegeler
Daniel Fagerstrom wrote:
> Hi all!
> 
> I'd like to propose Grzegorz Kossakowski (aka Grek) as a new Cocoon 
> committer. He has been around at the user list since 2003 and has been 
> very active at the dev list the last months. He has provided a number of 
> high quality patches and in depth design discussions in complicated areas.
> 
> Please cast your votes.
> 
+1

Carsten

-- 
Carsten Ziegeler
http://www.osoco.org/weblogs/rael/