[02:16:16] *** echelog-2 has joined #seam-dev [02:24:33] <jbossbot> git [faces] push 3.1.0.Beta2 af29260.. LightGuard Fixing compilation of examples [02:24:33] <jbossbot> git [faces] push 3.1.0.Beta2 edaa9e0.. LightGuard [maven-release-plugin] prepare release 3.1.0.Beta2 [02:24:33] <jbossbot> git [faces] push 3.1.0.Beta2 URL: http://github.com/seam/faces/compare/0000000...edaa9e0 [02:24:34] <jbossbot> git [faces] push 3.1.0.Beta2 URL: http://github.com/seam/faces/compare/0000000...e4903d4 [02:24:38] <jbossbot> git [faces] push 3.1.0.Beta2 2821d46.. LightGuard [maven-release-plugin] prepare for next development iteration [02:24:38] <jbossbot> git [faces] push 3.1.0.Beta2 URL: http://github.com/seam/faces/compare/edaa9e0...2821d46 [02:25:58] *** jamezp is now known as jamezp_afk [02:34:20] *** tsurdilo2 has joined #seam-dev [02:37:15] *** tsurdilo1 has quit IRC [02:49:57] *** rmartinelli has quit IRC [02:54:13] <jbossbot> git [faces] push develop af29260.. LightGuard Fixing compilation of examples [02:54:13] <jbossbot> git [faces] push develop edaa9e0.. LightGuard [maven-release-plugin] prepare release 3.1.0.Beta2 [02:54:13] <jbossbot> git [faces] push develop 2821d46.. LightGuard [maven-release-plugin] prepare for next development iteration [02:54:13] <jbossbot> git [faces] push develop f580669.. LightGuard Merge branch 'release/3.1.0.Beta2' into develop [02:54:14] <jbossbot> git [faces] push develop URL: http://github.com/seam/faces/compare/c09fe7e...f580669 [02:54:15] <jbossbot> git [faces] push master 784ee63.. Shane Bryzak Merge branch 'release/3.1.0.Beta1' into develop [02:54:16] <jbossbot> git [faces] push master 70fd68d.. Shane Bryzak update parent, bom versions [02:54:16] <jbossbot> git [faces] push master e8fea53.. LightGuard Fixing up logging and tests for 3.1.0.Beta2 [02:54:17] <jbossbot> git [faces] push master 1277f99.. LightGuard Fixing SEAMFACES-198... [02:54:18] <jbossbot> jira [SEAMFACES-198] If a user fails an authorization check when using the Seam Security hooks via ViewConfig there is no way to add a message [Resolved (Done) Enhancement, Major, Jason Porter] https://issues.jboss.org/browse/SEAMFACES-198 [02:54:19] <jbossbot> git [faces] push master c09fe7e.. LightGuard Fixing SEAMFACES-126... [02:54:19] <jbossbot> jira [SEAMFACES-126] Throw some kind of unauthorized exception when auth fails, rather than returning a 401 response [Resolved (Done) Enhancement, Major, Jason Porter] https://issues.jboss.org/browse/SEAMFACES-126 [02:54:20] <jbossbot> git [faces] push master af29260.. LightGuard Fixing compilation of examples [02:54:21] <jbossbot> git [faces] push master edaa9e0.. LightGuard [maven-release-plugin] prepare release 3.1.0.Beta2 [02:54:22] <jbossbot> git [faces] push master 2821d46.. LightGuard [maven-release-plugin] prepare for next development iteration [02:54:22] <jbossbot> git [faces] push master 5a7144e.. LightGuard Merge branch 'release/3.1.0.Beta2' [02:54:23] <jbossbot> git [faces] push master URL: http://github.com/seam/faces/compare/b717a7d...5a7144e [02:55:51] *** lightguard_jp has quit IRC [03:05:04] <ssachtleben> whats about SEAMCRON-15 ? [03:05:06] <jbossbot> jira [SEAMCRON-15] CL issues on redeployment [Open (Unresolved) Bug, Major, Peter Royle] https://issues.jboss.org/browse/SEAMCRON-15 [03:05:26] <ssachtleben> any chances to get a fix before 3.1.0.Final? [03:05:57] *** lightguard_jp has joined #seam-dev [03:06:00] *** lightguard_jp has quit IRC [03:06:37] *** lincolnthree has left #seam-dev [03:12:13] *** lightguard_jp has joined #seam-dev [03:12:17] *** lightguard_jp has quit IRC [03:14:46] *** lightguard_jp has joined #seam-dev [03:15:46] *** ssachtleben has quit IRC [03:20:36] *** kenfinnigan has joined #seam-dev [03:20:37] *** akazakov has quit IRC [03:24:45] <kenfinnigan> lightguard_jp: ping [03:25:02] <lightguard_jp> kenfinnigan: Hey Ken [03:25:18] <kenfinnigan> hey Jason [03:25:24] <kenfinnigan> just tried catch in eclipse [03:25:39] <lightguard_jp> and? [03:25:43] <kenfinnigan> it imports a valid project, but the unpack plugin is not known by m2e [03:25:51] <kenfinnigan> so it doesn't copy the classes from base [03:26:10] <lightguard_jp> You still can't run tests from the IDE for AS7 then? [03:26:11] <kenfinnigan> which means the weld embedded container will run tests in the IDE [03:26:19] <kenfinnigan> but only the two that exist in that module already [03:26:36] <kenfinnigan> doesn't work for any [03:27:26] <lightguard_jp> Can you tell it to run a maven goal before it does the run? [03:27:40] <kenfinnigan> let me check [03:29:02] <kenfinnigan> ok [03:29:12] <kenfinnigan> so it kind of works, but it's hacky [03:29:35] <lightguard_jp> explain more please [03:29:48] <kenfinnigan> if you run the test from the internals/base project [03:29:57] <kenfinnigan> ie. navigate to that project in the IDE [03:30:06] <kenfinnigan> click a test and then do right click Run as Test [03:30:20] <kenfinnigan> it fails, but then it sets up all the config for running the test [03:30:49] <kenfinnigan> then if you go into the config and change the project that it is running in from internals/base to internals/weld embedded, or whatever [03:30:52] <kenfinnigan> then it succeeds [03:31:08] <kenfinnigan> if you wanted to run that test in another container [03:31:23] <kenfinnigan> change the config to use a different container module as what it is running in [03:31:48] <kenfinnigan> unfortunately this only works for running a single test [03:32:22] <lightguard_jp> Grr [03:32:37] <lightguard_jp> I think I'm going to have to install eclipse and play around with the setup [03:33:17] <kenfinnigan> if you wanted to run all the tests within a project [03:33:27] <kenfinnigan> there isn't a way to get it to work as it is based on the project [03:33:51] <kenfinnigan> so you can't trick it by saying I want to run all these tests that live in one project, but actually run it as if they were in another [03:34:32] <lightguard_jp> Is a maven module it's own project? [03:34:37] <kenfinnigan> yes [03:34:40] <lightguard_jp> bah [03:34:57] <lightguard_jp> So you'd have to run each project's test individually [03:35:07] <lightguard_jp> Actually, that's how idea treats it too, so not the end of the world [03:35:24] <kenfinnigan> true, but if there are 100 tests in a module [03:35:37] <kenfinnigan> to actually have to go thru the above process to create them it is a pain [03:36:22] <kenfinnigan> and then change them all to run against a different container module [03:36:47] <lightguard_jp> Yeah, that's a bit much [03:36:57] <lightguard_jp> I think I need to play around with it a bit [03:37:54] <kenfinnigan> it's messy, for sure [03:38:07] <lightguard_jp> No kidding [03:43:55] <lightguard_jp> Eclipse 32 or 64 bit on 64-bit Fedora 15? [03:44:40] <kenfinnigan> I tend to stick with 32 [03:44:45] <kenfinnigan> on windows at least [03:44:52] <lightguard_jp> classic or Java EE? [03:45:12] <kenfinnigan> javaEE [03:45:19] <kenfinnigan> I may have cracked it ;-) [03:45:50] <kenfinnigan> it's a little hacky, but we could make it less so [03:46:57] <kenfinnigan> in the weld embedded project/module in eclipse [03:47:36] <lightguard_jp> kenfinnigan: I'm going to be heading out in a couple of minutes with the family, would you mind writing it up in email, maybe screenshots too? [03:47:45] <kenfinnigan> sure [03:47:54] <lightguard_jp> thanks [03:48:43] *** lightguard_jp is now known as lightguard_jp_aw [03:49:30] *** kenfinnigan has quit IRC [03:53:23] *** tsurdilo2 has quit IRC [04:30:12] *** hannelita_ has joined #seam-dev [04:33:57] *** hannelita_ has quit IRC [04:51:28] *** mateus has joined #seam-dev [05:32:14] *** rruss has quit IRC [05:54:05] *** lazarotti has quit IRC [06:01:35] *** lightguard_jp_aw is now known as lightguard_jp [06:17:54] *** daniel_hinojosa has quit IRC [06:20:41] *** daniel_hinojosa has joined #seam-dev [06:41:09] *** lightguard_jp has quit IRC [06:42:00] *** lightguard_jp has joined #seam-dev [06:43:45] *** daniel_hinojosa has quit IRC [06:45:44] *** daniel_hinojosa has joined #seam-dev [07:10:32] *** mateus has quit IRC [07:12:06] *** daniel_hinojosa has quit IRC [07:29:02] *** mgoldmann has joined #seam-dev [07:40:26] *** rruss has joined #seam-dev [07:50:54] *** lightguard_jp has quit IRC [08:03:50] *** rruss has quit IRC [08:40:08] *** mgoldmann has quit IRC [08:42:07] *** mgoldmann has joined #seam-dev [08:46:41] *** bleathem has quit IRC [08:57:37] *** alesj has joined #seam-dev [09:02:29] *** daniel_hinojosa has joined #seam-dev [09:09:17] *** mgoldmann has quit IRC [09:35:43] *** mbg has quit IRC [09:52:51] *** oranheim_ has joined #seam-dev [09:56:19] *** oranheim has quit IRC [09:56:19] *** oranheim_ is now known as oranheim [10:06:42] *** dabloem has quit IRC [10:27:23] *** daniel_hinojosa has quit IRC [10:38:34] *** nilian has joined #seam-dev [10:55:27] *** oranheim_ has joined #seam-dev [10:57:34] *** oranheim has quit IRC [10:57:34] *** oranheim_ has quit IRC [10:58:07] *** oranheim has joined #seam-dev [11:10:30] *** alesj has quit IRC [11:15:01] *** alesj has joined #seam-dev [11:22:52] *** alesj has quit IRC [11:22:52] *** oranheim has quit IRC [11:23:23] *** oranheim has joined #seam-dev [11:25:01] *** oranheim_ has joined #seam-dev [11:28:05] *** oranheim has quit IRC [11:28:06] *** oranheim_ is now known as oranheim [11:34:06] *** oranheim_ has joined #seam-dev [11:36:43] *** oranheim has quit IRC [11:36:44] *** oranheim_ is now known as oranheim [11:47:25] *** oranheim_ has joined #seam-dev [11:49:09] *** ssachtleben has joined #seam-dev [11:50:17] *** oranheim has quit IRC [11:50:17] *** oranheim_ is now known as oranheim [12:02:33] *** sannegrinovero has joined #seam-dev [12:23:43] *** oranheim_ has joined #seam-dev [12:25:49] *** oranheim has quit IRC [12:26:07] *** oranheim has joined #seam-dev [12:28:33] *** oranheim_ has quit IRC [12:45:43] *** oranheim_ has joined #seam-dev [12:48:24] *** oranheim has quit IRC [12:48:24] *** oranheim_ is now known as oranheim [12:50:17] *** oranheim_ has joined #seam-dev [12:51:30] *** alesj has joined #seam-dev [12:52:39] *** mgoldmann has joined #seam-dev [12:53:44] *** oranheim has quit IRC [12:53:44] *** oranheim_ is now known as oranheim [12:58:00] *** oranheim_ has joined #seam-dev [13:00:49] *** oranheim has quit IRC [13:00:49] *** oranheim_ is now known as oranheim [13:05:48] *** oranheim has quit IRC [13:37:28] *** nilian has quit IRC [13:39:54] *** mgoldmann_ has joined #seam-dev [13:39:54] *** mgoldmann has quit IRC [13:42:10] *** nilian has joined #seam-dev [13:44:59] *** nilian has quit IRC [13:50:06] *** mgoldmann_ has quit IRC [15:48:52] *** hannelita has joined #seam-dev [15:57:14] *** hannelita has quit IRC [16:42:40] *** lazarotti has joined #seam-dev [16:44:14] *** ssachtleben has quit IRC [17:34:10] *** alesj has quit IRC [17:52:19] *** lazarotti has quit IRC [17:58:39] *** lazarotti has joined #seam-dev [18:30:19] *** jose_freitas has joined #seam-dev [18:31:18] *** oskutka has joined #seam-dev [18:41:36] *** gastaldi has joined #seam-dev [18:41:43] <gastaldi> hey [18:43:29] *** gastaldi has quit IRC [18:49:30] *** oskutka has quit IRC [19:16:25] *** oskutka has joined #seam-dev [19:16:30] *** oskutka has quit IRC [19:16:53] *** mbg has joined #seam-dev [20:12:19] *** lazarotti has quit IRC [20:41:00] *** mbg has quit IRC [21:10:42] *** hannelita has joined #seam-dev [21:18:12] *** daniel_hinojosa has joined #seam-dev [21:31:29] *** sannegrinovero has quit IRC [22:22:14] *** hannelita has quit IRC [23:35:15] *** daniel_hinojosa has quit IRC [23:36:00] *** daniel_hinojosa has joined #seam-dev [23:58:20] *** mbg has joined #seam-dev