[00:02:18] <sbryzak> i hope it's fixed in that version [00:03:20] <lincolnthree> hey sbryzak: did you see my comment on SEAMFORGE-(something)? [00:03:42] <lincolnthree> about bundling forge with seam [00:04:18] <sbryzak> lincolnthree: no, got a link? [00:04:29] <lincolnthree> sec [00:04:48] <sbryzak> oh wait, was this about the classpath? [00:04:56] <lincolnthree> yea [00:05:00] <sbryzak> ah yes, i saw that [00:05:03] <lincolnthree> ok cool [00:05:04] <sbryzak> it's no problem [00:05:10] <sbryzak> just makes the distribution bigger, that's all [00:05:18] <lincolnthree> we might want to do a Seam (with forge) or a Seam (without Forge) bundle [00:05:21] <lincolnthree> brb [00:05:45] *** mbg has quit IRC [00:07:13] * lightguard_jp is excited for the hack night [00:07:21] <sbryzak> is it time to start? [00:07:35] <lightguard_jp> Yep [00:08:59] <clerum> sbryzak: on 6.1-Snapshot - https://gist.github.com/6e826de5d24cc077d8c4 [00:09:26] *** msmigielski has quit IRC [00:09:43] <sbryzak> clerum: could you raise a weld issue in jira? [00:10:14] <clerum> is there an inheritence from my archive to the included security archive? [00:11:15] <sbryzak> clerum: no [00:11:42] <lightguard_jp> Who's here to hack on Security? [00:12:34] <sbryzak> we have 16 tasks to work on [00:12:51] <sbryzak> everyone's scared of security [00:13:21] <lincolnthree> hey just look at the good side [00:13:38] <lincolnthree> people will let us know if we make a mistake, so :) no worries about getting it right the first time [00:14:11] *** daniel_hinojosa has quit IRC [00:14:47] <lightguard_jp> sbryzak: which ones are causing users the most pain? [00:15:15] <lincolnthree> we need a forge plugin [00:15:18] <lincolnthree> for security [00:15:48] <lightguard_jp> We could certainly pick off the low hanging fruit quickly [00:15:59] <sbryzak> probably the biggest issues people are having are with JpaIdentityStore [00:16:15] <sbryzak> so items 1 - 6 in the list [00:16:22] *** daniel_hinojosa has joined #seam-dev [00:16:39] <lightguard_jp> Like 16, 15, 4 and 3 [00:16:52] <sbryzak> some of them are really simple to fix, users have attached fixes [00:16:58] <lightguard_jp> Oh and 1 [00:17:22] <lightguard_jp> Yeah, 1 and 4 have patches [00:17:27] <lightguard_jp> 3 doesn't look difficult either [00:17:40] <sbryzak> yep 3 should be easy [00:17:59] <sbryzak> i need to look closer at 5 [00:18:09] <sbryzak> the roles should be populated when the user authenticates [00:18:24] <sbryzak> identity.hasRole() shouldn't actually interact with the identity store [00:18:25] <lightguard_jp> Okay, lets get a show of who's able to help. [00:18:39] <lightguard_jp> I will be, but looking like I'll have to run to the store in a minute [00:20:08] <clerum> sbryzak: https://issues.jboss.org/browse/WELD-951 [00:20:09] <jbossbot> jira [WELD-951] Deployment error when enabling interceptor in beans.xml if already enabled in included jar [Open (Unresolved) Bug, Major, Unassigned] https://issues.jboss.org/browse/WELD-951 [00:21:18] <sbryzak> clerum: looks good [00:21:25] <clerum> Should I add anything? Seems like kind of a show stopper as it prevents persistence and security from being used on the same project [00:21:37] *** msmigielski has joined #seam-dev [00:22:21] *** msmigielski has quit IRC [00:22:40] <sbryzak> clerum: is the interceptor enabled in the persistence module? [00:22:44] <lightguard_jp> Lots of help ;) [00:23:10] <lightguard_jp> I'm going to run to the store, back in 15 min I hope. [00:23:10] *** cbrock has joined #seam-dev [00:23:27] <clerum> docs say you have to add it --- http://docs.jboss.org/seam/3/persistence/latest/reference/en-US/html/persistence.html#d0e68 [00:23:30] <clerum> but let me check the source [00:23:56] <clerum> nope [00:24:01] <clerum> https://github.com/seam/persistence/blob/develop/impl/src/main/resources/META-INF/beans.xml [00:24:03] *** jose_freitas has quit IRC [00:25:08] <clerum> has to be my apps beans.xml though so it can intercept it's classes right? [00:25:10] <sbryzak> so the workaround for now is to just not enable the interceptor in your own beans.xml [00:25:20] <sbryzak> it's supposed to be, yes [00:25:44] <clerum> but it might be just enabling it for everything? [00:25:49] <sbryzak> if i see alesj later today i'll bring it to his attention [00:26:03] <sbryzak> i'm not sure exactly, you'd have to test if it is [00:28:40] *** hannelita has quit IRC [00:31:20] *** hannelita has joined #seam-dev [00:40:01] <clerum> first pull request using git flow does that all look right? https://github.com/seam/persistence/pull/6 [00:40:04] <clerum> seems fine? [00:40:30] <clerum> I just did feature start and feature finish and then pushed up develop [00:45:12] *** cbrock has quit IRC [00:45:31] *** cbrock has joined #seam-dev [00:45:34] *** lazarotti has quit IRC [00:46:00] *** sgilda has quit IRC [00:51:57] *** cbrock has quit IRC [00:53:10] *** aslak has quit IRC [00:59:00] *** sgilda has joined #seam-dev [01:11:10] <lightguard_jp> Okay, let's see how much damage we can do to security [01:11:37] <sbryzak> i'm working on item 1 right now [01:11:55] <lightguard_jp> I'll take 3 [01:11:57] *** mojavelinux has quit IRC [01:14:52] <lightguard_jp> Been a while since I loaded up Persistence apparently. Yes maven, go download [01:15:21] <sbryzak> is it downloading the whole internet? [01:15:53] *** jose_freitas has joined #seam-dev [01:15:56] <lightguard_jp> And then some. [01:15:59] <jose_freitas> hey guys [01:16:01] <lightguard_jp> Fetching docs and sources [01:16:04] <lightguard_jp> jose_freitas: Hi [01:16:11] <jose_freitas> how is the hacknight? [01:16:26] <sbryzak> a little quiet... [01:16:28] <lightguard_jp> So far Shane and myself [01:16:30] <lightguard_jp> :( [01:19:32] <jose_freitas> Im going to get my wife and come back in one hour, and I'll try to help you guys [01:20:01] <jose_freitas> but I'd really appreciate if the hacknight could be on fridays. [01:20:24] <sbryzak> i thought friday was party night [01:20:25] <jose_freitas> so far what do you got? [01:20:50] <sbryzak> i'm working on item 1, jason's working on 3 [01:21:08] <jose_freitas> hehehe, not for me, but you're right :) [01:22:36] <jose_freitas> item 2 seems ok. [01:23:23] <jose_freitas> I'll ping you guys in one hour [01:23:36] <sbryzak> sounds good, thanks :) [01:23:53] *** bleathem has joined #seam-dev [01:24:28] *** gastaldi has joined #seam-dev [01:25:51] <jbossbot> git [security] push develop 8a657bd.. Shane Bryzak SEAMSECURITY-62 [01:25:52] <jbossbot> jira [SEAMSECURITY-62] Using identity management to add user in group prevent user to login [Open (Unresolved) Bug, Major, Shane Bryzak] https://issues.jboss.org/browse/SEAMSECURITY-62 [01:25:52] <jbossbot> git [security] push develop URL: http://github.com/seam/security/compare/d9d4a3c...8a657bd [01:28:26] <sbryzak> item 1 is complete, i'll work on 2 now [01:28:56] <sbryzak> it's been so long since i worked on this code... [01:29:31] *** tsurdilo has quit IRC [01:32:40] <sbryzak> hmm, i wonder if i could use an entity listener to solve 2) [01:41:45] <lightguard_jp> sbryzak: how do I run tests? [01:41:58] <bleathem> how's the hack night coming along? [01:42:08] <sbryzak> i don't really have that many tests [01:42:24] <sbryzak> bleathem: slowly but surely.. could use some more volunteers besides jason and i though ;) [01:42:52] <sbryzak> lightguard_jp: i think the test suite might actually be broken at the moment, there's a problem in the external module [01:43:07] <bleathem> I'm sure things will livin' up as the evening moves along [01:44:36] <lightguard_jp> In other words, it may be a little difficult to verify this works and doesn't break anything? [01:45:14] <sbryzak> yeah, we really need the overhaul of the testing structure [01:45:18] <sbryzak> especially for security [01:45:49] <sbryzak> we can do some testing with the idmconsole example [01:45:54] <sbryzak> in fact we need to confirm it works in as7 [01:45:58] <lightguard_jp> Does that deploy on AS7? [01:46:05] <lightguard_jp> hehe [01:46:06] <sbryzak> that is the question [01:46:08] <lightguard_jp> Okay [01:46:12] <lightguard_jp> Does it work in AS6? [01:46:17] <sbryzak> yes [01:46:23] <sbryzak> at least it did last time i tried it [01:46:28] <lightguard_jp> Okay. I'll give it a try in 7 then [01:46:45] <hannelita> security seems to be ok to deploy on as7 [01:47:03] <sbryzak> hannelita: have you tried the examples? [01:47:08] <clerum> can faces depend on servlet? [01:47:19] <sbryzak> clerum: yep, no problem with that [01:47:25] <clerum> or should I just replicate the code to create HttpServletResponse and HttpServletRequest [01:47:27] <clerum> k [01:47:34] <clerum> seems like a natural fit [01:47:38] <hannelita> [sorry, guys, i'm at work, thats why i'm not helping at hacknight] [01:48:02] <sbryzak> you work at night? that's a bit rough [01:48:27] <hannelita> sbryzak: I tried the call4all examples, very similar to confbuzz structure [01:48:53] <sbryzak> np, my only concern is that the idmconsole example might have a dependency mismatch with as7 [01:49:05] <hannelita> I work from 10AM to 10PM, so I might leave in a few hours [01:49:29] <lightguard_jp> That is a rough schedule. [01:49:30] <sbryzak> you're in brazil right? are 12 hour work days normal there? [01:49:34] <lightguard_jp> hannelita: How many days? [01:50:09] <sbryzak> i guess around seam release time that's a short day for us ;) [01:53:29] <hannelita> lightguard_jp: how many days... of work? [01:53:35] <lightguard_jp> hannelita: Yes [01:53:59] <lightguard_jp> sbryzak: Either I'm not as smart as I thought I was about Java, or this issue isn't a piece of cake [01:54:07] <hannelita> lightguard_jp: Tue-Sat.. I have class on Mondays [01:54:42] <sbryzak> lightguard_jp: what's the issue? [01:54:47] <hannelita> I will run the call 4 all app with some other modules now to see if I get some issues with AS7 and security [01:58:47] <lightguard_jp> hannelita: We actually need to run the idconsole app from the security examples [01:59:15] <lightguard_jp> sbryzak: Compiler doesn't like what I've got [01:59:22] <lightguard_jp> IDE says it's fine, javac not so much [01:59:48] <sbryzak> lightguard_jp: hmm, pastebin the code? [02:00:49] <sbryzak> lightguard_jp: ah yes, there may be a problem... [02:00:56] <sbryzak> because we don't actually know the entity classes [02:01:02] <sbryzak> hmm [02:01:36] <lightguard_jp> https://pastee.org/wxesc [02:02:08] <sbryzak> yeah that won't work [02:02:21] <sbryzak> unless we specify the type for Root<?> [02:02:24] <sbryzak> which we don't know [02:02:42] <sbryzak> i'm trying to figure out if there's another way we can do it [02:03:34] <lightguard_jp> I've seen lots of examples from other providers who don't require the select [02:03:41] <lightguard_jp> Obviously hibernate does not [02:03:55] <sbryzak> yeah, the spec does state that it's non portable though [02:04:11] <sbryzak> dunno which impl the user is using [02:05:54] <lightguard_jp> ObjectDB [02:05:56] <lightguard_jp> Never heard of it [02:07:02] <lightguard_jp> What if we just did <Object> ? [02:08:40] <sbryzak> still won't compile [02:08:41] <lightguard_jp> Page 271: [02:08:43] <lightguard_jp> Portable applications should use the select or multiselect method to specify the [02:08:45] <lightguard_jp> query?s selection list. Applications that do not use one of these methods will not be portable [02:13:36] <sbryzak> i can't figure out a workaround [02:13:49] <lightguard_jp> I don't have one either [02:13:53] <sbryzak> might be best to ask emmanuel or someone from the hibernate team about this [02:13:54] <lightguard_jp> Using the criteria api [02:14:19] <sbryzak> yeah, we may have to revert to building the query up as a string [02:14:38] <lightguard_jp> We could probably make it work using normal JPAQL but a lot would change. [02:14:38] <sbryzak> which kind of sucks, but the criteria api might not support working with unknown entity classes [02:15:11] <sbryzak> for sure, that would be a major rewrite [02:15:42] <hannelita> lightguard_jp: idmconsole runs on AS7 after some hacks on pom.xml [02:15:56] <hannelita> I've just tested it here [02:16:18] <lightguard_jp> hannelita: Would you mind doing a pull request with those hacks? [02:16:40] <lightguard_jp> sbryzak: I guess we table this one for a bit. [02:16:47] <lightguard_jp> I'll leave a comment in the issue [02:16:51] <sbryzak> yeah [02:17:12] <hannelita> lightguard_jp: hmm, think i dont have git flow here... crap.... can i do a normal fork? [02:17:24] <hannelita> lightguard_jp: and then pull request [02:17:25] <sbryzak> hannelita: just send a pull request [02:17:36] <hannelita> sbryzak: ok, thanks [02:20:22] <lightguard_jp> sbryzak: You're working on SEAMSECURITY-70 ? [02:20:24] <jbossbot> jira [SEAMSECURITY-70] Calling RoleManager.removeRole(Roletype rt,User u, Group g) throws an NPE [Open (Unresolved) Bug, Major, Unassigned] https://issues.jboss.org/browse/SEAMSECURITY-70 [02:20:29] <sbryzak> number 2) on the list is tricky also.. can't use an entity listener [02:20:38] <sbryzak> no [02:20:49] <sbryzak> SEAMSECURITY-64 [02:20:50] <jbossbot> jira [SEAMSECURITY-64] Provide the capability to retrieve the actual entity object when a user is created. [Open (Unresolved) Feature Request, Major, Unassigned] https://issues.jboss.org/browse/SEAMSECURITY-64 [02:20:55] <lightguard_jp> Okay, I'll look at it then. [02:21:02] <sbryzak> thanks [02:23:20] <jose_freitas> sbryzak, lightguard_jp ping [02:23:33] <sbryzak> jose_freitas: pong [02:23:46] <jose_freitas> somebody took item 2? [02:24:30] <sbryzak> i've been looking at it [02:24:33] <lightguard_jp> jose_freitas: Shane was looking at it. [02:24:33] <sbryzak> still don't have a solution though [02:24:46] <jose_freitas> hm [02:24:52] <lightguard_jp> I'm looking at SEAMSECURITY-70 [02:24:53] <jbossbot> jira [SEAMSECURITY-70] Calling RoleManager.removeRole(Roletype rt,User u, Group g) throws an NPE [Open (Unresolved) Bug, Major, Jason Porter] https://issues.jboss.org/browse/SEAMSECURITY-70 [02:24:56] <lightguard_jp> Which is #4 [02:25:13] <lightguard_jp> sbryzak: I'm guessing this code isn't exercised in the idmconsole? [02:25:28] <sbryzak> the problem is that JpaIdentityStore works outside of CDI [02:25:42] <sbryzak> lightguard_jp: i thought that idmconsole allowed you to remove roles [02:25:54] <sbryzak> oh wait [02:26:09] <sbryzak> it allows you to remove roles from users [02:26:16] <sbryzak> or should i say "revoke" [02:26:29] <sbryzak> RoleManager lets you remove the role type altogether [02:26:35] <sbryzak> so i'm not sure if idmconsole does that [02:26:39] <sbryzak> it probably should [02:26:48] <sbryzak> i need to rewrite it in xwidgets, will be much easier [02:28:38] *** tkimura has joined #seam-dev [02:29:57] <lightguard_jp> Sorry, it's not a role, it's a relationship that's being removed [02:30:47] <lightguard_jp> The user was using RoleManager. I could try it. [02:33:25] <jose_freitas> ok, cloning security module [02:34:07] *** jamezp is now known as jamezp_afk [02:35:33] <clerum> bleathem: I just sent a pull request for the FacesManager with some very rough doc. Lemmie know what you think [02:35:59] <bleathem> clerum: that's awesome! I'll take a look immediately [02:36:18] <bleathem> ... and I just relaized I never got back to you about where to put the class [02:36:21] <bleathem> sorry! [02:36:34] *** johnament has joined #seam-dev [02:36:39] <clerum> I threw it in navigation [02:36:48] <clerum> feel free to move or I can [02:36:49] <bleathem> between waiting for the IDE to start up, and heading out to get a new phone I got fully distracted [02:36:50] <johnament> sorry i'm late. [02:36:50] <johnament> let [02:36:54] <johnament> let's hack! [02:37:07] <johnament> bleathem, you need to break the screen. [02:37:21] <clerum> new phone. it's like christmas [02:37:27] <bleathem> johnament: the screen is plastic, and apparetnyl hard to break! (I asked) [02:37:36] * jose_freitas downloading the internet to install security [02:38:11] <clerum> bleathem: I added a dep to servlet which makes sense to me...but maybe others don't want it there [02:38:14] <bleathem> clerum: you have no idea, you should have seen my previous phone. [02:38:24] <bleathem> clerum: hmmm [02:38:33] <bleathem> clerum: people are sensitive to pulling in dependencies [02:38:50] <clerum> sbryzak thought it would be ok but faces and servlet are like peanut butter and jelly [02:38:50] <bleathem> I get people complaining about the dependency on Solder [02:39:08] <clerum> they just go together [02:39:12] <johnament> I need to install git first. then I can start cloning [02:39:21] [02:39:53] <clerum> which we could create the hard way too [02:39:58] <bleathem> clerum: I wonder if there is a way (using CDI) to makes this functionality optional [02:40:15] <bleathem> so people would only be able to use (@Inject) the facesManager if Servlet was bundled [02:40:36] <bleathem> then people who don't want the dependency can do without [02:40:50] [02:41:15] <bleathem> If we use a producer, and the @Requires annotation [02:41:19] <bleathem> we should be able to do it [02:41:39] <clerum> produces for FacesManager? [02:41:44] <clerum> producer for [02:42:24] <bleathem> yeah, for FacesManager [02:42:25] <clerum> and then just set the dep for servlet as provided? [02:42:37] <bleathem> Is it provided, or optional? [02:42:41] <bleathem> I can't remember [02:42:51] <bleathem> I'll have a look, 1 sec [02:43:14] <clerum> I've never used @Requires [02:43:19] <clerum> is that a weld or solder thing? [02:43:39] <bleathem> We use it for the PrettyFaces dependency, and Seam Security too [02:43:54] <bleathem> checking, one sec [02:44:26] <clerum> k I'll be back in a bit...my dog is giving me an evil look because we are late going to the park [02:44:30] <bleathem> org.jboss.seam.solder.core.Requires; [02:44:35] <bleathem> it's a Solder annotation [02:44:40] <bleathem> ok, I'll be around [02:44:43] <clerum> k [02:44:52] <clerum> and the Class going in the @Requires would be? [02:45:03] <clerum> the producer class from Servlet? [02:45:05] <bleathem> whatever it is in Seam Servlet that you require [02:45:07] <bleathem> yes [02:45:25] <bleathem> compare to: [02:45:25] <bleathem> @Requires("com.ocpsoft.pretty.faces.spi.ConfigurationProvider") [02:45:27] <johnament> i hate resetting up my laptop [02:45:33] <bleathem> that's the class in prettyfaces taht we require [02:45:39] <clerum> k right [02:45:46] <clerum> it wouldn't be javax.servlet.http.HttpServletResponse [02:45:52] <clerum> it's going to be the producer class in servlet [02:45:59] <bleathem> right [02:46:04] <clerum> what class is that in faces? [02:46:06] <bleathem> javx. wil always be present [02:46:13] <clerum> that has @Requires("com.ocpsoft.pretty.faces.spi.ConfigurationProvider") [02:46:14] <bleathem> RewriteConfiguration [02:46:21] <bleathem> org.jboss.seam.faces.rewrite [02:46:39] <bleathem> and navigation looks like a fine package to me [02:46:44] <clerum> k [02:46:45] <bleathem> we can move it down the road if need be [02:46:55] <clerum> I'll alter my code and update the pull request [02:46:59] <bleathem> Maybe a different name for it though [02:47:09] <bleathem> like NavigationHelper or soomething [02:47:10] <clerum> different than FacesManager [02:47:14] <clerum> I was thinking that too [02:47:21] <clerum> so it's not confused with Seam2 [02:47:31] <clerum> NavigationHelper or RedirectHelper [02:47:39] <bleathem> a name like FacesManager will lead to it becoming some kind of a god class [02:47:49] <hannelita> gtg now, guys. I'll commit idm changes later [02:47:49] <bleathem> RedirectHelper ! [02:47:51] <bleathem> that's it [02:47:57] <clerum> yeah I like that [02:47:57] <clerum> k [02:48:01] <bleathem> it doesn't do navigation, but does Redirects [02:48:04] <clerum> I'll switch it up and send again [02:48:09] <bleathem> cool [02:48:23] <clerum> back later. [02:48:26] <bleathem> later [02:48:37] *** hannelita has quit IRC [02:48:38] <lightguard_jp> dinner time, back later [02:48:44] <bleathem> later [02:52:58] <sbryzak> now that was a hack and a half [02:53:01] <jbossbot> git [security] push develop a9bde9c.. Shane Bryzak SEAMSECURITY-64 [02:53:03] <jbossbot> jira [SEAMSECURITY-64] Provide the capability to retrieve the actual entity object when a user is created. [Open (Unresolved) Feature Request, Major, Unassigned] https://issues.jboss.org/browse/SEAMSECURITY-64 [02:53:03] <jbossbot> git [security] push develop URL: http://github.com/seam/security/compare/8a657bd...a9bde9c [02:53:07] *** lightguard_jp has quit IRC [02:53:28] <sbryzak> it would be nice if picketlink were cdi enabled [02:54:26] <johnament> it would be nice if everything were cdi enabled [02:54:36] <johnament> maven's downloading the internet [02:54:58] <sbryzak> item 2) is done now [02:55:40] <johnament> where are the items? [02:55:58] <sbryzak> seam-dev [02:56:03] <sbryzak> i can pastebin the list if you like [02:56:10] <johnament> on the email? [02:56:33] <sbryzak> e-mail with subject "Seam Hack Night - Seam Security" [02:56:33] <johnament> i have 75 unread emails currently :/ [02:57:51] <sbryzak> nice, i have about 12000 [02:58:45] *** lightguard_jp has joined #seam-dev [02:59:31] <johnament> sbryzak, I'll take #5 [03:00:06] <johnament> sbryzak, oh, bleathem and i were trying to figure out, should everyone be available to everyone for assign to? [03:00:22] <sbryzak> johnament: sounds good [03:00:25] <sbryzak> you mean in jira? [03:00:58] <johnament> yes [03:01:36] <sbryzak> yeah it should be possible to assign to anyone [03:01:57] <johnament> for example, bleathem can't assign something to me. [03:02:21] <sbryzak> what's your jira username? [03:02:24] <sbryzak> i can't see you in the list [03:02:26] <johnament> genomeprjct [03:02:34] <johnament> or [03:02:36] <johnament> no [03:02:39] <johnament> its meetoblivion [03:02:42] <jose_freitas> sbryzak, ping [03:03:35] <jose_freitas> there're some dependencies vinculated to the jboss deprecated repository [03:04:46] <sbryzak> i'm going to have to look up vinculated in the dictionary [03:05:01] *** koentsje has joined #seam-dev [03:05:28] *** Diablo-D3 has joined #seam-dev [03:06:07] <jose_freitas> http://community.jboss.org/wiki/JBossDeprecatedRepository [03:06:25] <sbryzak> johnament: SEAMSECURITY-84 assigned to you [03:06:26] <jbossbot> jira [SEAMSECURITY-84] identity.hasRole and identity.addRole do not seem to be interacting with JpaStore [Open (Unresolved) Bug, Major, John Ament] https://issues.jboss.org/browse/SEAMSECURITY-84 [03:07:54] <sbryzak> jose_freitas: are we using some of those dependencies? [03:07:58] <jose_freitas> yes [03:08:01] <jose_freitas> trove for instance [03:08:22] <sbryzak> ah, in the external security module i think [03:08:37] <jose_freitas> and it seems that jboss deprecated repo is down [03:08:44] *** akazakov has quit IRC [03:08:59] *** koentsje has quit IRC [03:09:05] <johnament> stupid trove [03:09:10] <sbryzak> hmm, no trove isn't there.. do you know where it's being used? [03:11:07] <sbryzak> ah, it's an indirect dependency [03:11:11] <jose_freitas> yes [03:11:14] <jose_freitas> is indirect [03:11:20] <jose_freitas> lemme check the dep tree [03:12:17] <sbryzak> found it [03:12:20] <sbryzak> jboss-as-client [03:12:41] <jose_freitas> hm [03:12:42] <sbryzak> it's already using 1.0.2 though [03:13:27] <jose_freitas> could we use that jboss-as-profile-client? [03:13:37] <jose_freitas> I think that it might not use trove [03:13:59] <jose_freitas> ahn, i see [03:14:04] <jose_freitas> it already uses the correct version [03:14:07] <sbryzak> that trove version is ok [03:14:22] <jose_freitas> uh huh [03:15:30] <johnament> so switch something? [03:16:21] *** gastaldi has joined #seam-dev [03:16:45] <gastaldi> Hey [03:17:05] <gastaldi> Is the seam hack happening ? [03:17:53] <gastaldi> :P [03:17:57] <sbryzak> gastaldi: yep [03:18:22] <gastaldi> How's going ? [03:18:23] <jose_freitas> I'll add jboss deprecated repo on parent [03:18:29] <jose_freitas> I added on the wrong project [03:18:30] <jose_freitas> doh [03:18:49] <gastaldi> jose_freitas: The deprecated repo is disabled [03:19:04] <gastaldi> ah [03:19:14] <gastaldi> In nexus you mean ? [03:19:26] <jose_freitas> is it, isn't? [03:19:27] <jose_freitas> damn [03:19:40] <gastaldi> :P [03:19:51] <jose_freitas> I suspected that [03:21:13] <jose_freitas> gastaldi, it's downloading from deprecated [03:21:23] <jose_freitas> we're going to be ok for now [03:21:25] <jose_freitas> :) [03:21:42] <gastaldi> Cool, I thought it was the older one [03:22:14] <gastaldi> clerum: Ping [03:22:18] <jose_freitas> johnament, [03:22:38] <jose_freitas> add the deprecated repo. you'll find it here http://community.jboss.org/wiki/MavenGettingStarted-Users [03:23:04] <johnament> i disabled the external project for now :-) [03:23:52] <jose_freitas> sbryzak, jboss-ejb-common is using trove 2.1.1 [03:24:00] <jose_freitas> ejb3* [03:24:13] <sbryzak> where is that being used? [03:24:53] <jose_freitas> jboss-as-client [03:25:03] <jose_freitas> it's ommited at the end [03:25:11] <gastaldi> I had this problem also [03:25:16] <jose_freitas> because of the conflict with 1.02 [03:25:27] <jose_freitas> but it's still needed for download [03:25:28] <gastaldi> Stupid trove [03:25:53] <sbryzak> may be alright if we update the arquillian version [03:26:21] <sbryzak> i don't have the deprecated repo set up, and it builds fine for me [03:26:25] <jose_freitas> don't think so [03:26:53] <johnament> sbryzak, you probably have a cached copy of trove from before it became deprecated [03:27:03] <johnament> rm -rf ~/.m2/repository and try [03:27:18] <gastaldi> Wow [03:27:33] <gastaldi> And wait for the entire internet [03:27:39] <gastaldi> To be downloaded [03:27:41] <gastaldi> :) [03:28:07] <gastaldi> Remove trove only [03:28:19] <sbryzak> yeah i just deleted the trove dir [03:28:57] <jose_freitas> ok, now I'm getting a testing failure, but I can live with that. [03:29:14] <jbossbot> git [security] push develop f510780.. Shane Bryzak oops, fix compiler error [03:29:14] <jbossbot> git [security] push develop URL: http://github.com/seam/security/compare/a9bde9c...f510780 [03:29:16] <sbryzak> yeah external tests are broken [03:29:18] <sbryzak> just skip them for now [03:29:21] <jose_freitas> ok [03:29:30] <jose_freitas> so, now I have everything to start [03:29:45] <jose_freitas> what we still have to do? [03:29:54] <gastaldi> sbryzak: have you fixed that solder combined issue ? [03:30:14] <gastaldi> jose_freitas: Check sbryzak email [03:30:18] <sbryzak> gastaldi: which issue was that? [03:30:23] <sbryzak> items 1) and 2) are done [03:30:30] <sbryzak> 3) is postponed [03:30:35] <gastaldi> Ah [03:30:53] <gastaldi> sbryzak: Solder-impl in dist [03:30:53] <sbryzak> john is working on 5) [03:31:01] <sbryzak> gastaldi: in the security module? [03:31:15] <gastaldi> Solder I think [03:31:25] <sbryzak> jason is working on 4) [03:31:37] <gastaldi> But better check security again :) [03:31:55] <sbryzak> 12) and 13) should be easy to do [03:32:05] <sbryzak> i haven't released solder yet [03:32:16] <sbryzak> i'll make sure that the combined jar is correctly removed before the release is done [03:32:49] <johnament> have you released jcr yet? :-) [03:33:12] <gastaldi> Yikes ! :) [03:33:36] <jose_freitas> sbryzak, 6 seems ok [03:33:42] <jose_freitas> and it has already a testcase [03:33:53] <jose_freitas> which is very nice :) [03:34:16] <sbryzak> jcr not released yet, have to release the bom and solder first [03:34:19] <jose_freitas> lemme check if I have mysql here [03:35:33] <jose_freitas> sbryzak, is it ok if I check on 6? [03:35:43] *** gastaldi has quit IRC [03:36:03] <sbryzak> jose_freitas: sure, it's yours [03:36:13] <jose_freitas> ok, downloading mysql-server [03:42:31] *** tsurdilo has joined #seam-dev [03:46:53] *** bleathem has quit IRC [03:50:11] *** daniel_hinojosa has quit IRC [03:53:42] *** edburns_away is now known as edburns [04:05:11] <johnament> sbryzak, i have to say, the model for jpa identities is confusing. [04:06:21] <sbryzak> johnament: i agree, but we're unfortunately restricted because of picketlink [04:06:37] <sbryzak> at least our identity store implementation allows a fair deal of flexibility [04:12:09] <johnament> sbryzak, should IdentityObjectRelationship.name be unique to all relationships? [04:12:56] <sbryzak> it's used just for named relationships, i.e. roles [04:13:30] <sbryzak> so for example it would contain the name of the role, if that's what the relationship is [04:13:42] <sbryzak> such as "user", "admin" etc [04:17:27] <johnament> is JBOSS_IDENTITY_MEMBERSHIP a reserved word in picketlink? [04:21:22] <sbryzak> hmm, i'm not sure [04:23:24] <johnament> sbryzak, i'm wondering if the users issue is related to using type 2 in his code (role) rather than 1 (membership) [04:24:00] <johnament> because i think if i'm reading this right you need to be in a group for the has role [04:24:20] <sbryzak> i think he pretty much copied the import script from the idmconsole example [04:24:22] <johnament> boolean hasRole(String role, String group, String groupType); [04:24:30] <johnament> no, he has that as the only change [04:25:01] <johnament> your import script (or marek's really) adds to a group, but doesn't assign a role [04:25:14] <johnament> i assume that's something that happens in the idm console [04:25:32] <sbryzak> hmm [04:25:32] <johnament> Bill's adds a role, but doesn't assign group [04:26:27] <sbryzak> one minute, i'm checking the code [04:26:36] *** daniel_hinojosa has joined #seam-dev [04:27:42] <sbryzak> you know, the PopulateDatabase class should really use the identity management API to do the populating [04:28:22] <sbryzak> the last block of code though should add the admin role to the demo user [04:28:40] <johnament> i agree [04:29:52] <johnament> hmmm i had it backwards [04:30:07] <sbryzak> so anyway, it's the code in IdmAuthenticator which is supposed to populate the identity bean with the user's roles [04:31:38] *** bdlink has quit IRC [04:33:12] <jose_freitas> I'm trying to deploy idmconsole example and I'm getting a really weird exception [04:33:17] <jose_freitas> http://pastebin.com/V7HGc1xL [04:33:30] <jose_freitas> can you guys take a look if you know something about it? [04:33:40] <jose_freitas> Caused by: java.lang.ClassFormatError: Illegal class name [04:33:47] <jose_freitas> but the class is perfectly fine [04:34:17] <johnament> what version of java are you using? [04:34:18] <sbryzak> i've never seen that before [04:34:22] <johnament> i have [04:34:29] <johnament> down grade to jdk6u22 or earlier [04:34:42] <johnament> love always, Oracle [04:35:03] <jose_freitas> damn [04:35:24] <johnament> its been on the forums a few times [04:35:28] <jose_freitas> I was so proud of my new workstation [04:35:32] <jose_freitas> hehehe [04:35:36] <johnament> yeah [04:35:39] <johnament> lucky you [04:36:56] <jose_freitas> I am at u22 [04:37:04] <jose_freitas> you mean downgrade from u22? [04:37:29] <jose_freitas> thanks btw :) [04:38:14] <johnament> probably [04:38:18] <johnament> i forget the exact version [04:38:31] <jose_freitas> ok [04:38:32] <jose_freitas> :) [04:38:36] <johnament> try 17 [04:39:35] *** edburns is now known as edburns_away [04:47:56] <johnament> sbryzak, well, i see why addRole doesn't store [04:47:57] <jose_freitas> johnament, do you think updating it to u26 would fix the problem too? [04:47:57] <jose_freitas> downgrading it seems kinda wrong hehehe [04:47:57] <jose_freitas> not that it won't fix the problem [04:47:57] <jose_freitas> I believe it will [04:47:57] *** mojavelinux has joined #seam-dev [04:47:58] *** mojavelinux has joined #seam-dev [04:48:48] <sbryzak> you mean identity.addRole() ? [04:48:48] <johnament> yes [04:48:49] <sbryzak> it doesn't, it's not supposed to store [04:48:50] <johnament> right [04:48:50] <johnament> just doing a self sanity check. [04:48:51] *** daniel_hinojosa has quit IRC [04:48:51] <johnament> jose_freitas, i don't think they fixed it in JDK6 et [04:49:01] <jose_freitas> hmm [04:49:13] <jose_freitas> ok, I'll download u17 [04:49:15] <jose_freitas> :) [04:49:49] *** tsurdilo has quit IRC [04:49:59] *** tsurdilo has joined #seam-dev [04:51:17] <johnament> oh [04:52:09] <johnament> sbryzak, what gets mapped to role type, IdentityObjectRelationshipType? [04:52:46] <sbryzak> you mean relationship type? [04:53:09] <johnament> well, findUserRoleTypes returns role types. [04:53:42] <sbryzak> is that method in JpaIdentityStore? [04:54:40] <johnament> no, role manager [04:54:47] <johnament> i assume something inside picketlink [04:55:15] <clerum> sbryzak: do you knon the @Requires if this is valid https://github.com/codylerum/faces/blob/6689b8ad4c4a966b260de223dc54be08f53dffb1/impl/src/main/java/org/jboss/seam/faces/navigation/RedirectHelper.java [04:55:28] <clerum> do you know [04:55:47] <sbryzak> johnament: it must delegate to one of the IdentityStore methods somewhere though [04:56:02] <clerum> blethem was saying on a producer, but I don't think it needs to have a producer acording to the docs [04:56:38] <sbryzak> clerum: that looks ok [04:56:51] <clerum> it deploys and runs fine [04:57:00] <clerum> but I do have Servlet in my pom [04:57:15] <clerum> k [04:57:16] <clerum> thanks [05:02:18] <sbryzak> johnament: RoleType seems to be just a wrapper for a String role name [05:04:30] <johnament> i think i need to read the picketlink apis a bit closer first [05:08:45] *** johnament has quit IRC [05:12:11] *** jose_freitas has quit IRC [05:12:50] *** lincolnthree has left #seam-dev [05:30:14] *** gastaldi has joined #seam-dev [05:33:29] *** jose_freitas has joined #seam-dev [05:34:07] <gastaldi> hey [05:34:22] <gastaldi> shoot, I arrived home just now [05:34:31] <jose_freitas> tss [05:34:50] <gastaldi> did I miss too much ? [05:36:01] <jose_freitas> dunno, I restarted the computer and I just remembered to login in irc [05:36:21] <gastaldi> :P [05:37:29] <gastaldi> sbryzak: you there ? [05:37:50] <jose_freitas> but I guess that officially the hack night has already ended [05:37:56] <jose_freitas> I'm still with item 6 though [05:38:17] <jose_freitas> just started looking at the problem actually, I was fighting with the jvm [05:40:50] <gastaldi> Just fixed SEAMSECURITY-74 ! :) [05:40:51] <jbossbot> jira [SEAMSECURITY-74] Add <distributable/> to web-fragment.xml [Open (Unresolved) Feature Request, Critical, Unassigned] https://issues.jboss.org/browse/SEAMSECURITY-74 [05:40:57] <jbossbot> git [security] push develop 279d6a8.. George Gastaldi SEAMSECURITY-74 [05:40:57] <jbossbot> git [security] push develop URL: http://github.com/seam/security/compare/f510780...279d6a8 [05:42:05] [05:43:11] <gastaldi> lightguard_jp: you there ? [05:45:13] <gastaldi> hum, no one [05:45:36] [05:45:37] <jbossbot> jira [SEAMSECURITY-69] Call to associateGroups(head, branch) does not persist the group relationship [Open (Unresolved) Bug, Major, Unassigned] https://issues.jboss.org/browse/SEAMSECURITY-69 [05:45:44] <jose_freitas> yeah [05:46:02] <gastaldi> want a help ? [05:46:35] <jose_freitas> not now, but I'll ping you [05:46:37] <gastaldi> ok [05:47:16] <gastaldi> Check if a transaction is being hold [05:47:35] <gastaldi> Like not being committed or something [05:48:19] <sbryzak> gastaldi: i'm here [05:48:24] <sbryzak> sorry was having lunch earlier [05:51:13] <gastaldi> sbryzak: can you mark as resolved SEAMSECURITY-74 ? [05:51:14] <jbossbot> jira [SEAMSECURITY-74] Add <distributable/> to web-fragment.xml [Pull Request Sent (Unresolved) Feature Request, Critical, Unassigned] https://issues.jboss.org/browse/SEAMSECURITY-74 [05:52:07] <sbryzak> gastaldi: done [05:53:11] <gastaldi> Thanks [05:53:58] <gastaldi> as for SEAMSECURITY-78 what does "Coogle" should be ? Not google I suppose [05:53:59] <jbossbot> jira [SEAMSECURITY-78] Typos in documentation [Open (Unresolved) Bug, Minor, Unassigned] https://issues.jboss.org/browse/SEAMSECURITY-78 [05:54:16] <jose_freitas> sbryzak, which idm app do you use ? [05:54:36] <sbryzak> gastaldi: yeah it should be Google [05:54:49] <sbryzak> jose_freitas: i just use the idmconsole example for testing [05:55:04] <gastaldi> There is already a Google one [05:55:32] <gastaldi> but ok [05:55:42] <gastaldi> and CustomOpenIdProvider [05:57:29] <jose_freitas> hmm... I think I'll check with you later. [05:57:33] <jose_freitas> I'm too tired. [05:57:50] <jose_freitas> catch you tomorrow guys [05:58:04] *** jose_freitas has quit IRC [05:58:40] <gastaldi> sbryzak: Just created the pull request, want me to merge it ? [05:58:48] <gastaldi> https://github.com/seam/security/pull/26/files [05:58:49] <sbryzak> yes please [05:59:04] <gastaldi> you may close it [05:59:13] <jbossbot> git [security] push develop 2998d13.. George Gastaldi SEAMSECURITY-78 [05:59:14] <jbossbot> jira [SEAMSECURITY-78] Typos in documentation [Pull Request Sent (Unresolved) Bug, Minor, Unassigned] https://issues.jboss.org/browse/SEAMSECURITY-78 [05:59:14] <jbossbot> git [security] push develop URL: http://github.com/seam/security/compare/279d6a8...2998d13 [06:03:47] *** gastaldi has quit IRC [06:11:18] *** rmartinelli has quit IRC [06:32:28] *** clerum has quit IRC [06:43:08] *** hannelita has joined #seam-dev [06:56:41] <hannelita> hey, all! I fixed some details into idmconsole [seam security example] [06:59:14] *** daniel_hinojosa has joined #seam-dev [07:13:33] *** lightguard_jp has quit IRC [07:13:34] *** hannelita has quit IRC [07:26:03] *** daniel_hinojosa has quit IRC [07:40:55] *** jharting has joined #seam-dev [07:51:40] *** hannelita has joined #seam-dev [07:55:36] *** hannelita has quit IRC [08:01:06] *** tremes has joined #seam-dev [08:05:21] *** kpiwko has joined #seam-dev [08:07:52] *** kpiwko has quit IRC [08:08:15] *** kpiwko has joined #seam-dev [08:15:57] *** sgilda has quit IRC [08:24:21] *** msmigielski has joined #seam-dev [08:24:59] *** oskutka has joined #seam-dev [08:28:45] *** msmigielski has quit IRC [08:28:49] *** sgilda has joined #seam-dev [08:33:30] *** sgilda has quit IRC [08:42:57] *** sgilda has joined #seam-dev [09:07:08] *** shervin_a has joined #seam-dev [09:12:15] *** msmigielski has joined #seam-dev [09:16:07] *** maschmid has joined #seam-dev [09:17:06] *** mgoldmann has joined #seam-dev [09:20:25] *** msmigielski has quit IRC [09:25:18] <jbossbot> git [security] push develop dbfb654.. hannelita Merge remote-tracking branch 'upstream/develop' into develop [09:25:18] <jbossbot> git [security] push develop 347ab24.. hannelita pom fix to run on AS 7 [09:25:18] <jbossbot> git [security] push develop ba4fe9e.. Shane Bryzak Merge pull request #27 from hannelita/develop... [09:25:18] <jbossbot> git [security] push develop URL: http://github.com/seam/security/compare/2998d13...ba4fe9e [09:26:08] *** msmigielski has joined #seam-dev [09:31:32] <jbossbot> git [security] push develop 2aa58ae.. LightGuard Fixed SEAMSECURITY-70... [09:31:34] <jbossbot> jira [SEAMSECURITY-70] Calling RoleManager.removeRole(Roletype rt,User u, Group g) throws an NPE [Open (Unresolved) Bug, Major, Jason Porter] https://issues.jboss.org/browse/SEAMSECURITY-70 [09:31:34] <jbossbot> git [security] push develop URL: http://github.com/seam/security/compare/ba4fe9e...2aa58ae [09:32:06] *** koentsje has joined #seam-dev [09:32:06] *** lightguard_jp has joined #seam-dev [09:32:14] <lightguard_jp> Anyone still here? [09:34:34] <lightguard_jp> Who's still here? [09:35:12] <lightguard_jp> That many huh? [09:37:37] *** flashboss has quit IRC [09:47:49] *** msmigielski has quit IRC [09:52:22] *** sgilda has quit IRC [09:54:26] *** marekn has joined #seam-dev [09:58:07] *** lightguard_jp has quit IRC [10:02:25] *** tremes has quit IRC [11:21:24] *** sannegrinovero has quit IRC [11:21:52] *** rruss has quit IRC [11:43:09] <nickarls> o/ [11:43:59] *** tkimura has quit IRC [11:52:14] *** flashboss has joined #seam-dev [11:56:00] *** flashboss1 has joined #seam-dev [11:56:00] *** flashboss has quit IRC [11:57:31] *** sgilda has joined #seam-dev [12:20:21] *** sannegrinovero has joined #seam-dev [12:27:08] *** aslak has joined #seam-dev [12:27:08] *** aslak has quit IRC [12:27:08] *** aslak has joined #seam-dev [13:18:57] *** msmigielski has joined #seam-dev [13:22:49] *** jose_freitas has joined #seam-dev [13:30:16] *** msmigielski has quit IRC [13:34:18] *** msmigielski has joined #seam-dev [13:36:10] *** jharting has quit IRC [13:39:31] *** msmigielski has quit IRC [13:43:21] *** rruss has joined #seam-dev [13:44:14] *** rruss has quit IRC [13:52:39] *** lazarotti has joined #seam-dev [13:57:53] <nickarls> stuartdouglas: another AS7 migration case, any pointers on finding out what causes http://pastebin.com/z57g0N8n ? I have only SMPC:s... [13:59:58] <stuartdouglas> can you set a breakpoint in BaseTransaction.begin and see what starts the transaction? [14:00:10] <stuartdouglas> It looks like it is being started twice [14:16:44] *** msmigielski has joined #seam-dev [14:20:11] *** msmigielski has quit IRC [14:21:18] *** msmigielski has joined #seam-dev [14:29:38] <maschmid> stuartdouglas: Hi Stuart! About SEAMCONFIG-47 ... The new behavior of the hashCode and equals is by design, the example is wrong to assume anything else, right? (if so, I will just fix the example to not use HashSet...) [14:29:39] <jbossbot> jira [SEAMCONFIG-47] Cannot hear drunken singing on AS7 final [Open (Unresolved) Bug, Major, Stuart Douglas] https://issues.jboss.org/browse/SEAMCONFIG-47 [14:31:25] <stuartdouglas> maschmid: yes, it is a bug in the example [14:31:49] <maschmid> stuartdouglas: ok, thanks! [14:31:51] *** jganoff has joined #seam-dev [14:37:51] *** kevinpollet_ has joined #seam-dev [14:37:58] *** kevinpollet_ is now known as kevinpollet [14:41:25] *** msmigielski has quit IRC [14:46:19] *** shervin_a has quit IRC [14:49:04] *** oskutka has quit IRC [14:56:45] *** alesj has joined #seam-dev [15:11:24] *** hannelita_ has joined #seam-dev [15:16:26] *** hannelita_ has quit IRC [15:16:31] *** hannelita_ has joined #seam-dev [15:20:34] *** rmartinelli has joined #seam-dev [15:22:42] *** rruss has joined #seam-dev [15:30:21] <jose_freitas> sbryzak: ping [15:31:54] *** tsurdilo has joined #seam-dev [15:52:10] *** hannelita_ has quit IRC [15:52:55] *** hannelita has joined #seam-dev [16:02:22] *** edburns_away is now known as edburns [16:09:02] *** clerum has joined #seam-dev [16:10:02] *** marekn has quit IRC [16:25:35] <clerum> alesj: on WELD-951 that should be active accross my entire deployed war? Sorry not farmilar with the difference between deployment and sum(deployment) [16:25:36] <jbossbot> jira [WELD-951] Deployment error when enabling interceptor in beans.xml if already enabled in included jar [Resolved (Won't Fix) Bug, Major, Unassigned] https://issues.jboss.org/browse/WELD-951 [16:25:40] *** mbg has joined #seam-dev [16:26:38] <alesj> clerum: yes [16:26:47] <alesj> clerum: deployment == whole app [16:26:55] <alesj> sub-deployment == war in ear [16:27:00] <alesj> or jar in ear [16:27:08] <alesj> if app == war [16:27:23] *** kpiwko has quit IRC [16:27:25] <alesj> then there is no sub-deployment, war is *the* deployment [16:27:44] <clerum> OK that should work just making sure that it wasn't just active for seam security [16:27:55] <clerum> and that it would be active for my code in my war [16:28:05] <alesj> clerum: imo, we did it wrong in AS6, as it should be per bean archive [16:28:21] <alesj> but there is no test/tck to prove us wrong [16:28:26] <alesj> hence it was done as it was [16:28:26] <clerum> even though it was activated by the beans.xml in the seam-security jar included in my war [16:28:31] <alesj> but we learned since :-) [16:28:40] <clerum> no problem [16:28:46] <clerum> it's something I can work around [16:28:47] <alesj> ok, cool [16:29:05] <alesj> glad to hear it :-) [16:29:09] <clerum> as long as it's activated accross my project it's good [16:29:25] <clerum> I'll throw some doc notes in seam security about it and as6 [16:29:36] <clerum> and in persistence [16:30:01] <alesj> yeah, like i said, AS6 != AS7/GF [16:30:05] <clerum> yep [16:30:10] <alesj> they follow the spec better [16:30:29] <clerum> I may bounce the text off you so it sounds good and promotes as7 [16:30:49] <clerum> and so I don't confuse users [16:31:13] <maschmid> clerum: Just hope you'll only need one library with the interceptor enabled, otherwise the workaround will not be that easy I guess... [16:32:27] <clerum> true...I think seam security is the only thing right now that is enabling it [16:33:12] <clerum> otherwise you would have to remove that from the seam security beans and roll your own version [16:33:55] <jbossbot> git [security] push develop 02abc79.. George Gastaldi Merge pull request #23 from maschmid/SEAMSECURITY-72... [16:33:56] <jbossbot> jira [SEAMSECURITY-72] org.jboss.seam.security.externaltest.integration.client.IntegrationTest.openIdLoginWithClaimedIdentifierAndAttributeExchangeTest fails [Pull Request Sent (Unresolved) Bug, Major, Marek Schmidt] https://issues.jboss.org/browse/SEAMSECURITY-72 [16:33:56] <jbossbot> git [security] push develop URL: http://github.com/seam/security/compare/2aa58ae...02abc79 [16:47:48] <clerum> sfwk.org and ir2 are either dead or very very slow [17:08:26] <clerum> alesj: https://gist.github.com/b25506386b4874063ca2 [17:08:32] *** maschmid has quit IRC [17:08:35] <clerum> is that accurate? [17:09:36] <alesj> clerum: yup, sounds good [17:10:59] *** kevinpollet has quit IRC [17:16:05] <clerum> thank you [17:23:26] *** mbg has quit IRC [17:24:14] *** bleathem has joined #seam-dev [17:26:53] *** flashboss1 has quit IRC [17:35:23] *** kevinpollet has joined #seam-dev [17:38:12] *** jamezp_afk is now known as jamezp [17:45:05] *** koentsje has quit IRC [17:51:41] *** maschmid has joined #seam-dev [17:53:47] *** amitev has quit IRC [17:55:58] *** hannelita has quit IRC [17:56:44] <jamezp> Looks like seamframework.org is down. Not sure if anyone here can fix that. [18:01:22] *** jganoff has quit IRC [18:01:26] *** daniel_hinojosa has joined #seam-dev [18:13:57] *** maschmid has quit IRC [18:14:20] *** mbg has joined #seam-dev [18:16:00] *** bleathem has quit IRC [18:27:01] *** lincolnthree has joined #seam-dev [18:31:26] *** hannelita has joined #seam-dev [18:32:26] *** alesj has quit IRC [18:33:04] *** tsurdilo has quit IRC [18:33:34] *** tsurdilo has joined #seam-dev [18:38:57] *** msmigielski has joined #seam-dev [18:42:34] *** akazakov has joined #seam-dev [18:46:50] *** msmigielski has quit IRC [19:03:41] *** msmigielski has joined #seam-dev [19:07:25] *** rruss has quit IRC [19:19:51] *** aslak has quit IRC [19:54:44] *** msmigielski has quit IRC [19:56:12] *** tsurdilo has quit IRC [19:56:36] *** tsurdilo has joined #seam-dev [20:02:52] *** kevinpollet has quit IRC [20:08:46] *** jxc1206 has joined #seam-dev [20:10:49] *** sannegrinovero has quit IRC [20:13:17] *** lincolnthree has quit IRC [20:13:45] *** jxc1206 has left #seam-dev [20:26:05] *** aslak has joined #seam-dev [20:29:20] *** nilian has joined #seam-dev [20:34:34] *** lincolnthree has joined #seam-dev [20:50:47] *** alesj has joined #seam-dev [20:53:24] *** kevinpollet has joined #seam-dev [20:56:31] *** msmigielski has joined #seam-dev [20:58:18] *** lightguard_jp has joined #seam-dev [21:06:39] <jose_freitas> lincolnthree: ping [21:06:43] <lincolnthree> jose_freitas: pong [21:07:27] <jose_freitas> lincolnthree: I'd like to hear your opinion about jsf not being doctype strict. It seems that this discussion didn't touch EG. [21:07:56] <lincolnthree> like HTML doctype? [21:07:59] <lincolnthree> what do you mean? [21:08:12] <jose_freitas> yes, xml/html doctype [21:08:25] *** kevinpollet has quit IRC [21:08:38] <lincolnthree> so [21:08:43] <lincolnthree> I'm not really sure what you're asking [21:08:49] <lincolnthree> but xhtml is inherently strict [21:09:06] *** mgoldmann has quit IRC [21:09:15] <lincolnthree> you mean you want jsf to verify its output before sending to browesr? [21:09:19] <jose_freitas> hm, not necesserally [21:09:29] <lincolnthree> most of the time, depending on which type you use [21:09:30] <jose_freitas> we can have xhtml doctype transictional [21:09:33] <lincolnthree> yeah [21:09:42] <jose_freitas> and for example h:form hurts some rules [21:09:45] <jose_freitas> for being strict [21:09:56] <jose_freitas> ops [21:09:58] <jose_freitas> on being strict [21:10:06] <lincolnthree> hm [21:10:13] <lincolnthree> i didn't know that [21:10:18] <lincolnthree> i would think that's an impl bug? [21:10:52] <jose_freitas> might be [21:11:23] <jose_freitas> on h:form case it's kind of a silly rule [21:11:44] <jose_freitas> but I don't know, a web application framework should consider that [21:12:21] <lincolnthree> you can add some extensions that attempt to validate output I think [21:12:33] <lincolnthree> but server-side output validation is expensive [21:12:38] <jose_freitas> take a look at this, and the links its point to: http://www.456bereastreet.com/archive/200609/no_more_transitional_doctypes_please/ [21:12:40] <lincolnthree> for development and testing it's good [21:13:22] *** jamezp is now known as jamezp_afk [21:14:23] <jose_freitas> hm [21:14:37] <jose_freitas> I'll try to touch that base [21:15:14] <lincolnthree> In fact, MyFaces may have a strict mode [21:15:17] <lincolnthree> they do lots of stuff like that [21:15:26] <jose_freitas> hm [21:15:32] <jose_freitas> I'll check on that [21:15:55] <jose_freitas> I made a jsfunit test case that checks rules that differs transitional from strict [21:17:04] *** msmigielski has quit IRC [21:18:44] <lincolnthree> you verify the output? [21:19:25] <jose_freitas> yes [21:19:50] <lincolnthree> So are you having the problem where you cannot get JSF to render valid STRICT XHTML? [21:19:59] <jose_freitas> actually, it reads the html generated [21:22:32] *** cbrock has joined #seam-dev [21:23:05] <jose_freitas> actually, I didn't have a problem [21:23:35] <lincolnthree> what's the problem? (still confused) [21:23:36] <jose_freitas> but I develop for develops here, so I was trying to make it strict so the html built is safer [21:23:43] <lincolnthree> ah [21:23:54] <jose_freitas> because I don't know what they write [21:23:57] <jose_freitas> as you don't [21:23:57] <jose_freitas> hehehe [21:23:58] <lincolnthree> have you considered using a browser plugin that does verification? [21:24:05] <lincolnthree> like Web Developer Toolbar for firefox? [21:24:08] <lincolnthree> validation* [21:24:12] <jose_freitas> nope [21:24:26] <jose_freitas> that's a nice idea [21:24:46] <lincolnthree> That's what I usually do. [21:25:19] <jose_freitas> hmm, I'll look at that [21:25:20] <jose_freitas> thanks [21:25:28] *** cbrock has quit IRC [21:26:12] <lincolnthree> Actually, I bet you could create a filter that does validation, too :) but I think something like that already exists. [21:28:28] *** cbrock has joined #seam-dev [21:31:57] *** Diablo-D3 has quit IRC [21:35:31] <jose_freitas> hmm [21:36:05] <jose_freitas> but the biggest problem is, jsf without anything fancy already breaks this validation [21:36:16] <jose_freitas> at least with mojarra [21:37:07] <jose_freitas> but I'll see how myfaces is looking to this [21:39:17] <lincolnthree> hmmm [21:39:20] <lincolnthree> that's pretty bad [21:39:24] <lincolnthree> definitely issue worthy if it's the case [21:45:08] *** mbg1 has joined #seam-dev [21:46:19] *** mbg has quit IRC [21:46:59] *** rmartinelli has quit IRC [21:49:21] *** mbg1 has quit IRC [21:52:20] *** rmartinelli has joined #seam-dev [21:52:36] *** mbg has joined #seam-dev [21:55:45] *** rmartinelli has quit IRC [22:01:13] *** cbrock has quit IRC [22:02:05] *** cbrock has joined #seam-dev [22:02:05] *** cbrock has joined #seam-dev [22:06:15] *** cbrock has quit IRC [22:09:37] *** jamezp_afk is now known as jamezp [22:18:29] *** lazarotti has quit IRC [22:47:40] *** nilian has quit IRC [22:58:33] *** lightguard_jp has quit IRC [22:58:36] *** cbrock has joined #seam-dev [22:59:59] *** stuartdouglas has quit IRC [23:00:57] *** stuartdouglas has joined #seam-dev [23:02:56] *** alesj has quit IRC [23:16:16] *** lazarotti has joined #seam-dev [23:16:46] *** lazarotti has quit IRC [23:22:20] <jbossbot> git [config] push develop 73f85fb.. Marek Schmidt SEAMCONFIG-47 fix princess rescue example [23:22:21] <jbossbot> jira [SEAMCONFIG-47] Cannot hear drunken singing on AS7 final [Pull Request Sent (Unresolved) Bug, Major, Marek Schmidt] https://issues.jboss.org/browse/SEAMCONFIG-47 [23:22:22] <jbossbot> git [config] push develop 12c25e6.. Stuart Douglas Merge pull request #9 from maschmid/SEAMCONFIG-47... [23:22:22] <jbossbot> git [config] push develop URL: http://github.com/seam/config/compare/9a7a3d4...12c25e6 [23:25:41] *** mbg has quit IRC [23:32:32] *** jose_freitas has quit IRC [23:32:38] *** sannegrinovero has joined #seam-dev [23:38:13] *** lazarotti has joined #seam-dev [23:39:33] *** lazarotti has quit IRC [23:43:37] *** cbrock has quit IRC [23:43:42] *** lazarotti has joined #seam-dev [23:45:37] *** tsurdilo has quit IRC [23:48:35] *** tsurdilo has joined #seam-dev