[jira] Commented: (COCOON-2208) Race condition in AbstractCachingProcessingPipeline causes threads to hang.

2008-06-06 Thread Antonio Gallardo (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12603216#action_12603216 ] Antonio Gallardo commented on COCOON-2208: -- Is not the same as: https://issues.ap

[jira] Closed: (COCOON-2209) POI: formatted style regions stop creating style at 2000 rows.

2008-06-06 Thread Antonio Gallardo (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Gallardo closed COCOON-2209. Resolution: Fixed Fix Version/s: 2.2-dev (Current SVN) 2.1.12-dev

[jira] Assigned: (COCOON-2209) POI: formatted style regions stop creating style at 2000 rows.

2008-06-06 Thread Antonio Gallardo (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Gallardo reassigned COCOON-2209: Assignee: Antonio Gallardo > POI: formatted style regions stop creating style at 2

[jira] Updated: (COCOON-2209) POI: formatted style regions stop creating style at 2000 rows.

2008-06-06 Thread Reynaldo Porras (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reynaldo Porras updated COCOON-2209: Attachment: EPStyleRegion_patch.txt > POI: formatted style regions stop creating style at

[jira] Created: (COCOON-2209) POI: formatted style regions stop creating style at 2000 rows.

2008-06-06 Thread Reynaldo Porras (JIRA)
POI: formatted style regions stop creating style at 2000 rows. -- Key: COCOON-2209 URL: https://issues.apache.org/jira/browse/COCOON-2209 Project: Cocoon Issue Type: Improvement

Re: poi hssf-serializer built in limitation

2008-06-06 Thread Reynaldo Porras GarcĂ­a
Hi Marc, I got hit by this issue. I found the answer to your questions in the following thread: http://markmail.org/message/d4iemconxozxgb2v I did my own tests in a recent cocoon revision 2.1.12-dev (r662435) running on 64M of Memory and I found if a StyleRegion is around 2^22 cells it thro

[jira] Created: (COCOON-2208) Race condition in AbstractCachingProcessingPipeline causes threads to hang.

2008-06-06 Thread Sylvain Wallez (JIRA)
Race condition in AbstractCachingProcessingPipeline causes threads to hang. --- Key: COCOON-2208 URL: https://issues.apache.org/jira/browse/COCOON-2208 Project: Cocoon I

Re: multithreaded Content Aggregator migration from 2.1 to 2.2

2008-06-06 Thread Grzegorz Kossakowski
Imran Pariyani pisze: Hello, we have come across this issue .. i posted it on user mailing list and some one from there suggested me to post it here since it seems to be bug in cocoon 2.2 .. its a very crucial issue for us.. we cant upgrade to 2.2 unless we some how solve or find a work aro

Re: multithreaded Content Aggregator migration from 2.1 to 2.2

2008-06-06 Thread Grzegorz Kossakowski
Joerg Heinicke pisze: InheritableThreadLocal [1] might be one solution. But being not able to clean up a thread is always a problem in web environment. IIRC Spring used to use InheritableThreadLocal in RequestContextListener, but they changed it to standard ThreadLocal for that reason. I don'

Re: 2.2 is not building

2008-06-06 Thread Grzegorz Kossakowski
Grzegorz Kossakowski pisze: Lochschmied, Alexander pisze: now for r663985. org.apache.cocoon:cocoon-pipeline-impl:jar:1.1.0-SNAPSHOT is still missing, see attached log if you want Sorry, actually it's a little different now. The missing artifact now is org.apache.cocoon:cocoon-configuration-a

Re: 2.2 is not building

2008-06-06 Thread Grzegorz Kossakowski
Lochschmied, Alexander pisze: now for r663985. org.apache.cocoon:cocoon-pipeline-impl:jar:1.1.0-SNAPSHOT is still missing, see attached log if you want Sorry, actually it's a little different now. The missing artifact now is org.apache.cocoon:cocoon-configuration-api:jar:1.0.3-SNAPSHOT I'm t

RE: 2.2 is not building

2008-06-06 Thread Lochschmied, Alexander
>>> svn co http://svn.apache.org/repos/asf/cocoon/trunk >>> cd trunk >>> rm -rf ~/.m2/repository >>> mvn -Dmaven.test.skip=true -P allblocks install >> Why do you skip tests? >> Try without skipping them. > Grzegorz, that (mvn -P allblocks install) results in the same problem now for r663985. >

Re: 2.2 is not building

2008-06-06 Thread Grzegorz Kossakowski
Lochschmied, Alexander pisze: Hi, I've posted this on users mailing list already but I didn't get any response. Could somebody here please help? I cannot build 2.2 from svn checkout (revision 663844). I tried it on different machines and maven always fails to resolve a certain artifact. Here is

RE: 2.2 is not building

2008-06-06 Thread Lochschmied, Alexander
> rm -rf ~/.m2/repository I think the problem is really when clearing local maven repository. I managed to build 2.2 using an old local maven repository (restored from May 16). Could it be that there is something wrong with artifacts on central maven repo?

Re: svn commit: r662435 - in /cocoon/branches/BRANCH_2_1_X: ./ src/blocks/eventcache/java/org/apache/cocoon/caching/impl/ src/blocks/eventcache/java/org/apache/cocoon/samples/ src/java/org/apache/coco

2008-06-06 Thread Andrew Savory
Hi, 2008/6/6 Antonio Gallardo <[EMAIL PROTECTED]>: > I am glad to see you back! Please see below: Thanks ;-) > The above constructor is since java 1.5. Would you change the code to run > with java 1.4? Many thanks in advance. :) > Ooops ... my bad. Working on it now ... Andrew. -- [EMAIL P

2.2 is not building

2008-06-06 Thread Lochschmied, Alexander
Hi, I've posted this on users mailing list already but I didn't get any response. Could somebody here please help? I cannot build 2.2 from svn checkout (revision 663844). I tried it on different machines and maven always fails to resolve a certain artifact. Here is what I am trying: svn co http:/