[00:01:30] *** bobmcw has quit IRC [00:58:00] *** bfitzpat has quit IRC [02:10:49] *** rcernich has quit IRC [02:25:16] *** ldimaggi has joined #switchyard [04:07:48] *** magesh has joined #switchyard [04:21:22] *** bobmcw has joined #switchyard [04:38:19] *** antollinim has joined #switchyard [04:42:53] *** antollinim has quit IRC [05:02:09] *** antollinim has joined #switchyard [05:02:55] *** antollinim_ has joined #switchyard [05:06:30] *** antollinim has quit IRC [05:13:51] *** antollinim_ has quit IRC [05:18:57] *** ldimaggi has quit IRC [07:11:19] *** aslak has joined #switchyard [07:19:51] *** aslak has quit IRC [07:20:08] *** aslak has joined #switchyard [07:32:44] *** tcunning has quit IRC [08:21:18] *** javahorn has quit IRC [10:02:19] *** tcunning has joined #switchyard [11:14:29] *** magesh1 has joined #switchyard [11:14:45] *** magesh has quit IRC [11:36:53] *** magesh1 has quit IRC [11:38:34] *** magesh has joined #switchyard [12:01:02] <magesh> wyer: ping [12:20:31] <wyer> magesh, thanks for the feedback [12:21:56] <magesh> wyer: nps :) [12:43:29] <wyer> magesh, i am struggling a bit trying to rebase these two commits into one any advice? [12:46:00] <magesh> wyer: http://book.git-scm.com/4_interactive_rebasing.html [12:46:22] *** kcbabo has joined #switchyard [12:46:35] <magesh> wyer: It is actually squash [12:52:32] <wyer> magesh, thanks figured it out :) [13:00:09] <wyer> magesh, i should replace tabs with spaces ? [13:00:53] <magesh> wyer: That is a recommended practice yes, see the way your commited file looks before sending pull requests [13:01:48] <magesh> wyer: See it in github [13:07:50] <wyer> magesh, fixed up that pull [13:08:24] <magesh> wyer: Thank you [13:08:59] <wyer> magesh, not sure how to add that test tho [13:09:25] <magesh> wyer: An empty file as done for Orders demo [13:09:47] <magesh> wyer: https://github.com/jboss-switchyard/release/blob/master/jboss-as7/src/test/java/org/switchyard/test/quickstarts/demo/OrdersDemoQuickstartTest.java [13:10:43] <magesh> wyer: :) something that tests if the helpdesk demo works on AS7 [13:11:23] <wyer> magesh, hrm will speak to David, the test starts a Human Tasks server, something that still needs to happen within the bpm component [13:12:11] <wyer> magesh, but let me try see if the existing test will work [13:12:24] <magesh> wyer: If you say it works with AS7 then you need to complete the cycle, else the JIRA will not be closed ;) [13:16:35] <magesh> wyer: The squashed commit has 5.3.0-SNAPSHOT is that what you wanted? [13:17:14] <wyer> magesh, argh no guess the squash did not work [13:17:43] <wyer> magesh, hrm weird its not that locally [13:18:30] <wyer> magesh, https://github.com/jboss-switchyard/components/pull/178/files#diff-1 shows 5.2.0.Final for me [13:19:43] <magesh> wyer: Ah, my bad [13:20:19] <magesh> wyer: You are good with that [13:21:44] <wyer> magesh, thanks only cos no one had pulled from me yet [13:22:08] <wyer> magesh, ment i could nuke the branch off github and push the rebased stuff [13:23:09] <magesh> wyer: :) okay [13:27:30] *** tcunning has joined #switchyard [13:38:24] *** magesh has left #switchyard [14:26:49] *** aamonten has joined #switchyard [14:28:29] *** aamonten is now known as aamonten_afk [14:40:52] *** aamonten_afk is now known as aamonten [15:00:49] *** aslak has quit IRC [15:01:06] *** aslak has joined #switchyard [15:11:34] *** rcernich has joined #switchyard [15:28:21] *** antollinim_ has joined #switchyard [15:51:28] *** bfitzpat has joined #switchyard [15:56:09] *** jgraham_ has joined #switchyard [16:13:37] *** antollinim_ has quit IRC [16:15:01] *** antollinim_ has joined #switchyard [16:38:20] <aamonten> kcbabo: hi [16:38:46] <aamonten> kcbabo: I made a little webapp jsf+cdi+sy [16:39:27] <aamonten> kcbabo: and found some issues.. [16:41:30] *** antollinim_ has quit IRC [16:41:40] <aamonten> kcbabo: I had to create META-INF/switchyard.xml .. is that ok with you, or should there be made changes to allow the switchyard.xml to be in WEB-INF? [16:43:39] <kcbabo> aamonten: hey - I'm on a meeting right now, but I'll ping you when I'm off [16:43:57] <aamonten> kcbabo: ok [17:08:25] *** errantepiphany has joined #switchyard [17:27:45] <wyer> errantepiphany, hi David [17:28:05] <errantepiphany> wyer: Hey Justin. [17:28:46] <wyer> errantepiphany, did you see my push ? [17:29:00] <errantepiphany> wyer: I did. Thank you for that. :) [17:29:28] <wyer> errantepiphany, i just need to get the test running from AS7 as part of the release module [17:29:44] <errantepiphany> wyer: schweet. [17:30:18] <wyer> errantepiphany, so just to run my idea for that by you [17:31:06] <wyer> errantepiphany, i deploy the helpdesk to as7 same as the order demo and then i ill start a human task server and kick it off same as the current test [17:34:15] <errantepiphany> wyer: right, however without someone completing the human tasks, the process instance won't move forward very far. which is fine, I guess. In the quickstart, I use the BPMixin's "completeTasksForUsers" method in a loop until there's no tasks left to do. [17:34:44] <wyer> errantepiphany, yeah i was going to use that same code [17:34:50] <errantepiphany> wyer: so, doing what you said will kick off the process, but it won't ever finish unless some fake "humans" do their work. [17:34:59] <errantepiphany> wyer: cool; sounds good. [17:35:16] <wyer> errantepiphany, the only difference been that the app is not booted in arquillian but deployed to AS7 [17:36:18] <errantepiphany> wyer: gotcha [17:51:50] <kcbabo> aamonten: k, I'm off the meeting [17:52:03] <aamonten> kcbabo: [17:52:03] <aamonten> kcbabo: hi [17:52:29] <aamonten> kcbabo: I had to create META-INF/switchyard.xml .. is that ok with you, or should there be made changes to allow the switchyard.xml to be in WEB-INF? [17:52:38] <kcbabo> aamonten: I think it's OK for switchyard.xml to be in META-INF [17:53:10] <aamonten> kcbabo: ok [17:53:50] <errantepiphany> kcbabo: Can you process https://issues.jboss.org/browse/SWITCHYARD-329 ? [17:53:54] <errantepiphany> (please) [17:54:27] <kcbabo> errantepiphany: I can, but it's not gonna bit right now [17:54:40] <kcbabo> errantepiphany: maybe in an hour or two [17:54:42] <errantepiphany> kcbabo: no prob / no rush - thx [17:54:51] <kcbabo> errantepiphany: cool, sorry about that [17:55:18] <errantepiphany> kcbabo: hey, no worries. got plenty of other stuff to take my attention. [17:55:29] <errantepiphany> (ie: component.rules) [17:56:11] <aamonten> is tfennelly off for today? [17:56:45] <errantepiphany> kcbabo: Also, wyer pretty much has https://issues.jboss.org/browse/SWITCHYARD-336 licked. Can you re-assign the jira to him? [17:56:55] <errantepiphany> kcbabo: he's signed the agreement [17:57:05] <kcbabo> errantepiphany: will do, that's great [17:57:10] <errantepiphany> kcbabo: thx [17:57:37] <kcbabo> i'm so f'ing done with firefox [17:57:55] <wyer> kcbabo, what else is there ? [17:57:58] <aamonten> kcbabo: anything better than ff? [17:58:22] <kcbabo> wyer aamonten : I hear chrome is not bad [17:58:24] <wyer> problem with chromium is by the time u download and install it its out of date hehe [17:58:30] <kcbabo> ha! [17:59:07] <aamonten> kcbabo wyer: I use chrome only for webchat.freenode.net :) [18:00:11] <kcbabo> kcbabo: I like that webchat interface [18:00:15] <kcbabo> aamonten: ^ [18:00:32] <aamonten> kcbabo wyer: and reason to ff is firebug [18:00:54] <wyer> firebug changed my life more than oprah book club [18:01:13] <aamonten> kcbabo: yeah I use it because the sysadmin block irc here.. [18:09:43] <tcunning> no one likes safari? [18:12:38] *** aslak has quit IRC [18:13:04] <aamonten> tcunning: I never get used to it.. [18:15:06] <tcunning> the one think i like about firefox over chrome is chrome has no menubar [18:15:48] <tcunning> gotsta have my menubar [18:21:44] <wyer> tcunning, linux 4 life no safari here [18:24:16] <aamonten> wyer: some day you have to try to develop on a mac .. :) [18:26:08] <wyer> aamonten, i have [18:26:47] <aamonten> wyer: and still prefer linux? [18:26:53] <wyer> aamonten, i object to their price and its fine for java but if you use python or other a million other OSS languages and applications mac begins to fail [18:27:42] <wyer> aamonten, linux is okay :) [18:28:04] <wyer> easier to do things in than a mac at least [18:29:07] <aamonten> wyer: Im also a big linux fan, but mac makes it easier for me when I have to develop.. [18:35:43] <errantepiphany> tcunning: what do you mean "menubar"? There's a bookmarks bar you can show. // kcbabo: I'm a big chrome fan. It's extremely fast, a clean interface, and supports all the latest standards. And it really does not take forever to download. In fact, I use google's yum repo referenced, so I get updates just like any other package (in Fedora). [18:37:59] <tcunning> errantepiphany: y'know, File/Edit/View/History etc. i've been using it since you helped me set it up but i really miss the menus. [18:38:46] <errantepiphany> tcunning: Ah, well those I know most the keyboard shortcuts for, but if not, there's always the tool "wrench" icon on the upper right. [18:40:20] <errantepiphany> kcbabo: http://www.meabi.com/google-linux-software/ [18:41:44] *** jgraham_ has quit IRC [18:49:01] *** aamonten has quit IRC [18:52:33] *** aslak has joined #switchyard [19:00:24] *** rcernich is now known as rcernich_away [19:14:42] *** GitHub138 has joined #switchyard [19:14:43] <GitHub138> [core] kcbabo pushed 1 new commit to master: http://bit.ly/rnHfGY [19:14:43] <GitHub138> [core/master] SWITCHYARD-329: Add BPM annotations to mark methods as process action triggers - David Ward [19:14:43] *** GitHub138 has left #switchyard [19:20:00] *** GitHub101 has joined #switchyard [19:20:00] <GitHub101> [components] kcbabo pushed 1 new commit to master: http://bit.ly/qzK4yt [19:20:00] <GitHub101> [components/master] SWITCHYARD-329: Add BPM annotations to mark methods as process action triggers - David Ward [19:20:00] *** GitHub101 has left #switchyard [19:22:42] *** GitHub152 has joined #switchyard [19:22:43] <GitHub152> [quickstarts] kcbabo pushed 1 new commit to master: http://bit.ly/nzYqnc [19:22:43] <GitHub152> [quickstarts/master] SWITCHYARD-329: Add BPM annotations to mark methods as process action triggers - David Ward [19:22:43] *** GitHub152 has left #switchyard [19:25:17] *** kcbabo has quit IRC [20:11:59] *** antollinim has joined #switchyard [20:12:25] <tcunning> has anyone tried this github for mac app? [20:13:28] <antollinim> tcunning: heard of it but did not try it [20:14:17] <antollinim> tcunning: BTW, are you familiar with Transformers in switchyard? [20:15:13] <tcunning> antollinim: a little, errantepiphany moreso probably [20:15:40] <antollinim> tcunning: good, I'll try with him then [20:15:51] <antollinim> errantepiphany: hi, have a minute? [20:16:28] <errantepiphany> antollinim: I'm not the Transformers expert, tfennelly is - but it's past his time zone. [20:17:17] <antollinim> errantepiphany: yes, I was looking for him but since he is not here I thought about trying with someone else [20:17:45] <errantepiphany> antollinim: what's up? [20:18:16] <antollinim> errantepiphany: I am working on a transfrom-jaxb quickstart [20:19:05] <antollinim> errantepiphany: when I invoke the web service that is running with jaxb objects, they reponse says this: [20:19:32] <antollinim> errantepiphany: Transformations not applied. \ Required payload type of 'java:org.switchyard.quickstarts.transform.jaxb.OrderType'. Actual payload type is '{urn:switchyard-quickstart-transform-jaxb:1.0}submitOrder'. You must define and register a Transformer to transform between these types [20:20:12] <antollinim> errantepiphany: I am confussed... if I am using JAXB I should not use a transformer. Am I right? [20:20:59] <antollinim> errantepiphany: so, this error message is not helping me, I have tried several things, but I cannot get rid of that error [20:21:28] <errantepiphany> antollinim: sorry, but you're prob gonna hafta wait for tfennelly tmrw morning. :( [20:22:04] <antollinim> errantepiphany: no problem, thanks for listening :) [20:22:19] <errantepiphany> antollinim: I do know that in some of the quickstarts theres a Transformers.java that registers the necessary Transformers via @Transformer annotations. [20:22:24] <errantepiphany> antollinim: did you do that in your quickstart? [20:23:18] <antollinim> errantepiphany: no, I am not doing that, that could be a good clue [20:23:27] <errantepiphany> antollinim: Also, you can verify the Transformers that will be registered by looking at the generated target/classes/META-INF/switchyard.xml [20:23:42] <errantepiphany> antollinim: There should be a <transforms> section at the bottom. [20:23:46] <antollinim> errantepiphany: ah!, that is good! [20:23:58] <antollinim> errantepiphany: at least I can "debug" it [20:24:14] <errantepiphany> antollinim: :) [20:24:16] <antollinim> errantepiphany: two good tips, thanks! [20:24:20] <errantepiphany> antollinim: np [21:43:12] *** rcernich_away is now known as rcernich [22:19:22] *** babo has joined #switchyard [22:20:29] *** babo has quit IRC [22:21:40] *** babo has joined #switchyard [22:27:51] *** babo has quit IRC [22:34:24] *** babo has joined #switchyard [22:40:29] <babo> wyer : hey justin [22:44:38] <babo> errantepiphany: we have an mvel dependency in core/pom.xml - any idea where that came from? [22:50:56] <errantepiphany> babo: Why it's in core I don't know. But I know drools wants it (and thus the BPM component). [22:52:08] <babo> errantepiphany: yeah, figured that but it looks like this was around before the BPM component [22:52:40] <babo> errantepiphany: quite possible that the camel component requires it, but even then it shouldn't be in core [22:53:08] <babo> errantepiphany: Anyway, I'll spin up a dev forum thread and we'll see if someone knows [22:53:24] <errantepiphany> babo: Sounds good. [22:57:37] *** babo has quit IRC [23:09:30] *** errantepiphany has left #switchyard [23:47:41] *** aslak has quit IRC