Author: crossley
Date: Fri Dec 9 04:40:13 2005
New Revision: 355467
URL: http://svn.apache.org/viewcvs?rev=355467&view=rev
Log:
Update
Modified:
forrest/events/forrest-friday/20051209-log.txt
Modified: forrest/events/forrest-friday/20051209-log.txt
URL:
http://svn.apache.org/viewcvs/forrest/events/forrest-friday/20051209-log.txt?rev=355467&r1=355466&r2=355467&view=diff
==============================================================================
--- forrest/events/forrest-friday/20051209-log.txt (original)
+++ forrest/events/forrest-friday/20051209-log.txt Fri Dec 9 04:40:13 2005
@@ -97,3 +97,44 @@
Dec 10 00:13:59 <xley> we did some of it last FirstFriday
Dec 10 00:14:16 <xley> anyway here is the list of 36 plugins to check off ...
Dec 10 00:14:26 <xley> http://issues.apache.org/jira/browse/FOR-726
+Dec 10 00:26:29 <rgardler> thorsten - your sourceFactory sounds
interesting, I'll take a look if you commit to the whiteboard
+Dec 10 00:26:51 <tscherler> k
+Dec 10 00:26:54 <tscherler> moment
+Dec 10 00:26:56 <rgardler> David - thanks for the list, I'll start working
on it this afternoon (GMT)
+Dec 10 00:26:57 <tscherler> hmm
+Dec 10 00:26:59 <tscherler> mom
+Dec 10 00:27:05 <tscherler> whiteboard
+Dec 10 00:27:14 <rgardler> for now I've got to sort my son out, back in
1-2 hrs
+Dec 10 00:27:19 <tscherler> I implemented it in main
+Dec 10 00:27:48 <tscherler> because you need to add the source to the
forrest.core.xconf
+Dec 10 00:29:56 <xley> i expected that you were doing it in trunk proper. That
is why i asked if it might affect other stuff. I reckon that you should go
ahead.
+Dec 10 00:30:03 <tscherler> xley I did an update and yes it is working
+Dec 10 00:30:23 <tscherler> k
+Dec 10 00:30:30 <tscherler> let me commit
+Dec 10 00:30:52 <tscherler> if you would have a minute afterwards for
testing that would be great
+Dec 10 00:31:39 <xley> Re; Cocoon upgrade ... great, what about
http://issues.apache.org/jira/browse/FOR-757 ... do you get that too?
+Dec 10 00:34:07 <tscherler> yes I get this too
+Dec 10 00:34:08 <tscherler> :(
+Dec 10 00:34:27 <xley> any clues?
+Dec 10 00:34:54 <xley> anyway, checkin your other work first.
+Dec 10 00:35:40 <tscherler> siteinfo-meta-navigation
+Dec 10 00:35:54 <tscherler> if you uncomment this contract then it is
working
+Dec 10 00:36:06 <tscherler> meaning that something in this contract is wrong
+Dec 10 00:36:08 <tscherler> but
+Dec 10 00:36:17 <tscherler>
http://localhost:8888/resolve.contract.html.siteinfo-meta-navigation
+Dec 10 00:36:20 <tscherler> and
+Dec 10 00:36:27 <tscherler>
http://localhost:8888/prepare.contract.html.siteinfo-meta-navigation
+Dec 10 00:36:32 <tscherler> are resolved fine
+Dec 10 00:36:38 <tscherler> further
+Dec 10 00:36:56 <tscherler> Caused by:
org.apache.commons.lang.exception.NestableRuntimeException:
javax.xml.transform.TransformerException: java.lang.ClassCastException
+Dec 10 00:37:27 <tscherler> smells like there are variables used that
cannot be resolved
+Dec 10 00:37:39 <tscherler> this happends if you do
+Dec 10 00:37:43 <tscherler> xsl:param
+Dec 10 00:38:00 <tscherler> and then use this param like $param/something
+Dec 10 00:38:06 <tscherler> and the param is null
+Dec 10 00:38:35 <tscherler> looking at
http://localhost:8888/prepare.contract.html.siteinfo-meta-navigation
+Dec 10 00:38:37 <tscherler> you find
+Dec 10 00:38:44 <tscherler> <xsl:param name="nav-main" select="'test'"/>
+Dec 10 00:38:58 <tscherler> and in the index.fv we defined:
+Dec 10 00:39:09 <tscherler> <forrest:contract
name="siteinfo-meta-navigation"/>
+Dec 10 00:39:21 <tscherler> so no param passed to the contract