October 13, 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:24:42] *** dbevenius has joined #switchyard
[00:40:58] *** dbevenius has quit IRC
[00:59:18] *** bfitzpat has quit IRC
[01:36:04] *** tcunning has quit IRC
[01:50:19] *** ldimaggi has joined #switchyard
[02:04:30] *** tcunning has joined #switchyard
[02:28:38] *** igarashitm has joined #switchyard
[02:33:57] *** aamonten has joined #switchyard
[03:26:34] *** aamonten has quit IRC
[03:38:35] *** rcernich has quit IRC
[03:57:55] *** jliu1 has joined #switchyard
[04:42:32] *** igarashitm has quit IRC
[05:27:13] *** lanceball has joined #switchyard
[05:33:37] *** dbevenius has joined #switchyard
[05:38:21] *** tcunning has quit IRC
[06:01:54] *** dbevenius has quit IRC
[06:21:56] *** lanceball has quit IRC
[06:35:26] *** ldimaggi has quit IRC
[08:03:32] *** tcunning has joined #switchyard
[08:03:39] *** tcunning has left #switchyard
[08:48:13] *** magesh has joined #switchyard
[08:49:46] *** dbevenius has joined #switchyard
[10:24:09] *** dbevenius1 has joined #switchyard
[10:24:09] *** dbevenius has quit IRC
[12:35:50] *** ldimaggi has joined #switchyard
[12:36:10] *** ldimaggi has quit IRC
[12:36:34] *** ldimaggi has joined #switchyard
[12:45:28] *** GitHub140 has joined #switchyard
[12:45:28] <GitHub140> [components] mageshbk pushed 1 new commit to master: http://git.io/jkotcA
[12:45:28] <GitHub140> [components/master] SWITCHYARD-495 - remove unnecessary path check, and just look for protocol vfs - objectiser
[12:45:28] *** GitHub140 has left #switchyard
[12:46:47] *** vinicius has joined #switchyard
[13:04:50] *** rbalent has joined #switchyard
[13:15:35] *** igarashitm has joined #switchyard
[13:24:02] *** kcbabo has joined #switchyard
[13:24:02] *** kcbabo has joined #switchyard
[13:33:45] *** jliu1 has quit IRC
[13:46:59] *** igarashitm has quit IRC
[13:48:33] *** magesh has quit IRC
[13:49:26] *** tfennelly has joined #switchyard
[13:52:37] *** tcunning has joined #switchyard
[14:22:14] *** bfitzpat has joined #switchyard
[14:53:44] *** igarashitm has joined #switchyard
[15:03:12] *** antollinim has joined #switchyard
[15:03:19] *** bfitzpat is now known as bfitzpat_brb
[15:22:30] <tcunning> antollinim: i'm seeing something similar
[15:24:32] <antollinim> tcunning: let me know if you find a solution... I am working on it now
[15:25:33] *** lanceball has joined #switchyard
[15:26:08] <tcunning> antollinim: i went over the user and dev lists, dont see anyone with this problem
[15:27:06] <antollinim> tcunning: it is weird cause this missing class is part of forge libs itself
[15:27:23] *** bfitzpat_brb is now known as bfitzpat
[15:35:08] <antollinim> tcunning: did you realize that when we run the source-plugin command the pom gets modified?
[15:36:13] <tcunning> what happens to it?
[15:38:03] <antollinim> tcunning: if I change the pom in a way that forge doesn't like then, when I run the source-plugin command forge says: "***WARNING*** Dependency [org.jboss.forge:forge-shell-api:jar::${version.forge}] was not correctly marked as PROVIDED scope; this has been corrected."
[15:38:08] <antollinim> tcunning: and the pom is changed by forge to make it look the way forge wants it to be
[15:43:44] <tcunning> antollinim: if you change the pom to be provided, does it still change things up?
[15:44:01] <antollinim> tcunning: no
[15:44:17] <antollinim> tcunning: it stays that way
[15:48:26] *** errantepiphany has joined #switchyard
[15:48:50] <tcunning> antollinim: i'm wondering, since we're shading the rest of the JARs, whether those should be provided as well
[15:51:07] <antollinim> tcunning: I do not know if that will help, I think the problem is related to forge not being able to recognize that shell-api is already provided by itself (it is in the modules dir and should be able to find it)
[15:51:42] <tcunning> antollinim: if i remove the switchyard JARs from dependencies and from modules.xml, forge starts up without error.
[15:52:21] <antollinim> tcunnning: yeap, I remove .forge from my home and it starts
[15:53:17] <tcunning> antollinim: no - im leaving the switchyard plugin installed, but modifying it by taking out the switchyard JARs which were downloaded as dependencies
[16:04:33] <tcunning> antollinim: here's what i'm seeing
[16:05:13] <tcunning> antollinim: i think the error is when it tries to load basefacet from the switchyard-common dependency
[16:05:34] <tcunning> antollinim: i guess that classloader doesn't know about forge-shell-api
[16:07:05] <antollinim> tcunning: yeap, it looks like that. This line says
[16:07:47] <antollinim> Exception in thread "Thread-6" java.lang.LinkageError: Failed to link org/switchyard/tools/forge/AbstractFacet (Module "org.switchyard.switchyard-forg e-plugin.dependencies:0.3.0-SNAPSHOT-bee75bd4-471b-49c3-9cd2-d1ca8b531098" from local module loader @1f950198 (roots: D:\tools\forge-1.0.0.Beta3\modul es,C:\Users\mario\.forge\plugins))
[16:08:09] <antollinim> tcunning: it says that the shell-api could not be found at "boot time" of forge
[16:08:39] <antollinim> tcunning: and it is looking inside the modules in the beta3 and in the plugins installed
[16:09:10] <antollinim> tcunning: that needed jar is indeed inside the D:\tools\forge-1.0.0.Beta3\modules dir
[16:09:59] <antollinim> tcunning: so I am taking a look at the module.xml within the .forge/..../swwithcyard-forge-plugin..../
[16:10:55] <antollinim> antollinim: it has a reference to the shell api. But maybe that dependecy is missing somehting in the xml:
[16:11:32] <antollinim> <dependencies>    <module name="org.switchyard.switchyard-forge-plugin.dependencies" slot="0.3.0-SNAPSHOT-bee75bd4-471b-49c3-9cd2-d1ca8b531098"/>     <module name="org.jboss.forge.shell-api" slot="org.jboss.forge.main"/>     <module name="javax.api"/>   </dependencies>
[16:11:44] <antollinim> tcunning: I modified the name="org.jboss.forge.shell-api" line, so I pasted here a slot property which you will not have, I am just trying that
[16:11:59] <tcunning> antollinim: if you remove switchyard-forge-common from module.xml and then remove the JAR from dependencies, forge loads
[16:12:47] <antollinim> tcunning: so switchyard is not loaded then, right?
[16:13:23] <tcunning> antollinim: no, it is - the AbstractFacet class was shaded into the switchyard-forge-plugin JAR
[16:13:44] <antollinim> tcunning: the problem is that forge is trying to load switcharyd, and swtc dependes on the shell-api, and that is when the error appears
[16:14:17] <antollinim> tcunning: if you remove swtcy then you are removing the problem but also switchyard
[16:15:45] <tcunning> antollinim: yes it seems damned if you do damned if you dont
[16:16:28] <tcunning> antollinim: we may want to ask about this on forge-dev
[16:16:54] <tcunning> antollinim: im not sure forge plugins depending on a JAR which depends on shell-api is a common scenario
[16:18:40] <antollinim> tcunning: I can write in forge-dev
[16:50:25] *** aslak has joined #switchyard
[16:58:01] *** rcernich has joined #switchyard
[17:24:11] *** tfennelly has quit IRC
[17:29:58] *** dbevenius1 has quit IRC
[17:33:23] *** rcernich is now known as rcernich_away
[17:43:12] <antollinim> tcunning: I wrote to forge-dev: http://community.jboss.org/thread/173581
[17:44:38] <tcunning> antollinim: could you try this list too : https://lists.jboss.org/mailman/listinfo/forge-dev
[17:44:53] <tcunning> antollinim: sorry, should have given you that link before
[17:45:25] <antollinim> tcunning: did I send it to the wrong place? :)
[17:46:10] <tcunning> antollinim: not sure it's the wrong place - somewould eventually answer - but i know that list is their dev list
[17:47:01] <antollinim> tcunning: good, speedier then
[17:48:35] <antollinim> tcunning: done
[17:50:12] <tcunning> antollinim: sweet!
[17:50:42] <tcunning> antollinim: i have a feeling this ends up being something like that switchyard-common JAR belongs in the plugin dir rather than dependencies
[17:52:01] <antollinim> tcunning: did you try to manually modify the .forge/ module?
[17:52:24] <antollinim> tcunning: I did to no avail
[17:52:30] <tcunning> antollinim: i tried a couple different ways
[17:52:51] <tcunning> antollinim: i didn't try moving the switchyard-forge-common one
[17:53:08] <tcunning> i figurewe have a good enough idea what's going on here to ask for some help
[17:53:32] <antollinim> tcunning: I'll put this on hold until I get a response...
[17:53:52] <tcunning> antollinim: +1
[18:02:30] *** tfennelly has joined #switchyard
[18:11:32] *** lanceball has quit IRC
[18:11:57] *** lanceball has joined #switchyard
[18:14:04] *** kcbabo has quit IRC
[18:16:24] *** lanceball has quit IRC
[18:20:06] *** tfennelly has quit IRC
[18:30:49] *** tcunning has quit IRC
[18:31:17] *** tcunning has joined #switchyard
[18:41:58] *** tfennelly has joined #switchyard
[18:52:04] *** rbalent has quit IRC
[19:15:10] *** igarashitm has quit IRC
[19:26:51] *** dbevenius has joined #switchyard
[19:50:11] *** tfennelly has quit IRC
[20:27:07] *** lanceball has joined #switchyard
[20:38:05] *** dbevenius has quit IRC
[20:43:32] *** errantepiphany has left #switchyard
[21:10:44] *** igarashitm has joined #switchyard
[21:25:26] *** igarashitm has quit IRC
[21:38:51] *** igarashitm has joined #switchyard
[22:01:36] *** vinicius has quit IRC
[22:07:39] *** aamonten has joined #switchyard
[22:58:06] *** lanceball has quit IRC
[23:05:32] *** aamonten has quit IRC
[23:29:33] *** igarashitm has quit IRC
[23:50:24] *** tcunning has quit IRC
[23:53:55] *** antollinim has quit IRC
[23:54:14] *** antollinim has joined #switchyard
[23:55:32] *** rcernich_away is now known as rcernich

top