March 29, 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:47] *** sannegrinovero has joined #seam-dev
[00:01:48] *** sannegrinovero has joined #seam-dev
[00:06:20] *** alesj has joined #seam-dev
[00:09:56] *** aslak has quit IRC
[00:10:43] *** wdrai has left #seam-dev
[00:12:57] <bleathem> 65 views of my Faces/Security blog so far
[00:13:04] <bleathem> That's pretty good!
[00:13:16] <bleathem> at least for one of my blog posts :P
[00:18:12] <lightguard_jp> Hehe
[00:20:12] *** cbrock has quit IRC
[00:20:24] *** lincolnthree has quit IRC
[00:22:39] *** jose_freitas has joined #seam-dev
[00:26:49] *** cbrock has joined #seam-dev
[00:26:49] *** cbrock has quit IRC
[00:26:49] *** cbrock has joined #seam-dev
[00:39:22] *** josefreitas has joined #seam-dev
[00:41:35] *** jose_freitas has quit IRC
[00:41:40] *** josefreitas is now known as jose_freitas
[01:00:18] *** bleathem has quit IRC
[01:03:21] <daniel_hinojosa> Good stuff bleathem, the one from last night?
[01:06:29] <jose_freitas> does anyone know about seam-cron?
[01:06:40] <PeteRoyle> yo
[01:06:47] <PeteRoyle> that'll be me
[01:06:47] <jose_freitas> hey PeteRoyle
[01:06:52] <PeteRoyle> hi jose_freitas
[01:06:58] <jose_freitas> is it still on Alpha1?
[01:07:13] <PeteRoyle> yeah. It's barely been touched since about 2009 I think
[01:07:20] <jose_freitas> hm
[01:07:22] <PeteRoyle> I'm goingto get back into it soon
[01:07:30] <sbryzak> bleathem: what's the url for your blog? i'll tweet it
[01:08:08] <jose_freitas> nice, ty
[01:09:06] <jose_freitas> sbryzak: http://goo.gl/SxM6i
[01:09:09] <lightguard_jp> sbryzak: http://goo.gl/SxM6i
[01:09:13] <lightguard_jp> lol
[01:09:15] <jose_freitas> lol
[01:09:32] <lightguard_jp> Brian tweeted it maybe eight or nine hours ago
[01:13:51] <jose_freitas> btw lightguard_jp, people really like seam-catch
[01:14:37] <jose_freitas> it seems to catch their souls
[01:14:38] <jose_freitas> hehehe
[01:21:21] *** lightguard_jp has quit IRC
[01:24:35] <Diablo-D3> blergh
[01:24:41] <Diablo-D3> I took a break
[01:24:54] <Diablo-D3> so, does seam 3 support the c namespace at all?
[01:25:22] *** tsurdilo has quit IRC
[01:30:28] <jose_freitas> c namespace?
[01:30:45] <Diablo-D3> xmlns:c="http://java.sun.com/jstl/core"
[01:30:46] <jose_freitas> you might want to ask at JSF forums
[01:31:02] <jose_freitas> this is not about seam
[01:31:15] *** alesj has left #seam-dev
[01:31:19] <Diablo-D3> jose_freitas: well, what provides this then?
[01:31:53] <jose_freitas> you probably need jstl jar
[01:31:59] <jose_freitas> on your classpath
[01:32:58] <Diablo-D3> ahh
[01:33:01] <Diablo-D3> Ill try that tommorow
[01:33:03] <Diablo-D3> Im dead tired
[01:33:04] <Diablo-D3> night all
[01:33:53] *** jganoff has joined #seam-dev
[01:39:21] *** Diablo-D3 has quit IRC
[01:39:36] *** sannegrinovero has quit IRC
[01:42:15] *** josefreitas has joined #seam-dev
[01:43:55] <josefreitas> PeteRoyle: are you familiar with EJB timers?
[01:44:01] *** cbrock has quit IRC
[01:44:17] <PeteRoyle> no
[01:44:28] *** jose_freitas has quit IRC
[01:45:04] <PeteRoyle> (but go on ... :) )
[01:45:30] <josefreitas> well, it's just something I crossed on trying to use it
[01:45:54] <josefreitas> when I restart app, my timer's accumulating instances
[01:46:35] <josefreitas> first time I had one ejb, then I restarted server and it invkoed 2 instances
[01:46:44] <josefreitas> one more restart and it started to invoke 3 times
[01:47:03] <PeteRoyle> awesome
[01:47:24] <josefreitas> it seems a bug on jboss
[01:47:49] <josefreitas> does seam-cron uses quartz?
[01:47:54] <PeteRoyle> yeah
[01:47:54] <josefreitas> use*
[01:47:56] <josefreitas> nice
[01:48:02] <PeteRoyle> is it? :)
[01:48:11] <josefreitas> yeap :)
[01:48:20] <PeteRoyle> ait :)
[01:48:33] <PeteRoyle> so how does EJB Timers fit into this?
[01:48:43] <PeteRoyle> (the issue)
[01:48:57] <josefreitas> well, I'm using EJB
[01:49:12] <josefreitas> and I have a method that should be invoked like each 5 minutes
[01:49:27] <josefreitas> so first time it invoked fine
[01:49:34] <josefreitas> then I restarted
[01:49:48] <josefreitas> and on minute *5 it invoked 2 times
[01:50:20] <PeteRoyle> is the @Observes Every .. on a method in your EJB, or on a POJO which @Injects the EJB?
[01:50:51] <josefreitas> not using observes
[01:51:01] <josefreitas> I'm just using the ejb annotation
[01:51:26] <josefreitas> well, don't worry.
[01:51:32] <josefreitas> it's just a test
[01:51:39] <josefreitas> got to go now
[01:51:44] *** josefreitas has quit IRC
[01:51:47] <PeteRoyle> k, sorry I couldn't help
[01:53:40] *** johnament has joined #seam-dev
[02:00:45] <johnament> daniel_hinojosa: ping
[02:02:48] <daniel_hinojosa> johnament: boing buum tshack
[02:03:01] <daniel_hinojosa> haha
[02:03:06] <johnament> http://docs.jboss.org/seam/3/jms/snapshot/reference/en-US/html_single/#overview
[02:03:42] <daniel_hinojosa> already?
[02:04:00] <daniel_hinojosa> oh 1.2
[02:04:39] <johnament> yeah.
[02:04:43] <daniel_hinojosa> Message Received (TopicSubscriber/QueueReceiver doesn't have a )
[02:04:44] <johnament> i didn't even realize they were in there.
[02:04:56] <daniel_hinojosa> oh did I miss it?
[02:05:01] <daniel_hinojosa> or is that new
[02:05:15] <johnament> no, was there.
[02:05:18] <daniel_hinojosa> damn
[02:05:20] <daniel_hinojosa> sorry about that
[02:05:28] <johnament> i didn't realize it was there either :-)
[02:05:35] <daniel_hinojosa> I only had 1 cup of coffee when I was there
[02:05:44] <daniel_hinojosa> don't forget the close paren
[02:05:48] <johnament> i went to got write a definition for egress and ingress in the doc and was like "dammit"
[02:05:50] <daniel_hinojosa> I didn't see that the first time either
[02:05:51] <johnament> yep, got that.
[02:05:54] <daniel_hinojosa> ok
[02:05:58] <daniel_hinojosa> haha
[02:06:14] <johnament> also, i don't see a 4.3.1
[02:06:31] <daniel_hinojosa> checking
[02:07:25] <daniel_hinojosa> that's because I was requesting 4.3.1
[02:07:35] <daniel_hinojosa> so as to complement 4.2.1
[02:07:43] <johnament> oh
[02:08:05] <daniel_hinojosa> See you have 4.2 Routing from CDI to JMS with a nice Usage
[02:08:14] <johnament> OH
[02:08:19] <daniel_hinojosa> and 4.3 you CDI from JMS and no usage
[02:08:25] <daniel_hinojosa> ;)
[02:08:30] <johnament> well, there is usage
[02:08:37] <johnament> its just not clear and completely wrong.
[02:08:39] <daniel_hinojosa> a 4.3.1 would be awesome
[02:08:49] <daniel_hinojosa> ok
[02:14:05] <daniel_hinojosa> johnament: I am going to swim some laps
[02:14:26] <daniel_hinojosa> johnament: Don't hate me too much on my comments on the last chapter. ;)
[02:14:38] <daniel_hinojosa> johnament: brb
[02:15:02] <johnament> daniel_hinojosa: nah, like i mentioned, i've been head first in this code for months now, I know too much about it.
[02:18:53] *** ssachtleben has quit IRC
[02:22:59] *** gastaldi has joined #seam-dev
[02:23:12] <johnament> hey gastaldi
[02:23:15] <gastaldi> hey
[02:24:22] <gastaldi> johnament: Care to look on that Resolver issue again ?
[02:24:30] <gastaldi> Repository Resolver
[02:25:19] 
[02:25:22] <gastaldi> :)
[02:26:45] 
[02:28:39] <gastaldi> johnament: How should we use the @ExtensionManaged annotation ?
[02:39:57] <johnament> gastaldi: conversation scoped javax.jcr.sessions
[02:42:58] <jbossbot> git [jms] push master 0babbc8.. John Ament Cleaned up documentation after review w/ Daniel H.
[02:42:58] <jbossbot> git [jms] push master URL: http://github.com/seam/jms/compare/b37e31c...0babbc8
[02:43:04] <gastaldi> I added a pull request: https://github.com/seam/jcr/pull/16
[02:43:18] <gastaldi> To integrate my code refactoring
[02:43:43] <gastaldi> That removes the qualifier from JcrConfiguration and another code cleanups
[02:43:53] <johnament> gastaldi: so you created, then removed, extension managed from producers?
[02:45:02] <johnament> gastaldi: it looks like you didn't add RepositoryResolver to source
[02:45:45] <gastaldi> The RepositoryResolver is there for me
[02:46:00] <gastaldi> I renamed from RepositorySessionProducer
[02:46:36] <johnament> when i search for RepositoryResolver.java in your diff, I get nothing.
[02:47:10] 
[02:47:43] <johnament> did you do a git add . ?
[02:47:49] <gastaldi> yup
[02:49:08] <johnament> weird.
[02:49:49] <johnament> yeah i see it in your repo.
[02:50:03] <gastaldi> yeah, very strange
[02:50:08] <johnament> oh
[02:50:12] <johnament> its in a separate commit
[02:50:53] <gastaldi> I have 5 commits total on this merge
[02:52:06] <jbossbot> git [jcr] push master 2ec6468.. George Gastaldi Added @ExtensionManaged to producer methods
[02:52:06] <jbossbot> git [jcr] push master 85c4a03.. George Gastaldi Removed annotation
[02:52:07] <jbossbot> git [jcr] push master 5edff9d.. George Gastaldi Added RepositoryResolver
[02:52:07] <jbossbot> git [jcr] push master 590a12a.. George Gastaldi Added Repository Resolver
[02:52:07] <jbossbot> git [jcr] push master 00e9d02.. George Gastaldi Merge branches 'repository-resolver' and 'master'
[02:52:07] <jbossbot> git [jcr] push master URL: http://github.com/seam/jcr/compare/d52bf20...00e9d02
[02:52:39] <gastaldi> great, did you find the RepositoryResolver now ?
[02:52:43] <johnament> yes
[02:52:47] <johnament> just blind
[02:52:51] <gastaldi> :) nop
[02:53:17] <gastaldi> There are some stuff to be done yet in RepositoryResolver
[02:53:28] <gastaldi> This is only the initial refactor
[02:53:53] <gastaldi> so that tests are still passing and no major change is done
[02:57:49] <johnament> i look forward to it
[03:02:34] <gastaldi> johnament: Heard of anything already using Seam JCR ?
[03:02:39] <gastaldi> anyone
[03:04:17] <johnament> source forge says 7 downloads
[03:04:23] <johnament> most of them are probably me
[03:04:46] <gastaldi> :)
[03:04:53] <johnament> http://sourceforge.net/projects/jboss/files/Seam/JCR/3.0.0.Alpha1/seam-jcr-3.0.0.Alpha1.zip/stats/map
[03:04:57] <johnament> interesting
[03:05:03] <johnament> korea loves jcr i suppose?
[03:05:17] <gastaldi> lol
[03:05:20] <gastaldi> guess so
[03:05:32] <johnament> though something's definitely up - i'm not on windows
[03:07:02] 
[03:07:42] <johnament> US
[03:08:01] <gastaldi> So we pleased Chinese, Korean and Australian people I guess :)
[03:08:19] <gastaldi> And a Spanish one also
[03:09:00] <johnament> australia's probably shane
[03:09:06] <johnament> make sure it got there right
[03:09:17] <gastaldi> certainly
[03:09:24] <stuartdouglas> I would assume most people would get it through maven instead of sourceforge
[03:09:35] <johnament> that's what i figure.
[03:09:46] <johnament> does nexus give us any stats?
[03:10:50] *** bleathem has joined #seam-dev
[03:11:50] <johnament> its good we found that big issue with faces module
[03:11:57] *** bleathem has quit IRC
[03:12:03] *** bleathem has joined #seam-dev
[03:12:04] <johnament> darn
[03:12:18] <bleathem> oh noes, a big issue!
[03:12:38] <johnament> :-)
[03:12:49] <gastaldi> lol
[03:13:09] <gastaldi> bleathem is having a red bull to solve that
[03:13:22] <bleathem> The only problem johnament has with the Faces module, is it isn't spelled with the letters "J" "M" nor "S"
[03:13:34] <johnament> just needs to start with J
[03:13:38] <gastaldi> lol
[03:13:40] <gastaldi> JFaces
[03:13:52] <johnament> John... JCR... JMS
[03:13:56] <gastaldi> haha
[03:14:16] <johnament> maybe i'll just switch my primary to .net
[03:14:32] <bleathem> .not?
[03:14:39] <johnament> :/
[03:14:45] <johnament> i wrote a handheld app in an hour.
[03:15:20] <gastaldi> Too bad is does not run on Android :)
[03:15:45] <johnament> don't you use an iphone?
[03:15:46] <bleathem> Have you tried Android development johnament?
[03:15:51] <gastaldi> Yup
[03:15:54] <gastaldi> IPhone rules
[03:16:11] <johnament> bleathem: a while ago, back in 1.1 days
[03:16:15] <gastaldi> (except for the auto spelling crap)
[03:16:44] <johnament> bleathem: this is for wireless guns - run windows ce.  not many options
[03:17:06] <bleathem> wireless guns? as in bang bang guns?
[03:17:10] <johnament> no
[03:17:18] <gastaldi> haha
[03:17:20] <bleathem> canner things then?
[03:17:23] <bleathem> ^scanner
[03:17:27] <johnament> you ever seen in a grocery, people walking around w/ large bricks on a stick
[03:17:28] <johnament> yeah
[03:17:46] <bleathem> I wonder when android will permeate that market
[03:17:48] <gastaldi> hum, I programmed to that
[03:17:48] <johnament> i dunno. its been forever since i last touched swing too
[03:17:58] <bleathem> swing is dead
[03:18:05] <bleathem> javafx is the new client java
[03:18:15] <gastaldi> I doubt javafx will survive
[03:18:17] <johnament> javafx is just a rebranded swing now
[03:18:26] <johnament> with better controls
[03:18:46] <bleathem> much better controls
[03:18:58] <bleathem> and no AWT, nor Java2D
[03:19:03] <bleathem> just OpenGL
[03:19:07] <bleathem> via prism
[03:19:13] <johnament> i played with the older java fx.
[03:19:15] <gastaldi> We could have a Seam JavaFX Module (or an extension to Seam Faces module) huh ?
[03:19:24] <bleathem> I want to see a JSF VDL for JavaFX
[03:19:38] <johnament> well, weld se should be able to wrap it
[03:19:56] <bleathem> yeah, integrate with what we are doing for SE
[03:20:00] <PeteRoyle> Yep, I've tried it
[03:20:08] <gastaldi> PeteRoyle: Any luck ?
[03:20:18] <johnament> PeteRoyle: the new 2.0 stuff?
[03:20:58] <PeteRoyle> (just checking, it was a while ago...)
[03:21:13] <gastaldi> is sbryzak online ?
[03:21:37] <johnament> no
[03:21:43] <johnament> he's probably sleeping
[03:21:50] <gastaldi> :(
[03:21:54] <johnament> he's been working non stop on releases lately
[03:21:59] <gastaldi> yeah, I see
[03:22:12] 
[03:22:22] <johnament> well, it's all out there in staging
[03:22:25] <johnament> i think
[03:22:38] <gastaldi> Will it be included on EAP packages ?
[03:22:50] <johnament> seam 3?
[03:22:51] <bleathem> jaohnament, did you buy a github mog?
[03:22:53] <gastaldi> yeah
[03:22:54] <bleathem> ^mug?
[03:23:05] <gastaldi> haha, geek style ! :)
[03:23:13] <johnament> bleathem: yes
[03:23:15] <gastaldi> cool stuff tough
[03:23:17] <bleathem> right on
[03:23:18] <gastaldi> though
[03:23:46] <johnament> i'm stealing faces! https://repository.jboss.org/nexus/content/groups/staging/org/jboss/seam/faces/seam-faces/3.0.0.Final/
[03:24:00] <PeteRoyle> It's hard to tell, but looks like it was probably JavaFX 1.2
[03:24:18] <johnament> catch me if you can! https://repository.jboss.org/nexus/content/groups/staging/org/jboss/seam/catch/seam-catch/3.0.0.Final/
[03:24:52] <johnament> PeteRoyle: i was tinkering with it last summer.  they couldn't create a stable API
[03:25:09] <gastaldi> Where is jboss-seam-pdf ?
[03:25:27] <johnament> i would read a tutorial, then go to try it and be like "but it's not here... ?"
[03:25:42] <johnament> gastaldi: 2.2x?
[03:25:45] <gastaldi> yup
[03:25:50] <gastaldi> 2.2.1
[03:26:17] <johnament> time for bed.
[03:26:23] *** johnament has quit IRC
[03:26:38] <gastaldi> :P
[03:32:15] <gastaldi> gotta go
[03:32:18] <gastaldi> Bye everyone
[03:32:29] *** gastaldi has quit IRC
[04:01:25] *** PeteRoyle has quit IRC
[04:17:57] *** gastaldi has joined #seam-dev
[04:27:02] *** gastaldi has quit IRC
[04:32:37] *** kuuyee has joined #seam-dev
[04:34:05] *** PeteRoyle has joined #seam-dev
[04:35:15] *** lincolnthree1 has joined #seam-dev
[04:35:23] <lincolnthree1> hey mojavelinux, yt?
[04:49:04] *** rruss has quit IRC
[04:49:40] *** rruss has joined #seam-dev
[04:51:36] <jbossbot> git [forge] push master 7ac1774.. Lincoln Baxter III Plugin classpath isolation, hotloading and swapping works on all OS's. Filled out docbook plugin installation guide. DependencyResolver API/SPI is in place.
[04:51:36] <jbossbot> git [forge] push master URL: http://github.com/seam/forge/compare/03e4feb...7ac1774
[05:06:25] *** daniel_hinojosa has quit IRC
[05:06:28] *** leivhe has quit IRC
[05:06:28] *** bleathem has quit IRC
[05:06:29] *** nickarls has quit IRC
[05:06:29] *** clerum has quit IRC
[05:06:32] *** mojavelinux has quit IRC
[05:06:37] *** PeteRoyle has quit IRC
[05:06:37] *** kuuyee has quit IRC
[05:06:37] *** lincolnthree1 has quit IRC
[05:06:39] *** rruss has quit IRC
[05:06:39] *** jganoff has quit IRC
[05:06:42] *** hugod_ has quit IRC
[05:06:42] *** ChanServ has quit IRC
[05:06:43] *** stuartdouglas has quit IRC
[05:06:43] *** jbott has quit IRC
[05:06:44] *** oranheim has quit IRC
[05:06:45] *** jbossbot has quit IRC
[05:06:46] *** bobmcw has quit IRC
[05:06:46] *** sbryzak has quit IRC
[05:18:02] *** ChanServ has joined #seam-dev
[05:18:02] *** jganoff has joined #seam-dev
[05:18:02] *** kuuyee has joined #seam-dev
[05:18:02] *** PeteRoyle has joined #seam-dev
[05:18:02] *** lincolnthree1 has joined #seam-dev
[05:18:02] *** rruss has joined #seam-dev
[05:18:02] *** clerum has joined #seam-dev
[05:18:02] *** barjavel.freenode.net sets mode: +o ChanServ
[05:18:22] *** mojavelinux has joined #seam-dev
[05:18:22] *** barjavel.freenode.net sets mode: +o mojavelinux
[05:18:33] *** oranheim has joined #seam-dev
[05:18:33] *** jbossbot has joined #seam-dev
[05:18:44] *** stuartdouglas has joined #seam-dev
[05:18:44] *** jbott has joined #seam-dev
[05:18:52] *** leivhe has joined #seam-dev
[05:19:50] *** daniel_hinojosa has joined #seam-dev
[05:20:03] *** bleathem has joined #seam-dev
[05:20:03] *** nickarls has joined #seam-dev
[05:20:10] *** bobmcw has joined #seam-dev
[05:20:10] *** sbryzak has joined #seam-dev
[05:20:10] *** barjavel.freenode.net sets mode: +o sbryzak
[05:31:20] *** clerum has quit IRC
[05:34:00] *** lincolnthree1 has left #seam-dev
[05:34:09] *** daniel_hinojosa has quit IRC
[05:35:26] *** daniel_hinojosa has joined #seam-dev
[05:50:49] <kuuyee> i can't login https://translate.jboss.org, what's wrong?
[06:34:37] <bleathem> I'm having one of those "this code will never work" moments...
[06:37:47] <bleathem> ... and it doesn't!
[06:38:27] <bleathem> that feeling is never wrong, but I always feel compelled to check!
[06:39:31] *** jganoff has quit IRC
[06:43:00] *** ringerc has joined #seam-dev
[07:01:37] *** kuuyee has quit IRC
[07:09:25] *** daniel_hinojosa has quit IRC
[07:10:13] *** kuuyee has joined #seam-dev
[07:43:36] *** jharting has joined #seam-dev
[07:44:47] * nickarls wakes up and notices he has missed the party, as usual
[07:54:22] *** oskutka has joined #seam-dev
[07:57:38] *** daniel_hinojosa has joined #seam-dev
[07:59:15] <mojavelinux> the party never ends, it just goes into a dream state
[07:59:42] <mojavelinux> I'm not paying for cable anymore, I'm just going to read this backlog :)
[08:00:22] <mojavelinux> There will be a new show. $%#! the seam devs say
[08:00:24] <mojavelinux> hahah
[08:03:02] <nickarls> apparently a stand-up comic show on now
[08:04:07] *** mgencur has joined #seam-dev
[08:04:59] <nickarls> ngh, need to conf eclipse to ignore certain imports, imported wrong MDC.class (of 4 alternatives)
[08:05:09] <nickarls> takes some time finding bugs like that
[08:17:25] <nickarls> how can I have jboss-logging on the CP? I don't see it anywhere in the maven deps.
[08:20:11] <bleathem> it's in the jboss nexus repo
[08:20:18] <bleathem> do you have that repo configured?
[08:27:13] <daniel_hinojosa> Is someone here going to speak at OSCON?
[08:27:21] <daniel_hinojosa> 30 minutes left
[08:27:43] <bleathem> nickarls one of: https://repository.jboss.org/nexus/content/groups/
[08:27:54] <bleathem> nope, not me at OSCON
[08:27:59] <bleathem> are you?
[08:28:07] <daniel_hinojosa> yeah but for Scala Testing
[08:28:13] <daniel_hinojosa> anyone representing Seam 3?
[08:28:20] <bleathem> nice, your two specialties combined in one!
[08:28:38] <daniel_hinojosa> yeah!  I am not too pro on CDI/Seam3
[08:28:38] <bleathem> That's be like if I gave a talk on JSF and beer
[08:28:47] <daniel_hinojosa> haha
[08:28:53] <daniel_hinojosa> I like beer too
[08:28:58] <bleathem> lol
[08:29:14] <daniel_hinojosa> of course being drunk and talking about code is a bad mix
[08:29:18] <bleathem> You have to be one of the few people pushing on Scala and CDI though
[08:29:33] <daniel_hinojosa> I found a weird fold
[08:29:38] <bleathem> very true - right time an place for everything
[08:29:54] <daniel_hinojosa> ping mojavelinux
[08:30:02] <bleathem> lights out for me!
[08:30:05] <daniel_hinojosa> ok
[08:30:06] *** bleathem has quit IRC
[08:32:02] <daniel_hinojosa> sbryzak: yt?
[08:38:04] <nickarls> bleathem: I only see old seam stuff in that staging repo. Or am just looking in the wrong place?
[08:42:11] <daniel_hinojosa> nickarls: he went bye bye
[08:42:29] <daniel_hinojosa> nickarls: too much beer he said ;)
[08:42:55] *** koentsje has joined #seam-dev
[08:42:58] *** mgoldmann has joined #seam-dev
[08:43:48] *** marekn has joined #seam-dev
[08:48:59] *** koentsje has left #seam-dev
[08:50:35] <sbryzak> i'm here
[08:51:27] *** daniel_hinojosa has quit IRC
[08:53:48] <jbossbot> git [dist] push master 99c967d.. Shane Bryzak updated versions
[08:53:48] <jbossbot> git [dist] push master URL: http://github.com/seam/dist/compare/b3c5025...99c967d
[09:04:04] *** PeteRoyle has quit IRC
[09:27:40] <nickarls> shane: what's the url to the staging repo? I only found old ones in the jboss nexus
[09:30:14] <oranheim> security depends on persistence, does that mean it is required for jboss 6 deployment? may i exlude it?
[09:30:37] <sbryzak> nickarls: https://repository.jboss.org/nexus/content/groups/staging
[09:30:56] *** aslak has joined #seam-dev
[09:30:56] *** aslak has quit IRC
[09:30:56] *** aslak has joined #seam-dev
[09:31:38] <sbryzak> oranheim: persistence is only required if you're using the management action beans
[09:33:07] <oranheim> sbryzak: ok, i see
[09:33:48] *** shervin_a has joined #seam-dev
[09:34:31] <oranheim> sbryzak: another Q, do we have a any explaination on how the veiwconfig and resource security works? i don't find any examples or details in jira. So, the would possibly be; read the sources...
[09:35:04] <oranheim> sbryzak: s/the would/the answer would/g :)
[09:35:16] <sbryzak> view config should be covered in the faces module docs
[09:35:28] <sbryzak> and a good writeup on brian's blog
[09:35:57] *** epbernard has joined #seam-dev
[09:35:57] *** epbernard is now known as emmanuel
[09:36:55] <nickarls> shane: https://repository.jboss.org/nexus/content/groups/staging/jboss/jboss-seam/ is apparently wrong
[09:37:28] <oranheim> nickarls: staging/org/jboss would do
[09:37:43] <sbryzak> nickarls: https://repository.jboss.org/nexus/content/groups/staging/org/jboss/seam/
[09:42:54] <nickarls> ah, thanks. there are a few places where you can go wrong on the way down
[09:43:19] <nickarls> jboss/seam, org/jboss/jboss-seam etc
[09:44:03] <oranheim> sbryzak: do you have the url for brian's blog?
[09:45:00] <sbryzak> yep, i tweeted it... let me find it
[09:45:09] <sbryzak> http://goo.gl/SxM6i
[09:46:21] <oranheim> sbryzak: cheers... found it on twiitter too :)
[09:47:03] <sbryzak> cool :)
[09:55:30] <nickarls> does security/viewconfig have the "capture location" feature that seam 2 had?
[09:57:57] <sbryzak> i'm not sure if brian got around to implementing that
[10:01:41] *** kpiwko has joined #seam-dev
[10:12:07] <nickarls> I haven't looked at the implementation but I assume the ViewConfig data is parsed into some storage that can be manipulated later?
[10:12:31] <nickarls> I'm looking to populate the same stuff from DB
[10:12:52] <sbryzak> for sure
[10:13:10] <sbryzak> the aim is to support multiple sources for configuration
[10:13:18] <sbryzak> i.e. <f:metadata>, enums, etc
[10:13:29] <sbryzak> so using a DB shouldn't be a problem
[10:15:00] *** aslak has quit IRC
[10:16:02] *** aslak has joined #seam-dev
[10:21:40] *** PeteRoyle has joined #seam-dev
[10:31:09] *** pmuir has joined #seam-dev
[10:40:50] *** PeteRoyle has quit IRC
[10:41:26] *** PeteRoyle has joined #seam-dev
[10:44:22] *** PeteRoyle has quit IRC
[10:57:50] *** PeteRoyle has joined #seam-dev
[11:01:25] *** PeteRoyle has quit IRC
[11:04:39] *** alesj has joined #seam-dev
[11:18:00] *** sannegrinovero has joined #seam-dev
[11:18:01] *** sannegrinovero has joined #seam-dev
[11:19:38] *** PeteRoyle has joined #seam-dev
[11:21:37] *** Diablo-D3 has joined #seam-dev
[11:22:14] *** Royle has joined #seam-dev
[11:22:17] * Diablo-D3 HAS RETURNED
[11:22:42] *** Royle has quit IRC
[11:22:43] <Diablo-D3> okay so, let me get this straight
[11:23:32] <Diablo-D3> jstl tags are ran once during the compile stage, so it is pre-evaluated at render?
[11:23:37] *** rruss has quit IRC
[11:26:20] *** PeteRoyle has quit IRC
[11:40:44] *** pmuir has quit IRC
[11:47:36] *** PeteRoyle has joined #seam-dev
[11:56:30] *** pmuir has joined #seam-dev
[12:08:28] *** kuuyee has quit IRC
[12:08:28] *** aslak has quit IRC
[12:12:23] *** aslak has joined #seam-dev
[12:13:19] <nickarls> any Catch wizards around?
[12:19:43] *** PeteRoyle has quit IRC
[12:30:56] <jbossbot> git [social] push master 470cdcf.. Antoine Sabot-Durand Clean useless import
[12:30:57] <jbossbot> git [social] push master 9389291.. Antoine Sabot-Durand Fix Jaxb Unmarshaller for LinkedIn request
[12:30:57] <jbossbot> git [social] push master 2c362d9.. Antoine Sabot-Durand Correcting SCM mention in pom.xml
[12:30:57] <jbossbot> git [social] push master 371902c.. Antoine Sabot-Durand Managing multiple services
[12:30:57] <jbossbot> git [social] push master 0d5fbd1.. Antoine Sabot-Durand Correcting bad mapping for LinkedIn UserProfile
[12:30:57] <jbossbot> git [social] push master 7aa08a0.. Antoine Sabot-Durand LinkedIn Update is working
[12:30:58] <jbossbot> git [social] push master URL: http://github.com/seam/social/compare/df32327...7aa08a0
[12:35:00] *** emmanuel has quit IRC
[12:41:48] *** maschmid has joined #seam-dev
[12:43:05] *** PeteRoyle has joined #seam-dev
[12:49:11] *** PeteRoyle has quit IRC
[13:14:02] *** oskutka has quit IRC
[13:18:05] *** oskutka has joined #seam-dev
[13:22:57] *** jose_freitas has joined #seam-dev
[13:23:09] <jose_freitas> morning
[13:24:55] <Diablo-D3> hey jose_freitas
[13:25:14] *** shervin_a has quit IRC
[13:25:32] <Diablo-D3> c tags are evaluated when the page is compiled right?
[13:26:46] <jose_freitas> yeap
[13:27:02] <Diablo-D3> its still executed every page view, right?
[13:27:10] <Diablo-D3> like, I have a c:set, it still sets it every time, right?
[13:27:27] <jose_freitas> I suppose so
[13:27:53] <Diablo-D3> maybe I should just write a named bean and just have it do it =/
[13:35:03] *** sannegrinovero is now known as sanne
[13:47:24] <marekn> sanne: ping, hi Sanne, could I ask you something wrt hsearch?
[13:47:35] <sanne> hi marekn, sure!
[13:48:23] <marekn> sanne: if I got Use of @AnalyzerDef while Solr is not present in the classpath. Add apache-solr-analyzer.jar
[13:48:23] <marekn>  what dependency I need to add? GAV in case of Hsearch 3.1.1
[13:49:12] <marekn> sanne: I haven't found apache-solr-analyzer in maven central
[13:49:24] <sanne> marekn, to use @AnalyzerDef, Solr is mandatory..
[13:49:44] <sanne> ah you're missing a dependency?
[13:49:49] <marekn> sanne: you mean solr-core or another
[13:49:53] <sanne> solr-core
[13:50:12] <sanne> ah for the analyzer package, that's messy as they changed name three times.
[13:50:39] <sanne> you're not using the maven dependencies of the Search version you use? Or are you overriding the Lucene / Solr versions?
[13:51:58] <marekn> sanne: I am using maven deps and have solr-core and its deps in classpath
[13:52:26] <marekn> sanne: but it still complaints about it
[13:52:45] <sanne> marekn, ok then you don't have "mandatory" dependencies, it should work. But using @AnalyzerDef you can define analyzers which are in other packages.
[13:53:13] <sanne> marekn, so you should check which Tokenizer and Filters you're using. Technically, you could use from any package, including self-written extensions.
[13:54:08] <marekn> sanne: ok, so the error message in exception is misleading ;-)
[13:54:25] <sanne> you have "solr-common" ?
[13:54:54] <sanne> btw 3.1.1 is veeery old.. what's this for?
[13:55:35] <marekn> sanne: I have these http://pastebin.com/cBvEpFx6, I know it is seam2 in  maven
[13:57:34] <sanne> marekn, I don't see issues there. you want to send me a reference to a git commit or stacktrace, I can have a look directly
[13:59:10] <marekn> sanne: ok, I don't want to bother more ;-), I will try to dig deeper.
[13:59:58] <sanne> marekn, check the analyzerDef annotation, you don't want to refer it to classes which are not on your runtime classpath.
[14:00:48] *** oskutka has quit IRC
[14:01:05] <marekn> sanne: ok, thanks for pointer
[14:09:45] *** tsurdilo has joined #seam-dev
[14:17:07] *** oskutka has joined #seam-dev
[14:17:19] <Diablo-D3> sbryzak: is identity org.jboss.security or org.jboss.seam.security?
[14:20:00] <jose_freitas> import org.jboss.seam.security.Identity;
[14:20:16] <Diablo-D3> thx
[14:20:28] <Diablo-D3> theres only one problem with the seam manual
[14:20:34] <Diablo-D3> not enough imports
[14:27:10] <Diablo-D3> hrm I guess I cant do that
[14:31:23] *** ringerc has quit IRC
[14:38:42] *** oskutka has quit IRC
[14:40:43] *** oskutka has joined #seam-dev
[14:41:55] <Diablo-D3> huh this is interesting
[14:42:07] <Diablo-D3> the Identity interface doesnt expose authenticatorName in any way
[14:42:24] <Diablo-D3> its a private field in IdentityImpl
[14:42:44] *** bobmcw has quit IRC
[14:46:58] <Diablo-D3> has a setter though
[14:47:39] *** bobmcw has joined #seam-dev
[14:50:08] *** Obsidians has joined #seam-dev
[14:52:14] <jose_freitas> yay! seam-booking run in azure
[14:52:18] <jose_freitas> with jboss
[14:52:21] <jose_freitas> :)_
[14:52:24] <Diablo-D3> heh
[15:03:55] *** rruss has joined #seam-dev
[15:03:58] *** rruss has quit IRC
[15:03:59] *** rruss has joined #seam-dev
[15:08:18] *** balunasj has joined #seam-dev
[15:14:36] *** balunasj is now known as balunasj_busy
[15:23:17] *** gastaldi has joined #seam-dev
[15:23:25] <gastaldi> morning all
[15:24:08] 
[15:25:27] <jose_freitas> morning gastaldi
[15:26:11] 
[15:26:45] <gastaldi> autumn has finally come
[15:29:36] <jose_freitas> yeap
[15:30:38] *** monkeyden has joined #seam-dev
[15:33:36] <gastaldi> so, are we all set for 3.0.0.Final ?
[15:45:51] * Diablo-D3 bangs head on desk
[15:45:58] <Diablo-D3> okay so
[15:46:11] <Diablo-D3> @SessionScoped
[15:46:11] <Diablo-D3> @Model
[15:46:11] <Diablo-D3> public class UserIdentity {
[15:46:20] <Diablo-D3>    public void loginWithOpenId() { }
[15:46:20] <Diablo-D3> }
[15:46:50] <Diablo-D3> and then later in jsf land
[15:46:59] <Diablo-D3> <h:commandButton action="#{UserIdentity.loginWithOpenId}" value="login"/>
[15:47:16] <Diablo-D3> 09:45:58,020 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/DiabloPool].[default]] Servlet.service() for servlet default threw exception: javax.el.PropertyNotFoundException: /template/login_template.xhtml @20,80 action="#{UserIdentity.loginWithOpenId}": Target Unreachable, identifier 'UserIdentity' resolved to null
[15:47:26] <gastaldi> try it with "u"
[15:47:38] <gastaldi> <h:commandButton action="#{userIdentity.loginWithOpenId}" value="login"/>
[15:48:40] <Diablo-D3> action="#{userIdentity.loginWithOpenId()}": Target Unreachable
[15:49:07] <gastaldi> What about using a @Named ?
[15:49:45] 
[15:50:01] <gastaldi> no, sorry,
[15:50:04] <gastaldi> Return String
[15:50:27] <Diablo-D3> well, doesnt @Model do @Named(class name)?
[15:51:14] 
[15:52:20] 
[15:53:35] <Diablo-D3> eclipes cant find that annotation
[15:54:27] <gastaldi> Sorry, @PostConstruct
[15:57:27] <Diablo-D3> just a sec
[15:57:30] <Diablo-D3> jboss restart time.
[15:58:35] *** lincolnthree has joined #seam-dev
[15:58:47] <Diablo-D3> as7 cant come fast enough
[16:00:00] <Diablo-D3> gastaldi: okay, it said something new without that @PostConstruct thing
[16:00:02] <Diablo-D3> 09:59:37,874 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to Start: name=vfs:///home/diablo/Workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_6.0_Runtime_Server1301338987521/deploy/DiabloPool.war_WeldBootstrapBean state=Create: org.jboss.weld.exceptions.DefinitionException: WELD-000072 Managed bean declaring a passivating scope must be passivation capable.  Bean:  Ma
[16:00:03] <Diablo-D3> naged Bean [class org.diablopool.authentication.UserIdentity] with qualifiers [@Any @Default]
[16:00:52] <gastaldi> humm
[16:01:12] <gastaldi> Any other stuff on this class ?
[16:01:23] <Diablo-D3>    @Inject
[16:01:24] <Diablo-D3>    IdentityImpl identity;
[16:01:39] <Diablo-D3> and loginWithOpenId just uses identity to actually do it
[16:02:34] <maschmid> Diablo-D3: "A managed bean is passivation capable if and only if the bean class is serializable and all interceptors and decorators of the bean are serializable."
[16:03:27] <Diablo-D3> I wonder whats triggering that error though
[16:03:55] <Diablo-D3> because Configuration from the openid-rp example just does @Model and I assume the example works
[16:04:12] <Diablo-D3> I wonder if its the @SessionScoped
[16:04:41] <maschmid> Diablo-D3: SessionScoped is a  passivating scope...
[16:04:50] * Diablo-D3 removes it
[16:05:19] <Diablo-D3> huh that worked
[16:05:42] <Diablo-D3> hurray
[16:11:21] <gastaldi> good catch
[16:11:39] <Diablo-D3> so now I can just call my bean, and have it setup identity and call it
[16:12:10] <gastaldi> Just for the record: How do I declare a Managed Bean passivation capable ?
[16:12:19] <gastaldi> implement Serializable ?
[16:12:20] <Diablo-D3> I assume add serialization
[16:13:02] <gastaldi> I assume that too
[16:13:15] <gastaldi> Diablo-D3: Can you test that on your bean
[16:13:23] <Diablo-D3> public @Named("identity") @SessionScoped class IdentityImpl implements Identity, Serializable
[16:13:34] <Diablo-D3> so Im going to assume, yes, it needs that
[16:16:42] <Diablo-D3> gastaldi: yeah, that works
[16:16:49] <gastaldi> great, ty
[16:17:10] <Diablo-D3> @Model by default seems to be @RequestScoped
[16:23:14] *** marekn has left #seam-dev
[16:25:41] *** bobmcw has quit IRC
[16:26:49] <jose_freitas> Diablo-D3, yes it is
[16:27:14] <maschmid> Diablo-D3: @Model is a stereotype for @Named and @RequestScoped
[16:28:14] *** gastaldi has quit IRC
[16:29:35] *** clerum has joined #seam-dev
[16:37:47] *** bobmcw has joined #seam-dev
[16:49:19] *** mgencur has quit IRC
[16:53:29] *** oskutka has quit IRC
[16:57:13] *** koentsje has joined #seam-dev
[17:09:52] <Diablo-D3> hmm
[17:10:15] <Diablo-D3> I wonder if theres a openid server out there that generates stuff for dev work
[17:12:12] *** balunasj_busy is now known as balunasj_mtg
[17:38:23] <jbossbot> git [forge] push master 183bdfd.. Lincoln Baxter, III SEAMFORGE-50
[17:38:23] <jbossbot> jira [SEAMFORGE-50] Forge default scaffold (metawidget) is not properly configured (id and version fields show up) [Open (Unresolved) Bug, Major, Unassigned] https://issues.jboss.org/browse/SEAMFORGE-50
[17:38:24] <jbossbot> git [forge] push master URL: http://github.com/seam/forge/compare/7ac1774...183bdfd
[17:42:54] <Diablo-D3> okay I figured out how to generate failures
[17:43:13] <Diablo-D3> the problem now is, I cant figure out how to use seam faces messages in a way that makes sense
[17:43:48] *** emmanuel has joined #seam-dev
[17:43:52] <Diablo-D3> I @Inject Messages messages, its non-null
[17:44:01] <Diablo-D3> then messages.error("foo")
[17:44:26] <Diablo-D3> and I have <h:messages> in my jsf
[17:45:18] <Diablo-D3> but I dont seem to get any messages
[17:49:25] <jbossbot> git [forge] push master b359755.. Lincoln Baxter, III SEAMFORGE-50
[17:49:26] <jbossbot> jira [SEAMFORGE-50] Forge default scaffold (metawidget) is not properly configured (id and version fields show up) [Closed (Done) Bug, Major, Lincoln Baxter III] https://issues.jboss.org/browse/SEAMFORGE-50
[17:49:27] <jbossbot> git [forge] push master URL: http://github.com/seam/forge/compare/183bdfd...b359755
[17:54:03] *** bitshuffler has joined #seam-dev
[17:58:34] *** balunasj_mtg has quit IRC
[18:02:28] *** daniel_hinojosa has joined #seam-dev
[18:04:52] *** lightguard_jp has joined #seam-dev
[18:07:56] *** bleathem has joined #seam-dev
[18:11:41] *** maschmid has quit IRC
[18:13:16] *** alesj has quit IRC
[18:14:48] *** bobmcw has quit IRC
[18:22:14] *** bobmcw has joined #seam-dev
[18:32:26] *** bobmcw has quit IRC
[18:32:45] *** bobmcw has joined #seam-dev
[18:33:50] <bleathem> It's a full house!
[18:36:04] <jose_freitas> Morning bleathem
[18:36:24] <bleathem> g' mornin' jose_freitas!
[18:36:33] <jose_freitas> Diablo-D3: do you have both seam-faces and seam-international?
[18:37:57] *** rruss has quit IRC
[18:37:59] <jose_freitas> bleathem: how is it going with view-config?
[18:38:16] *** rruss has joined #seam-dev
[18:38:42] <bleathem> It's going well, brainstorming some features and uses cases.
[18:38:57] <bleathem> I want to post to the Seam forums soliciting feedback
[18:39:04] <bleathem> from people who are trying to use it
[18:40:39] *** jharting has quit IRC
[18:41:30] <jose_freitas> nice
[18:42:06] <bleathem> but I'll wait until it's released before I do that...
[18:42:12] <jose_freitas> in a near future I'll have to with authorization through url, but the difference will be that the permissions will be stored in database
[18:42:28] 
[18:43:04] <bleathem> that's cool, you can still use the ViewConfigStore to store that information
[18:43:21] <bleathem> if you do it generically, it would make an awesome contribution to Faces!
[18:43:30] *** rruss has quit IRC
[18:45:29] <jose_freitas> Nice
[18:45:36] <jose_freitas> :)
[18:46:19] <jose_freitas> at least one of the layers could be generic. people could just plug the way they're querying for the permissions
[18:46:54] <jose_freitas> I'll think about it when I start this task
[18:48:38] <bleathem> If you want to file a jira for it, we track the API evolution there
[18:51:05] <jose_freitas> I'll do that
[18:51:06] <jose_freitas> :)
[18:54:14] *** kpiwko has quit IRC
[18:55:22] <jose_freitas> SEAMFACES-128
[18:55:23] <jbossbot> jira [SEAMFACES-128] Create a way to connect permissions stored in a database to the ViewConfig structure. [Open (Unresolved) Feature Request, Major, Unassigned] https://issues.jboss.org/browse/SEAMFACES-128
[18:55:38] <jose_freitas> done
[18:55:46] *** mgoldmann has quit IRC
[18:56:11] *** mgoldmann has joined #seam-dev
[18:56:24] <Diablo-D3> [12:36:51] <jose_freitas> Diablo-D3: do you have both seam-faces and seam-international?
[18:56:26] <Diablo-D3> jose_freitas: yes
[19:11:48] <Diablo-D3> btw, I think Ive decided
[19:11:52] <Diablo-D3> Im just going to go openid full time
[19:12:16] <Diablo-D3> as in, never add local auth
[19:12:43] <Diablo-D3> it seems a lot of sites are heading that direction
[19:13:30] <Diablo-D3> like, all the stack exchange sites use it only
[19:17:27] <jbossbot> git [forge] push master d1ef770.. Lincoln Baxter, III fixed dependencyresolver and Forge.listPlugins
[19:17:27] <jbossbot> git [forge] push master URL: http://github.com/seam/forge/compare/b359755...d1ef770
[19:18:06] *** alesj has joined #seam-dev
[19:18:21] *** bitshuffler has quit IRC
[19:25:02] *** tsurdilo has quit IRC
[19:25:31] *** tsurdilo has joined #seam-dev
[19:31:42] <lincolnthree> does CDI have any issues with Beans in the default package? (no package)
[19:32:45] <Diablo-D3> the typical answer is probably "it shouldnt"
[19:33:03] <Diablo-D3> lincolnthree: btw, did I show you how I fixed that regex?
[19:33:29] <lincolnthree> Diablo-D3: yes but i missed it. could you put in a docs issue for it so I don't forget? http://code.google.com/p/prettyfaces/issues/list
[19:35:43] <Diablo-D3> https://code.google.com/p/prettyfaces/issues/detail?id=97
[19:35:59] <Diablo-D3> lincolnthree: it doesnt seem to let me change the type from defect to something else
[19:37:40] <lincolnthree> tyty! ill fix it
[19:38:38] *** alesj has left #seam-dev
[19:46:04] *** bobmcw has quit IRC
[19:48:08] *** clerum1 has joined #seam-dev
[19:48:20] *** clerum has quit IRC
[19:50:18] <Diablo-D3> hrm, can I output the conversation id?
[19:50:35] <Diablo-D3> I wonder if something in the stack thinks the conversation has changed
[19:51:58] *** bobmcw has joined #seam-dev
[19:52:07] <clerum1> lincolnthree:ping
[20:02:37] *** rruss has joined #seam-dev
[20:18:00] *** aslak has quit IRC
[20:35:54] *** alesj1 has joined #seam-dev
[20:44:17] *** rruss has quit IRC
[20:45:57] *** alesj1 has quit IRC
[20:47:06] *** mgoldmann has quit IRC
[20:47:56] <Diablo-D3> hrm this is interesting
[20:49:07] <Diablo-D3> System.out.println(conversation.getId());
[20:49:15] <Diablo-D3> javax.enterprise.context.ContextNotActiveException: Conversation Context not active when method called on conversation Transient conversation
[20:50:54] <jose_freitas> are you starting the conversation?
[20:51:01] <Diablo-D3> no
[20:51:47] <Diablo-D3> jose_freitas: should I be looking for something else instead?
[20:51:59] <Diablo-D3> because it doesnt make sense why its not returning the messages.
[20:52:22] <jose_freitas> are you zimmerman?
[20:52:31] <Diablo-D3> who?
[20:53:10] *** rruss has joined #seam-dev
[20:53:24] <jose_freitas> no one, I was just trying to connect your problem to one I saw on forums
[20:53:37] <Diablo-D3> ahh, Im not on the forums
[20:57:46] *** rruss has quit IRC
[21:00:20] <Diablo-D3> Maybe I just cant send messages from where Im at
[21:01:10] <Diablo-D3> jose_freitas: look at the seam security openid-rp example, OpenIdRelyingPartySpiImpl.loginFailed
[21:01:47] <Diablo-D3> if I @Inject Messages messages, and then do messages.error("boned") inside that method, shouldnt it work if the page Im sending it to has a h:messages?
[21:02:49] *** kpiwko has joined #seam-dev
[21:03:49] 
[21:04:08] <jose_freitas> so this messages are not being redirected to jsf
[21:05:05] <Diablo-D3> rutrow
[21:05:26] * Diablo-D3 just hangs up eclipse
[21:07:44] *** daniel_hinojosa has quit IRC
[21:08:31] <jose_freitas> well, it seems so
[21:09:39] * Diablo-D3 quietly adds seam-faces jar and hopes no one notices
[21:30:30] *** pmuir has quit IRC
[21:32:53] <Diablo-D3> jose_freitas: okay, after beating this with a bat for a bit, no, faces didnt fix it
[21:33:38] *** alesj has joined #seam-dev
[21:34:35] *** cbrock has joined #seam-dev
[21:35:53] *** daniel_hinojosa has joined #seam-dev
[21:43:16] <jose_freitas> you might wanna try the forums
[21:43:25] 
[21:49:27] *** sanne has quit IRC
[21:50:11] *** gastaldi has joined #seam-dev
[21:50:16] <gastaldi> hey all
[21:50:39] <Diablo-D3> jose_freitas: I <3 seam so much
[21:50:46] <Diablo-D3> of all the stuff Ive used, seam has caused the most problems >_>
[21:50:58] *** alesj has quit IRC
[21:51:08] <Diablo-D3> I mean, its probably at least some user error
[21:51:10] <Diablo-D3> but holy crap
[21:51:28] <gastaldi> What does <3 means ?
[21:51:34] <gastaldi> <====3 ?
[21:51:34] <Diablo-D3> gastaldi: its a heart
[21:51:38] <gastaldi> ah ! lol
[21:51:46] <Diablo-D3> no, its not a penis
[21:51:55] <gastaldi> haha
[21:52:04] <Diablo-D3> and you have the wrong direction anyhow, its 8=======>
[21:52:17] <gastaldi> yeah, that could look more like it
[21:52:18] <Diablo-D3> or 8======D
[21:54:50] <gastaldi> hah ! Now I notice my name on http://seamframework.org/Seam3 :)
[21:55:16] <Diablo-D3> also, eclipse crashed. goddamnit.
[21:55:50] <gastaldi> hey lightguard_jp  !
[21:56:02] <gastaldi> Your company will soon change in http://seamframework.org/Seam3 ! :)
[21:57:27] <gastaldi> too bad they placed the QE team not on the main page :)
[21:58:56] *** cbrock has quit IRC
[21:59:39] *** gastaldi has quit IRC
[22:06:44] <Diablo-D3> ahah
[22:06:50] <Diablo-D3> I think I may have figured it out
[22:11:14] *** daniel_hinojosa has quit IRC
[22:21:08] *** Obsidians has quit IRC
[22:22:12] *** gmorling1 has joined #seam-dev
[22:23:39] *** monkeyden has quit IRC
[22:30:46] <Diablo-D3> nope, didnt
[22:38:52] *** alesj has joined #seam-dev
[22:39:44] *** gmorling1 has quit IRC
[22:41:17] *** daniel_hinojosa has joined #seam-dev
[22:44:22] *** alesj has left #seam-dev
[22:46:45] *** kpiwko has quit IRC
[22:52:56] *** aslak has joined #seam-dev
[23:04:30] *** lightguard_jp has quit IRC
[23:14:55] *** lincolnthree1 has joined #seam-dev
[23:15:29] *** lightguard_jp has joined #seam-dev
[23:16:42] *** rruss has joined #seam-dev
[23:27:32] *** emmanuel has quit IRC
[23:28:16] *** jose_freitas has quit IRC
[23:29:18] *** lincolnthree1 has left #seam-dev
[23:35:20] *** epbernard has joined #seam-dev
[23:35:20] *** epbernard is now known as emmanuel
[23:48:30] <Diablo-D3> hrm
[23:48:40] <Diablo-D3> javax.enterprise.context.ContextNotActiveException: FacesContext is not active
[23:49:19] <Diablo-D3> LOL
[23:49:22] <Diablo-D3> goolging for that in quotes
[23:49:35] <Diablo-D3> gives me the irc logs for this channel
[23:49:45] <Diablo-D3> and its lightguard_jp asking about it
[23:50:02] <bleathem> I got that one a while back
[23:50:22] <bleathem> I resolved it by making sure the Faces Servlet is activated in the web.xml
[23:50:35] <bleathem> yes, even though that's not supposed to be required
[23:50:53] <bleathem> it was in glassfish 3.1, and I have an issue open on the subject
[23:50:54] <Diablo-D3> well, I think its because Im waaaaaaay off the beaten path here
[23:52:43] <Diablo-D3> is there any particular message that will be in the jboss log if seam faces started up right?
[23:55:08] *** sannegrinovero has joined #seam-dev
[23:55:08] *** sannegrinovero has joined #seam-dev
[23:55:35] <bleathem> there is a message if Faces starts it
[23:55:53] <bleathem> when JBoss starts it, I don't know if the is a mesage
[23:56:50] *** PeteRoyle has joined #seam-dev
[23:57:09] <Diablo-D3> 17:57:12,902 INFO  [org.jboss.seam.faces.config.FacesServletInitializer] Auto-registering FacesServlet with mappings: [/faces/*, *.jsf, *.faces]
[23:57:11] <Diablo-D3> that?

top