September 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

[00:51:43] *** kcbabo has joined #switchyard
[00:51:44] *** kcbabo has joined #switchyard
[01:18:52] *** rcernich has quit IRC
[01:47:28] *** ldimaggi has joined #switchyard
[01:57:42] *** aslak has quit IRC
[03:32:45] *** lance|afk is now known as lanceball
[04:19:21] *** magesh has joined #switchyard
[04:58:43] *** kcbabo has quit IRC
[06:06:57] *** ldimaggi has quit IRC
[07:38:17] *** tcunning has quit IRC
[08:56:34] *** dbevenius has joined #switchyard
[09:06:10] *** rbalent has joined #switchyard
[09:54:12] *** ee_dentist has left #switchyard
[10:01:41] *** aslak has joined #switchyard
[10:59:40] *** magesh has quit IRC
[10:59:58] *** magesh has joined #switchyard
[11:38:10] *** magesh1 has joined #switchyard
[11:38:22] *** magesh1 has quit IRC
[11:39:36] *** magesh has quit IRC
[11:45:15] *** kcbabo has joined #switchyard
[11:45:16] *** kcbabo has joined #switchyard
[12:26:10] *** vinicius has joined #switchyard
[12:40:33] *** magesh has joined #switchyard
[12:41:25] *** magesh has quit IRC
[12:41:25] *** magesh has joined #switchyard
[12:42:31] *** magesh1 has joined #switchyard
[12:44:24] *** magesh1 has quit IRC
[12:45:10] *** magesh has quit IRC
[12:45:26] *** magesh has joined #switchyard
[12:55:32] *** magesh has quit IRC
[13:04:19] *** magesh has joined #switchyard
[13:11:09] *** tcunning has joined #switchyard
[13:37:12] *** tfennelly has joined #switchyard
[14:09:26] *** antollinim_ has joined #switchyard
[14:09:29] *** antollinim_ is now known as antollinim
[14:30:13] *** ldimaggi has joined #switchyard
[14:56:28] *** ldimaggi has quit IRC
[15:06:54] *** igarashitm has left #switchyard
[15:07:03] *** igarashitm has joined #switchyard
[15:07:30] <igarashitm> tfennelly: hi Tom,
[15:08:09] <tfennelly> igarashitm: hey Tomo
[15:09:06] <igarashitm> tfennelly: so sorry to take your time.. I've fixed again.. is it better to close existing pull request, rebase on upstream and send new pull?
[15:10:27] <tfennelly> igarashitm: good stuff... no need to close the pull request though
[15:10:32] <tfennelly> igarashitm: rebase locally
[15:11:02] <tfennelly> igarashitm: then delete and re-push the branch (a new copy of the same branch)
[15:11:12] <tfennelly> igarashitm: so...
[15:11:31] <tfennelly> git push origin :SWITCHYARD-XXX
[15:11:41] <tfennelly> git push origin SWITCHYARD-XXX
[15:11:59] *** ldimaggi has joined #switchyard
[15:12:25] <tfennelly> those 2 commands... first deletes the remote branch.... second command pushes the local one again which recreates the branch
[15:12:45] <tfennelly> igarashitm: and it will automatically be hooked to the same pull request
[15:13:07] <igarashitm> tfennelly: oh cool, OK thanks, I'll do it
[15:13:28] <tfennelly> igarashitm: did you run all tests... all modules?
[15:13:38] <tfennelly> igarashitm: and checkstyle on core and components
[15:13:41] <tfennelly> igarashitm: ??
[15:14:02] <igarashitm> tfennelly: yes, and re-clone on another directory and all-tests was fine..
[15:14:23] <tfennelly> okidoki
[15:14:30] <tfennelly> igarashitm: ^^
[15:14:43] <igarashitm> tfennelly: so sorry, I've missed one commit before.. I should improve my git skill :(
[15:14:47] <tfennelly> igarashitm: and you did that for all repos (core, components etc)
[15:15:29] <igarashitm> tfennelly: yep, all fine
[15:16:16] <tfennelly> igarashitm: excellent
[15:50:18] *** bfitzpat has joined #switchyard
[16:12:56] *** ldimaggi has quit IRC
[16:26:00] *** ldimaggi has joined #switchyard
[16:26:58] <kcbabo> igarashitm:  hey tomo
[16:27:16] <igarashitm> kcbabo: hi
[16:27:34] <kcbabo> igarashitm:  hey - I noticed in your pull request that the fix crept out into BPEL component
[16:27:46] <kcbabo> igarashitm:  it seems the reason why this happened is the change to use Element instead of Node
[16:28:06] <kcbabo> igarashitm:  is there any reason why we can't stick with Node in the SOAP component and not change it to Element?
[16:28:22] <kcbabo> igarashitm:  reason I ask is that there are more converters available for Node by default
[16:28:34] <kcbabo> igarashitm:  so it's a bit more flexible in that respect
[16:29:45] <igarashitm> kcbabo: ah, no special reason so if you think Node is better, I can get back to Node
[16:29:57] <kcbabo> igarashitm:  sorry to be a pain, but I do think that is better
[16:30:07] <igarashitm> kcbabo: np, I'll do it
[16:30:31] <kcbabo> igarashitm:  main issue is that this will fan out to other components as well
[16:30:56] <kcbabo> igarashitm:  another option is to add a Element -> Node converter with the SOAP component
[16:31:20] <kcbabo> igarashitm:  you can keep the Element logic around then, but the conversion would be localized to the SOAP gateway
[16:31:24] <kcbabo> igarashitm:  make sense?
[16:32:54] <igarashitm> kcbabo: ok, but I haven't feel big difference between Node and Element, so I should use Node :)
[16:33:06] <kcbabo> igarashitm:  cool, that works too :-)
[16:35:25] *** errantepiphany has joined #switchyard
[16:36:29] <kcbabo> tfennelly:  magesh mentioned something about you wanted to hold off on the 7.0.2 upgrade in AS?
[17:10:14] *** rcernich has joined #switchyard
[17:19:03] <tfennelly> kcbabo: sorry keith... missed you there
[17:19:25] <kcbabo> tfennelly:  no worries
[17:19:38] <kcbabo> tfennelly:  is there an issue with the 7.0.2 stuff?
[17:19:39] <tfennelly> kcbabo: yeah... I asked if he could hold off on making changes in that area until after I get done moving all that stuff around
[17:19:42] <kcbabo> tfennelly:  just curious
[17:19:47] <tfennelly> kcbabo: not at all
[17:19:48] <kcbabo> tfennelly:  ah, right
[17:20:09] <tfennelly> kcbabo: just that I'm making wholesale changes in there and it would be easier to make his change after
[17:20:14] <tfennelly> kcbabo: I can do it
[17:20:23] <kcbabo> tfennelly:  ok, well I'll just leave it be and you guys can work it out :-)
[17:20:33] <tfennelly> kcbabo: exactly.. perfect
[17:20:35] <kcbabo> tfennelly:  sounds like you have the plan in mind, so that's cool with me
[17:20:37] <tfennelly> kcbabo: thanks
[17:21:13] <tfennelly> kcbabo: we could push his stuff and we'd work it out, but if there's no need... would be easier do it in a little while instead
[17:22:37] <kcbabo> tfennelly:  sure thing
[17:27:32] <tfennelly> kcbabo: so clojure and hornetq are currently not in the AS7 distro, right?
[17:30:52] <kcbabo> tfennelly:  pretty sure that's right
[17:32:36] *** rcernich is now known as rcernich_away
[17:47:51] *** bfitzpat is now known as bfitzpat_away
[17:50:42] *** kcbabo has quit IRC
[18:09:35] *** lanceball is now known as lance|afk
[18:23:21] *** tfennelly has quit IRC
[18:54:08] *** bfitzpat_away is now known as bfitzpat
[19:02:59] *** kcbabo has joined #switchyard
[19:03:00] *** kcbabo has joined #switchyard
[19:08:48] *** igarashitm has quit IRC
[19:22:00] *** aslak has quit IRC
[19:22:20] *** aslak has joined #switchyard
[19:47:24] *** rcernich_away is now known as rcernich
[20:03:04] *** lance|afk is now known as lanceball
[20:23:03] *** rbalent has quit IRC
[20:45:45] *** lancebal_ has joined #switchyard
[20:46:06] *** lanceball has quit IRC
[20:54:29] *** dbevenius has quit IRC
[21:01:18] *** lancebal_ is now known as lanceball
[21:01:40] *** lanceball has quit IRC
[21:01:40] *** lanceball has joined #switchyard
[21:19:06] *** kcbabo has quit IRC
[21:54:08] *** vinicius has quit IRC
[22:18:29] *** ldimaggi has quit IRC
[22:46:35] *** errantepiphany has left #switchyard
[22:47:02] *** kcbabo has joined #switchyard
[22:47:03] *** kcbabo has joined #switchyard
[22:50:30] *** kcbabo has quit IRC
[22:55:22] *** antollinim has quit IRC
[23:40:14] *** rcernich is now known as rcernich_away
[23:41:27] *** lanceball is now known as lance|afk
[23:52:43] *** bfitzpat has quit IRC

top