[
https://issues.apache.org/jira/browse/COCOON-2241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625313#action_12625313
]
Thorsten Scherler commented on COCOON-2241:
-------------------------------------------
"env.getObjectModel()"= HashMap<K,V> (id=271)
DEFAULT_INITIAL_CAPACITY= 16
DEFAULT_LOAD_FACTOR= 0.75
MAXIMUM_CAPACITY= 1073741824
NULL_KEY= Object (id=301)
serialVersionUID= 362498820763181265
useNewHash= false
entrySet= HashMap$EntrySet (id=295)
keySet= null
HashMap values:
[null, [EMAIL PROTECTED], link-collection=[], [EMAIL PROTECTED], null, null,
null, null, [EMAIL PROTECTED], null, null, [EMAIL PROTECTED], [EMAIL
PROTECTED], null, null, null]
> The commandline is not working since cocoon-1985
> ------------------------------------------------
>
> Key: COCOON-2241
> URL: https://issues.apache.org/jira/browse/COCOON-2241
> Project: Cocoon
> Issue Type: Bug
> Components: * Cocoon Core
> Affects Versions: 2.1.12-dev (Current SVN)
> Reporter: Thorsten Scherler
> Fix For: 2.1.12-dev (Current SVN)
>
> Attachments: COCOON-2241.txt
>
>
> Updating forrest to use cocoon-2.1.x, I found a problem in the
> AbstractCachingProcessingPipeline.
> I am not sure whether someone is using the cocoon cli ATM. Forrest is
> based around this component.
> https://issues.apache.org/jira/browse/FOR-955?focusedCommentId=12624340#action_12624340
> I found that in
> org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
> line 245
> Object lock =
> env.getObjectModel().get(HttpEnvironment.HTTP_REQUEST_OBJECT);
> the lock is null which causes the NPE in the end.
> The problem is that the cli environment does not store the requested object.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.