August 27, 2011  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31

[02:14:12] *** echelog-2 has joined #switchyard
[02:15:11] <rcernich> kcbabo: you mind if i add xslt to tranform-v1.xsd?
[02:16:24] <kcbabo> rcernich:  if it's missing, then we should add it
[02:16:34] <kcbabo> rcernich:  the other one's are there I assume?
[02:17:09] <rcernich> kcbabo: which other one?
[02:17:27] <kcbabo> rcernich:  the other transform types?
[02:17:33] <rcernich> kcbabo: so far
[02:17:46] <rcernich> kcbabo: i've just about got all the xml validation errors out of core
[02:21:43] <kcbabo> rcernich:  hmmm ? this could be a problem
[02:22:07] <kcbabo> rcernich:  this means that any project with an xslt transform is gonna fail validation I think
[02:22:15] <kcbabo> rcernich:  why is the quickstart passing then I wonder ...
[02:22:41] <rcernich> kcbabo: i don't think we validate for missing declarations
[02:23:29] <kcbabo> rcernich:  the answer to my question is that there are no quickstarts for xslt
[02:23:32] <kcbabo> rcernich:  argh
[02:25:27] <rcernich> kcbabo: fyi, re tooling, i was going to see if i could quickly wrap some of the forge stuff in a gui
[02:25:40] <kcbabo> rcernich:  I would assume that an element that doesn't have a a corresponding declaration would be an error
[02:25:40] <rcernich> kcbabo: e.g. project creation
[02:26:27] <rcernich> kcbabo: i'm not certain
[02:26:43] <kcbabo> rcernich:  the forge plugin for jboss tools actually allows you to run forge inside the IDE
[02:26:52] <kcbabo> rcernich:  and when you create the project, it automatically imports it
[02:26:59] <kcbabo> rcernich:  it's kinda nice actually
[02:28:19] <rcernich> kcbabo: yep
[02:30:54] <kcbabo> rcernich:  good find on the xslt schema
[02:31:47] <kcbabo> rcernich:  wish we had caught that earlier though ? hopefully it won't bomb validation because we automatically validate in tests now
[02:31:57] <kcbabo> rcernich:  which would be big bummer
[02:32:15] <rcernich> kcbabo: too late to update the .2 build?
[02:32:27] <kcbabo> rcernich:  very, very late
[02:32:35] <rcernich> kcbabo: sorry
[02:32:37] <kcbabo> rcernich:  I'm literally testing the staged bits right now to push them in
[02:32:40] <kcbabo> rcernich:  no, don't be sorry
[02:32:46] <kcbabo> rcernich:  glad you found it
[02:32:55] <rcernich> kcbabo: if i hadn't been such a dolt, i would have found it yesterday
[02:33:04] <rcernich> kcbabo: my forehead is very bloodied;)
[02:33:06] <kcbabo> rcernich:  :-) ? not sure what that makes me then
[02:34:03] <rcernich> kcbabo: e.g. just found the reason i couldn't get the tests to reference the relative paths to the schema was because i can't read a directory structure properly
[02:43:48] *** ldimaggi_ has joined #switchyard
[02:49:39] *** tcunning has quit IRC
[02:57:19] *** tcunning has joined #switchyard
[03:04:23] <kcbabo> rcernich:  yep, project build fails
[03:04:36] <kcbabo> rcernich:  with transform.xsl
[03:04:37] <kcbabo> t
[03:04:48] <rcernich> kcbabo: bummer
[03:04:50] <kcbabo> tcunning:  we are going to have to re-stage core
[03:05:02] <kcbabo> rcernich:  could have been worse if you didn't find it, thanks for that
[03:05:22] <rcernich> kcbabo: do you need my changes?
[03:05:49] <kcbabo> rcernich:  I just need to add the schema definition to transform-v1.xsd, so no biggie
[03:06:24] <rcernich> kcbabo: ok. i'll pull your changes down once they're available
[03:07:05] <kcbabo> rcernich:  thanks ? actually, if you're gonna be around for 10 minutes, you can push my changes :-)
[03:07:21] <rcernich> kcbabo: i was just about to take off for a moment
[03:07:35] <kcbabo> rcernich:  no worries ? I can take care of it
[03:07:37] <rcernich> kcbabo: i've got loads more changes
[03:07:54] <rcernich> kcbabo: and i've got to get my kid off wii for 10 minutes to eat and get a bath
[03:07:55] <kcbabo> rcernich:  these are mostly to test configs I'm guessing?
[03:08:02] <kcbabo> rcernich:  hehe :-)
[03:08:02] <rcernich> kcbabo: yep
[03:08:22] <rcernich> kcbabo: she just gets friday nights
[03:08:36] *** rcernich is now known as rcernich_brb
[03:31:43] <kcbabo> tcunning:  if you're around later ...
[03:31:44] <kcbabo> https://github.com/jboss-switchyard/core/pull/289
[03:41:23] <tcunning> kcbabo: i got it
[03:41:32] <tcunning> kcbabo: restage?
[03:41:43] <kcbabo> tcunning:  cool
[03:41:49] <kcbabo> tcunning:  yeah, after you push that pull request
[03:41:54] <kcbabo> tcunning:  I will cherry pick it into 0.2
[03:42:09] <kcbabo> tcunning:  then we need to redeploy core
[03:42:16] <kcbabo> tcunning:  sorry dude
[03:42:30] <kcbabo> tcunning:  if it wasn't major, I wouldn't have done it
[03:42:42] <kcbabo> tcunning:  but this basically killed any project that was using xslt
[03:42:43] <tcunning> kcbabo: no problem - just trying to make sure there weren't other things to wait for
[03:42:55] <kcbabo> tcunning:  nope that is it
[03:43:11] <kcbabo> tcunning:  aside from that, my testing was 100% good
[03:59:16] *** GitHub137 has joined #switchyard
[03:59:16] <GitHub137> [core] cunningt pushed 1 new commit to master: http://git.io/DQjPKw
[03:59:16] <GitHub137> [core/master] SWITCHYARD-429 transform.xslt definition missing in transform-v1 schema - Keith Babo
[03:59:16] *** GitHub137 has left #switchyard
[04:04:19] *** GitHub150 has joined #switchyard
[04:04:19] <GitHub150> [core] kcbabo pushed 1 new commit to 0.2: http://git.io/sI7v3A
[04:04:19] <GitHub150> [core/0.2] SWITCHYARD-429 transform.xslt definition missing in transform-v1 schema - Keith Babo
[04:04:19] *** GitHub150 has left #switchyard
[04:04:21] <kcbabo> tcunning:  good to go
[04:04:47] <tcunning> kcbabo : cool - already started with the other modules
[04:05:00] <kcbabo> tcunning:  thanks man
[04:27:43] <tcunning> kcbabo: up and staged
[04:30:38] <kcbabo> tcunning:  cool, I'll pull it down and re-run the tests
[04:30:40] <kcbabo> tcunning:  thanks!
[04:47:07] <kcbabo> tcunning:  looks good
[04:47:26] <kcbabo> tcunning:  I'm gonna give it one more look tomorrow AM.  I will send you an email then.
[04:47:32] <kcbabo> tcunning:  thanks again for taking care of it tonight
[05:12:41] *** rcernich_brb has quit IRC
[06:05:27] *** tcunning has quit IRC
[06:06:56] *** ldimaggi_ has quit IRC
[06:13:24] *** kcbabo has quit IRC
[13:44:01] *** tcunning has joined #switchyard
[14:24:53] *** lanceball has joined #switchyard
[14:30:21] *** tcunning has quit IRC
[14:48:35] *** lanceball has quit IRC
[20:40:03] *** kcbabo has joined #switchyard
[20:56:11] *** kcbabo has quit IRC
[22:42:52] *** kcbabo has joined #switchyard
[23:02:18] *** kcbabo has quit IRC

top