[03:21:20] <jbossbot> git [core] push master d1eea5d.. Stuart Douglas Cache lookup method to improve observer performance [03:21:21] <jbossbot> git [core] push master URL: http://github.com/weld/core/compare/4fbef1e...d1eea5d [06:43:30] *** magesh has joined #weld-dev [08:52:03] *** kevinpollet has joined #weld-dev [08:58:13] *** jharting has joined #weld-dev [09:09:26] *** maschmid has joined #weld-dev [09:22:01] *** oskutka has joined #weld-dev [09:34:40] *** aslak has joined #weld-dev [09:54:58] *** emmanuel has joined #weld-dev [11:56:21] *** kevinpollet has quit IRC [12:01:25] *** emmanuel has quit IRC [12:10:33] *** alesj has joined #weld-dev [12:10:53] <alesj> stuartdouglas: hey [12:13:06] *** epbernard has joined #weld-dev [12:13:06] *** epbernard is now known as emmanuel [12:25:49] <stuartdouglas> alesj: pong [12:26:40] <alesj> hey [12:26:49] <alesj> stuartdouglas: what's the status? :-) [12:26:58] <alesj> i see you're commiting to upstream [12:27:09] <alesj> while you probably also have some working branch? [12:27:20] <alesj> anything in particualr you want me to look at? [12:27:23] <alesj> stuartdouglas: ^ [12:27:37] <alesj> i'm trying to update to ARQ CR2 [12:27:51] <alesj> while also removing weld-arq-ee-container [12:27:52] <stuartdouglas> alesj: I don't have any changes for you to look at yet, I have just started on the Thread local caching thing [12:28:10] <alesj> the OWB-like request scope? [12:29:07] <stuartdouglas> yes, basically I just need to stuff a thread local cache in the proxy [12:29:14] <alesj> stuartdouglas: i guess i can easily update AS7 to 7.0.0.Final? [12:29:15] <stuartdouglas> that gets cleared at the end of the request [12:29:20] <stuartdouglas> yes [12:29:26] <alesj> and ARQ to CR2 [12:29:28] <stuartdouglas> with the arq upgrade [12:29:42] <alesj> and then fix weld-arq-ee-container issues [12:29:51] <alesj> as i can delete the one in weld/core? [12:30:16] <stuartdouglas> yes, are you basing this off my arq-upgrade branch? [12:30:31] <stuartdouglas> it should already have that deleted [12:30:32] <alesj> no, off up master [12:30:37] <alesj> ah [12:30:46] <stuartdouglas> why not rebase my arq-upgrade? [12:30:47] <alesj> ok, let me do it then against your arq-upgrade [12:31:12] <alesj> stuartdouglas: didin;t know which branch to wokr on, form your 1M branches :-) [12:31:24] <stuartdouglas> yea, I need to clean them up [12:31:34] <stuartdouglas> or just nuke the fork and start again :-) [12:32:01] <alesj> ok, will try this against your arq-up branch [12:35:45] <alesj> stuartdouglas: ah, i see, arq-up branch already has all this done [12:35:51] <stuartdouglas> yes [12:35:59] <alesj> so i guess i can just go ahead and start fixing some real WELD issues :-) [12:36:37] <alesj> stuartdouglas: anything in particular that is bothering users? [12:36:48] *** aslak has quit IRC [12:36:59] <stuartdouglas> I have fixed most of the ones that I have seen users complaining about [12:37:10] *** aslak has joined #weld-dev [12:37:18] <alesj> already in this branch? [12:37:53] <stuartdouglas> already in master, some were AS7 issues though, and were fixed in the AS7 integration [12:38:24] <alesj> what's the diff between master and arq-up ? [12:38:33] <alesj> just ARQ CR2 update? [12:38:38] <stuartdouglas> yes [12:38:48] <stuartdouglas> master also has a few extra bug fixes [12:39:00] <stuartdouglas> but there should not be any conflicts on rebase [12:41:40] <alesj> hmm [12:42:13] <alesj> some conflicts ... [12:42:22] <alesj> let me first rebase my master with up master [12:42:31] <alesj> then merge with yourt arq-up [12:43:50] <alesj> Skywalker:core alesj$ git st [12:43:50] <alesj> # On branch master [12:43:50] <alesj> # Your branch is ahead of 'upstream/master' by 29 commits. [12:43:55] <alesj> stuartdouglas: how can this be? [12:44:10] <alesj> as I've just pulled from up/master [12:44:23] <stuartdouglas> no idea [12:44:27] <stuartdouglas> that seems kinda weird [12:44:37] <stuartdouglas> did you rebase on top of upstream/master [12:44:52] <stuartdouglas> cause arq-upgrade would be about that much ahead [12:44:57] <alesj> git pull --rebase origin master [12:45:04] <alesj> where origin == upstream [12:45:21] <stuartdouglas> do a git rebase -i origin/master [12:46:08] <alesj> weird [12:48:15] <alesj> stuartdouglas: http://pastebin.com/UFQg2Dx4 [12:49:01] <stuartdouglas> alesj: looks like you had stuff from your jiras branch in your local master, and my cherry picking into upstream/master has confused it [12:49:15] <stuartdouglas> maybe [12:49:47] <alesj> probably i can just drop my local master [12:50:02] <stuartdouglas> thats probably the best idea [12:50:12] <stuartdouglas> I would just git reset --hard origin/master [12:50:26] <stuartdouglas> although that will wipe out uncommited stuff as well [12:52:37] <alesj> stuartdouglas: after hard reset, still 29 commits ... [12:52:45] <alesj> Skywalker:core alesj$ git st [12:52:45] <alesj> # On branch master [12:52:45] <alesj> # Your branch is ahead of 'upstream/master' by 29 commits. [12:52:45] <alesj> # [12:52:45] <alesj> nothing to commit (working directory clean) [12:53:43] <stuartdouglas> alesj: upstream or origin? [12:53:50] <alesj> they are both one and the same [12:53:59] <stuartdouglas> alesj: no they are not [12:54:02] <alesj> git fetch upstream [12:54:05] <stuartdouglas> as in, git does not know that [12:54:07] <alesj> helped [12:54:10] <alesj> yes [12:54:11] <alesj> exatcly [12:54:12] <stuartdouglas> so if you fetch from one [12:54:17] <alesj> yup [12:54:22] <alesj> fetching both helped :-) [12:54:27] <alesj> need to remove one ... [13:10:52] <alesj> stuartdouglas: should arq-up branch work against AS6_trunk? [13:11:08] <stuartdouglas> if you change the as client version [13:11:26] <stuartdouglas> then yes [13:16:42] <alesj> stuartdouglas: [ERROR] /Users/alesj/projects/weld/core/tests-arquillian/src/test/java/org/jboss/weld/tests/observers/transactional/TransactionObserverOnEjbTest.java:[42,4] cannot find symbol [13:16:42] <alesj> [ERROR] symbol : class Deployment [13:16:42] <alesj> [ERROR] location: class org.jboss.weld.tests.observers.transactional.TransactionObserverOnEjbTest [13:16:49] <alesj> when "mvn clean isntall" [13:17:05] <stuartdouglas> alesj: that is a new test [13:17:15] <stuartdouglas> it will need to be migrated to the new SW api [13:17:22] <stuartdouglas> @Deployment changed packages [13:17:36] <alesj> ah, ok [13:18:13] *** rmartinelli has joined #weld-dev [13:20:16] <alesj> stuartdouglas: http://community.jboss.org/message/615668#615668 [13:20:23] <alesj> i guess he could use Extensions [13:20:26] <alesj> to lookup MBeans [13:20:35] <alesj> and simply register them as CDI beans [13:21:58] <stuartdouglas> alesj: I suppose [13:22:31] <stuartdouglas> I am about to go to bed [13:22:34] <stuartdouglas> anything else you need? [13:52:01] *** kevinpollet has joined #weld-dev [14:08:31] <alesj> stuartdouglas: nope, thanks [14:48:12] *** pmuir has joined #weld-dev [14:48:12] *** pmuir has quit IRC [14:48:12] *** pmuir has joined #weld-dev [14:57:28] <alesj> nickarls: did we get anywhere with WELD-912? [14:57:29] <jbossbot> jira [WELD-912] Specializing beans in different bean archives does not work [Open (Unresolved) Bug, Major, Unassigned] https://issues.jboss.org/browse/WELD-912 [15:04:58] <alesj> pmuir: WELD-914? reject it or add some better warning about missing beans.xml? [15:04:59] <jbossbot> jira [WELD-914] WARN if beans.xml is missing in standalone mode. [Open (Unresolved) Enhancement, Major, Unassigned] https://issues.jboss.org/browse/WELD-914 [15:10:14] <pmuir> add a better warning to the se code [15:10:16] <pmuir> alesj: ^^^ [15:10:42] <alesj> pmuir: and for WELD-938, delete that log4j.xml? [15:10:44] <jbossbot> jira [WELD-938] Remove log4j.xml from weld-se-core [Open (Unresolved) Bug, Major, Unassigned] https://issues.jboss.org/browse/WELD-938 [15:12:01] <pmuir> yes that's a bug that it is tehre! [15:12:31] <alesj> pmuir: delete it is [15:12:33] <alesj> :-) [15:13:12] <alesj> pmuir: how useful it github's "Merge pull request"? [15:14:49] <pmuir> alesj: I wouldn't use it [15:14:58] <pmuir> as it will do merges not rebases [15:22:04] <alesj> pmuir: WeldSEResourceLoader::getClassLoader looks wrong [15:22:32] <alesj> can you have a look, and see what you really meant to code :-) [15:23:20] <alesj> return WeldSEResourceLoader.class.getClassLoader(); [15:23:28] <alesj> pmuir: I would say you missed "class" [15:37:23] <pmuir> yes that sounds right [15:37:29] <pmuir> alesj: ^^^ [16:15:08] *** mbg has joined #weld-dev [16:17:38] *** mbg has quit IRC [16:17:54] *** mbg has joined #weld-dev [16:23:21] *** jharting has quit IRC [16:30:49] *** emmanuel has quit IRC [16:41:10] *** mbg has quit IRC [16:41:27] *** mbg has joined #weld-dev [16:43:00] *** mbg has quit IRC [16:43:16] *** mbg has joined #weld-dev [16:45:43] *** epbernard has joined #weld-dev [16:45:43] *** epbernard is now known as emmanuel [16:48:40] *** mbg has quit IRC [16:48:57] *** mbg has joined #weld-dev [16:51:15] *** mbg has quit IRC [16:51:34] *** mbg has joined #weld-dev [16:51:41] *** mbg has quit IRC [17:24:35] *** magesh has left #weld-dev [17:31:54] *** kevinpollet has quit IRC [17:33:28] *** mbg has joined #weld-dev [17:58:23] *** oskutka has quit IRC [18:03:00] *** kevinpollet has joined #weld-dev [18:06:41] *** maschmid has quit IRC [18:35:47] *** alesj has quit IRC [19:09:32] *** pmuir has quit IRC [19:13:38] *** pmuir has joined #weld-dev [19:47:38] *** kevinpollet_ has joined #weld-dev [19:47:38] *** kevinpollet has quit IRC [19:47:39] *** kevinpollet_ is now known as kevinpollet [19:54:47] *** cbrock has joined #weld-dev [20:18:35] *** pmuir has quit IRC [20:38:53] *** aslak has quit IRC [20:48:09] *** kevinpollet has quit IRC [20:48:29] *** kevinpollet has joined #weld-dev [20:56:59] *** kevinpollet_ has joined #weld-dev [20:57:00] *** kevinpollet has quit IRC [20:57:00] *** kevinpollet_ is now known as kevinpollet [20:59:48] *** kevinpollet has quit IRC [21:20:04] *** kevinpollet has joined #weld-dev [21:52:40] *** aslak has joined #weld-dev [22:07:25] *** kevinpollet has quit IRC [22:13:31] *** rmartinelli has quit IRC [22:46:36] *** lightguard_jp has joined #weld-dev [23:13:00] *** kevinpollet has joined #weld-dev [23:13:41] *** kevinpollet has left #weld-dev [23:26:55] *** lightguard_jp has quit IRC [23:28:18] *** kevinpollet has joined #weld-dev [23:28:24] *** lightguard_jp has joined #weld-dev [23:50:44] *** kevinpollet_ has joined #weld-dev [23:50:45] *** kevinpollet has quit IRC [23:50:45] *** kevinpollet_ is now known as kevinpollet