[00:08:07] *** emmanuel has quit IRC [00:37:38] *** rruss has quit IRC [00:45:50] *** rmartinelli has joined #weld-dev [00:46:27] *** rmartinelli has quit IRC [05:47:26] *** rruss has joined #weld-dev [06:08:25] *** alesj has joined #weld-dev [06:09:12] <alesj> stuartdouglas: ping? [06:09:18] <stuartdouglas> alesj: hi [06:09:24] <stuartdouglas> what are you doing up? [06:09:30] <alesj> cannot sleep [06:09:38] <alesj> pretty hot here these days [06:09:42] <alesj> up to 38C [06:09:50] <alesj> it does drop during the night [06:09:54] <alesj> but just woke up [06:10:09] <alesj> need to do some work for www.openblend.org as well [06:10:37] <alesj> stuartdouglas: so, any idea why that hangs for me? [06:11:18] <stuartdouglas> I have not actually looked at it yet [06:11:26] <stuartdouglas> Did aslak's branch work? [06:12:32] <stuartdouglas> actually I don't know what branch we was talking about [06:13:00] <alesj> aslak's branch just fixes a few tests [06:13:13] <alesj> which expect deployemnt to fail / throw exception [06:13:15] <stuartdouglas> I will have a look now then [06:13:24] <stuartdouglas> It has to be better than working on entity beans :-) [06:13:24] <alesj> which wasn't avaiable before in Arq [06:13:38] <alesj> entity beans 1.0? :-) [06:13:48] <stuartdouglas> At the moment 2.0 BMP [06:13:50] <alesj> i still have nightmares from that time [06:14:00] <stuartdouglas> hopefully we can just port CMP from AS6 [06:14:25] <stuartdouglas> I have just started looking at it, and it looks horrible [06:16:21] <stuartdouglas> alesj: look up from the bottom of your stack trace a bit: Exception in thread "pool-2-thread-12" java.lang.OutOfMemoryError: Java heap space [06:16:56] <stuartdouglas> up the amount of memory in MAVEN_OPTS [06:20:10] <alesj> export MAVEN_OPTS=-Xmx784M [06:20:16] <alesj> this is not enough? [06:20:33] <alesj> as that's what i had when running those tests/tck [06:20:36] <alesj> stuartdouglas: ^ [06:20:55] <stuartdouglas> maybe not [06:21:00] <stuartdouglas> I have -XX:MaxPermSize=512m -Xmx2048m [06:21:19] <stuartdouglas> I'm just trying to run it down [06:29:42] *** magesh has joined #weld-dev [06:29:52] <stuartdouglas> alesj: it is not using maven_ops [06:30:02] <stuartdouglas> it is set in pom.xml when it forks [06:30:52] <alesj> ah, ok [06:30:55] <alesj> does it work for you? [06:31:06] <stuartdouglas> alesj: I am testing it now, but I am going to grab some lunch, cause I am starving [06:31:39] <alesj> <name>jboss.options</name> [06:31:39] <alesj> <value>-Xmx2048m -XX:MaxPermSize=512m -enableassertions -Dorg.jboss.testharness.api.ConfigurationBuilder=org.jboss.jsr299.tck.impl.JSR299PropertiesBasedConfigurationBuilder</value> [06:31:44] <alesj> i do have this in pom.xml [06:31:53] <stuartdouglas> that is for the as instance [06:31:58] <stuartdouglas> not the forked surefire runner [06:32:10] <alesj> what do i need to add then? [06:32:22] <stuartdouglas> It is already there [06:32:35] <stuartdouglas> just do a search for -Xmx [06:32:49] <alesj> <argLine>-Xmx256m</argLine> [06:32:53] <stuartdouglas> that one [06:33:00] <alesj> ok, let me boost up this then [06:33:03] <stuartdouglas> alesj: does it work for you in non-incontainer mode? [06:33:10] <alesj> i thought AS7 was lean ;-) [06:33:17] <stuartdouglas> That is not AS7 [06:33:19] <stuartdouglas> that is surefire [06:33:24] <alesj> :-) [06:33:28] <stuartdouglas> and something is probably leaking somewhere [06:33:39] <alesj> how do i run non-incontainer? [06:33:42] <alesj> you mean just embedded? [06:33:48] <stuartdouglas> yea [06:33:51] <stuartdouglas> just mvn install [06:33:54] <alesj> let me check [06:33:58] <alesj> dunno if i ran that [06:37:27] *** stuartdouglas has quit IRC [06:37:38] *** stuartdouglas has joined #weld-dev [06:38:10] <stuartdouglas> alesj: I ran out of memory again [06:38:17] <stuartdouglas> with 512 [06:38:22] <alesj> stuartdouglas: http://pastebin.com/yvuz3xw9 [06:38:36] <alesj> dunno why non-incontainer is picking up incontainer ... [06:39:29] <stuartdouglas> I wonder where this memory leak is [06:39:47] <alesj> shouldn't this just run on embedded container? [06:40:02] <stuartdouglas> it should, there must be something wrong with the setup [06:40:49] <alesj> can you check, if it's something obvious [06:41:54] <stuartdouglas> alesj: It looks like it might be a memory leak in either the AS7 model controller, or my container impl [06:44:03] <alesj> stuartdouglas: how did you manage to run this then? [06:44:05] <alesj> :-) [06:45:59] <alesj> hehe [06:46:05] <stuartdouglas> alesj: I found the leak [06:46:19] <alesj> what is it? [06:46:30] <stuartdouglas> an AS7 bug [06:50:51] <stuartdouglas> AS7-1657 [06:50:52] <jbossbot> jira [AS7-1657] ModelControllerClient leaks memory [Open (Unresolved) Bug, Critical, Stuart Douglas] https://issues.jboss.org/browse/AS7-1657 [06:53:32] <stuartdouglas> all fixed [06:53:34] <alesj> .remove(getCurrentRequestId()); [06:53:40] <alesj> should be getBatchId? [06:53:44] <stuartdouglas> yes [06:54:39] <alesj> can you check why incontainer is ran with just "mvn c i" ? and not embedded [06:54:43] <alesj> if it's something obvious [06:57:21] <stuartdouglas> alesj: the dependency entry for the AS7 container should be inside the AS7 profile [06:57:29] <stuartdouglas> so it is only there when running the AS7 tests [06:59:34] <alesj> hmmm, i thought i only changed from as6-harness to use this [06:59:47] <alesj> so i guess it wasn't running non-container before either [07:00:00] <stuartdouglas> alesj: I really am going to lunch now [07:00:01] <stuartdouglas> [07:00:16] <stuartdouglas> alesj: or the setup is somehow different [07:19:46] *** jharting has joined #weld-dev [07:31:20] <nickarls> anyone know if Weld is supposed to compile with JDK 7? [07:31:38] <alesj> nickarls: dunno see why not [07:31:41] <alesj> any issues? [07:32:02] <stuartdouglas> back [07:32:08] <nickarls> http://pastebin.com/dNFeZtQc [07:32:40] <stuartdouglas> hmm, they are both static methods [07:37:37] <nickarls> stuartdouglas: shouldn't the compile obey the pom.xml source/target levels regardless of compiler version? [07:37:59] <stuartdouglas> probably a bug [07:41:13] *** oskutka has joined #weld-dev [07:45:15] <alesj> stuartdouglas: as7 head helped against weld-tck [07:45:34] <stuartdouglas> good [07:49:15] <nickarls> alesj: regarding our foreground conversation discussion, do you also have the picture that an expired, non-transient conversation can be used for one request (it's activated and used but then marked expired, destroyed and cleaned out)? [07:49:49] <alesj> nickarls: to early for me to discuss conversations :-) [07:50:26] <nickarls> I was wondering why you were up, yes. GMT+1? [07:50:47] <alesj> stuartdouglas: i guess this bug means we'll have to wait some more before switching Weld to AS7 ... [07:50:53] <alesj> nickarls: yeah, couldn't sleep [07:51:11] * nickarls usually has his first cup of coffee by the machine and takes the second one to his office in the mornings [07:51:21] <stuartdouglas> alesj: -Xmx4096 [07:51:23] <alesj> nickarls: i would say best to push this qs to weld-dev [07:51:25] <stuartdouglas> bound to work :-) [07:51:44] <alesj> stuartdouglas: yeah, and buy a Cray ;-) [07:52:24] <alesj> nickarls: as then people with more convresation experiance, such as stuartdouglas and pmuir, can pitch in as well [07:53:19] <nickarls> alesj: are you woken enough to comment on the issue if the conversation.activate should be moved *before* the exception thrown if the conversation id could not be resumed? ;-) [07:53:39] <nickarls> as a bad cid coming in will result in a non-activated context [07:54:21] <alesj> no comment :-) [07:54:41] <nickarls> go back to sleep :-) [07:54:46] <alesj> zzzzz ... [07:56:32] <nickarls> I guess it's also futile to inquire in the methods for a user of changing the default conversation timeout globally? [08:00:06] <alesj> where do you set global timeout? [08:00:28] <nickarls> there is a constant in the AbsConvCont [08:00:39] <nickarls> that's injected into a constructor [08:00:53] <nickarls> perhaps if one could specialize a producer or something... [08:02:28] <nickarls> I'll put it in the same weld-dev mail. [08:02:44] <nickarls> with seam I guess you could use Config to push in a value [08:40:07] *** stuartdouglas has quit IRC [08:47:01] <nickarls> alesj: anything special with this maven dep: http://pastebin.com/BiTJa1AJ ? [08:47:16] <nickarls> I have a nexus in between but have the usual repositories hooked up [08:53:42] <alesj> nickarls: you can remove istack [08:54:05] <alesj> but i think you'll hit WELD-952 [08:54:06] <jbossbot> jira [WELD-952] Fix deprecated dependencies in jboss test harness [Open (Unresolved) Enhancement, Major, Unassigned] https://issues.jboss.org/browse/WELD-952 [08:58:18] *** rruss has quit IRC [08:59:17] *** rruss has joined #weld-dev [09:01:38] <nickarls> alesj: I get forbidden on the old repo altogether [09:01:46] <alesj> yes [09:01:55] <alesj> i think you need to add some mirror [09:01:59] <alesj> let me send it to ml [09:02:05] <nickarls> so it can only be built with a repo that is no longer? [09:02:13] * nickarls is running around, hair on fire [09:02:40] *** rruss has quit IRC [09:06:37] <alesj> nickarls: complain to our mvn guys :-) [09:08:46] <nickarls> I can assume they are immune to complaints, just like everyone in the IT support industry [09:10:02] *** kevinpollet has joined #weld-dev [09:19:22] *** magesh1 has joined #weld-dev [09:20:06] <alesj> nickarls: see weld-dev ml [09:21:48] *** magesh has quit IRC [09:24:39] *** maschmid has joined #weld-dev [09:27:49] <nickarls> alesj: is the istack-commons even in the deprecated repo? [09:28:31] <alesj> we had similar issue not long ago [09:28:39] <alesj> and i was able to build this with the workaround [09:28:52] <alesj> on a clean repo [09:35:11] *** oskutka1 has joined #weld-dev [09:57:51] <nickarls> do you have to list repositories in the maven settings file if you have nexus or is it enough to just have mirrorOf *? [10:38:17] *** jharting has quit IRC [11:04:02] *** emmanuel has joined #weld-dev [11:21:28] *** stuartdouglas has joined #weld-dev [11:23:52] <alesj> nickarls: hmmm, dunno ? it worked for me from settings.xml [11:31:20] <nickarls> alesj: semi-related Q: is the https://repository.jboss.org/nexus/content/repositories/snapshots/ snapshot repo still the place to look for jboss snapshots? [11:33:59] <nickarls> or http://snapshots.jboss.org/maven2 ? [11:42:06] <alesj> i owuld say the 1st [11:45:09] <nickarls> strange, I can browse to it but my nexus won't hand it to me... [12:03:36] *** jharting has joined #weld-dev [12:07:41] *** emmanuel has quit IRC [12:10:54] *** kevinpollet has quit IRC [12:24:36] *** epbernard has joined #weld-dev [12:24:36] *** epbernard is now known as emmanuel [12:46:28] *** alesj has quit IRC [12:52:50] *** oskutka has quit IRC [12:53:47] *** alesj has joined #weld-dev [12:58:33] *** jharting has quit IRC [13:21:09] *** kevinpollet has joined #weld-dev [13:21:10] *** alesj has quit IRC [13:27:36] *** alesj has joined #weld-dev [13:38:51] *** rmartinelli has joined #weld-dev [15:14:09] *** oskutka1 has quit IRC [15:22:42] *** oskutka has joined #weld-dev [15:29:32] *** maschmid has quit IRC [15:34:25] *** rruss has joined #weld-dev [15:54:29] *** magesh1 is now known as magesh [15:57:42] *** stuartdouglas_ has joined #weld-dev [15:57:42] *** stuartdouglas_ has quit IRC [15:57:42] *** stuartdouglas_ has joined #weld-dev [15:58:13] *** oskutka has quit IRC [16:02:18] *** stuartdouglas has quit IRC [16:02:19] *** stuartdouglas_ is now known as stuartdouglas [16:08:20] *** oskutka has joined #weld-dev [16:13:05] *** magesh1 has joined #weld-dev [16:13:10] *** magesh has quit IRC [16:16:53] *** magesh1 has quit IRC [16:18:20] *** magesh has joined #weld-dev [16:24:50] *** oskutka has quit IRC [16:36:37] *** rruss has quit IRC [16:36:37] *** alesj has quit IRC [16:44:47] *** rruss has joined #weld-dev [16:44:47] *** alesj has joined #weld-dev [16:49:42] *** rruss has quit IRC [16:55:31] *** rruss has joined #weld-dev [17:00:26] *** alesj has quit IRC [17:14:21] *** pmuir has joined #weld-dev [17:14:21] *** pmuir has quit IRC [17:14:21] *** pmuir has joined #weld-dev [18:08:11] *** emmanuel has quit IRC [18:17:44] *** mbg has joined #weld-dev [18:23:51] *** kevinpollet has quit IRC [18:28:52] *** pmuir has quit IRC [18:44:41] *** mbg has quit IRC [18:51:11] *** mbg has joined #weld-dev [19:55:21] *** magesh has quit IRC [20:33:32] *** epbernard has joined #weld-dev [20:33:32] *** epbernard is now known as emmanuel [20:34:07] *** emmanuel has quit IRC [21:03:32] *** echelog-2 has joined #weld-dev [21:40:32] *** mbg has quit IRC [21:41:46] *** rmartinelli has quit IRC [21:43:25] *** mbg has joined #weld-dev [21:45:18] *** rmartinelli has joined #weld-dev [21:57:22] *** rmartinelli has quit IRC [22:42:04] *** mbg has quit IRC [22:59:28] *** mbg has joined #weld-dev