Issue Details (XML | Word | Printable)

Key: DROIDS-1
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Thorsten Scherler
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Droids

Replace all linkedHashmaps within the factory classes with cocoons configurator:bean-map

Created: 19/Mar/08 12:35 PM   Updated: 27/Oct/08 12:56 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works cocoon-configurator.txt 2008-03-19 12:56 PM Thorsten Scherler 12 kB

Resolution Date: 19/Mar/08 08:33 PM


 Description  « Hide
http://cocoon.apache.org/subprojects/configuration/1.0/spring-configurator/1.0/1400_1_1.html
Dynamic Registry Support is crucial in a multi plugin environment since a plugin can add new components to the registry.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Thorsten Scherler added a comment - 19/Mar/08 12:56 PM
There is still an issue with this patch, it seems to work fine but I see droids.crawl:
[java] url file:/home/thorsten/src/apache/droids/trunk/build/classes/regex-urlfilter.txt
[java] protocolFactory org.apache.droids.helper.factories.ProtocolFactory@8c1dd9
[java] parserFactory org.apache.droids.helper.factories.ParserFactory@fbb7cb
[java] filtersFactory org.apache.droids.helper.factories.URLFiltersFactory@1df8b99
[java] handlerFactory org.apache.droids.helper.factories.HandlerFactory@1462851
[java] main: suspending 7
[java] pool-1-thread-1: Starting org.apache.droids.DefaultWorker
[java] pool-1-thread-1: uri http://target-x.de/about.html
[java] uri http://target-x.de/about.html
[java] protocolFactory org.apache.droids.helper.factories.ProtocolFactory@8c1dd9
[java] url http://target-x.de/about.html
[java] protocolName http
[java] java.lang.NullPointerException
[java] at org.apache.droids.DefaultWorker.run(DefaultWorker.java:60)
[java] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
[java] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
[java] at java.lang.Thread.run(Thread.java:595)
[java] main: Finshed invocation, waiting for workers to finish.

Thorsten Scherler added a comment - 19/Mar/08 08:33 PM
It was a problem with the bean names, it fixed with revision 639000.