[00:02:08] *** koentsje has quit IRC [00:07:43] *** rruss has quit IRC [00:25:52] *** jbossbot has quit IRC [00:26:09] *** jbossbot has joined #seam-dev [00:37:08] *** cbrock has quit IRC [00:54:00] *** nraf has joined #seam-dev [00:56:53] <lightguard_jp> sbryzak: Is there a way to give a programlisting a title? [01:00:18] *** cbrock has joined #seam-dev [01:00:18] *** cbrock has quit IRC [01:00:19] *** cbrock has joined #seam-dev [01:07:02] *** alesj has quit IRC [01:12:23] *** tsurdilo has quit IRC [01:13:48] *** cbrock_ has joined #seam-dev [01:13:49] *** cbrock_ has quit IRC [01:13:49] *** cbrock_ has joined #seam-dev [01:15:56] *** cbrock has quit IRC [01:15:56] *** cbrock_ is now known as cbrock [01:17:35] *** tsurdilo1 has joined #seam-dev [01:26:23] *** lightguard_jp has quit IRC [01:32:21] *** tsurdilo1 has quit IRC [01:57:41] *** stuartdouglas_ is now known as stuartdouglas [02:17:54] <jbossbot> git [config] push master d82d906.. Shane Bryzak add docs and examples to parent, to include them in release [02:17:54] <jbossbot> git [config] push master URL: http://github.com/seam/config/compare/2251170...d82d906 [02:29:56] *** cbrock has quit IRC [02:40:31] <jbossbot> git [international] push master b1c528f.. Shane Bryzak update seam-bom, missing dependencies [02:40:31] <jbossbot> git [international] push master URL: http://github.com/seam/international/compare/f02827a...b1c528f [02:48:18] <jbossbot> git [international] push master 606de00.. Shane Bryzak restructure distribution, clean up dependencies [02:48:18] <jbossbot> git [international] push master URL: http://github.com/seam/international/compare/b1c528f...606de00 [02:52:15] <jbossbot> git [config] push master 70595ff.. Shane Bryzak minor [02:52:15] <jbossbot> git [config] push master URL: http://github.com/seam/config/compare/d82d906...70595ff [02:52:36] <jbossbot> git [international] push master 3b52f45.. Shane Bryzak minor [02:52:36] <jbossbot> git [international] push master URL: http://github.com/seam/international/compare/606de00...3b52f45 [02:55:10] *** rruss has joined #seam-dev [02:58:57] <jbossbot> git [international] push master 7b21459.. Shane Bryzak fix dependency scopes [02:58:57] <jbossbot> git [international] push master URL: http://github.com/seam/international/compare/3b52f45...7b21459 [03:08:02] <jbossbot> git [international] push master 37296ab.. Shane Bryzak add version for jrebel-maven-plugin [03:08:03] <jbossbot> git [international] push master URL: http://github.com/seam/international/compare/7b21459...37296ab [03:14:08] <jbossbot> git [international] push master a2d2d87.. Shane Bryzak [maven-release-plugin] prepare release 3.0.0.CR1 [03:14:08] <jbossbot> git [international] push master URL: http://github.com/seam/international/compare/37296ab...a2d2d87 [03:14:19] <jbossbot> git [international] push master 21b5d01.. Shane Bryzak [maven-release-plugin] prepare for next development iteration [03:14:20] <jbossbot> git [international] push master URL: http://github.com/seam/international/compare/a2d2d87...21b5d01 [03:22:32] *** cbrock has joined #seam-dev [03:22:32] *** cbrock has quit IRC [03:22:32] *** cbrock has joined #seam-dev [03:32:02] *** rruss has quit IRC [03:35:58] *** tsurdilo has joined #seam-dev [04:17:34] *** daniel_hinojosa has quit IRC [04:32:14] *** rruss has joined #seam-dev [04:36:13] *** rruss has quit IRC [04:46:27] *** daniel_hinojosa has joined #seam-dev [05:42:43] *** cbrock has quit IRC [06:05:04] *** tsurdilo has quit IRC [06:09:34] <jbossbot> git [catch] push master e0045e6.. LightGuard Filter API [06:09:34] <jbossbot> git [catch] push master 451f7b4.. LightGuard Filtering complete! [06:09:34] <jbossbot> git [catch] push master ea15de7.. LightGuard SEAMCATCH-4 - Include the ability to filter stack traces... [06:09:39] <jbossbot> jira [SEAMCATCH-4] Include the ability to filter stack traces [Coding In Progress (Unresolved) Feature Request, Major, Jason Porter] https://issues.jboss.org/browse/SEAMCATCH-4 [06:09:39] <jbossbot> git [catch] push master 6183536.. LightGuard Adding a new doc section for filtering [06:09:40] <jbossbot> git [catch] push master 62d820a.. LightGuard SEAMCATCH-4 - Include the ability to filter stack traces... [06:09:40] <jbossbot> git [catch] push master URL: http://github.com/seam/catch/compare/d7da443...62d820a [06:09:59] *** lightguard_jp has joined #seam-dev [06:10:23] <daniel_hinojosa> hey Jason [06:10:46] <lightguard_jp> daniel_hinojosa: Hi danno [06:11:24] <lightguard_jp> sbryzak: ping [06:11:34] <sbryzak> lightguard_jp: pong [06:11:47] <lightguard_jp> With that commit Catch is ready for CR [06:12:36] <sbryzak> lightguard_jp: great! [06:12:47] <sbryzak> i'll get the release going [06:13:44] <bleathem> lightguard_jp git question: Can I rebase someone's pull request before pushing it upstream? [06:14:19] <lightguard_jp> bleathem: Rebase the branch, then merge into master before you push [06:14:27] <lightguard_jp> You don't want to push a branch that's be rebased [06:14:55] <bleathem> so I pull a the pullrequest into a branch, rebase on the branch, then merge it into master, then push? [06:15:15] <bleathem> ^so I pull the pull request.. [06:15:18] <lightguard_jp> If you rebase the branch the do a merge --ff the merge will be a fast-forward merge and you won't have that "Merging ... " commit [06:15:25] <lightguard_jp> It helps keep the history clean [06:15:28] <sbryzak> lightguard_jp: i'm getting a compiler exception [06:15:39] <lightguard_jp> sbryzak: Hm [06:15:40] <bleathem> k thx [06:15:42] <sbryzak> [ERROR] /home/shane/project/seam/modules/catch/api/src/main/java/org/jboss/seam/exception/control/ExceptionStack.java:[28,20] package sun.tools.asm does not exist [06:16:12] <lightguard_jp> Wow, okay, hang on [06:16:22] <lightguard_jp> bleathem: You got it [06:16:35] <lightguard_jp> sbryzak: Well a clean test worked on mine [06:16:41] <lightguard_jp> let me try the release profile [06:16:54] <sbryzak> i haven't run it with the release profile yet [06:16:57] <sbryzak> that was just a mvn clean install [06:17:01] <stuartdouglas> sun.tools.asm is not guarenteed to be on all jvm's [06:17:09] <stuartdouglas> afaik [06:17:21] <lightguard_jp> sbryzak: Found it, one minute [06:17:23] <sbryzak> stuartdouglas: pretty sure that's correct [06:17:55] <jbossbot> git [catch] push master 69886b2.. LightGuard Unused import that wasn't cleaned [06:17:56] <jbossbot> git [catch] push master URL: http://github.com/seam/catch/compare/62d820a...69886b2 [06:18:24] <lightguard_jp> sbryzak: Try that [06:18:36] <sbryzak> much better, thanks :) [06:19:02] <lightguard_jp> np [06:19:56] <jbossbot> git [catch] push master 01b5fa7.. Shane Bryzak update parent and seam-bom versions [06:19:56] <jbossbot> git [catch] push master URL: http://github.com/seam/catch/compare/69886b2...01b5fa7 [06:21:14] <lightguard_jp> Oh, right, forgot about the parent update [06:25:58] <jbossbot> git [catch] push master 66c8842.. Shane Bryzak update distribution structure [06:25:58] <jbossbot> git [catch] push master URL: http://github.com/seam/catch/compare/01b5fa7...66c8842 [06:26:38] <jbossbot> git [catch] push master cbd8b38.. Shane Bryzak module name in header [06:26:38] <jbossbot> git [catch] push master URL: http://github.com/seam/catch/compare/66c8842...cbd8b38 [06:28:02] <sbryzak> lightguard_jp: does the jaxrs example work? [06:28:15] <lightguard_jp> No, it's been removed [06:36:34] <bleathem> jose_freitas: you there? [06:37:31] <bleathem> jose_freitas: jbossbot is about to announce the push of your fix for SEAMFACES-87 [06:37:33] <jbossbot> jira [SEAMFACES-87] CatchIntegrationHandler loses track of an exception when the catch method rethrow the exception [Pull Request Sent (Unresolved) Bug, Minor, Unassigned] https://issues.jboss.org/browse/SEAMFACES-87 [06:37:55] <jbossbot> git [faces] push master c8e493e.. joserodolfofreitas SEAMFACES-87 [06:37:56] <jbossbot> jira [SEAMFACES-87] CatchIntegrationHandler loses track of an exception when the catch method rethrow the exception [Pull Request Sent (Unresolved) Bug, Minor, Unassigned] https://issues.jboss.org/browse/SEAMFACES-87 [06:37:56] <jbossbot> git [faces] push master URL: http://github.com/seam/faces/compare/5e1d8ed...c8e493e [06:42:33] <bleathem> Any recommendations as to how I should bulk update the license headers of *many* source files? [06:44:30] <sbryzak> bleathem: apparently there's an eclipse plugin [06:45:03] <sbryzak> lightguard_jp: there's a dependency on seam-servlet from the basic-servlet example, i'll need to get that released first [06:45:22] *** rruss has joined #seam-dev [06:45:23] <lightguard_jp> sbryzak: Sure, no problem [06:46:28] <bleathem> sbryzak: SEAMFACES-85 lists "removing the license headers" as an option [06:46:36] <jbossbot> jira [SEAMFACES-85] Remove / update license headers [Open (Unresolved) Task, Minor, Brian Leathem] https://issues.jboss.org/browse/SEAMFACES-85 [06:46:42] <bleathem> Is that acceptible? Or do we want the ASL headers in there? [06:48:34] <sbryzak> i would just remove them [06:49:18] <bleathem> ok, that's simpler [06:49:23] <sbryzak> oh crap, i have a circular dependency between seam-servlet and seam-catch [06:49:44] <sbryzak> i was hoping we wouldn't encounter this situation... [06:52:48] <lightguard_jp> Um [06:53:16] <lightguard_jp> You could push the api and impl jars for catch [06:53:27] <lightguard_jp> Then the example after servlet is released [06:53:56] <jbossbot> git [faces] push master 602e87c.. Brian Leathem SEAMFACES-85 [06:54:02] <jbossbot> jira [SEAMFACES-85] Remove / update license headers [Open (Unresolved) Task, Minor, Brian Leathem] https://issues.jboss.org/browse/SEAMFACES-85 [06:54:02] <jbossbot> git [faces] push master URL: http://github.com/seam/faces/compare/c8e493e...602e87c [06:54:08] <sbryzak> i'm not quite sure how to do that [06:54:15] <sbryzak> push the example separately i mean [06:56:26] <bleathem> sbryzak: Faces has no outstanding issues for CR1 [06:56:38] <sbryzak> bleathem: thanks [06:56:53] <bleathem> np [06:57:18] <sbryzak> ugh, have i mentioned previously that i hate maven? [06:57:24] <bleathem> Well, that was a long day. Time to sleep. nite all! [06:57:35] <sbryzak> bleathem: g'night! [06:57:35] <lightguard_jp> bleathem: latre [06:57:48] *** bleathem has quit IRC [06:57:57] <sbryzak> i didn't know you spoke french [06:58:20] <lightguard_jp> sbryzak: typo, but I speak Spanish [06:58:38] <sbryzak> ok.. what to do with these releases... [06:59:01] <lightguard_jp> sbryzak: You could comment out the example, push, delete the github tag and the local tab, release servlet, release the whole thing [06:59:39] <lightguard_jp> Or change the version locally, install, build servlet locally, then rebuild catch [06:59:42] <sbryzak> that's so crazy it just might work [06:59:52] <sbryzak> actually it's not so crazy [07:00:01] <lightguard_jp> Thank you Maven [07:00:05] <sbryzak> ok let's try that [07:00:28] <lightguard_jp> Good luck, I'm going to turn in and get to bed before midnight tonight. [07:00:52] <jbossbot> git [catch] push master c90e6b6.. Shane Bryzak distribution restructuring [07:00:52] <jbossbot> git [catch] push master 12ba8b6.. Shane Bryzak remove example from release for now [07:00:52] <jbossbot> git [catch] push master URL: http://github.com/seam/catch/compare/cbd8b38...12ba8b6 [07:00:57] <sbryzak> np, good night :) [07:01:01] <sbryzak> hopefully i'll get this sorted out shortly [07:02:09] <lightguard_jp> Drop me an email if you hit road blocks and I'll take a look in the morning [07:02:17] <sbryzak> lightguard_jp: will do [07:02:26] <lightguard_jp> Later all. [07:02:37] *** lightguard_jp has quit IRC [07:09:24] <jbossbot> git [catch] push master ee5372e.. Shane Bryzak remove example from dist for now [07:09:24] <jbossbot> git [catch] push master URL: http://github.com/seam/catch/compare/12ba8b6...ee5372e [07:13:48] <jbossbot> git [catch] push master e012d56.. Shane Bryzak [maven-release-plugin] prepare release 3.0.0.CR1 [07:13:49] <jbossbot> git [catch] push master URL: http://github.com/seam/catch/compare/ee5372e...e012d56 [07:14:01] <jbossbot> git [catch] push master df12819.. Shane Bryzak [maven-release-plugin] prepare for next development iteration [07:14:01] <jbossbot> git [catch] push master URL: http://github.com/seam/catch/compare/e012d56...df12819 [07:26:24] *** nraf has quit IRC [07:32:58] <jbossbot> git [servlet] push master 34b0002.. Shane Bryzak update parent and seam-bom versions [07:32:58] <jbossbot> git [servlet] push master URL: http://github.com/seam/servlet/compare/3f7bf7d...34b0002 [07:39:09] *** daniel_hinojosa has quit IRC [07:51:31] <jbossbot> git [servlet] push master 948afe4.. Shane Bryzak update distribution structure [07:51:31] <jbossbot> git [servlet] push master URL: http://github.com/seam/servlet/compare/34b0002...948afe4 [08:01:09] *** lukaszlenart has joined #seam-dev [08:09:14] <jbossbot> git [servlet] push master 27fbe8c.. Shane Bryzak [maven-release-plugin] prepare release 3.0.0.CR1 [08:09:15] <jbossbot> git [servlet] push master URL: http://github.com/seam/servlet/compare/948afe4...27fbe8c [08:09:28] <jbossbot> git [servlet] push master a4d51e2.. Shane Bryzak [maven-release-plugin] prepare for next development iteration [08:09:28] <jbossbot> git [servlet] push master URL: http://github.com/seam/servlet/compare/27fbe8c...a4d51e2 [08:12:08] *** koentsje has joined #seam-dev [08:16:49] *** jharting has joined #seam-dev [08:23:47] *** oskutka has joined #seam-dev [08:32:13] *** marekn has joined #seam-dev [08:46:18] *** mgencur has joined #seam-dev [08:53:03] *** lukaszlenart has quit IRC [08:55:03] *** kpiwko has joined #seam-dev [08:58:03] *** rpetruescu has joined #seam-dev [08:59:19] *** lukaszlenart has joined #seam-dev [09:01:01] *** maschmid has joined #seam-dev [09:13:00] *** alesj has joined #seam-dev [09:18:43] *** epbernard has joined #seam-dev [09:18:43] *** epbernard is now known as emmanuel [09:30:05] *** emmanuel has quit IRC [09:30:05] *** lukaszlenart has quit IRC [09:33:39] *** maschmid has quit IRC [09:35:17] *** jbossbot has quit IRC [09:37:36] *** rruss has quit IRC [09:41:45] *** emmanuel has joined #seam-dev [09:41:45] *** lukaszlenart has joined #seam-dev [09:45:00] *** jbossbot has joined #seam-dev [09:54:56] *** rruss has joined #seam-dev [09:56:01] *** rruss has quit IRC [09:58:48] *** maschmid has joined #seam-dev [09:59:52] *** alesj has quit IRC [10:07:50] *** maschmid has quit IRC [10:07:58] *** maschmid has joined #seam-dev [10:20:08] *** alesj has joined #seam-dev [10:22:03] *** alesj has quit IRC [10:24:33] *** alesj has joined #seam-dev [10:38:46] <jbossbot> git [catch] push master c6da5bc.. Shane Bryzak re-enable example for release [10:38:46] <jbossbot> git [catch] push master bef0b26.. Shane Bryzak Merge remote branch 'origin/master' [10:38:46] <jbossbot> git [catch] push master c65467a.. Shane Bryzak minor [10:38:46] <jbossbot> git [catch] push master URL: http://github.com/seam/catch/compare/df12819...c65467a [10:44:05] *** sannegrinovero has joined #seam-dev [10:57:34] <jbossbot> git [persistence] push master 2b51692.. Shane Bryzak update parent and seam-bom versions [10:57:35] <jbossbot> git [persistence] push master URL: http://github.com/seam/persistence/compare/92c211a...2b51692 [11:02:31] *** mgencur is now known as mgencur_lunch [11:03:43] *** jharting has quit IRC [11:47:19] *** jharting has joined #seam-dev [11:47:40] <mgencur_lunch> jharting: ping [11:47:45] *** mgencur_lunch is now known as mgencur [11:48:07] <jharting> mgencur: pong [11:48:23] <mgencur> jharting: musel jsi pro ten booking stahnout posledni jbossas? nebo staci 6 Final [11:48:41] <jharting> mgencur: 6 final [11:48:45] <mgencur> ok [11:50:30] <alesj> arhg, czech ? :-) [11:55:22] *** emmanuel has quit IRC [11:56:45] <mgencur> hehe:) [11:58:17] <mgencur> alesj: did you manage to package the jetty config file into permalink resulting war? [11:59:04] <alesj> yes, but not the way i wanted to [11:59:09] <alesj> anyway, it worsk now [11:59:10] <alesj> :-) [11:59:23] <mgencur> alesj: good:) [11:59:26] <alesj> mgencur: https://github.com/alesj/core/tree/jetty [12:00:36] <mgencur> alesj: i see [12:01:02] <alesj> mgencur: this was the easiest to do [12:01:06] <alesj> specially with git [12:01:30] <mgencur> alesj: yeah [12:04:03] <jbossbot> git [persistence] push master 8a8fbb0.. Shane Bryzak restructure distribution [12:04:03] <jbossbot> git [persistence] push master URL: http://github.com/seam/persistence/compare/2b51692...8a8fbb0 [12:11:26] *** epbernard has joined #seam-dev [12:11:26] *** epbernard is now known as emmanuel [12:13:22] <jbossbot> git [persistence] push master 6f28b3f.. Shane Bryzak [maven-release-plugin] prepare release 3.0.0.CR1 [12:13:22] <jbossbot> git [persistence] push master URL: http://github.com/seam/persistence/compare/8a8fbb0...6f28b3f [12:13:35] <jbossbot> git [persistence] push master 31df40a.. Shane Bryzak [maven-release-plugin] prepare for next development iteration [12:13:36] <jbossbot> git [persistence] push master URL: http://github.com/seam/persistence/compare/6f28b3f...31df40a [12:15:42] *** emmanuel has quit IRC [12:18:29] *** epbernard has joined #seam-dev [12:18:29] *** epbernard is now known as emmanuel [12:18:46] *** emmanuel has quit IRC [12:19:02] *** epbernard has joined #seam-dev [12:19:02] *** epbernard is now known as emmanuel [12:23:52] *** jharting has quit IRC [13:10:46] *** maschmid has quit IRC [13:27:11] *** jharting has joined #seam-dev [13:30:16] *** emmanuel has quit IRC [13:30:20] *** epbernard has joined #seam-dev [13:30:20] *** epbernard is now known as emmanuel [13:32:56] <jose_freitas> hi jharting [13:33:30] <jharting> jose_freitas: hi jose [13:35:01] <jbossbot> git [faces] push master 133ed0c.. Shane Bryzak update parent and seam-bom versions [13:35:02] <jbossbot> git [faces] push master URL: http://github.com/seam/faces/compare/602e87c...133ed0c [13:35:47] <jose_freitas> forgot to mention yesterday, but I'm glad you liked the new ui [13:36:02] *** maschmid has joined #seam-dev [13:36:16] <jose_freitas> btw, did everything go smoothly while doing the tests? [13:38:18] <jharting> jose_freitas: yes, I am porting functional tests we have for the booking example in seam 2 [13:38:41] <jharting> jose_freitas: the registration / password change functionality does not work atm, as you mentioned yesterday [13:39:00] <jose_freitas> nice. are you testing all examples? [13:39:18] <jharting> jose_freitas: I'll be looking into it to see if I can disable the validator temporarily to get the functionality working - so that I can write the test [13:39:58] <jharting> jose_freitas: do you know a way of making that work easily? [13:40:46] <jharting> jose_freitas: yes, the plan is to develop automated tests for every sample application [13:40:48] <jose_freitas> actually I can make it work with the validator if I dont use inputContainer [13:41:14] <jose_freitas> I'll do that, so you won't need to change it to make the tests work [13:41:32] <jharting> jose_freitas: well, you probably want the inputContainer to be there [13:41:39] <jharting> jose_freitas: so that faces are used [13:41:44] <jose_freitas> yes [13:42:00] <jose_freitas> but there are another places I'm using them [13:42:01] <jharting> jose_freitas: it is enough if you send me a patch so that I can get that running locally for test development [13:42:12] <jharting> jose_freitas: and leave it as it is [13:42:24] <jharting> jose_freitas: we'll see the tests passing once this is fixed [13:42:38] <jharting> jose_freitas: *once the inputContainer is fixed [13:43:44] <jose_freitas> ok [13:43:52] <jose_freitas> are you making tests for all applications? [13:44:05] <jharting> jose_freitas: yes [13:44:29] <jose_freitas> have you tested the example of seam-international? [13:45:05] <jharting> jose_freitas: no, that one must have been added recently [13:45:24] <jharting> jose_freitas: but someone will take a look at that one as well [13:45:53] <jose_freitas> ok [13:50:11] *** emmanuel has quit IRC [13:50:14] *** epbernard has joined #seam-dev [13:50:14] *** epbernard is now known as emmanuel [13:51:51] <mgencur> jharting: jose_freitas: the example seems to work properly:), so I will create a test for it [13:52:15] <jharting> mgencur: ok [13:54:32] <jbossbot> git [faces] push master e18abc8.. Shane Bryzak dependencies [13:54:32] <jbossbot> git [faces] push master URL: http://github.com/seam/faces/compare/133ed0c...e18abc8 [14:01:39] <jose_freitas> mgencur: nice [14:01:54] <jharting> jose_freitas: talking about the booking example, there are some more possible improvements that come to mind: the date validation in the booking process - cross field validation (checkin date is before checkout date, etc.), credit card did not expire etc. [14:03:35] <jose_freitas> well, there were a crossvalidator for these tests as well [14:03:41] <jose_freitas> but I took it off for now [14:03:50] <jose_freitas> as its the most important feature of the example [14:04:13] <jose_freitas> when the validator is working properly I'll reimplement it [14:04:26] <jharting> jose_freitas: ic [14:04:35] <jharting> jose_freitas: ok, that makes sense [14:04:44] <jose_freitas> I'll take note for the credit card though, and I'll implement for the final version [14:04:46] <jharting> jose_freitas: rather than having an example that does not work at all [14:04:56] <jose_freitas> yes [14:24:00] *** emmanuel has quit IRC [14:26:00] <jbossbot> git [faces] push master 49ae20c.. Shane Bryzak update distribution structure [14:26:01] <jbossbot> git [faces] push master URL: http://github.com/seam/faces/compare/e18abc8...49ae20c [14:28:56] *** oskutka has quit IRC [14:29:28] *** maschmid has quit IRC [14:31:07] *** balunasj has joined #seam-dev [14:37:53] <jbossbot> git [faces] push master 4814702.. Shane Bryzak [maven-release-plugin] prepare release 3.0.0.CR1 [14:37:53] <jbossbot> git [faces] push master URL: http://github.com/seam/faces/compare/49ae20c...4814702 [14:38:10] <jbossbot> git [faces] push master 7c7c3ac.. Shane Bryzak [maven-release-plugin] prepare for next development iteration [14:38:10] <jbossbot> git [faces] push master URL: http://github.com/seam/faces/compare/4814702...7c7c3ac [14:38:53] *** balunasj is now known as balunasj_busy [15:03:40] *** maschmid has joined #seam-dev [15:20:31] <jharting> sbryzak: ping [15:20:40] <sbryzak> jharting: pong [15:21:20] <jharting> sbryzak: Hi Shane, are you planning on releasing a new bom with the CR1 dependencies before the full CR1 release? [15:21:40] <sbryzak> it's already released [15:21:45] <sbryzak> the bom version is 3.0.0.CR1 [15:22:03] *** sannegrinovero_ has joined #seam-dev [15:22:04] <jharting> sbryzak: aaah, must have missed it [15:22:07] <jharting> sbryzak: thanks [15:22:17] <sbryzak> there's a new parent also [15:22:30] <sbryzak> is seam-rest ready for release? [15:22:53] *** lukaszlenart has left #seam-dev [15:22:59] <jharting> sbryzak: I'll do some pre-release testing and will release afterwards [15:23:04] *** tsurdilo has joined #seam-dev [15:23:14] <jharting> sbryzak: it should be out by the EOD (UTC) [15:23:17] <sbryzak> i'd like to review the distribution before the release is done if that's ok [15:23:29] <jharting> sbryzak: definitely [15:23:41] <sbryzak> in fact, if you like i can handle the release for you [15:24:18] *** sannegrinovero has quit IRC [15:24:46] <jharting> sbryzak: it is not a problem for me to do it, but if you want to do it together with dist review than it is ok for me [15:25:16] <sbryzak> just this time if that's ok [15:25:27] <sbryzak> i need to ensure all the distributions are consistent [15:25:41] <jharting> sbryzak: sure, I'll update the bom, run some tests and drop you an email once it's ready from my part [15:25:48] <sbryzak> as there were quite a lot of variation in structure, directory names, etc [15:25:54] <sbryzak> great, thanks :) [15:25:56] <jharting> sbryzak: ic [15:46:15] <jbossbot> git [rest] push master 9ca5607.. Jozef Hartinger Release notes [15:46:16] <jbossbot> git [rest] push master 3fb1c40.. Jozef Hartinger Bump parent and bom version [15:46:16] <jbossbot> git [rest] push master 9a96fab.. Jozef Hartinger minor [15:46:16] <jbossbot> git [rest] push master URL: http://github.com/seam/rest/compare/d713e79...9a96fab [15:52:38] <jose_freitas> sbryzak: ping [15:52:50] <sbryzak> jose_freitas: pong [15:53:58] <jose_freitas> hi sbryzak, when is the last day we can push something to the project before getting the CR1? [15:54:16] <sbryzak> for which module? [15:54:35] <jose_freitas> I'm working now with the booking example [15:54:52] <jose_freitas> but there's a face problem that we might want to fix [15:54:53] <sbryzak> ah [15:55:02] <sbryzak> seam-faces is already CR1 [15:55:10] <jose_freitas> yes, just saw that [15:55:14] <sbryzak> booking example i can wait for until saturday [15:55:51] <jose_freitas> the thing is that I've an issue which is actually a bug from a seam-faces validator [15:56:05] <jose_freitas> so, should I create an workaround then? [15:56:22] <sbryzak> is the workaround simple? [15:56:31] <sbryzak> and is the issue in jira? [15:56:41] <jose_freitas> yes, I just need to stop using uicontainer [15:56:53] <jose_freitas> no, I need to talk with bleathem [15:57:16] <jose_freitas> uicontainar + crossvalidator = bug [15:57:19] <sbryzak> if you can work around it for now, that would be best [15:57:27] <jose_freitas> ok, I'll do it [15:57:28] <jose_freitas> thanks [15:57:36] <sbryzak> then after CR1 is out we can address the issue for the final release [15:57:45] <jose_freitas> right [15:58:25] <jharting> jose_freitas, sbryzak: btw, is there a reason why the example is called seam-javaee-booking and not simply seam-booking? [15:58:40] <jharting> like in seam 2 [15:59:03] <sbryzak> jharting: i'm not sure who named it like that [16:00:55] <jharting> sbryzak: there was a javaee5 derivate of the booking example in seam 2 - so perhaps the current example was forked from that one. Anyway, I find "seam-booking" much cleaner. "javaee" does not add any info since seam itself is javaee-focused [16:02:12] <sbryzak> jharting: i agree, we should change it [16:03:37] <sbryzak> i'm off to bed.. been working 18 hours straight now [16:04:26] <jharting> sbryzak: good night [16:06:18] *** alesj has quit IRC [16:07:10] *** rruss has joined #seam-dev [16:13:23] *** epbernard has joined #seam-dev [16:13:23] *** epbernard is now known as emmanuel [16:17:41] *** kpiwko has quit IRC [16:23:14] *** cbrock has joined #seam-dev [16:23:14] *** cbrock has quit IRC [16:23:15] *** cbrock has joined #seam-dev [16:27:08] *** jharting has quit IRC [16:34:40] *** lightguard_jp has joined #seam-dev [16:42:45] <lightguard_jp> mgencur: Since we released Catch last night / this morning could you rebase your pull request and see if it all works? [16:43:10] <mgencur> lightguard_jp: yes, of course [16:43:20] <lightguard_jp> mgencur: Thanks [16:43:52] <lightguard_jp> mgencur: The new parent (9) should have all the changes so you won't need the snapshot [16:44:08] <mgencur> lightguard_jp: ok [16:45:33] *** maschmid is now known as maschmid_afk [16:45:54] *** rruss has quit IRC [16:56:47] *** marekn has left #seam-dev [16:57:52] *** emmanuel has left #seam-dev [17:01:09] *** lincolnthree has joined #seam-dev [17:02:42] <mgencur> lightguard_jp: hmm, the rebasing will make me crazy, there was a conflict in one of the files, so I edited the file to contain the proper version of seam-parent, then I commited it along with another 2 files and thought it would be ok, ....but some changes I made a several days ago simply disappeared [17:03:05] <lightguard_jp> :( [17:03:27] <lightguard_jp> You can git reset --hard <sha_commit_hash> [17:03:32] <lightguard_jp> to go back to what you had before [17:03:40] <mgencur> lightguard_jp: I still have them at the github, but it's crazy the process [17:03:43] <lightguard_jp> Then you can try to merge in the new stuff instead of rebase [17:03:54] <lightguard_jp> It takes some getting used to :) [17:08:56] <mgencur> lightguard_jp: I managed to merge the catch/master into my branch but this is not what you want is it? [17:11:21] *** bleathem has joined #seam-dev [17:13:37] *** rruss has joined #seam-dev [17:19:24] <mgencur> lightguard_jp: Jason, can you look at the https://github.com/seam/catch/pull/16 if it is ok for you? otherwise I will have to create yet another pull request [17:20:09] <lightguard_jp> I'll give it a shot [17:30:42] <lightguard_jp> mgencur: It builds this time :) [17:30:45] <lightguard_jp> I'll take it [17:31:18] <mgencur> lightguard_jp: hehe:), I was rather thinking about wheter the pull request is in the right format :) [17:31:22] <jbossbot> git [catch] push master ed9c095.. mgencur at redhat dot com seam-parent version to 9 [17:31:22] <jbossbot> git [catch] push master 9f795e7.. mgencur at redhat dot com Merge remote branch 'catch-master/master' into functional-tests2 [17:31:23] <jbossbot> git [catch] push master URL: http://github.com/seam/catch/compare/c65467a...9f795e7 [17:31:36] <mgencur> that was fast:) [17:32:03] <lightguard_jp> Still not working on OSX, but it builds at least :) [17:32:18] <mgencur> lightguard_jp: do you have Firefox installed? [17:32:23] <lightguard_jp> Yep [17:33:25] *** cbrock has quit IRC [17:33:30] <lightguard_jp> Looks like I have more tests to write, only at 87.3% overall [17:33:34] *** cbrock has joined #seam-dev [17:33:35] *** cbrock has quit IRC [17:33:35] *** cbrock has joined #seam-dev [17:33:38] <mgencur> lightguard_jp: hmm, you could try to pass the path to it into the following property: <selenium.browser>...</selenium.browser> [17:34:05] <lightguard_jp> Can I do it as a system property? [17:34:12] <mgencur> lightguard_jp: like <selenium.browser>*firefox [absolute path to the firefox]</selenium.browser> [17:34:25] <mgencur> it should be possible [17:35:15] <lightguard_jp> It's needs the binary to run? [17:35:22] <mgencur> lightguard_jp: yes [17:37:20] <lightguard_jp> mgencur: java.lang.IllegalArgumentException: given browser's stringRepresentation '/Applications/Firefox.app/Contents/MacOS/firefox' doesn't match pattern [17:37:38] <mgencur> lightguard_jp: for me it works with -Dselenium.browser="*firefox /usr/bin/firefox" [17:38:14] *** daniel_hinojosa has joined #seam-dev [17:39:26] *** cbrock has quit IRC [17:39:54] <lightguard_jp> Okay, I'll try that [17:40:15] *** ssachtleben has joined #seam-dev [17:40:32] <mgencur> lightguard_jp: yeah, try it, the "*firefox" has to be there [17:40:51] <ssachtleben> hi [17:42:34] <lightguard_jp> mgencur: Getting there, it opened firefox that time [17:42:59] <mgencur> lightguard_jp: so have the tests passed?:) [17:43:41] <lightguard_jp> Trying with firefox 3.6 [17:43:53] <mgencur> ok [17:44:12] <lightguard_jp> No likely Firefox 4.0 [17:44:18] <lightguard_jp> But it worked fine with 3.6 [17:44:20] <lightguard_jp> Tests pass [17:44:34] <mgencur> lightguard_jp: yeaaah:) [17:45:06] <lightguard_jp> May want to paste that up somewhere [17:45:07] <ssachtleben> these selenium tests looking cool [17:45:34] <mgencur> lightguard_jp: it would be useful [17:45:51] <mgencur> into readme [17:48:39] *** cbrock has joined #seam-dev [17:48:40] *** cbrock has quit IRC [17:48:40] *** cbrock has joined #seam-dev [17:48:49] <mgencur> leaving [17:51:50] <lightguard_jp> http://www.seamframework.org/Community/FailsafeTestsForSeamOnMacOSX [17:51:55] <lightguard_jp> Can't make it sticky though [17:53:06] *** mgencur has quit IRC [18:03:35] *** balunasj_busy has quit IRC [18:03:42] *** cbrock has quit IRC [18:16:28] *** maschmid_afk is now known as maschmid [18:45:02] *** kpiwko has joined #seam-dev [19:11:19] <lightguard_jp> lincolnthree: Can you make posts sticky on the seam forums? I tried, didn't see it. [19:19:57] *** bitshuffler has joined #seam-dev [19:21:33] <lincolnthree> lightguard_jp: im not sure, 1 sec [19:24:11] <lincolnthree> lightguard_jp: [19:24:11] <lincolnthree> [<=forumStickyPosting] [19:24:23] <lincolnthree> put that in the Admin Options "Header:" box [19:24:34] <lincolnthree> hey bleathem, you there? [19:24:42] <lightguard_jp> Wow, that's really intuitive. [19:24:50] <lincolnthree> yeah... [19:24:53] <lincolnthree> don't get me started :) [19:24:53] <lightguard_jp> How many other options are there like that? [19:24:56] <lincolnthree> a lot [19:25:01] <lincolnthree> [<=clearBackground] [19:25:01] <lincolnthree> [<=hideControls] [19:25:01] <lincolnthree> [<=hideComments] [19:25:01] <lincolnthree> [<=hideTags] [19:25:01] <lincolnthree> [<=hideCreatorHistory] [19:25:01] <lincolnthree> [<=disableContentMacros] [19:25:01] <lincolnthree> [<=forumStickyPosting] [19:25:02] <lincolnthree> and more [19:25:50] <lightguard_jp> Is there a list somewhere? [19:25:56] <lightguard_jp> In the code I guess [19:26:35] <bleathem> lincolnthree hey! [19:26:45] <lincolnthree> hey [19:26:48] <lincolnthree> question/idea for you [19:26:53] <bleathem> fire away! [19:27:12] <lincolnthree> Dominik Dorn has a JSF resource-relocation extension (for hosting content on a CDN like amazon S3, or etc.) [19:27:17] <lincolnthree> And hes looking for a home [19:27:28] <lincolnthree> I think it would be a fabulous addition to Faces [19:27:51] <bleathem> Indeed! That would make a good fit [19:28:20] *** dom_ has joined #seam-dev [19:28:26] <bleathem> Is he interested in Faces as a home for it? [19:28:33] <bleathem> or do we have to make the sell...? [19:28:43] <lincolnthree> both i think [19:28:56] *** dom_ has quit IRC [19:28:59] <bleathem> nice [19:29:19] *** domdorn has joined #seam-dev [19:29:26] <bleathem> I'll ping him about it, maybe this is something we can tackle post 3.0 [19:29:31] <lincolnthree> hey dominik [19:29:35] <domdorn> hi [19:29:41] <bleathem> oh, he's here! [19:29:46] <domdorn> hi brian [19:29:47] <bleathem> Hi Dominik! [19:29:50] <lincolnthree> there you go :) [19:30:00] <lincolnthree> domdorn: could you describe your feature to brian? i got him started a little bit [19:30:28] <domdorn> it allows to relocate JSF-Resources to different servers, e.g. allows to relocate the primefaces bundled JQuery to google's cdn [19:30:52] <lincolnthree> and its extendable for stylesheets/javascript libraries? [19:30:57] <lincolnthree> or does it also do images? [19:31:21] <bleathem> simple question, what's a cdn? [19:31:33] <bleathem> Canadian is all that comes to mind [19:31:39] <domdorn> CDN = content distribution network [19:31:42] <lincolnthree> content distribution network [19:31:48] <bleathem> got it, thanks! [19:32:08] <domdorn> it hooks into jsf's <h:ouputStylesheet / outputScript thing [19:32:18] <bleathem> Where is the project living right now? Is it on github? [19:32:21] <domdorn> everywhere where you can specify library="..." name="..." [19:32:36] <domdorn> https://github.com/domdorn/JSF-Resource-Relocator/tree/master/ [19:33:44] <bleathem> looks good! How is it configured? [19:34:07] <domdorn> a xml file [19:34:15] <domdorn> there's an example in the repo [19:36:28] <bleathem> incredibly transparent to use, I like the way it uses the library="..." name="..." attributes [19:37:07] <bleathem> once you've configured your xml, it looks as if you are using it locally [19:37:34] <bleathem> So are you keen on having Seam Faces as a home for this? [19:37:54] <bleathem> We'd be really excited to incoproate such functionality! [19:38:08] <bleathem> (turned the spell checker on...) [19:38:12] <domdorn> ^^ [19:39:12] <domdorn> well, if its possible somehow, I would like it to be part of seam faces in a way that one doesn't have to get the whole seam faces just to use it. so it's still this simple "put the jar into web-inf/lib and there you'll go" [19:39:50] <domdorn> because currently on my systems, I'm unable to run seam faces because of all those weld/glassfish issues [19:39:54] <lincolnthree> ahh [19:40:16] <bleathem> Yes, the Weld glassfish issues are getting in my way too [19:40:36] <bleathem> They'll be ironed out, it's just a matter of time [19:40:55] <domdorn> so I thought maybe create a seam child project like seam-faces-relocator that people can use without the rest of seam faces and seam-faces itself would include it as dep [19:41:43] <bleathem> Aside from the weld/galssfish issues, I think it would be a great fit within faces [19:41:44] <domdorn> s/seam child/seam faces child/g [19:41:52] <bleathem> faces stays out of the developers way for the most part [19:42:11] <bleathem> so including faces doesn't really cause any disruption [19:42:17] <bleathem> it does no, due to some weld bugs [19:42:24] <domdorn> thats the theory ;) [19:42:26] <bleathem> but we just have to get over those [19:42:33] <bleathem> ^it does now [19:43:11] <bleathem> I think Seam module structure is beyond my scope of things to decide on [19:43:29] <bleathem> But I do think it would make a good fit with Faces [19:43:42] <domdorn> i think we'll find a solution ;) [19:44:01] <bleathem> Maybe we should target this for 3.1, once things have settled down, and maybe you'll be more comfortable with Faces [19:44:48] <lincolnthree> i don't think it's really "big enough" for its own module [19:45:02] <lincolnthree> it will be nice if we can have a CDI extension repository one day.... [19:45:08] <lincolnthree> or java ee extensions [19:45:10] <lincolnthree> hello forge [19:46:07] <domdorn> i don't meant an own module [19:46:20] <domdorn> just an own jar, like we currently have seam-faces-api and seam-faces-impl [19:46:31] <domdorn> there would be a seam-faces-relocator artifact [19:47:04] <lincolnthree> ah [19:47:06] <lincolnthree> hm [19:47:08] <bleathem> I think the reasons/advantages to doing that are transient. At least that's what I'm counting on! [19:47:27] <lincolnthree> it could be done, sure [19:47:38] <lincolnthree> but should talk to sbryzak about that [19:47:51] <domdorn> who's that ? [19:47:58] <lincolnthree> i think he'll be on the side of, just put it in faces and the issues will be resolved with weld eventually [19:48:05] <lincolnthree> shane bryzak [19:48:07] <lincolnthree> lead of Seam 3 [19:48:41] <domdorn> i see. [19:49:00] <domdorn> ok, i'll think over this.. quite busy getting some stuff for studyguru done [19:49:23] <domdorn> brian, are you going to attend con-fess in austria (april?) [19:50:02] <domdorn> http://www.con-fess.com [19:50:15] <domdorn> aslak will be there and a lot of the jsf core guys [19:50:43] <lincolnthree> domdorn: i dont think he is [19:52:46] <bleathem> No, I won't be at con-fess [19:53:04] <bleathem> Bit of a big jump across the pond for me [19:53:30] *** lukaszlenart has joined #seam-dev [19:53:49] <bleathem> Well feel free to ping me with any further thoughts/ideas/questions [19:54:14] <bleathem> I'd like to follow up with this in the near future [19:54:41] <bleathem> I think I'll create a jira issue to track the idea, so we (meaning I) don't forget to come back to it [19:55:16] <lincolnthree> bleathem: good idea [19:55:20] <domdorn> k [20:02:24] *** sannegrinovero_ has quit IRC [20:02:46] <bleathem> Created SEAMFACES-89 [20:02:55] <jbossbot> jira [SEAMFACES-89] Integration with JSF-Resource-Relocator [Open (Unresolved) Feature Request, Major, Brian Leathem] https://issues.jboss.org/browse/SEAMFACES-89 [20:08:02] <domdorn> ok, have to go now. [20:08:08] <domdorn> nice day everyone! [20:08:21] <bleathem> Thanks for your time Dominik! [20:09:41] <lincolnthree> cya domdorn [20:09:43] <lincolnthree> ttyl [20:10:11] *** domdorn has quit IRC [20:13:12] *** cbrock has joined #seam-dev [20:13:13] *** cbrock has quit IRC [20:13:13] *** cbrock has joined #seam-dev [20:13:33] *** lukaszlenart has left #seam-dev [20:26:53] *** mgencur has joined #seam-dev [20:35:32] *** kpiwko has quit IRC [20:52:40] *** mgencur has quit IRC [20:53:27] *** mgencur has joined #seam-dev [20:54:15] *** mgencur has joined #seam-dev [20:56:27] *** marekn has joined #seam-dev [20:56:30] *** marekn has left #seam-dev [21:21:23] *** maschmid has quit IRC [21:21:31] *** maschmid has joined #seam-dev [21:27:11] *** bitshuffler has quit IRC [21:32:04] *** ssachtleben has quit IRC [21:36:55] <jbossbot> git [config] push master bb44acc.. Stuart Douglas Minor change for jboss modules compatibility [21:36:55] <jbossbot> git [config] push master URL: http://github.com/seam/config/compare/70595ff...bb44acc [22:13:57] *** maschmid has quit IRC [22:48:52] *** cbrock has quit IRC [22:49:22] *** cbrock has joined #seam-dev [22:57:28] *** koentsje has quit IRC [22:57:31] *** rruss has quit IRC [22:57:33] *** ChanServ has quit IRC [22:57:36] *** bleathem has quit IRC [22:57:36] *** lincolnthree has quit IRC [22:57:36] *** tsurdilo has quit IRC [22:57:44] *** rpetruescu has quit IRC [22:57:45] *** leivhe has quit IRC [22:57:46] *** lightguard_jp has quit IRC [22:57:47] *** jbossbot has quit IRC [22:57:48] *** sbryzak has quit IRC [22:57:55] *** daniel_hinojosa has quit IRC [22:57:58] *** cbrock has quit IRC [22:58:01] *** nickarls has quit IRC [22:58:01] *** stuartdouglas has quit IRC [23:00:35] *** cbrock has joined #seam-dev [23:00:35] *** daniel_hinojosa has joined #seam-dev [23:00:35] *** bleathem has joined #seam-dev [23:00:35] *** lincolnthree has joined #seam-dev [23:00:35] *** lightguard_jp has joined #seam-dev [23:00:35] *** tsurdilo has joined #seam-dev [23:00:35] *** jbossbot has joined #seam-dev [23:00:35] *** rpetruescu has joined #seam-dev [23:00:35] *** nickarls has joined #seam-dev [23:00:35] *** stuartdouglas has joined #seam-dev [23:00:35] *** leivhe has joined #seam-dev [23:00:35] *** sbryzak has joined #seam-dev [23:01:17] *** nickarls has quit IRC [23:16:42] *** ssachtleben has joined #seam-dev [23:17:26] *** rruss has joined #seam-dev [23:17:26] *** koentsje has joined #seam-dev [23:17:26] *** ChanServ has joined #seam-dev [23:17:26] *** leguin.freenode.net sets mode: +o ChanServ [23:19:32] <ssachtleben> hey [23:19:49] <ssachtleben> so which module should cover multipart? faces or? :D [23:19:52] <ssachtleben> bleathem: ping [23:21:08] *** cbrock has quit IRC [23:28:02] *** cbrock has joined #seam-dev [23:29:53] *** rpetruescu has quit IRC [23:32:40] *** 45PABT3JW has joined #seam-dev [23:34:48] *** jose_freitas has quit IRC [23:34:48] *** koentsje_ has joined #seam-dev [23:35:08] *** rruss1 has joined #seam-dev [23:35:16] *** koentsje has quit IRC [23:35:18] *** rruss has quit IRC [23:35:19] *** koentsje_ is now known as koentsje [23:37:11] *** stuartdouglas has quit IRC [23:38:21] *** jose_freitas has joined #seam-dev [23:41:32] *** 45PABT3JW has quit IRC [23:41:33] *** stuartdouglas has joined #seam-dev [23:41:54] *** stuartdouglas is now known as 20QAATN3L [23:41:54] *** stuartdouglas has joined #seam-dev [23:43:42] *** cbrock has quit IRC [23:43:42] *** cbrock has joined #seam-dev [23:43:55] <bleathem> ssachtleben: pong [23:47:41] *** 20QAATN3L is now known as stuartdouglas [23:48:08] <ssachtleben> yep [23:48:16] <ssachtleben> bleathem: whats about fileupload? [23:48:28] *** bleathem has quit IRC [23:48:33] *** bleathem_ has joined #seam-dev [23:48:34] <ssachtleben> :D [23:49:41] *** koentsje has quit IRC [23:58:28] *** bleathem_ has quit IRC [23:58:33] *** bleathem_ has joined #seam-dev [23:58:33] *** bleathem_ is now known as bleathem