[00:11:01] *** tsurdilo has quit IRC [00:11:37] *** daniel_hinojosa has quit IRC [00:55:06] *** tsurdilo has joined #seam-dev [00:57:42] *** alesj has left #seam-dev [01:19:30] *** cbrock has quit IRC [01:35:39] *** lightguard_jp has joined #seam-dev [01:39:24] <ssachtleben> lightguard_jp [01:39:41] <ssachtleben> ever saw something similiar? [01:39:43] <ssachtleben> org.jboss.weld.exceptions.AmbiguousResolutionException: WELD-001318 Cannot resolve an ambiguous dependency between [Managed Bean [class org.jboss.seam.international.locale.LocaleConfiguration] with qualifiers [@Any @Default], Managed Bean [class org.jboss.seam.international.locale.LocaleConfiguration] with qualifiers [@Any @Default]] [01:40:08] <lightguard_jp> Not for that class. Using Glassfish? [01:40:21] <ssachtleben> its my own class :D [01:40:25] <ssachtleben> nope jboss [01:40:33] <lightguard_jp> On jboss... hm [01:40:38] <ssachtleben> i found that glassfish problem too [01:40:43] <lightguard_jp> Do you have that class in multiple jars? [01:41:23] <lightguard_jp> Or multiple places in the classpath? [01:41:32] <lightguard_jp> Or a regular class and a Producer? [01:41:45] <ssachtleben> nope just once [01:41:59] <ssachtleben> the funny thing is shouldnt be the constructor called once? [01:42:23] <ssachtleben> I have added a log message and breakpoint but it doesnt trigger at all [01:43:09] <ssachtleben> I have fixed the configuration bug [01:43:30] <ssachtleben> but the Instance<LocaleConfiguration> and .get() gives me the exception [01:43:47] <lightguard_jp> Hm [01:44:15] <lightguard_jp> Seems like it's in two different locations [01:44:23] <ssachtleben> the strange thing is I have copied the way from SeamRestConfiguration [01:44:34] <ssachtleben> it works fine there [01:45:25] *** tsurdilo has quit IRC [01:49:15] <ssachtleben> nope its 100% just once there [01:49:37] <ssachtleben> if I rename it too LocaleConfiguration2 I get the same exception with both LocaleConfiguration2 ^^ [01:49:46] <ssachtleben> to* [01:50:19] <ssachtleben> ok well I have to ask josef once he's arround [01:50:31] <ssachtleben> seems like I have something wrong which I dont see at moment [01:50:32] <lightguard_jp> sbryzak: may know [01:51:27] <lightguard_jp> sbryzak: that error message should be better [01:51:59] <lightguard_jp> include the different bdas being used [01:52:29] <lightguard_jp> ssachtleben: It's being used in a war in WEB-INF/classes ? [01:52:36] <lightguard_jp> And it's defined in a jar? [01:52:59] <ssachtleben> its just in jar seam-international-impl-3.0.0-SNAPSHOT.jar [01:53:11] <lightguard_jp> Right, but where is it being used? [01:53:18] <ssachtleben> same jar [01:53:33] <ssachtleben> I had it before in api and used in impl [01:53:39] <lightguard_jp> Is it an interface? [01:53:47] <ssachtleben> same error and I copied over to test if the exception still occures [01:53:56] <ssachtleben> nope [01:54:48] <ssachtleben> http://pastebin.com/jiexFtNW [01:55:25] <ssachtleben> and using here [01:55:27] <ssachtleben> http://pastebin.com/wsLgXkAt [02:02:04] <lightguard_jp> ssachtleben: Not sure what to tell you, sorry [02:02:11] <ssachtleben> np ;) [02:02:15] <lightguard_jp> Dinner time here too, gotta go [02:02:21] <ssachtleben> now I know why the bug is not fixed yet :D [02:02:35] <lightguard_jp> :( [02:02:42] *** lightguard_jp has quit IRC [03:13:02] *** bitshuffler has joined #seam-dev [03:32:20] *** ssachtleben has quit IRC [03:43:17] *** lightguard_jp has joined #seam-dev [03:45:22] *** lightguard_jp has quit IRC [04:21:32] *** tsurdilo has joined #seam-dev [05:41:12] *** clerum has quit IRC [07:05:59] *** tsurdilo has quit IRC [08:28:58] *** sbryzak has quit IRC [09:02:25] *** sbryzak has joined #seam-dev [09:15:09] *** koentsje has joined #seam-dev [10:37:25] *** bitshuffler_ has joined #seam-dev [10:41:38] *** bitshuffler has quit IRC [11:24:30] *** lukaszlenart has joined #seam-dev [11:25:42] *** lukaszlenart has left #seam-dev [11:26:23] *** lukaszlenart has joined #seam-dev [11:28:36] *** lukaszlenart has quit IRC [11:30:50] *** lukaszlenart has joined #seam-dev [11:32:57] *** lukaszlenart has quit IRC [12:10:58] <jbossbot> git [dist] push master 72bc7e6.. Shane Bryzak finally bent the blasted maven-javadoc-plugin to my will [12:10:58] <jbossbot> git [dist] push master URL: http://github.com/seam/dist/compare/120925c...72bc7e6 [13:48:26] *** bitshuffler_ has quit IRC [13:58:52] *** ssachtleben has joined #seam-dev [14:11:11] *** lukaszlenart has joined #seam-dev [14:19:25] *** leivhe has quit IRC [14:19:25] *** leivhe has joined #seam-dev [14:33:54] <ssachtleben> still fighting with this damn exception :D [14:34:08] <ssachtleben> sbryzak: you here? [14:57:01] <ssachtleben> wooooooooot fixed :D I had to veto configuration class by extension :) [15:07:08] <ssachtleben> 15:00:35,010 INFO [org.jboss.seam.international.locale.AvailableLocales] Found 2 locales in configuration [15:07:36] <ssachtleben> i have fixed SEAMINTL-25 [15:07:41] <jbossbot> jira [SEAMINTL-25] AvailableLocales.locales always has zero elements when configuration follows the documentation [Open (Unresolved) Bug, Major, Ken Finnigan] https://issues.jboss.org/browse/SEAMINTL-25 [15:08:00] <ssachtleben> now just need to find out how to commit with git ^^ [15:40:16] *** clerum has joined #seam-dev [15:45:19] <ssachtleben> uhm [15:45:36] <ssachtleben> I have created a branch now and have all my stage changes [15:45:52] <ssachtleben> whats the difference between commit and push? [15:48:49] <ssachtleben> ok got it [15:54:13] <clerum> ah you are going to love git once you get your head wraped around it [15:54:47] *** lukaszlenart has quit IRC [15:55:11] <ssachtleben> hehe [15:59:22] <ssachtleben> mhmm... I have pushed in the git gui but I dont see my pull request on github.com [16:00:18] <clerum> you created a pull request or did you just push? [16:00:41] <clerum> do you see your commit on github? [16:00:43] <ssachtleben> currently just commited files to branch and pushed that one [16:01:05] <clerum> ah then you have to make a pull request [16:01:51] <ssachtleben> ah [16:13:08] <ssachtleben> ok I think I did it correctly [16:52:38] *** alesj has joined #seam-dev [16:57:18] *** lukaszlenart has joined #seam-dev [17:00:08] *** lukaszlenart has quit IRC [17:19:49] <clerum> which module? [17:23:11] <ssachtleben> https://github.com/seam/international/pull/5 [17:23:20] <clerum> cool [17:24:55] <ssachtleben> well but github says commits added by unknowned [17:25:01] <clerum> yeah [17:25:11] <clerum> wondering if there is a different email on those commits [17:25:12] <ssachtleben> maybe because I clicked accidently sign-off button before xD [17:25:27] <clerum> it should be reading it from the acutal git commit [17:25:36] <ssachtleben> uhm I have added my email and name in config after last commit [17:25:53] <ssachtleben> not sure if I set them before [17:25:58] <clerum> ah so those earlier commits might not have them [17:26:12] <clerum> if you do a git log locally [17:26:19] <clerum> it will show the author and email [17:26:31] <clerum> "git log" [17:33:15] <ssachtleben> yes [17:33:32] <ssachtleben> how do I see my current set email address? [17:36:36] <ssachtleben> ah I see [17:36:42] <ssachtleben> should working with next commit [17:57:47] *** lukaszlenart has joined #seam-dev [17:58:17] *** lukaszlenart has quit IRC [19:37:47] *** lightguard_jp has joined #seam-dev [19:41:19] <lightguard_jp> ssachtleben: What was the solution to the problem you were having yesterday? [19:41:33] <ssachtleben> hi jason [19:41:41] <ssachtleben> well the veto extension :) [19:41:52] <lightguard_jp> Ah [19:42:37] <ssachtleben> but I still dont unterstand why for an Instance<Class> object the Class have to be veto annotated [19:43:15] <ssachtleben> you see I have commited with unknown because I have set the email address later in git. Is it possible to change for allready commited stuff? [19:43:18] <lightguard_jp> Did you have any subclasses? [19:43:48] <ssachtleben> nope it just contains a set of string [19:43:58] <lightguard_jp> hm [19:44:12] <lightguard_jp> Not sure, maybe stuartdouglas has an idea [19:44:16] <lightguard_jp> I'm at a bit of a loss [19:44:47] <ssachtleben> hehe [19:50:15] <ssachtleben> if my request will be accepted I thought about making an example for a text in different languages and dropdown with localeselector [19:50:47] <ssachtleben> cause I think no example cover that [20:11:18] *** alesj has quit IRC [21:58:20] *** ssachtleben has quit IRC [22:02:46] *** rpetruescu has quit IRC [22:33:54] *** lightguard_jp has quit IRC