July 20, 2011  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31

[00:01:20] *** Snjeza_ has joined #jbosstools
[00:01:40] *** Snjeza has quit IRC
[00:01:47] *** Snjeza_ is now known as Snjeza
[00:02:07] *** ChanServ sets mode: +o Snjeza
[00:07:36] *** gastaldi has left #jbosstools
[00:55:09] *** tomwells has joined #jbosstools
[01:05:43] *** nickboldt has quit IRC
[01:19:03] *** jwulf has joined #jbosstools
[01:28:58] *** bfitzpat has quit IRC
[01:31:35] *** dpalmer has joined #jbosstools
[02:38:12] *** bbrodt1 has quit IRC
[02:38:39] *** sgilda has quit IRC
[02:41:27] *** sgilda has joined #jbosstools
[02:48:30] *** tomwells has quit IRC
[02:53:56] *** irooskov has quit IRC
[02:54:56] *** irooskov has joined #jbosstools
[02:58:52] *** akazakov has quit IRC
[03:00:49] *** jwulf has quit IRC
[03:32:57] *** bgeorges has joined #jbosstools
[03:47:13] *** Snjeza has left #jbosstools
[04:20:11] *** tomwells has joined #jbosstools
[04:50:14] *** rawbdor has joined #jbosstools
[05:46:13] *** gastaldi has joined #jbosstools
[05:46:18] <gastaldi> hey
[05:58:48] *** dennybj has joined #jbosstools
[06:01:40] *** gegastaldi has joined #jbosstools
[06:04:36] *** nickboldt has joined #jbosstools
[06:04:36] *** ChanServ sets mode: +o nickboldt
[06:05:36] *** gastaldi has quit IRC
[06:28:01] *** gegastaldi is now known as gastaldi
[06:28:57] *** gastaldi has left #jbosstools
[06:46:26] *** irooskov has quit IRC
[06:49:19] *** vpakan has joined #jbosstools
[07:41:42] *** psrna has joined #jbosstools
[07:42:25] *** jpeterka has joined #jbosstools
[08:13:12] *** mgoldmann has joined #jbosstools
[08:21:25] *** dgeraskov has joined #jbosstools
[08:21:25] *** ChanServ sets mode: +o dgeraskov
[08:29:20] *** lzoubek has joined #jbosstools
[08:29:21] *** ChanServ sets mode: +o lzoubek
[08:33:59] *** rawbdor has quit IRC
[08:58:13] *** tomwells has quit IRC
[09:02:21] *** koentsje has joined #jbosstools
[09:17:12] *** mmalina has joined #jbosstools
[09:21:36] *** ljungman has joined #jbosstools
[09:40:06] *** adietisheim has joined #jbosstools
[09:40:06] *** ChanServ sets mode: +o adietisheim
[09:48:07] *** dpalmer has joined #jbosstools
[09:51:22] *** adietisheim has quit IRC
[09:51:29] *** adietisheim has joined #jbosstools
[09:51:29] *** ChanServ sets mode: +o adietisheim
[09:56:07] *** fbricon has joined #jbosstools
[09:56:07] *** ChanServ sets mode: +o fbricon
[10:03:06] *** rawbdor has joined #jbosstools
[10:09:29] *** bbrodt has joined #jbosstools
[10:09:29] *** ChanServ sets mode: +o bbrodt
[10:48:59] *** wyer has joined #jbosstools
[10:49:42] <wyer> how can i launch jboss 5.1 from within eclipse so that it listens on all interfaces ?
[11:10:30] *** bgeorges has quit IRC
[11:25:57] <lzoubek> wyer, double click on server in servers view, then in opened editor click Launch Configuration. In Agruments tab, change -b localhost to -b 0.0.0.0
[11:37:42] *** gbrown has joined #jbosstools
[12:16:08] *** maxandersen has joined #jbosstools
[12:16:08] *** ChanServ sets mode: +o maxandersen
[12:21:44] *** dgeraskov has quit IRC
[12:22:51] *** jpeterka has quit IRC
[12:30:05] <maxandersen> fbricon: whats the real/official m2eclipse repo address ?
[12:31:16] <fbricon> maxandersen: http://download.eclipse.org/releases/indigo
[12:36:58] <fbricon> maxandersen: more specifically, you have  http://download.eclipse.org/technology/m2e/releases/
[12:37:13] <fbricon> maxandersen: also take a look at http://wiki.eclipse.org/M2E_updatesite_and_gittags
[12:38:03] <maxandersen> fbricon: sorry - i mean git repo ;)
[12:42:29] <fbricon> maxandersen: http://git.eclipse.org/c/m2e/m2e-core.git/
[12:43:00] <fbricon> there's a github mirror https://github.com/eclipse/m2e-core
[12:45:09] *** VRubezhny has joined #jbosstools
[12:45:09] *** ChanServ sets mode: +o VRubezhny
[12:54:18] <maxandersen> fbricon: thanks - cloning.
[12:54:48] <maxandersen> fbricon: just learned from snjezana m2eclipse have some very dubious behavior when it comes to controlling source path computers on launch configs? need to verify
[12:57:47] *** danflo has joined #jbosstools
[12:59:55] <maxandersen> fbricon: like this: https://github.com/maxandersen/m2e-core/blob/master/org.eclipse.m2e.jdt/src/org/eclipse/m2e/jdt/internal/launch/MavenLaunchConfigurationListener.java
[13:00:03] <maxandersen> fbricon: borderline dangerous ;)
[13:01:36] <fbricon> maxandersen: what? catching exceptions?
[13:02:03] <maxandersen> no, forcing their sourcepathcomputer onto any launch that uses a project with maven nature
[13:03:18] <fbricon> maxandersen: mmm why would a maven enabled project not use that?
[13:04:19] <maxandersen> fbricon: if we added a sourcepath computer that did some magic for as servers and if maven on the pojrect delegate to m2eclipse...
[13:05:31] <fbricon> still fails to see the problem. maven project should use the maven classpath. period.
[13:08:03] * fbricon understands quick but you got to explain for a long time
[13:16:36] *** Diablo-D3 has joined #jbosstools
[13:16:44] <Diablo-D3> well this is fun
[13:16:53] <Diablo-D3> have as7
[13:17:09] <Diablo-D3> using the jboss tools nightlies
[13:17:14] <Diablo-D3> try to start as7
[13:17:23] <Diablo-D3> Invalid option '--configuration=default'
[13:17:23] <Diablo-D3> Usage: java [-jvmoptions...] -jar jboss-modules.jar [-options...] <module-spec> [args...]
[13:17:23] <Diablo-D3>        java [-jvmoptions...] -jar jboss-modules.jar [-options...] -jar <jar-name> [args...]
[13:17:23] <Diablo-D3>        java [-jvmoptions...] -jar jboss-modules.jar [-options...] -cp <class-path> <class-name> [args...]
[13:17:23] <Diablo-D3>        java [-jvmoptions...] -jar jboss-modules.jar [-options...] -class <class-name> [args...]
[13:17:25] <Diablo-D3> where <module-spec> is a valid module specification string
[13:17:27] <Diablo-D3> and options include:
[13:17:29] <Diablo-D3>     -help         Display this message
[13:17:31] <Diablo-D3> etc etc etc.
[13:18:05] <fbricon> that's a job for adietisheim & rawbdor
[13:18:58] * Diablo-D3 puts up the batsignal
[13:19:44] <rawbdor> Diablo-D3,  hmmm that doesn't seem right
[13:19:59] <rawbdor> no attempt to start as7 should be passing in a --configuration=default
[13:20:00] <rawbdor> ever
[13:20:18] <rawbdor> i am running from trunk right now and cannot reproduce it
[13:20:30] <Diablo-D3> I wonder why its being added then
[13:20:45] <rawbdor> can you double-click the as7 server, and in the server editor click the "open launch configuration" hyperlink?
[13:20:53] * Diablo-D3 tries this again
[13:20:59] <rawbdor> then tell me what args you see on the arguments page
[13:21:28] <rawbdor> when i click on the args tab i have
[13:21:31] <rawbdor> program args:  -mp "/home/rob/apps/jboss/unzipped/jboss-as-7.0.0.Final-SNAPSHOT/modules" -logmodule org.jboss.logmanager -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone
[13:21:39] <rawbdor> vm args: -server -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 "-Dorg.jboss.boot.log.file=/home/rob/apps/jboss/unzipped/jboss-as-7.0.0.Final-SNAPSHOT/standalone/log/boot.log" "-Dlogging.configuration=file:/home/rob/apps/jboss/unzipped/jboss-as-7.0.0.Final-SNAPSHOT/standalone/configuration/logging.properties" "-Djboss.h
[13:21:39] <rawbdor> ome.dir=/home/rob/apps/jboss/unzipped/jboss-as-7.0.0.Final-SNAPSHOT"
[13:21:46] <Diablo-D3> new server, type of as7, select the as7 runtime...
[13:22:02] <Diablo-D3> and its still there
[13:22:09] <Diablo-D3> prog args: --configuration=default
[13:22:11] <rawbdor> oh thats cool i now see the as7 args tab is broken
[13:22:17] <Diablo-D3> vm args: -server -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 "-Dorg.jboss.boot.log.file=/home/diablo/code/jboss-as-7.0.0.Final/standalone/log/boot.log" "-Dlogging.configuration=file:/home/diablo/code/jboss-as-7.0.0.Final/standalone/configuration/logging.properties" "-Djboss.home.di
[13:22:18] <Diablo-D3> r=/home/diablo/code/jboss-as-7.0.0.Final"
[13:22:27] <rawbdor> did you delete the old runtime?
[13:22:33] <rawbdor> or keep the old runtime?
[13:22:42] <Diablo-D3> deleted the old runtime and added it again
[13:22:51] <rawbdor> adietisheim,  you alive pal?
[13:25:15] <maxandersen> fbricon: about m2e's awesome "plugine xecution not covered by lifecycle configuration" error BS.
[13:25:46] <maxandersen> fbricon: can you verify my undrestanding that when that error is there it actually just means that m2e is *ignoring* that plugin ?
[13:26:00] <maxandersen> fbricon: ignore in the sense of ignore from http://wiki.eclipse.org/M2E_plugin_execution_not_covered
[13:26:22] <Diablo-D3> maxandersen: m2e is a bag of lulz
[13:26:58] <maxandersen> Diablo-D3: well its the best thing around for basing examples on that doesn't get you tied into eclipse lulz ;)
[13:27:15] <Diablo-D3> thats not entirely true
[13:27:28] <Diablo-D3> ignore m2e breakage and just use mvn in an xterm instead
[13:27:35] *** koentsje has quit IRC
[13:28:04] <rawbdor> Diablo-D3,  well im not able to replicate this but i did find another regression with our tab groups
[13:28:05] <rawbdor> so thats cool
[13:28:40] <Diablo-D3> well, its "cool" in the sense of "I want to use as7 :<"
[13:29:04] <maxandersen> Diablo-D3: so you are fine managing your own classpath in eclipse for multimodule projects in addiiton to use pom.xml ? :)
[13:30:01] <Diablo-D3> maxandersen: no, thats what I use m2e for
[13:30:26] <Diablo-D3> and I havent gotten to the point where I need to shoot myself in the foot with multimodule projects
[13:30:37] <Diablo-D3> but I already have a project m2e cant build
[13:31:37] *** dennybj has quit IRC
[13:31:43] <fbricon> maxandersen: all plugin not explicitely told to execute are ignored indeed. The quickfix to add to the pom just prevents the error marker
[13:32:00] <Diablo-D3> yeah what fbricon said
[13:32:05] <Diablo-D3> but it seems hacky
[13:33:47] *** tfennelly has joined #jbosstools
[13:33:47] *** ChanServ sets mode: +o tfennelly
[13:33:47] <fbricon> Diablo-D3: multi module projects work fine in m2e. The real problem is about not basic plugins being ignored during the build
[13:34:07] <Diablo-D3> fbricon: yes, such as the one I use
[13:35:33] <fbricon> what does it do? generate sources?
[13:41:32] *** gbrown_ has joined #jbosstools
[13:43:15] *** gbrown has quit IRC
[13:47:22] *** koentsje has joined #jbosstools
[13:53:42] *** Snjeza has joined #jbosstools
[13:53:42] *** ChanServ sets mode: +o Snjeza
[13:55:23] <maxandersen> fbricon: ok - thanks for confirming?.makes me even more puzzled why they don't just write that and make it at least an option to make it a warning.
[14:11:42] <adietisheim> rawbdor: ping
[14:11:51] <adietisheim> rawbdor: back from lunch
[14:14:48] <adietisheim> maxandersen: ping
[14:14:57] <maxandersen> adietisheim: pong
[14:14:58] *** aslak has joined #jbosstools
[14:15:08] <maxandersen> rawbdor: will you be on the call today in 40 minutes ?
[14:15:11] <adietisheim> maxandersen: just mailed you. afaik there's not shutdown.sh for as7
[14:15:23] <adietisheim> maxandersen: isn't that at 4pm?
[14:15:26] <maxandersen> btw. adietisheim rawbdor: trunk seems very broken so can't use it.
[14:15:41] <maxandersen> when are you moving all this instability into a branch ?
[14:15:45] <adietisheim> maxandersen: hum, broken??? what's broken?
[14:15:47] <maxandersen> adietisheim: its in 40 minutes
[14:16:01] <maxandersen> adietisheim: just try use the server adapters
[14:16:08] <maxandersen> adds ?configuration to as7
[14:16:10] <adietisheim> maxandersen: do that all day.. hum
[14:16:15] <maxandersen> at least my last update
[14:16:23] <maxandersen> anyway, i'm going to roll back to m2
[14:16:24] <adietisheim> maxandersen: what did you do?
[14:16:34] <maxandersen> adietisheim: just created as7 and launched it.
[14:16:41] <maxandersen> Diablo-D3: had the same issue.
[14:16:49] <maxandersen> see up in the chat log.
[14:17:11] <maxandersen> about shutdown.sh - that is not relevant for as7. as7 has its jboss-admin.sh that can run commands.
[14:17:14] <adietisheim> maxandersen: hum, let me try. it worked well at least 2 days ago. worked on remote since then but would be astonished if it was broken in the meantime.. hum
[14:17:27] <adietisheim> maxandersen: ah! ok, option then
[14:18:13] <adietisheim> maxandersen: confused.. just launched as7 here locally. no problems at all
[14:18:26] <adietisheim> maxandersen: ?
[14:19:51] <maxandersen> adietisheim: you are runningPDE builds - im running nightl builds - maybe it got build from in between the many commits whre sometehing was broken in the middle?
[14:20:04] <maxandersen> anyway, can't use trunk for testing these days - seriously annoying.
[14:20:11] <adietisheim> maxandersen: afaik trunk did not build for several days
[14:20:17] <adietisheim> maxandersen: we fixed the build this morning
[14:20:28] *** bgeorges has joined #jbosstools
[14:20:49] <adietisheim> maxandersen: so I guess you have an old build?
[14:20:52] <maxandersen> adietisheim: yeah - makes it even more obvious something is broken at the moment ;(
[14:21:11] <maxandersen> adietisheim: yes of course - if the build is broken then its broken for everyone that doesnt run from PDE directly.
[14:21:20] <adietisheim> maxandersen: the build was failing tests. the tests failed because they asserted something wrong
[14:21:38] <adietisheim> maxandersen: yeah, our fault. fixed too late.
[14:21:47] *** wyer has left #jbosstools
[14:22:15] <adietisheim> maxandersen: afaik restarting modules changed deployment and the tests failed since then.
[14:23:04] <adietisheim> maxandersen: but the tests failed because they asserted wronly. functionality was ok. but yes, definitiely sucks to fix so late. i did actually notice it yesterday evening only. so fixed this morning
[14:23:37] <maxandersen> adietisheim: but arent you guys running the tests every day? must have been failiing locally too ?
[14:24:10] <adietisheim> maxandersen: i ran the tests that were affecting my parts I was working on to spare some time. was a mistake then
[14:24:41] <maxandersen> adietisheim: but wasnt this fix part of what you fixed with as7 cleanup ? or was this rawbdor fixing that ?
[14:25:06] <adietisheim> maxandersen: nope, the deployment changed when restarting a module. thing rob implemented
[14:25:18] <maxandersen> (and afaik *antyhing* you change in the current refactoring potentially affects every part of AS ?)
[14:25:59] <adietisheim> maxandersen: potentially yes, but you can mostly have a rough guess about what parts are affected. so I thought sparing some time this way since hudson's still my backup
[14:26:29] <maxandersen> adietisheim: but apparently the rough guesses have been wrong often ;)
[14:26:32] <adietisheim> maxandersen: but yes, result sucks: broken build for several days
[14:26:43] *** vpakan has quit IRC
[14:26:46] <adietisheim> maxandersen: not here, since the prob came from other parts ;)
[14:26:55] <adietisheim> maxandersen: I was not working on
[14:27:15] <maxandersen> but apparenty hudson was not a backup since it actually did catch it ...
[14:27:16] <adietisheim> maxandersen: but sure, I was not perfect either, broke the build also at some points
[14:27:33] <adietisheim> maxandersen: backup in the sense that it would show the probs I did not catch.
[14:27:48] <adietisheim> maxandersen: and it did catch, but none of us noticed which sucks
[14:29:06] *** vpakan has joined #jbosstools
[14:30:03] *** jpeterka has joined #jbosstools
[14:34:14] *** Yamaneko has quit IRC
[14:34:41] *** Yamaneko has joined #jbosstools
[14:44:44] *** jpeterka has quit IRC
[14:45:13] <adietisheim> ping rawbdor
[14:46:36] *** jpeterka has joined #jbosstools
[14:47:27] *** gbrown__ has joined #jbosstools
[14:49:26] *** gbrown_ has quit IRC
[14:53:27] *** jpeterka has quit IRC
[14:54:18] *** jpeterka has joined #jbosstools
[15:04:19] <lzoubek> rawbdor, ping
[15:04:49] <Snjeza> maxandersen: fbricon: "<maxandersen> fbricon: if we added a sourcepath computer that did some magic for as servers and if maven on the pojrect delegate to m2eclipse...
[15:04:50] <Snjeza> [<fbricon> still fails to see the problem. maven project should use the maven classpath. period." - The problem isn't related to the maven/eclipse classpath, but to the source lookup. m2eclipse changes the source path computer for some standard Eclipse launch configurations (Java application, JUnit test, TestNG test). If some other plugins do the same, conflict that is difficult to resolve...
[15:04:52] <Snjeza> ...would happen.
[15:05:38] <rawbdor> adietisheim,  lzoubek  pong sup?
[15:06:08] <adietisheim> rawbdor: nothing urgent. just ponged you back. was it lzoubek having probs?
[15:06:18] <adietisheim> rawbdor: joining the call?
[15:06:56] <lzoubek> rawbdor, I am trying to run remote eap in debug mode, should it work? (remote debugging?)
[15:07:04] <rawbdor> lzoubek,  no
[15:07:15] <rawbdor> never implemented
[15:08:43] <lzoubek> rawbdor, ok, fine thanks
[15:09:51] <lzoubek> rawbdor, would it be possible/make sense to disallow startup in debug mode for remote servers?
[15:10:05] <rawbdor> lzoubek,  it might be... i'd have to check. good idea
[15:10:25] *** bfitzpat has joined #jbosstools
[15:10:26] *** ChanServ sets mode: +o bfitzpat
[15:10:44] <lzoubek> rawbdor, ok, I'll open jira for that
[15:12:44] *** balunasj has joined #jbosstools
[15:12:44] *** balunasj has joined #jbosstools
[15:16:31] *** Yamaneko has quit IRC
[15:37:34] *** myarboro has quit IRC
[15:43:38] *** gastaldi has joined #jbosstools
[15:43:44] <gastaldi> Morning !!
[15:44:20] <gastaldi> Why "Import Maven Projects from Git" is not available anymore ? :(
[15:49:40] <Diablo-D3> you dont have the git plugin installed? =P
[15:50:19] <gastaldi> I do, but this option is gone
[16:14:45] *** kkhan has joined #jbosstools
[16:15:01] *** gastaldi has left #jbosstools
[16:20:15] *** ljungman has quit IRC
[16:23:19] *** myarboro has joined #jbosstools
[16:54:39] *** gbrown__ has quit IRC
[16:54:40] *** balunasj is now known as balunasj_mtg
[16:54:56] *** mgoldmann has quit IRC
[17:02:46] *** danflo has quit IRC
[17:03:09] *** danflo has joined #jbosstools
[17:06:06] *** jgraham_ has joined #jbosstools
[17:13:46] <adietisheim> ping mmalina
[17:14:29] <mmalina> adietisheim: I started downloading the jbt build you used
[17:14:42] *** dpalmer has quit IRC
[17:14:48] *** dpalmer has joined #jbosstools
[17:14:56] <mmalina> adietisheim: hi btw :)
[17:15:02] <adietisheim> mmalina: ok, great! hope that you do not reproduce the prob. otherwise we're doomed ;)
[17:15:15] <mmalina> adietisheim: I hope so, too :)
[17:15:16] <adietisheim> mmalina: kidding of course ;)
[17:15:30] <adietisheim> mmalina: but really tried hard to reproduce. failed
[17:15:41] <adietisheim> mmalina: see the screecast
[17:16:16] *** maxandersen has quit IRC
[17:18:54] <mmalina> adietisheim: I believe you :) I will check the video
[17:19:21] <adietisheim> mmalina: okiedokie. guess the video is more about checking I really do the same as you.
[17:20:01] <mmalina> adietisheim: yep
[17:20:54] <mmalina> adietisheim: not sure if your using localhost as the remote system could have any effect, hopefully not
[17:21:20] <adietisheim> mmalina: hmm, guess should not since I just point back to localhost over ssh
[17:21:45] <adietisheim> mmalina: basically should be the same as with remote server since I'm accessing the local host by sshd
[17:21:55] <mmalina> adietisheim: agreed
[17:22:02] <adietisheim> mmalina: I just have no remote host I could use :(
[17:25:21] <mmalina> adietisheim: I could provide you with one. but let me try with the snapshot first. I can't seem to install jbt from the zip. you didn't have any errors?
[17:25:45] <mmalina> adietisheim: http://www.pikcr.com/rasp/show.php?Screen_shot_2011-07-20_at_17.29.48.jpg
[17:26:21] <mmalina> adietisheim: should I just skip the test? I guess..
[17:26:48] * mmalina installing...
[17:28:18] <adietisheim> mmalina: hmm, weird
[17:28:21] <adietisheim> had no errors
[17:28:42] <adietisheim> mmalina: let me check if I had jboss tools update site added to that eclispe
[17:29:02] <adietisheim> mmalina: ah, right
[17:29:07] <adietisheim> mmalina: I did not install the tests
[17:29:13] <mmalina> adietisheim: I have just clean indigo
[17:29:14] <mmalina> adietisheim: ok
[17:29:14] <adietisheim> mmalina: they're not needed
[17:29:39] <adietisheim> mmalina: I also used vanilla indigo but could be that the workspace already had updates sites
[17:30:44] *** mgoldmann has joined #jbosstools
[17:31:01] <adietisheim> mmalina: no, my eclipse indigo had not jboss tools update site. just the default ones
[17:31:15] <adietisheim> mmalina: so you could install when unchecked the tests?
[17:31:41] <mmalina> adietisheim: ok, now I cannot reproduce it with that nightly. so what now? :) I should probably try with some nightly build of the whole jbt
[17:32:16] <adietisheim> mmalina: hum, guess would be the best option. guess you should most likely wait for the next nightly
[17:32:38] <adietisheim> mmalina: afaik as build was broken for the last few days. We fixed it this morning
[17:33:48] <mmalina> adietisheim: ok, hopefully it will be available tomorrow so I can test it and get this JIRA over with (I hope) :)
[17:34:21] *** kkhan has quit IRC
[17:34:52] <adietisheim> mmalina: should be I guess. would be great if we could close this issue so easily :)
[17:35:00] *** bbrodt has left #jbosstools
[17:35:27] <mmalina> adietisheim: :)
[17:41:17] *** dpalmer has quit IRC
[17:42:10] *** kkhan has joined #jbosstools
[17:46:22] *** Snjeza has left #jbosstools
[17:54:04] *** mmalina has quit IRC
[17:55:34] *** kkhan has quit IRC
[17:56:56] *** psrna has quit IRC
[17:58:13] *** rmartinelli has joined #jbosstools
[18:04:31] *** balunasj_mtg has quit IRC
[18:08:17] *** mmalina has joined #jbosstools
[18:26:55] *** akazakov has joined #jbosstools
[18:26:56] *** ChanServ sets mode: +o akazakov
[18:38:37] *** bgeorges has quit IRC
[18:44:29] *** vpakan has quit IRC
[19:10:43] <nickboldt> bfitzpat: ping
[19:10:59] <bfitzpat> nickboldt - pong
[19:11:15] <nickboldt> JBDS-1784 - thoughts?
[19:11:19] <jbott> Feature Request: [JBDS-1784] Upgrade bundled EAP to 5.1.1 [Open, Major, (Build), nickboldt] https://issues.jboss.org/browse/JBDS-1784
[19:11:33] <bfitzpat> only that it's damn late to be making that kind of change
[19:11:52] <nickboldt> bfitzpat: it's a pretty trivial change and only affects the installer, but if .1 causes breaks from .0, then yeah, too late
[19:12:01] <bfitzpat> but heck - we made the maven change, why not add EAP 5.1.1 to the mix?
[19:12:08] <nickboldt> which is why I'm asking "should we do that?" rather than just making the change
[19:12:35] <bfitzpat> I can guarantee that it's going to be pushed for by product management
[19:12:50] <nickboldt> bfitzpat: then I should "make it so, #1" ?
[19:12:58] <bfitzpat> myarboro - any thoughts on the EAP 5.1.1 upgrade this late in the JBDS 4.1 game?
[19:13:16] <nickboldt> jpeterka: ^ JBDS-1784
[19:13:21] <jbott> Feature Request: [JBDS-1784] Upgrade bundled EAP to 5.1.1 [Open, Major, (Build), nickboldt] https://issues.jboss.org/browse/JBDS-1784
[19:13:22] <bfitzpat> I feel more like #2 these days tbh
[19:13:32] <nickboldt> bfitzpat: *sad trombone*
[19:13:59] <bfitzpat> I'm used to the world's smallest violin, so a sad trombone is an upgrade. ;)
[19:14:26] <myarboro> if max/qe/etc deem it (1) safe, or (2) work a little more testing, then i think it would be a good idea
[19:15:00] <nickboldt> bfitzpat: myarboro: just reallized tehre's a whole disc thread in external-list. reading now
[19:15:03] <myarboro> nickboldt: the eap511 thing is just a bundling issue, ya?
[19:15:40] <myarboro> nickboldt: k... just thinking, if we try it, and it borks, and the cost is *not* a rebuild, then not sure what we have lost (just back it out)
[19:15:56] <nickboldt> myarboro: bundling AND testing the installer and OOTB experience. it's more a question for jpeterka and his crew than for me. I can make the change - should be trivial give-or-take http transfer issues (which Hudson always seems to have RIGHT when we need things to work most)
[19:15:57] * myarboro knows things are always "simple" when someone else is doing the work :-)
[19:16:28] <bfitzpat> myarboro - I agree with nick on this one - it's more a testing concern than anything else. it *shouldn't* break anything, but we all know how that goes
[19:16:39] <nickboldt> also re: EAP 5.1.1 - JBIDE-8809 blocker?
[19:16:42] <jbott> Bug: [JBIDE-8809] Seam 2.2 DVD Store example not working with EAP 5.1.1 [Reopened, Major, (project-examples), maxandersen] https://issues.jboss.org/browse/JBIDE-8809
[19:17:23] <bfitzpat> good question for max - but he didn't respond when I pinged him this morning or on e-mail, so it may have to wait
[19:17:33] <bfitzpat> my gut feeling says this whole EAP 5.1.1 thing is too late in the game
[19:17:44] <bfitzpat> and maybe we wait for JBDS 4.1.1 to release EAP 5.1.1 alongside
[19:17:54] <bfitzpat> myarboro, nickboldt ^^^
[19:18:25] <nickboldt> bfitzpat: sounds like if we slip it in now, we'll push QA back a week
[19:18:32] <myarboro> bfitzpat: EXCELLENT POINT... if jbds411 is less than three months, works well...
[19:18:44] <nickboldt> if you're all good w/ that delay, then I can make with the jigger-pokery in the config file and respin the installer
[19:18:55] <myarboro> and will soa be based on eap511? (i assume)
[19:19:15] <bfitzpat> soa is its own beastie - even though may be based on eap511 in spirit
[19:19:28] <nickboldt> myarboro: conversely if 4.1.1 is in "might never happen" mode, then... 'tis better to delay 4.1.0 than to hope that resources magically appear to work on 4.1.1 at the expense of 5.0.0
[19:19:44] <myarboro> bfitzpat, nickboldt: does upgrading eap in bundle change the scope we were planning for jbds411?
[19:20:12] <bfitzpat> nope - no scope creep so far as I can tell and a jbds411 will be required to support latest/greatest runtime changes I suspect
[19:21:14] <nickboldt> myarboro: I'd argue that the 4.0 -> 4.1 increment allows for a 5.1 -> 5.1.1 increment sans probleme
[19:21:31] <nickboldt> (or even 5.0 -> 5.2, for that matter)
[19:21:39] <bfitzpat> ok
[19:21:50] <myarboro> i think we need qe input...
[19:21:50] <nickboldt> so for me it's really about QA containment / schedule delay.
[19:21:58] <bfitzpat> myarboro - what's another week slippage in the schedule going to do to us?
[19:22:06] <bfitzpat> and nickboldt - agreed - need QE input
[19:22:26] <myarboro> why don't you guys continue to thread on the tech details, and let's close it with max and jiri on max's dev call tomorrow
[19:22:30] * nickboldt sings under his breath "what's slip, got to do, got to do with it..."
[19:22:36] <myarboro> :-)
[19:23:05] <nickboldt> " ... what's slip, but a last-second delayin'..."
[19:23:14] <bfitzpat> rofl
[19:24:30] <bfitzpat> myarboro, nickboldt - that sounds like a plan. in principle I'm not opposed to new EAP - just concerned about QE impact, hidden incompatibilities, and things that will bite us in the butt. ;)
[19:25:10] * myarboro thinks nickboldt would prefer a career in entertainment :-)
[19:25:12] <nickboldt> bfitzpat: myarboro: agreed. a week of extra testing doesn't necessarily mean time for "oh-shit-we-found-a-big-blocker" fixing / reverting.
[19:25:30] <bfitzpat> yup
[19:25:33] <nickboldt> myarboro: It's been too long since my last blogged song parody
[19:25:36] <myarboro> nickboldt: hence the question about backing out if problems
[19:26:01] <bfitzpat> well, if we back it out it's just a rebuild of the installer, right nickboldt?
[19:26:11] <nickboldt> myarboro: well, if the change to insert the new bundled EAP is a couple lines in a properties file, the revert is the same. minimal impact
[19:26:41] <nickboldt> yes, just the installer respin. 60-90 mins + time to rename and hand off to QE / push to Early Access (if applicable)
[19:33:41] <bfitzpat> ok
[19:34:17] <bfitzpat> let's see what QE says, but if they ok it and we're ok with slippage, then I guess let's go for it. it'll simplify 4.1.1 if nothing else
[19:57:35] *** bfitzpat is now known as bfitzpat_lunch
[20:12:07] *** jpeterka has quit IRC
[20:18:28] <fbricon> nickboldt: ping
[20:20:20] <fbricon> nickboldt: mbg has an issue with the latest JBDS 5
[20:20:22] <fbricon> (20:17:09) mbg:  Missing requirement: m2e Marketplace 1.0.0.20110607-2117 (org.eclipse.m2e.discovery 1.0.0.20110607-2117) requires 'package org.eclipse.equinox.internal.p2.discovery.compatibility 0.0.0' but it could not be found
[20:20:22] <fbricon> (20:17:43) fbricon: mmm how/what have you installed?
[20:20:22] <fbricon> (20:18:02) mbg: http://eclipse.org/m2e/download/
[20:27:33] <nickboldt> akazakov: https://issues.jboss.org/browse/JBIDE-9378
[20:27:36] <jbott> Bug: [JBIDE-9378] test failure(s) in common: org.jboss.tools.common.verification.ui.test :: org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed] [Open, Major, (common, testing), akazakov] https://issues.jboss.org/browse/JBIDE-9378
[20:28:46] <nickboldt> fbricon: are you asking me how I installed it?
[20:29:14] <nickboldt> using our TP / extras site. includes extra reqs that might be missing elsewhere
[20:29:26] <fbricon> nickboldt: indeed
[20:29:58] <fbricon> looks like JBDS is missing some marketplace features needed for the m2e marketplace
[20:30:22] <fbricon> or rather some p2 stuff
[20:32:54] <nickboldt> fbricon: JIRA ref?
[20:33:39] <fbricon> nickboldt: I asked mbg to create it. Should pop up soon(tm)
[20:34:37] <nickboldt> org.eclipse.equinox.p2.discovery.compatibility_1.0.1.v20110502-1955.jar is included in our TP, which includes the package you mention ('package org.eclipse.equinox.internal.p2.discovery.compatibility 0.0.0')
[20:34:41] <nickboldt> fbricon: ^
[20:34:47] *** VRubezhny has quit IRC
[20:34:51] *** VRubezhny1 has joined #jbosstools
[20:35:30] <fbricon> nickboldt: he tried to install m2e directly from eclipse
[20:35:31] <nickboldt> and the latest JBDS m2e feature includes this:         <plugin id="org.eclipse.equinox.p2.discovery.compatibility" version="1.0.1" match="greaterOrEqual" download-size="0" install-size="0"/>
[20:35:45] <nickboldt> well, then he needs to get it from us :)
[20:37:12] <nickboldt> correction... we need to add the req'd plugins to our mirror (?)
[20:38:06] <nickboldt> fbricon: would our mirror including these help?
[20:38:11] * nickboldt wonders if we already do
[20:38:47] <fbricon> nickboldt: probably
[20:39:18] <fbricon> can you use the eclipse marketplace from JBDS ?
[20:40:20] <nickboldt> fbricon: yeah, why not?
[20:40:40] <fbricon> nickboldt: wondering if it was the same dependency
[20:40:59] <nickboldt> fbricon: looks like this user didn't enable updates from non-JBDS sources. the missing equinox compatibility plugin is on Indigo site, also on Eclipse site
[20:41:18] <nickboldt> which makes sense since OOTB it's not enabled in JBDS
[20:43:09] <nickboldt> the default JBDS experience is to look for updates from JBDS Core, JBDS Extras, and JBDS TP site. That would allow an install of m2e 1.0 into JBDS 4.x or 5.x which would install the missing equinox stuff along for the ride
[20:43:21] <nickboldt> however, it may not exactly be set up that way... yet.
[20:43:47] <nickboldt> fbricon: who is mbg?
[20:45:02] <fbricon> nickboldt: looks like marius bogoevici
[20:46:01] <fbricon> nickboldt: he's on #devstudio
[20:55:31] *** VRubezhny1 has quit IRC
[21:07:13] *** koentsje has quit IRC
[21:19:28] *** mgoldmann has quit IRC
[21:19:39] *** adietisheim has quit IRC
[21:26:00] *** irooskov has joined #jbosstools
[21:51:47] *** Snjeza has joined #jbosstools
[21:51:47] *** ChanServ sets mode: +o Snjeza
[21:51:56] *** Diablo-D3 has quit IRC
[22:20:45] *** lzoubek has left #jbosstools
[22:22:24] *** jgraham__ has joined #jbosstools
[22:25:46] *** jgraham_ has quit IRC
[22:27:16] *** jgraham__ has quit IRC
[22:28:47] *** danflo has quit IRC
[22:42:40] *** delight has joined #jbosstools
[22:43:41] *** lightguard_jp has joined #jbosstools
[22:43:50] <lightguard_jp> No max :(
[23:30:52] *** aslak has quit IRC
[23:33:21] *** myarboro has quit IRC
[23:47:46] *** bfitzpat_lunch is now known as bfitzpat_away
[23:58:51] *** mmalina has quit IRC

top