[00:00:13] *** rbalent has quit IRC [00:05:26] *** rcernich is now known as rcernich_away [00:45:05] *** aslak has quit IRC [00:50:21] *** rcernich_away is now known as rcernich [01:24:04] *** bfitzpat has quit IRC [02:50:38] *** kcbabo has joined #switchyard [03:09:58] *** kcbabo has quit IRC [03:29:19] *** rcernich has quit IRC [03:38:16] *** ldimaggi has joined #switchyard [05:25:20] *** ldimaggi has quit IRC [05:37:20] *** dbevenius has joined #switchyard [06:00:47] *** dbevenius has quit IRC [06:41:43] *** magesh has joined #switchyard [06:50:21] *** tcunning has quit IRC [07:37:23] *** aslak has joined #switchyard [08:17:52] *** magesh has quit IRC [09:03:35] *** dbevenius has joined #switchyard [09:06:20] *** magesh has joined #switchyard [09:47:09] *** rbalent has joined #switchyard [10:33:24] *** aslak has quit IRC [10:35:10] *** aslak has joined #switchyard [10:35:16] *** aslak has quit IRC [10:35:16] *** aslak has joined #switchyard [11:54:50] *** rbalent has quit IRC [12:11:31] *** tfennelly has joined #switchyard [12:22:47] *** dbevenius has quit IRC [12:23:09] *** dbevenius has joined #switchyard [12:41:12] *** kcbabo has joined #switchyard [13:00:45] *** magesh has left #switchyard [13:56:37] *** antollinim has joined #switchyard [13:56:44] *** antollinim has left #switchyard [13:57:54] *** antollinim has joined #switchyard [14:05:55] *** tcunning has joined #switchyard [14:07:56] *** magesh has joined #switchyard [14:30:38] *** aamonten has joined #switchyard [14:41:24] *** dbevenius has quit IRC [14:41:59] *** dbevenius has joined #switchyard [15:03:46] *** aslak has quit IRC [15:04:25] *** aslak has joined #switchyard [15:11:16] *** ldimaggi has joined #switchyard [15:12:05] *** aamonten has quit IRC [15:21:12] *** magesh has quit IRC [15:26:32] *** aamonten has joined #switchyard [15:34:47] *** bfitzpat has joined #switchyard [15:48:59] *** errantepiphany has joined #switchyard [15:50:54] *** rcernich has joined #switchyard [16:04:12] *** dbevenius has quit IRC [16:10:10] *** aamonten has quit IRC [16:30:45] *** aamonten has joined #switchyard [16:43:44] *** rcernich is now known as rcernich_brb [17:17:46] *** rcernich_brb is now known as rcernich [17:27:35] *** bfitzpat has quit IRC [17:27:45] *** bfitzpat has joined #switchyard [17:32:42] *** dbevenius has joined #switchyard [17:51:40] <kcbabo> tfennelly: polished off that test jira just in time for the weekend :-) [17:51:54] <tfennelly> kcbabo: lol [17:52:10] <tfennelly> kcbabo: fixing up the tests was a PITA [17:52:18] <kcbabo> tfennelly: I believe it [17:52:35] <kcbabo> tfennelly: this global handler jira is a bit of drudgery as well [17:52:56] <tfennelly> kcbabo: global handler? [17:53:28] <kcbabo> tfennelly: https://issues.jboss.org/browse/SWITCHYARD-229 [17:53:42] <kcbabo> tfennelly: so you should be able to add handlers in to a domain [17:53:51] <kcbabo> tfennelly: at the application level [17:53:56] <tfennelly> kcbabo: ah right [17:54:00] <kcbabo> tfennelly: but also at a system level, which is what gary wants [17:54:15] <kcbabo> tfennelly: I added a hook on ServiceDomain and it seems to be OK [17:54:28] <kcbabo> tfennelly: but for a global handler, that would have to be attached to the root domain [17:54:41] <kcbabo> tfennelly: and we don't really expose a way to configure that at the moment [17:54:50] <kcbabo> tfennelly: or create independent domains [17:55:13] <kcbabo> tfennelly: so I think we'll tackle that for 0.3 and gary will hopefully be able to make do with application-level handlers for now [17:55:22] <tfennelly> kcbabo: independent domains within an app? [17:55:30] <kcbabo> tfennelly: other way around [17:55:52] <kcbabo> tfennelly: so a domain 1 = {app1, app2, app3}, domain 2 = {app4, app5, app6} [17:56:05] <tfennelly> kcbabo: gotcha [17:56:26] <kcbabo> tfennelly: which should leave us with a domain graph like this: [17:56:26] <tfennelly> kcbabo: will be fun when we try to do that [17:56:42] <kcbabo> root ?> domain1 ?> app1 [17:56:56] <kcbabo> tfennelly: yeah, it will be fun. Just like prying off the fingernails [17:58:27] <tfennelly> kcbabo: https://github.com/tfennelly/jboss-switchyard-components/blob/0c108b098ccc6cc61824f3a862b239eeec970c9f/camel/camel-core/src/test/java/org/switchyard/component/camel/OutboundHandlerTest.java [17:59:28] <kcbabo> tfennelly: is this a new test, or did it already exist? [17:59:35] <kcbabo> tfennelly: I remember this is one of the example ones you sent me [17:59:39] <tfennelly> kcbabo: already existed [17:59:56] <kcbabo> tfennelly: ah, ok ? I wanted to talk to Dan about some of that [18:00:13] <kcbabo> tfennelly: new stuff seems to weave in nicely, eh? [18:00:13] <tfennelly> kcbabo: but now it's able to extend the CamelTestSupport [18:00:23] <tfennelly> kcbabo: yeah it's OK [18:01:00] <tfennelly> kcbabo: I hit camel 3 tests that hit that use case you didn't expect [18:01:11] <tfennelly> kcbabo: re shared context [18:01:34] <tfennelly> kcbabo: so... those look a bit ugly [18:01:38] <tfennelly> kcbabo: but work [18:01:40] <kcbabo> tfennelly: this could be related to how I think they should be tested [18:01:56] <kcbabo> tfennelly: cause I'm not sure that test class you linked above is doing things in an optimal way [18:02:02] <tfennelly> kcbabo: yeah... you can probably move the goalposts [18:02:09] <kcbabo> tfennelly: hehe :-) [18:02:14] <tfennelly> kcbabo: lol [18:02:23] <kcbabo> tfennelly: I'm happy to submit it to a vote [18:02:43] <tfennelly> kcbabo: I'm happy to leave it as is lol [18:02:49] <tfennelly> kcbabo: if you are [18:02:57] <tfennelly> kcbabo: just wanted to get the dig in [18:03:03] <tfennelly> kcbabo: lol ;) [18:03:40] <tfennelly> kcbabo: these were the ones I hit though... CamelImplementationErrorHandlingTest, CamelJMSTest, CamelReferenceTest [18:03:42] <kcbabo> tfennelly: don't worry, I will have the last laugh here [18:03:49] <kcbabo> tfennelly: OK, I will check them out [18:04:03] <tfennelly> kcbabo: just so you can see and have a think about them [18:04:12] <tfennelly> kcbabo: oh I'm sure you will [18:04:35] <tfennelly> kcbabo: but I still have to take my laughs when I get them... they're scarce [18:56:18] *** aamonten is now known as aamonten_lunch [18:59:11] *** aslak has quit IRC [19:09:45] *** ldimaggi has quit IRC [19:22:56] *** aslak has joined #switchyard [19:23:52] *** GitHub51 has joined #switchyard [19:23:52] <GitHub51> [core] kcbabo pushed 1 new commit to master: https://github.com/jboss-switchyard/core/commit/76c0d9699b8dbc09d661331643f085f90a30c0b3 [19:23:52] <GitHub51> [core/master] SWITCHYARD-348: Change SwitchYard testing from extension of SwitchYardTestCase to using @RunWith(SwitchYardRunner.class) - Tom Fennelly [19:23:52] *** GitHub51 has left #switchyard [19:24:12] *** GitHub51 has joined #switchyard [19:24:12] <GitHub51> [components] kcbabo pushed 1 new commit to master: https://github.com/jboss-switchyard/components/commit/0c108b098ccc6cc61824f3a862b239eeec970c9f [19:24:12] <GitHub51> [components/master] SWITCHYARD-348: Change SwitchYard testing from extension of SwitchYardTestCase to using @RunWith(SwitchYardRunner.class) - Tom Fennelly [19:24:12] *** GitHub51 has left #switchyard [19:24:25] *** GitHub86 has joined #switchyard [19:24:25] <GitHub86> [quickstarts] kcbabo pushed 1 new commit to master: https://github.com/jboss-switchyard/quickstarts/commit/b500b555503befa9911c2a596f00f10383044464 [19:24:25] <GitHub86> [quickstarts/master] SWITCHYARD-348: Change SwitchYard testing from extension of SwitchYardTestCase to using @RunWith(SwitchYardRunner.class) - Tom Fennelly [19:24:25] *** GitHub86 has left #switchyard [19:25:21] *** ldimaggi has joined #switchyard [20:03:03] *** rcernich has quit IRC [20:07:51] *** rcernich has joined #switchyard [20:14:47] *** ldimaggi has quit IRC [20:28:08] *** ldimaggi has joined #switchyard [20:29:30] *** rcernich has quit IRC [20:43:21] *** rcernich has joined #switchyard [20:46:09] *** kcbabo has quit IRC [20:52:39] *** kcbabo has joined #switchyard [20:53:17] <kcbabo> tfennelly: next time adium crashes on me - i'm going to limechat [20:56:41] <aamonten_lunch> kcbabo: webchat ;) [20:56:42] <tfennelly> kcbabo: limechat is the business... I love it [20:57:03] *** aamonten_lunch is now known as aamonten [20:57:29] <kcbabo> aamonten: I definitely use that in a pinch [21:10:56] *** rbalent has joined #switchyard [21:23:28] <antollinim> kcbabo: hi Keith, have a minute? [21:23:43] <kcbabo> antollinim: hey mario - what's up? [21:24:13] <antollinim> kcbabo: finally I have the non-wrapped doclit working [21:24:41] <kcbabo> antollinim: cool [21:24:45] <antollinim> kcbabo: however I woudl like to discuss a few tweaks with magesh so I will start a thread [21:25:02] <kcbabo> antollinim: ok, sounds good [21:25:08] <antollinim> kcbabo: I wanted to apologize cause it took me mucho more than I expected [21:25:38] <kcbabo> antollinim: ha! what I'm working on right now has taken me forever, so I'm in no position to judge. :-) [21:25:50] <antollinim> kcbabo: at leas I managed to understand the insides of switchyard [21:26:02] <kcbabo> antollinim: that's a bonus [21:27:19] <antollinim> kcbabo: all the tests are working so I guess I did not break anything [21:28:04] <kcbabo> antollinim: right on ? that can't be a bad thing [21:40:11] *** dbevenius has quit IRC [21:50:41] <aamonten> have a nice weekend guys.. I will do some snowboarding :) [21:52:20] <antollinim> aamonten: have fun! [21:55:01] <aamonten> antollinim: thanks, bye! [21:55:05] *** aamonten has quit IRC [22:00:37] *** tfennelly has quit IRC [22:12:33] *** ldimaggi has quit IRC [22:40:10] <kcbabo> errantepiphany tcunning rcernich : I gotta run, but if one of y'all could process this pull request, I would be much obliged [22:40:12] <kcbabo> https://github.com/jboss-switchyard/core/pull/245 [22:40:19] <kcbabo> peace out [22:40:45] *** kcbabo has quit IRC [23:24:39] *** antollinim has quit IRC [23:33:32] <errantepiphany> tcunning, rcernich: I've got kcabo's pull request. [23:33:45] <rcernich> errantepiphany: gracias [23:34:06] *** errantepiphany has left #switchyard [23:44:58] *** GitHub107 has joined #switchyard [23:44:58] <GitHub107> [core] errantepiphany pushed 1 new commit to master: https://github.com/jboss-switchyard/core/commit/2fc5be00e0d81bed0ad7b20db8f1efbc6cd828cf [23:44:58] <GitHub107> [core/master] SWITCHYARD-229 Add support for adding handlers at the domain level - Keith Babo [23:44:58] *** GitHub107 has left #switchyard