December 30, 2010  
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

[01:37:20] *** aslak has quit IRC
[01:59:37] *** akazakov has quit IRC
[05:34:40] *** amitev2 has joined #seam-dev
[05:36:33] *** clerum has quit IRC
[05:37:31] *** amitev has quit IRC
[08:58:52] *** stuartdouglas has joined #seam-dev
[08:59:37] *** amitev2 is now known as amitev
[09:02:18] *** akazakov has joined #seam-dev
[09:20:20] *** aslak has joined #seam-dev
[09:20:21] *** aslak has quit IRC
[09:20:21] *** aslak has joined #seam-dev
[10:08:45] *** shervin_a has joined #seam-dev
[11:05:45] *** pmuir has joined #seam-dev
[11:05:46] *** pmuir has quit IRC
[11:05:46] *** pmuir has joined #seam-dev
[12:25:49] <akazakov> Hi guys. We have some problems in JBoss Tools with injections using beans from weld jars. For example https://issues.jboss.org/browse/JBIDE-8019. We don't load beans from weld jars because there are not any beans.xml's in META-INF. Did we miss anything in JSR-299?
[12:25:51] <jbossbot> jira [JBIDE-8019] Injection point is not resolved to producer from jar. [Open, Major, Viacheslav Kabanovich] https://issues.jboss.org/browse/JBIDE-8019
[12:50:13] *** pmuir has quit IRC
[14:17:46] *** pmuir has joined #seam-dev
[14:17:46] *** pmuir has quit IRC
[14:17:46] *** pmuir has joined #seam-dev
[15:06:39] *** shervin_a has quit IRC
[15:13:57] *** jganoff has joined #seam-dev
[16:01:10] *** pmuir has quit IRC
[16:05:24] *** clerum has joined #seam-dev
[16:05:24] *** lightguard_jp has joined #seam-dev
[16:06:22] <clerum> meeting today?
[16:06:29] <lightguard_jp> idk
[16:06:33] <lightguard_jp> stuartdouglas: ??
[16:15:48] *** akazakov has quit IRC
[16:24:50] <lightguard_jp> clerum: Looks like a no :)
[16:33:46] <jganoff> Apparently not ;)
[16:45:11] <clerum> k
[16:45:29] <clerum> safe to assume this meeting is dead then until we see a new email
[16:48:27] *** tsurdilo has joined #seam-dev
[17:05:50] <lightguard_jp> clerum: Probably until next week.  I don't think stuartdouglas has said if he wants to change the time or not.
[17:07:11] <clerum> have you heard any discussion of simple utils making it in to solder?
[17:07:26] <lightguard_jp> simple utils?
[17:07:30] <clerum> as in a String null or empty check
[17:07:39] <lightguard_jp> Nope
[17:07:49] <clerum> seems silly to have each module writing writing the same util methods
[17:09:50] <lightguard_jp> Send a pull request :)
[17:10:07] <clerum> wanted to see if it would be allowed before I write it :-)
[17:11:01] <clerum> mojavelinux must be on vac this week
[17:11:16] <lightguard_jp> Yeah
[17:11:30] <lightguard_jp> Write it and try, the worst they can say is no
[17:11:55] <clerum> true enough
[17:27:04] *** pmuir has joined #seam-dev
[17:32:19] <clerum> pmuir: what are you thoughts about having some utility classes in solder
[17:32:41] <pmuir> clerum: like what?
[17:32:52] <clerum> well for like String utilitys
[17:32:57] <clerum> isNullOrEmpty
[17:33:00] <clerum> stuff like that
[17:33:11] <clerum> things like guava provides
[17:33:18] <pmuir> I don't think that would be within the scope of Solder
[17:33:32] <clerum> so for module developers
[17:33:56] <clerum> should we be each be writing these or can guava be a dep of solder?
[17:34:12] <clerum> I can see not wanting to maintain string utils under solder
[17:34:30] <clerum> but also seems silly for each of us to be writing the same little utils
[17:36:12] <pmuir> IMO each module should provide the utils it needs, it's trivial to do it
[17:36:23] <pmuir> and i don't think guava should be a dep of solder
[17:36:34] <pmuir> it would be a dep of the module if anything
[17:36:44] <clerum> ok
[17:37:03] <pmuir> but talk to shane or dan really ;-)
[17:37:18] <clerum> Just thinking that seam 2 had http://anonsvn.jboss.org/repos/seam/branches/community/Seam_2_2/src/main/org/jboss/seam/util/Strings.java
[17:37:20] <clerum> ok
[17:37:21] <clerum> will do
[17:47:49] *** pmuir has quit IRC
[17:56:49] *** lightguard_jp has quit IRC
[18:55:24] *** jganoff has left #seam-dev
[18:57:10] *** pmuir has joined #seam-dev
[18:57:11] *** pmuir has quit IRC
[18:57:11] *** pmuir has joined #seam-dev
[19:35:03] *** cbrock has joined #seam-dev
[19:35:04] *** cbrock has left #seam-dev
[19:35:09] *** cbrock has quit IRC
[19:37:54] <jbossbot> git [mail] push master e9458c5.. Cody Lerum rename Attachment to AttachmentPart
[19:37:54] <jbossbot> git [mail] push master f41242b.. Cody Lerum replace weldx with solder
[19:37:55] <jbossbot> git [mail] push master 4d09f54.. Cody Lerum add EmailAttachment and EmailMessage objects for message saving.
[19:37:55] <jbossbot> git [mail] push master a63f313.. Cody Lerum refactor to use EmailMessage to build message and then join with...
[19:37:55] <jbossbot> git [mail] push master 2ee61c5.. Cody Lerum add support for server domain name in MailConfig. Used for setting...
[19:37:55] <jbossbot> git [mail] push master 89fef12.. Cody Lerum minor changes to allow calendar invites to be sent.
[19:37:55] <jbossbot> git [mail] push master URL: http://github.com/seam/mail/compare/14f72b4...89fef12
[19:46:48] *** akazakov has joined #seam-dev
[19:48:39] *** pmuir has quit IRC
[19:52:53] *** akazakov has quit IRC
[20:30:17] *** akazakov has joined #seam-dev
[21:38:52] *** stuartdouglas has quit IRC
[21:40:47] *** stuartdouglas has joined #seam-dev
[21:47:39] *** akazakov has quit IRC
[22:51:03] *** stuartdouglas has left #seam-dev
[22:51:25] *** stuartdouglas has joined #seam-dev
[23:04:16] <Nik> anyone know of any EE 6 portlet containers yet? GateIn is still in the "somebody should do something about it"
[23:04:53] <Nik> and Liferay doesn't have a community version of it yet(?)

top