July 12, 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:00:02] <bleathem> what would the viewAction have to do with a conversation?
[00:00:02] <lightguard_jp> Ask aslak for more info.
[00:00:18] <bleathem> lightguard_jp: nice! I forgot about that
[00:00:20] <aslak> bleathem, which Context ?
[00:00:24] <bleathem> Conversation
[00:00:33] <bleathem> no wait
[00:00:37] <bleathem> I think I misread that
[00:00:48] <bleathem> I'll gyst it
[00:02:18] <bleathem> it is conversation it seems:
[00:02:21] <bleathem> https://gist.github.com/1076913
[00:03:36] <bleathem> seems to be coming from: at org.jboss.seam.faces.component.UIViewAction.broadcast(UIViewAction.java:389) [:]
[00:03:39] <bleathem> :
[00:03:41] <bleathem> at org.jboss.seam.faces.component.UIViewAction.broadcast(UIViewAction.java:389) [:]
[00:03:52] <bleathem> going to try deploying the archive manually
[00:04:31] <lightguard_jp> Is it trying to create the context?
[00:04:43] <bleathem> lightguard_jp: shouldn't be
[00:04:47] <lightguard_jp> That's odd that you get it right there at deployment
[00:04:59] <bleathem> is it at deployment?
[00:05:03] <lightguard_jp> Are you closing the session or conversation anywhere?
[00:05:05] <bleathem> I think it's on page request
[00:05:14] <lightguard_jp> page request would make much more sense
[00:05:32] <bleathem> lightguard_jp: this is a pretty simple test, where a vieweAction has a string action, to navigate to a different page
[00:05:37] <bleathem> no beans
[00:08:14] <aslak> bleathem, hmm, not sure
[00:13:09] <bleathem> to manually deploy, you copy the war to: server/default/deploy right?
[00:14:05] <bleathem> I'm 99% that's how I did this in the past
[00:15:29] <bleathem> ugh. gotta take off for a bit.  I'll try and resolve this tominght
[00:23:02] *** tsurdilo has quit IRC
[00:27:19] *** alesj has left #seam-dev
[00:27:24] *** alesj has quit IRC
[00:28:17] *** gastaldi has joined #seam-dev
[00:28:22] <gastaldi> hey
[00:32:35] *** gastaldi has quit IRC
[00:34:13] *** daniel_hinojosa has joined #seam-dev
[00:37:46] *** rruss has quit IRC
[00:38:03] *** sannegrinovero has joined #seam-dev
[00:43:57] *** aslak has quit IRC
[00:50:11] *** daniel_hinojosa has quit IRC
[00:52:21] *** cbrock has joined #seam-dev
[00:53:22] *** johnament has joined #seam-dev
[00:53:44] <johnament> lightguard_jp: you around?
[00:55:05] <lightguard_jp> Yes
[00:55:22] <johnament> i'm trying to add git flow
[00:55:49] <johnament> however, i'm not sure how to push the branches up
[00:58:31] <lightguard_jp> git push <remote name, probably origin> <branch name>
[00:59:00] <lightguard_jp> If you want to delete a branch it's git push <remote name> :<branch name>
[00:59:06] <lightguard_jp> Little tricky to remember
[00:59:08] <johnament> how do i tell it that develop is the new default
[00:59:21] <lightguard_jp> It's in the admin section of the repo on github
[00:59:40] <jbossbot> git [jms] push develop URL: http://github.com/seam/jms/compare/0000000...32e8e5c
[01:00:45] <johnament> do i only want to push develop?
[01:00:47] <lightguard_jp> johnament: Looks like you got it
[01:01:49] <johnament> lightguard_jp: right, but do i only need to push develop?
[01:02:33] <lightguard_jp> Yep, should be the only thing that's changed.
[01:02:54] <lightguard_jp> While you're working if you want to push other branches you can do that as well.
[01:03:03] <lightguard_jp> johnament: Using bash or zsh?
[01:03:29] <johnament> do i want to push other branches though?
[01:03:53] <lightguard_jp> That's all up to you. There currently shouldn't be any other branches (unless you've created them).
[01:03:53] <johnament> so basically, when i clone seam/jms to johnament/jms , then clone from johnament/jms to my local..
[01:04:06] <johnament> you are correct.
[01:04:14] <johnament> even though it felt like i made 8 branches
[01:04:24] <lightguard_jp> It only created the develop branch
[01:04:39] <lightguard_jp> The rest of info that it asked about is stored in .git/config
[01:04:47] <lightguard_jp> So it's local to that repository.
[01:05:40] <johnament> so i need to re-git flow init?
[01:07:00] <lightguard_jp> For which?
[01:07:19] <johnament> on my local.
[01:07:32] <lightguard_jp> only if you have two separate physical repositories for it on your machine.
[01:07:49] <lightguard_jp> If that's the case, I'd simply add another remote to the one you already have
[01:07:50] <johnament> well i just hosed my seam/jms clone
[01:07:53] <lightguard_jp> And drop the other
[01:09:00] <lightguard_jp> What's messed up?
[01:10:37] <johnament> trigger happy s'all
[01:11:58] <johnament> so i just did  git flow feature start SEAMJMS-50, when i commit and push, I want to push feature/SEAMJMS-50 and then do a pull request against that branch to allow the merge, right?
[01:12:00] <jbossbot> jira [SEAMJMS-50] QueueBuilder and TopicBuilder should support Destination objects [Open (Unresolved) Feature Request, Minor, John Ament] https://issues.jboss.org/browse/SEAMJMS-50
[01:13:32] *** johnament is now known as johnamentaway
[01:13:34] <lightguard_jp> Yep
[01:13:40] <lightguard_jp> Merge that into develop
[01:14:05] <johnamentaway> i guess it's a little odd because i own the repo as well.
[01:18:11] <lightguard_jp> johnamentaway: Yeah, I'd just push to the main repo at seam/jms
[01:22:47] *** gastaldi has joined #seam-dev
[01:24:09] <gastaldi> HEY !
[01:24:13] <gastaldi> oops,
[01:24:15] <gastaldi> hey ! :)
[01:24:22] *** sannegrinovero has quit IRC
[01:24:35] <jbossbot> git [cron] push develop URL: http://github.com/seam/cron/compare/0000000...7f76197
[01:27:55] *** mateus has joined #seam-dev
[01:28:46] <jbossbot> git [compatibility] push develop URL: http://github.com/seam/compatibility/compare/0000000...5183055
[01:29:10] <jbossbot> git [validation] push develop URL: http://github.com/seam/validation/compare/0000000...334b65b
[01:29:39] <jbossbot> git [security] push develop URL: http://github.com/seam/security/compare/0000000...9b17f5d
[01:30:27] <jbossbot> git [mail] push develop URL: http://github.com/seam/mail/compare/0000000...f2119af
[01:30:50] <jbossbot> git [wicket] push develop URL: http://github.com/seam/wicket/compare/0000000...96a4e86
[01:31:17] <jbossbot> git [conversation] push develop URL: http://github.com/seam/conversation/compare/0000000...2e2edbb
[01:31:43] <jbossbot> git [config] push develop URL: http://github.com/seam/config/compare/0000000...ce5fbb7
[01:32:07] <gastaldi> lightguard_jp: ping
[01:33:03] *** mateus has quit IRC
[01:34:50] <lightguard_jp> gastaldi: Yes?
[01:35:23] <lightguard_jp> gastaldi: They're all ready to make the change on the admin it sounds
[01:36:06] <lightguard_jp> gastaldi: Thanks, I'll get that done tonight
[01:36:54] <gastaldi> lightguard_jp: Tup
[01:36:54] <gastaldi> Yup
[01:36:55] <gastaldi> :)
[01:38:25] <gastaldi> Wonder why is this module around: https://github.com/seam/validation-as-fork
[01:39:22] <gastaldi> There is also a "seam flex" module still waiting to be worked on :)
[01:40:07] <gastaldi> lightguard_jp: What about Seam Render ?
[01:43:26] <gastaldi> ok, brb
[01:43:29] *** gastaldi has quit IRC
[01:52:51] *** lightguard_jp is now known as lightguard_jp_aw
[01:57:01] *** mbg is now known as mbg|away
[02:10:32] *** kenfinnigan has joined #seam-dev
[02:12:38] *** tkimura has joined #seam-dev
[02:16:43] *** johnamentaway is now known as johnament
[02:21:50] *** PeteRoyle has quit IRC
[02:25:32] *** PeteRoyle has joined #seam-dev
[02:28:08] *** mbg|away is now known as mbg
[02:30:19] *** mbg has quit IRC
[02:45:17] *** gastaldi has joined #seam-dev
[02:50:43] *** tsurdilo has joined #seam-dev
[02:55:30] <johnament> gastaldi: so do we push to develop or master?
[03:00:01] *** lazarotti has quit IRC
[03:04:48] <kenfinnigan> develop
[03:05:04] <kenfinnigan> johnament: only a tagged release gets pushed to master
[03:06:22] <jbossbot> git [jms] push develop ae40c7c.. John Ament SEAMJMS-50 Added Destinations to builder interfaces.
[03:06:23] <jbossbot> jira [SEAMJMS-50] QueueBuilder and TopicBuilder should support Destination objects [Open (Unresolved) Feature Request, Minor, John Ament] https://issues.jboss.org/browse/SEAMJMS-50
[03:06:23] <jbossbot> git [jms] push develop URL: http://github.com/seam/jms/compare/32e8e5c...ae40c7c
[03:07:27] <johnament> good thing i guessed right
[03:08:08] <gastaldi> hey johnament, yeah, develop is the right branch
[03:08:19] <johnament> kenfinnigan: if you have time, i need a better understanding of your module structure proposal.
[03:08:20] <gastaldi> sorry, was afk for awhile
[03:08:31] <gastaldi> thanks kenfinnigan
[03:09:59] <kenfinnigan> johnament: sure
[03:10:08] <kenfinnigan> it's still just an initial stab at it
[03:10:35] <kenfinnigan> there may be edge cases that are just too messy to place in the structure, but time will tell
[03:10:56] <kenfinnigan> johnament: do you have any specific questions?
[03:12:11] <johnament> kenfinnigan: is the idea that a subset of the tests are run for specific profiles?
[03:13:47] <kenfinnigan> it's more that all tests are run for a profile, but some may need a specialized test deployment to support container specific config or libraries
[03:13:48] *** akazakov has quit IRC
[03:14:30] <kenfinnigan> but for any test that can be run in any container without specific config, it would reside in the common module of internals (for instance)
[03:14:32] <johnament> ok, so the issue is really that arquillian doesn't understand how to switch containers.
[03:14:41] <kenfinnigan> and then be executed for each container module defined
[03:15:12] <johnament> so that's where the idea of me putting all of my tests in one bucket came from, right?
[03:15:20] *** tsurdilo1 has joined #seam-dev
[03:15:29] <kenfinnigan> yeah, once you have a container on the classpath, that's the only one that can be run
[03:15:32] <kenfinnigan> otherwise they clash
[03:15:47] <johnament> then, for the container style tests they extend the base tests to run
[03:15:51] <johnament> well, you can separate them.
[03:15:52] <kenfinnigan> correct
[03:15:58] <johnament> maven just needs to be smarter.
[03:16:04] <johnament> or we move to gradle or something
[03:16:30] <kenfinnigan> so the core parts of a test will go in the common module
[03:16:49] <kenfinnigan> and then only if there is container specific stuff will it need to be overridden in a container module
[03:16:50] <johnament> but i would no longer impl/src/test/java right?
[03:16:58] <kenfinnigan> otherwise it will run based on the common definition
[03:17:15] <kenfinnigan> only if you have pure unit tests that don't require a container
[03:17:36] <kenfinnigan> ie. utility classes that perform actions on specific classes that don't require container resources
[03:17:53] <kenfinnigan> for JMS that would probably be quite low as I'd imagine pretty much everything would need the container
[03:18:06] *** tsurdilo has quit IRC
[03:18:33] <johnament> i have 3 tests out of 73 right now that don't use containers
[03:18:40] <johnament> but i'm not sure they do anything
[03:18:48] <kenfinnigan> ok, so those 3 would remain in impl/src/test/java
[03:19:14] <johnament> here's where i run into a problem.
[03:20:14] <kenfinnigan> fire away
[03:20:50] <johnament> i'm about to create modules/se-hornetq, modules/se-openmq, and modules/se-activemq
[03:21:01] <johnament> each will have 1 or two classes in them.
[03:21:09] <johnament> that extend 1 or 2 classes from impl
[03:22:08] <kenfinnigan> ok
[03:22:24] <johnament> i would have 4 test suites
[03:23:09] <johnament> 4 impls.
[03:23:40] *** Diablo-D3 has joined #seam-dev
[03:24:00] <kenfinnigan> the base impl can be used if not using one of those specific JMS containers?
[03:24:15] *** jganoff has joined #seam-dev
[03:24:22] <johnament> base impl is the test suite in a full EE container (e.g. AS 6 or AS 7)
[03:24:34] <jganoff> johnament, unstable seam-jms build!
[03:24:43] <kenfinnigan> ok
[03:24:55] <kenfinnigan> for that I reckon the best option is the following:
[03:25:05] <johnament> each of the other impls would result in a test suite against a weld or owb configuration where the base class creates the JMS server.
[03:25:07] <johnament> jganoff: lies.
[03:25:19] <kenfinnigan> jms
[03:25:30] <kenfinnigan> jms/impl
[03:25:39] <kenfinnigan> jms/se-hornetq
[03:25:43] <kenfinnigan> etc on the impls
[03:25:49] <kenfinnigan> jms/testsuite
[03:25:54] <kenfinnigan> jms/testsuite/common
[03:26:17] *** gastaldi has quit IRC
[03:26:24] <kenfinnigan> jms/testsuite/internals/jboss and internals/weldembedded, etc
[03:26:51] <kenfinnigan> jms/testsuite/se-hornetq/jboss and se-hornetq/weldembedded, etc
[03:26:55] <johnament> so regardless i end up creating an additional 22 classes for each container i run...
[03:27:30] <kenfinnigan> 22 classes?
[03:27:30] <johnament> jganoff: i can't even get to ci.jboss.org
[03:27:36] *** jamezp is now known as jamezp_afk
[03:27:40] <johnament> kenfinnigan: the test classes.
[03:27:56] <kenfinnigan> why 22 though?
[03:28:29] <johnament> kenfinnigan: the way jganoff setup the project initially though, we have  a base org.jboss.seam.jms.test.Util that creates the deployment.
[03:28:47] <johnament> kenfinnigan: 22 container based tests.
[03:30:11] <kenfinnigan> by container do you mean JMS or server?
[03:31:52] <johnament> kenfinnigan: interested pairings.  so se-openmq would provide a JmsConnectionFactoryProducer that is specific to connecting to an in-vm openmq instance.  the test suite would confirm that se-openmq with weld as the CDI implementation behaves correct by running the full set of tests, only changing the deployment.
[03:32:54] <kenfinnigan> hmmm
[03:33:27] <kenfinnigan> it sounding like jms might be such a special case that we can't make it conform to any structure
[03:34:14] <johnament> shouldn't be.
[03:34:20] *** rmartinelli has joined #seam-dev
[03:34:52] <johnament> i guess the special case is that JMS is starting a separate service within the VM.
[03:35:25] <kenfinnigan> Do the container specific tests, ie. running weld embedded for instance, need any configuration or other setup to make it work in weld?
[03:36:06] <johnament> the special case is that each version has its own JmsConnectionFactoryProducer that generates the connections to JMS.
[03:36:21] <johnament> the contents of the classpath differ.
[03:36:25] *** gastaldi has joined #seam-dev
[03:36:42] <jganoff> johnament, you should be able to extend the idea of Util a bit for each deployment
[03:36:53] <johnament> ideally, i would want arquillian to tell me what the maven profile is, and dynamically bring in the class I want.
[03:36:53] <gastaldi> hey jganoff !
[03:36:59] <jganoff> gastaldi, hey :)
[03:37:02] <gastaldi> johnament: Cool idea
[03:37:07] <johnament> jganoff: conceptually, yes
[03:37:17] <johnament> does arquillian have a context or something yet?
[03:37:45] <johnament> i need to bring back up my jsfunit stuff
[03:37:54] <jganoff> johnament, what about decorating the Arquillian runner? ;)  @RunWith(SeamJmsRunner.class)
[03:38:32] <jganoff> johnament, if it works well code it up for Arquillian proper
[03:40:03] <johnament> hmmm
[03:40:20] <kenfinnigan> johnament: might be worth responding to the seam-dev list with some details around what we've described here to get other opinions too
[03:44:59] <johnament> ok
[03:45:22] <johnament> jganoff: i don't think just extending https://github.com/arquillian/arquillian-core/blob/master/junit/core/src/main/java/org/jboss/arquillian/junit/Arquillian.java will do what i need.
[03:45:52] <johnament> at least not without significant changes.
[03:48:19] <sbryzak> johnament: any idea why I get a javax.jcr.ItemNotFoundException when I restart my app that uses modeshape?
[03:49:16] <johnament> sbryzak: where are you storing your nodes?
[03:49:25] <sbryzak> johnament: in a mysql database
[03:49:32] <johnament> using jpa connector store?
[03:49:42] <sbryzak> i think so...
[03:49:51] <johnament> can you pastebin your modeshape.xml ?
[03:49:58] <sbryzak> sure
[03:50:03] <johnament> or gist it
[03:50:39] <sbryzak> http://pastebin.com/GL1RFsNG
[03:51:13] <sbryzak> this might be a good time to try and embed modeshape into my app
[03:51:37] <sbryzak> i've forgotten what the steps were that you explained to me though
[03:51:37] <johnament> oh
[03:51:41] <johnament> you're still doing ra?
[03:51:53] <sbryzak> yeah
[03:51:57] <sbryzak> i haven't changed it over yet
[03:52:02] <sbryzak> i need you to remind me what to do ;)
[03:52:59] <johnament> hmm
[03:53:01] <johnament> before you do that
[03:53:13] <johnament> i take it that sbryzak/university is out of date
[03:53:27] <sbryzak> yes.. latest code is in seam/university
[03:54:09] <johnament> do you have the full stack trace?
[03:54:58] <sbryzak> http://pastebin.com/LB086ytu
[03:55:15] <sbryzak> that's what i get when i make a request that tries to read stuff from the jcr repo
[03:55:28] <sbryzak> it was working before i restarted the app server
[03:55:39] *** kenfinnigan has quit IRC
[03:56:05] <sbryzak> the only thing i changed was the hbm2ddl setting in my app's persistence.xml, from create-drop to update
[03:56:13] <sbryzak> but that should only have affected the application tables
[03:56:18] <sbryzak> not the modeshape tables
[03:56:31] <johnament> oh
[03:56:37] <johnament> so you restarted your app server
[03:56:41] <sbryzak> yes
[03:56:45] <johnament> and modeshape.xml says hbm2ddl create
[03:56:54] <sbryzak> oh, it does?
[03:56:57] <johnament> what does that do when application redeploys?
[03:57:05] <johnament> yeah
[03:57:10] <sbryzak> ah, you're right
[03:57:16] <sbryzak> damn, that would be the problem then
[03:57:19] <johnament>         mode:autoGenerateSchema="create"
[03:57:24] <sbryzak> it's probably trying to locate a node that doesn't exist any more
[03:57:28] <johnament> yep
[03:57:41] <sbryzak> so how can i embed this?
[03:57:46] <sbryzak> and get it to use the same datasource?
[03:58:10] <johnament> are you using gradle or pom?
[03:58:30] <sbryzak> pom
[03:58:54] <johnament> hold on
[03:59:01] <johnament> first, remove the modeshape ra.
[03:59:27] <sbryzak> ok, i'll just install a clean AS6 to do that
[03:59:57] <sbryzak> that's done
[03:59:59] <johnament> ok
[04:00:08] <johnament> put modeshape.xml in the same place.
[04:00:34] <sbryzak> where?
[04:01:20] <johnament> where was it in the RA?
[04:01:31] <sbryzak> i had 3 dirs in the deploy directory
[04:01:37] <sbryzak> modeshape-rest.war
[04:01:41] <sbryzak> modeshape-services.jar
[04:01:44] <sbryzak> and modeshape-webdav.war
[04:02:14] <sbryzak> modeshape-config.xml was in the modeshape-services.jar directory
[04:02:55] <johnament> hmm
[04:03:05] <johnament> try putting it in conf
[04:03:16] <sbryzak> ok
[04:03:21] <johnament> add these to your pom.xml, and remove the provided scope for jcr api: http://pastebin.com/rYUEjZ4w
[04:03:36] *** rmartinelli has quit IRC
[04:03:44] *** gastaldi has quit IRC
[04:04:09] <johnament> modeshape-jcr should bring it in automatically anyways
[04:04:23] <sbryzak> that's done
[04:04:50] <johnament> oh, you also have modeshape-initial-content.xml set, you should remove that
[04:04:58] <johnament> unless it's legit initial content
[04:05:17] <sbryzak> in modeshape-config.xml ?
[04:05:20] <johnament> yes
[04:05:21] <johnament> oh
[04:05:27] <johnament> duh
[04:05:33] <sbryzak> ok, do i just delete the mode:initialContent element?
[04:05:34] <johnament> put modehsape.xml in src/main/resources
[04:05:40] <johnament> yes
[04:05:47] <sbryzak> ah, and not in conf?
[04:06:01] <johnament> yeah
[04:06:17] <sbryzak> just in resources, not in META-INF?
[04:06:31] <johnament> well
[04:06:36] <johnament> you can put it in META-INF
[04:06:45] <johnament> but then you need to make your URL META-INF/modeshape.xml
[04:06:52] <sbryzak> no problem
[04:06:58] <sbryzak> i'll leave it in resources for now
[04:07:19] <sbryzak> so at the moment, i do this to inject the repository:
[04:07:20] <sbryzak> @Inject @JcrConfiguration(name="org.modeshape.jcr.URL", value="jndi:jcr/local?repositoryName=repository")
[04:07:20] <sbryzak>     Repository repository;
[04:07:38] <sbryzak> what do i need to change it to?
[04:09:35] <johnament> file:modeshape.xml?repositoryName=repository
[04:10:31] <sbryzak> ok that's done.. should i test it now?
[04:10:58] <johnament> yes....
[04:11:12] <johnament> I can't stick around much longer FYI.
[04:11:25] <johnament> so test it and i hope it works :)
[04:11:29] <sbryzak> np.. if i have problems perhaps gastaldi can help me ;)
[04:13:41] <sbryzak> hmm deploy errors
[04:13:57] <johnament> pastebin
[04:14:11] <sbryzak> looks like slf4j got pulled in somehow
[04:14:18] <johnament> ahhh yes it will
[04:14:32] <sbryzak> i'll add an exclusion
[04:14:47] <johnament> check for hibernate as well, may need an exclusion
[04:14:57] <sbryzak> modeshape-jcr
[04:15:24] <johnament> for slf4j? yes
[04:16:31] <sbryzak> hmm slf4j still there
[04:17:20] <sbryzak> and you're right, hibernate also
[04:17:24] <johnament> mvn depedency:tree ?
[04:17:25] <sbryzak> i'll fix it up
[04:17:48] <johnament> sorry gotta run.  best of luck.
[04:17:53] *** johnament has quit IRC
[04:19:35] *** jganoff has quit IRC
[04:22:11] *** tsurdilo1 has quit IRC
[04:31:47] *** jamezp_afk is now known as jamezp
[04:41:44] *** oranheim has quit IRC
[04:41:51] *** oranheim has joined #seam-dev
[05:13:18] *** rmartinelli has joined #seam-dev
[05:31:04] *** mbg has joined #seam-dev
[05:44:40] *** gastaldi has joined #seam-dev
[05:47:35] *** lightguard_jp_aw is now known as lightguard_jp
[05:51:05] <sbryzak> gastaldi: ping
[05:51:12] <gastaldi> sbryzak: pong
[05:51:23] <sbryzak> gastaldi: heya
[05:51:37] 
[05:51:37] <sbryzak> i've tried to embed modeshape into my app with a little help from johnament
[05:51:41] <gastaldi> cool
[05:51:45] <sbryzak> however i think there's a problem with the path
[05:51:52] <gastaldi> hum ?
[05:52:00] <sbryzak> the value he told me to use was: file:modeshape.xml?repositoryName=repository
[05:52:05] <gastaldi> ah wait
[05:52:18] <gastaldi> let me check
[05:52:20] <sbryzak> but it's giving me the exception: 12:31:47,141 ERROR [org.jboss.seam.remoting.ExecutionHandler] Error while executing call: java.lang.IllegalArgumentException: Null path
[05:52:21] <sbryzak>
[05:52:42] <gastaldi> I think you may need to provide an absolute path. Let me check that
[05:53:28] <gastaldi> file:target/test-classes/modeshape.xml?repositoryName=CarRepo
[05:53:28] <sbryzak> i can't really do that if the file is in my deployment archive
[05:54:08] <sbryzak> ah i just noticed something.. the file name is wrong.. d'oh
[05:54:17] <gastaldi> :)
[05:54:28] <sbryzak> i'll redeploy and see if that fixes it ;)
[05:54:37] <gastaldi> Ok, let me know about that
[05:55:02] <gastaldi> BTW, Modeshape 2.6.0.Beta1 was released today
[05:55:03] <sbryzak> no, same error :(
[05:55:42] <gastaldi> wait a sec.  Let me see something
[05:58:08] <gastaldi> RepositoryFactory tries to do a getClass().getResourceAsStream(configUrl.getPath());
[05:58:37] <sbryzak> so.. the config file is in WEB-INF/classes
[05:58:42] <sbryzak> it should just find it, right?
[05:58:47] <gastaldi> yeah, I guess so
[05:59:10] <gastaldi> Unless it starts scanning by your user.dir
[05:59:54] <gastaldi> Does java.net.URL supports "classpath:" protocol ?
[05:59:59] <sbryzak> do you know where the modeshape source is hosted?
[06:00:18] <gastaldi> https://github.com/ModeShape/modeshape
[06:00:51] <gastaldi> Here it is: https://github.com/rhauch/modeshape-embedded-example
[06:01:05] <sbryzak> docs say http, https, ftp, file, and jar protocols are guaranteed to exist
[06:01:18] <sbryzak> protocol handlers for those i mean
[06:01:22] <gastaldi> hum
[06:01:31] <gastaldi> sbryzak: Check this out: https://github.com/rhauch/modeshape-embedded-example/blob/master/src/main/java/org/modeshape/example/embedded/ModeShapeExample.java
[06:01:52] <gastaldi> Not a very standard approach but might work
[06:02:24] <gastaldi> This is the factory:  https://github.com/ModeShape/modeshape/blob/master/modeshape-jcr/src/main/java/org/modeshape/jcr/JcrRepositoryFactory.java
[06:02:25] <sbryzak> in that example he does ModeShapeExample.class.getClassLoader().getResource("modeshape-config.xml");
[06:03:00] <sbryzak> how can i do that with @JcrConfiguration though?
[06:03:04] <gastaldi> Yeah, he is using modeshape api to start an embedded engine
[06:03:05] <gastaldi> hummmm
[06:04:05] <gastaldi> have you tried file:/WEB-INF/classes/modeshape.xml ?
[06:04:15] <sbryzak> one sec, i'll try that
[06:04:25] 
[06:04:34] <gastaldi> ... are not using standard ...
[06:06:05] <gastaldi> or try to remove the first slash (the one before WEB-INF)
[06:06:15] <sbryzak> that's giving me a NPE now, i assume the repository is null
[06:06:24] <sbryzak> although that would be weird.. you can't inject a null value
[06:06:30] <gastaldi> hum got a stacktrace ?
[06:06:30] <sbryzak> one sec while i debug
[06:06:48] <sbryzak> http://pastebin.com/QmGcnEhV
[06:07:31] <gastaldi> humm
[06:08:26] 
[06:09:11] <sbryzak> yeah, the repository is null
[06:09:15] <lightguard_jp> Were you there when Ken and John were talking about the test structure?
[06:09:16] <gastaldi> Hum... Weird
[06:09:29] <gastaldi> lightguard_jp: I was away
[06:09:34] <lightguard_jp> Okay.
[06:09:48] <lightguard_jp> I'll have to go back through the logs and see if I can glean anything further then
[06:10:12] <gastaldi> Yeah, or you may try the mailing list
[06:10:31] <lightguard_jp> I'm writing up something for the list, but I was hoping to understand it a bit better
[06:10:33] *** mbg1 has joined #seam-dev
[06:10:37] <lightguard_jp> Before I sent something off
[06:10:40] <gastaldi> ok
[06:10:41] *** mbg1 has quit IRC
[06:10:41] *** mbg1 has joined #seam-dev
[06:10:51] <gastaldi> sbryzak: Can you please debug RepositoryResolver ?
[06:10:55] <gastaldi> from Seam JCR ?
[06:11:21] <sbryzak> np, one moment while i set it up
[06:12:30] <sbryzak> gastaldi: just the produceRepository method?
[06:13:35] <gastaldi> Yeah
[06:14:40] <gastaldi> hum, or you may do something better
[06:14:41] <sbryzak> ok.. it gets into createPlainRepository()
[06:14:47] <gastaldi> ok
[06:14:49] <sbryzak> and factory.getRepository() just returns null
[06:15:05] <sbryzak> i'll try removing the leading forward slash
[06:15:11] <gastaldi> crap :P
[06:15:19] <gastaldi> You can do different then
[06:15:56] <gastaldi> create a @Produces @Named(ConfigParams.JCR_REPOSITORY_CONFIG_MAP) Map<String,String> produceJCRConfig(){}
[06:16:43] <sbryzak> if i remove the forward slash, i get the original null path exception
[06:16:44] <gastaldi> And do a getResource() (Or ServletContext.getResource)
[06:16:58] <sbryzak> ok i'll try that
[06:17:12] <gastaldi> That should work for you
[06:17:14] <sbryzak> i'd prefer to have the jcr config in one place anyway
[06:17:19] <gastaldi> Cool
[06:17:23] <sbryzak> rather than copy it into every class i need it
[06:17:27] <gastaldi> Yeah
[06:17:37] <gastaldi> You may create a Qualifier also
[06:18:21] 
[06:18:35] <gastaldi> You must use the snapshot version
[06:19:00] <sbryzak> ah, that's why JCR_REPOSITORY_CONFIG_MAP isn't there?
[06:19:07] <gastaldi> yaay ! :)
[06:19:14] <sbryzak> no problem
[06:19:19] <gastaldi> Nice
[06:19:45] <gastaldi> Worked on some refactoring lately
[06:19:49] <gastaldi> on Seam JCR
[06:20:05] <sbryzak> ah, i'm already using the snapshot.. just have to build latest i guess
[06:20:16] <gastaldi> probably
[06:20:40] <sbryzak> what should be in the config map?
[06:21:04] <sbryzak> org.modeshape.jcr.URL ?
[06:21:06] <gastaldi> yeah
[06:21:14] <gastaldi> and the URL from ServletContext
[06:21:17] <gastaldi> getResource()
[06:21:25] <gastaldi> Are you using Seam Servlet ?
[06:22:06] <gastaldi> If so, you can use @Inject ServletContext ctx;
[06:22:14] 
[06:23:26] <sbryzak> i'll just use the config class itself
[06:23:31] <sbryzak> gastaldi: does this look ok to you? http://pastebin.com/m6NNG0XV
[06:24:34] <gastaldi> Instead of using JcrRepositoryFactory.URL, use org.jboss.seam.jcr.ConfigParams.MODESHAPE_URL
[06:24:45] *** daniel_hinojosa has joined #seam-dev
[06:24:57] <sbryzak> gastaldi: ok
[06:25:15] <gastaldi> I think you may use the Resource stuff from Solder in there also
[06:26:29] <gastaldi> ahhhh It would fit perfectly !
[06:26:50] <sbryzak> yeah i think you're right
[06:26:52] <gastaldi> I used some in Seam Reports
[06:27:06] <sbryzak> i'll give it a test the way it is first
[06:27:10] <gastaldi> You may use Collections.singletonMap also
[06:27:13] <gastaldi> One liner stuff
[06:27:44] <sbryzak> now that's different...
[06:27:52] <gastaldi>     @Inject
[06:27:53] <gastaldi>     @Resource("XlsDataSourceReport.jrxml")
[06:27:53] <gastaldi>     InputStream sourceReport;
[06:28:02] <gastaldi> But you may inject a URL
[06:28:09] <gastaldi> What happened now ?
[06:28:12] <sbryzak> i guess i need the hibernate C3P0ConnectionProvider
[06:28:17] <gastaldi> :P
[06:28:31] <gastaldi> Which modeshape version are you using ?
[06:28:40] <sbryzak> 2.5.0.Final
[06:28:45] <gastaldi> Try 2.6.0.Beta1
[06:28:51] <gastaldi> just a test
[06:28:53] <sbryzak> i'll try it once i get this working
[06:29:01] <sbryzak> don't want to break too much at once ;)
[06:29:04] <gastaldi> ah ok
[06:29:11] <gastaldi> Got a stack ?
[06:29:25] <sbryzak> yes, but i'm testing again
[06:29:30] <sbryzak> i have a feeling the config worked this time
[06:29:40] <gastaldi> Yeah !!
[06:29:48] <sbryzak> hmm
[06:29:53] <sbryzak> deployment exception
[06:30:04] <sbryzak> 4:33:33,965 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to Start: name=persistence.unit:unitName=seam-university.war#universityDatabase state=Create: org.hibernate.HibernateException: Unable to get the default Bean Validation factory
[06:30:18] <sbryzak> should i be able to have it use the same datasource as my app?
[06:30:37] 
[06:30:52] <sbryzak> or should i just configure a separate datasource for it
[06:31:02] <sbryzak> it's all going in the same database anyways
[06:31:38] 
[06:31:46] <sbryzak> ok, i'll try that
[06:34:15] 
[06:34:56] <sbryzak> bah, it's pulled in hibernate-core again
[06:35:25] <gastaldi> fixed: http://pastebin.com/HMVGE73a
[06:35:31] <lightguard_jp> sbryzak: Any idea if Aslak is on the seam-dev list?
[06:35:57] <sbryzak> lightguard_jp: he may lurk there, but better to mail him directly
[06:36:04] <lightguard_jp> Okay, thanks
[06:37:04] <gastaldi> sbryzak: Are you running on AS7 ?
[06:37:39] <sbryzak> gastaldi: AS6 currently
[06:37:42] <gastaldi> ok
[06:37:50] <sbryzak> now that i have modeshape embedded though, i might move to AS7
[06:38:18] <sbryzak> i think it's almost working now...
[06:39:05] <lightguard_jp> gastaldi: sbryzak Anything either of you two would like to discuss in this coming meeting?
[06:39:23] <sbryzak> gastaldi: it works!!
[06:39:26] <sbryzak> lightguard_jp: yes
[06:39:28] <gastaldi> yaaaay !!!
[06:39:42] <lightguard_jp> sbryzak: What's that?
[06:39:46] <gastaldi> Are you using the refactored code ?
[06:39:52] <sbryzak> gastaldi: remind me to buy you a beer sometime
[06:40:03] <gastaldi> sbryzak: Cool ! ;)
[06:40:08] <sbryzak> lightguard_jp: i want to discuss our default target container
[06:40:14] <sbryzak> and build profiles for AS6/AS7 etc
[06:40:20] <gastaldi> lightguard_jp: I got nothing yet :(
[06:40:47] <lightguard_jp> sbryzak: Good, that will tie in nicely to another topic we need to discuss
[06:41:11] <sbryzak> great, it will become more of an issue the closer we get to the 3.1 release
[06:41:20] <sbryzak> so we might as well start thinking about it now
[06:41:22] <lightguard_jp> Yep
[06:41:35] <lightguard_jp> sbryzak: Are the meetings too early for you? I haven't see you around for the last few
[06:42:08] <sbryzak> yeah they're a bit early
[06:42:20] <sbryzak> i'm usually up real late working
[06:42:39] <sbryzak> and it's hard to get up when the temperature here is under 10 degrees
[06:42:48] <lightguard_jp> :) Can't blame you there
[06:42:50] <sbryzak> that's <50 fahrenheit
[06:43:24] <sbryzak> hard to type when your fingers are frozen solid ;)
[06:43:35] <gastaldi> :) Got your roof fixed ?
[06:43:39] <lightguard_jp> C is fine, trying to convert myself to only use standard units and measurements
[06:44:00] <lightguard_jp> sbryzak: Yeah, I know. It gets well below freezing here during the winter time
[06:44:01] <sbryzak> lightguard_jp: i wish all your fellow americans would follow your lead!
[06:44:16] <sbryzak> gastaldi: still working on the roof, but that's not the main problem
[06:44:23] <sbryzak> our house isn't currently sealed
[06:44:29] <lightguard_jp> sbryzak: I actually got the idea from Dan. Yes, I do wish we'd drop the old measurements, but I really doubt it will happen
[06:44:29] <gastaldi> Ouch
[06:44:35] <sbryzak> it's exposed to the outside
[06:44:48] <lightguard_jp> Yeah, that makes it a little cold inside
[06:44:53] <sbryzak> by winter next year it should all be fixed
[06:45:03] <sbryzak> i got a new ducted reverse cycle air conditioner to install
[06:45:12] <sbryzak> it will cool/heat my entire house
[06:45:17] <sbryzak> 23 kw
[06:45:20] <lightguard_jp> How young are your kids?
[06:45:26] <sbryzak> 9, 4 and 2
[06:45:50] <sbryzak> i also need to install about $10k worth of insulation
[06:46:14] *** mbg has quit IRC
[06:46:16] <lightguard_jp> Really chilly for the two youngest
[06:46:31] <gastaldi> ouch 2x
[06:46:31] <sbryzak> we try to dress them warmly
[06:46:34] <gastaldi> :)
[06:47:12] <gastaldi> Hope you get it installed asap
[06:47:59] <sbryzak> it's just a matter of finding the time to do it
[06:48:01] 
[06:48:12] <sbryzak> that's really cold
[06:48:24] <sbryzak> i'll be doing the next stage of my roof in a couple of weeks
[06:48:29] *** mbg1 has quit IRC
[06:48:30] <sbryzak> lots of preparation to do before each stage
[06:48:42] <sbryzak> have to replace windows, rebuild the house frame to support the heavier roof load, etc
[06:48:54] <sbryzak> after that though, there will only be a small section left to do
[06:48:58] <sbryzak> and then i can tile the roof ;)
[06:49:08] 
[06:49:20] <sbryzak> haha, i already fixed it
[06:49:34] <sbryzak> gastaldi: your producer method works well
[06:49:49] <gastaldi> Nice
[06:50:02] <jbossbot> git [university] push master 67ac18b.. Shane Bryzak use embedded modeshape
[06:50:02] <jbossbot> git [university] push master URL: http://github.com/seam/university/compare/b366c6b...67ac18b
[06:50:07] 
[06:50:14] <gastaldi> Flexible configuration
[06:50:15] <gastaldi> :)
[06:50:17] <sbryzak> definitely
[06:50:32] <sbryzak> ah, so i guess i can remove the @JcrConfiguration annotation now?
[06:50:35] <gastaldi> of course
[06:50:41] <gastaldi> It is not needed at all
[06:50:59] <lightguard_jp> sbryzak: Would one hour back help, or not enough?
[06:51:13] <sbryzak> gastaldi: awesome
[06:51:15] <jbossbot> git [university] push master f0459fe.. Shane Bryzak removed unnecessary annotation
[06:51:15] <jbossbot> git [university] push master URL: http://github.com/seam/university/compare/67ac18b...f0459fe
[06:51:30] <sbryzak> lightguard_jp: it's ok, i'll try and make the 7am meeting this week
[06:51:51] <lightguard_jp> I'm thinking for future
[06:51:51] <sbryzak> you seem to be doing a great job of running them though ;)
[06:51:52] <lightguard_jp> Thanks
[06:51:59] <gastaldi> yeah, our jedi is going great
[06:52:01] <gastaldi> :)
[06:52:20] <sbryzak> so seam university is at a stage where you can publish new content now
[06:52:23] <sbryzak> which is pretty cool
[06:52:42] <gastaldi> Nice, but why is not using git flow ?
[06:53:40] <sbryzak> oops, it's giving me a new exception now
[06:53:41] <sbryzak> 14:57:18,039 ERROR [org.jboss.seam.remoting.ExecutionHandler] Error while executing call: javax.jcr.RepositoryException: The "relPath" parameter value "" was not a valid path
[06:53:55] <sbryzak> gastaldi: any ideas on what that means?
[06:54:15] <gastaldi> hum, need a stacktrace
[06:55:11] <sbryzak> one moment while i try again
[06:55:15] <gastaldi> Maybe you are passing "" to session.getRootNode().getNode("") ?
[06:55:49] <gastaldi> Ah ! @Inject Session is possible also
[06:55:59] <gastaldi> With authentication and stuff
[06:56:26] <sbryzak> never mind, it's working...
[06:56:52] <sbryzak> now i have to get code highlighting working
[06:56:55] <gastaldi> hum, ok  :)
[06:56:59] <sbryzak> and image uploads, keywords
[06:57:03] <gastaldi> cool
[06:57:07] <sbryzak> user security
[06:57:11] <sbryzak> the list is endless...
[06:57:19] <gastaldi> Have you checked the @SafeHtml ?
[06:57:21] <sbryzak> this will pay off for a lot of other people though
[06:57:35] 
[06:57:44] <sbryzak> yeah, i need to add that also
[06:57:54] <sbryzak> considering it was this app that sparked the need for it ;)
[06:57:59] <gastaldi> hehe
[06:58:37] <gastaldi> sbryzak: Any lib for code highlighting ?
[06:58:51] <sbryzak> i'm using syntax highlighter
[06:58:55] <sbryzak> it's client side
[06:59:06] <gastaldi> http://code.google.com/p/syntaxhighlighter/ ?
[06:59:12] <gastaldi> Cool
[06:59:19] <sbryzak> yes, that one
[06:59:30] <sbryzak> i've got it integrated with ckeditor already
[06:59:42] <sbryzak> just need to get the highlighting working when i render the article
[06:59:42] <gastaldi> looks easy to run
[06:59:55] <sbryzak> just a couple lines of js i think
[07:01:14] <gastaldi> Yeah
[07:01:21] <gastaldi> I am reading http://alexgorbatchev.com/SyntaxHighlighter/manual/installation.html now
[07:01:33] <gastaldi> it just adds some CSS stuff
[07:02:43] <gastaldi> And call SyntaxHighlighter.all() in the end of the page
[07:02:43] <sbryzak> yeah we use it on in.relation.to
[07:02:47] <gastaldi> piece of cake
[07:02:55] <sbryzak> i just helped gavin add highlighting for ceylon recently
[07:03:02] <gastaldi> nice
[07:06:16] <gastaldi> lightguard_jp: Are you aware of Seam JCR test structure ?
[07:06:41] <gastaldi> There is 2 modules, one for testing jackrabbit and another for Modeshape
[07:06:45] <gastaldi> there are
[07:08:31] <gastaldi> I wonder if we could merge them into a single project and take advantage of Arquillian features
[07:08:58] <bleathem> syntaxhighlighter is the one I use on my blog
[07:09:09] <bleathem> I like it
[07:09:39] <lightguard_jp> gastaldi: No
[07:09:57] <lightguard_jp> gastaldi: possibly, it'll be something to talk about during the meeting
[07:10:04] <lightguard_jp> I'm hoping aslak will be able to be there
[07:10:10] <gastaldi> cool, or on the Seam Hack
[07:10:22] <gastaldi> bleathem: Is it the same used on Wordpress ?
[07:10:28] <lightguard_jp> sbryzak: Passing this one to you http://seamframework.org/Community/SeamSecurityLDAPExample#comment159955
[07:10:50] <sbryzak> thanks, i'll check it out shortly
[07:10:53] <lightguard_jp> gastaldi: Yeah, that's a possibility too
[07:11:24] <gastaldi> cool
[07:11:54] <lightguard_jp> People saying they've heard back about J1 papers. I haven't heard anything, grr
[07:13:04] <gastaldi> neither do I :)
[07:13:20] <gastaldi> lightguard_jp: are you coming to J1 ?
[07:13:33] <lightguard_jp> If talks were accepted
[07:13:46] <gastaldi> nice
[07:14:16] <bleathem> lightguard_jp: did you submit to devoxx?
[07:14:34] <lightguard_jp> No, but I think Dan submitted one or two with us co presenting
[07:14:50] <bleathem> lightguard_jp: nice - those will get accepted
[07:15:23] <gastaldi> Hope the event would be webcasted
[07:15:51] <lightguard_jp> http://www.oracle.com/javaone/program/schedule/index.html Grr the schedule is these, but it just says things like "Sessions 8:00 - 5:00"
[07:15:55] <lightguard_jp> Less helpful
[07:16:46] <gastaldi> Java 7 will be undoubtely spoken in there
[07:16:53] <gastaldi> :)
[07:19:01] <gastaldi> ok, gotta sleep now
[07:19:03] <gastaldi> See ya !
[07:19:38] *** gastaldi has quit IRC
[07:20:59] <lightguard_jp> sbryzak: were we going to backport Weld into EAP 5.1?
[07:25:35] <bleathem> how do you start AS6? bin/run.sh?
[07:25:42] <bleathem> does that start the default profile?
[07:25:57] <bleathem> (simple question I know, but something isn't working right - going back to basics)
[07:26:08] <lightguard_jp> Yes and yes
[07:26:21] <bleathem> and you copy your war to comon/deploy/ to deploy it?
[07:26:31] <lightguard_jp> common?
[07:26:33] <bleathem> or to server/default/deploy?
[07:26:37] <lightguard_jp> server/default/delpoy
[07:26:40] <lightguard_jp> deploy
[07:26:43] <bleathem> s/comon/common/
[07:26:47] <bleathem> ok, thx
[07:49:50] *** rruss has joined #seam-dev
[08:06:33] *** epbernard has joined #seam-dev
[08:06:33] *** epbernard is now known as emmanuel
[08:08:49] <jbossbot> git [university] push master 8995aac.. Shane Bryzak added syntax highlighting
[08:08:49] <jbossbot> git [university] push master URL: http://github.com/seam/university/compare/f0459fe...8995aac
[08:10:33] *** marekn has joined #seam-dev
[08:11:23] *** lightguard_jp has quit IRC
[08:13:08] *** jamezp is now known as jamezp_afk
[08:15:14] *** mgoldmann has joined #seam-dev
[08:24:09] *** jharting has joined #seam-dev
[08:28:03] <bleathem> this Context is already active exception is driving me nuts
[08:28:18] <bleathem> I've built the simplest possible example app, looking at the viewAction
[08:28:35] <bleathem> and it's failing with this ridiculous excpetion
[08:29:22] <bleathem> I'm going to try an older version of Seam Faces
[08:30:39] *** rruss has quit IRC
[08:32:48] <bleathem> Get this, I do not
[08:34:40] *** cbrock has quit IRC
[08:36:09] <bleathem> I think this is a weld issue
[08:36:21] <bleathem> it's trying to restore a conversation with a null id
[08:36:24] <bleathem> so says the log
[08:40:50] *** rmartinelli has quit IRC
[08:48:57] <jbossbot> git [faces] push develop ebdfe02.. Brian Leathem Added a simple viewAction demo application
[08:48:57] <jbossbot> git [faces] push develop URL: http://github.com/seam/faces/compare/3f5139c...ebdfe02
[08:48:58] <jbossbot> git [faces] push jfsunit_arqullian 72f4d18.. Brian Leathem Changed the port options in the arquillian.xml file to use defaults
[08:48:58] <jbossbot> git [faces] push jfsunit_arqullian e0b1aa8.. Brian Leathem Added a viewAction test
[08:48:58] <jbossbot> git [faces] push jfsunit_arqullian URL: http://github.com/seam/faces/compare/e81065b...e0b1aa8
[08:55:31] <bleathem> updated WELD-878
[08:55:33] <jbossbot> jira [WELD-878] WeldPhaseListener fails to activate conversation context if conversation is not found [Open (Unresolved) Bug, Major, Unassigned] https://issues.jboss.org/browse/WELD-878
[08:56:57] *** aslak has joined #seam-dev
[08:59:10] *** koentsje has joined #seam-dev
[08:59:39] *** oskutka has joined #seam-dev
[09:01:36] *** shervin_a has joined #seam-dev
[09:21:02] *** daniel_hinojosa has quit IRC
[09:44:44] *** clerum has quit IRC
[09:48:05] *** clerum has joined #seam-dev
[09:56:31] *** jamezp_afk has quit IRC
[09:57:18] *** jamezp_afk has joined #seam-dev
[09:57:18] *** jamezp_afk has joined #seam-dev
[10:16:30] *** mgoldmann has quit IRC
[10:24:13] *** stuartdouglas_ has joined #seam-dev
[10:24:13] *** stuartdouglas_ has quit IRC
[10:24:13] *** stuartdouglas_ has joined #seam-dev
[10:25:34] *** stuartdouglas has quit IRC
[10:25:37] *** stuartdouglas_ is now known as stuartdouglas
[11:00:49] *** oskutka has quit IRC
[11:07:13] *** mgoldmann has joined #seam-dev
[11:11:30] *** tkimura has quit IRC
[11:34:58] *** pmuir has joined #seam-dev
[11:37:36] *** emmanuel has quit IRC
[11:41:40] *** oranheim has quit IRC
[11:51:03] *** epbernard has joined #seam-dev
[11:51:03] *** epbernard is now known as emmanuel
[11:55:22] *** maschmid has joined #seam-dev
[12:01:07] *** sannegrinovero has joined #seam-dev
[12:13:09] *** sbryzak has quit IRC
[12:42:43] *** alesj has joined #seam-dev
[12:44:16] *** sgilda has quit IRC
[12:46:28] *** oranheim has joined #seam-dev
[12:46:28] *** sgilda has joined #seam-dev
[12:54:34] *** sbryzak has joined #seam-dev
[12:54:34] *** sbryzak has quit IRC
[12:54:34] *** sbryzak has joined #seam-dev
[12:54:54] *** oranheim has quit IRC
[13:14:54] *** jose_freitas_aw has joined #seam-dev
[13:15:09] *** oskutka has joined #seam-dev
[13:17:10] <jose_freitas_aw> morning guys
[13:17:14] *** jose_freitas_aw is now known as jose_freitas
[13:24:10] *** jharting has quit IRC
[13:29:34] *** pmuir has left #seam-dev
[13:51:43] *** alesj is now known as alesj_lunch
[13:55:52] *** rruss has joined #seam-dev
[13:57:15] *** rmartinelli has joined #seam-dev
[14:14:18] *** mateus has joined #seam-dev
[14:25:40] *** jharting has joined #seam-dev
[14:25:40] *** jharting has joined #seam-dev
[14:44:40] *** shervin_a has quit IRC
[14:56:48] *** jamezp_afk is now known as jamezp
[15:05:04] *** jharting has quit IRC
[15:23:12] *** jganoff has joined #seam-dev
[15:24:46] *** emmanuel has quit IRC
[15:25:26] *** gastaldi has joined #seam-dev
[15:25:37] *** oskutka has quit IRC
[15:26:12] <gastaldi> morning folks !
[15:26:20] <jganoff> morning all
[15:26:42] <gastaldi> wow JBoss AS7 is just released !
[15:26:43] <gastaldi> Cool
[15:27:26] 
[15:27:27] <rmartinelli> gastaldi: yes! =D
[15:28:06] <aslak> gastaldi, arq release for what=?
[15:28:58] <gastaldi> aslak: Just to remove the beta status. :)
[15:29:21] <aslak> gastaldi, Arq CR1 works with AS7 Final .
[15:29:33] <gastaldi> yeah, I know
[15:29:54] <gastaldi> But I feel unconfortable when using CR products on production
[15:30:28] <gastaldi> uh
[15:30:34] <gastaldi> Well, not in production really
[15:30:40] <gastaldi> ah, nevermind :)
[15:30:56] <aslak> gastaldi, hehe, AS7 Final is full of Beta-X and CRx deps
[15:31:05] <gastaldi> lol
[15:31:14] <aslak> even Alpha
[15:31:49] 
[15:32:21] <gastaldi> well, we are all waiting for the EAP version
[15:32:31] <aslak> EAP is production
[15:32:53] <gastaldi> yeah, cool
[15:33:02] 
[15:33:08] 
[15:38:58] *** clerum has quit IRC
[15:41:56] *** epbernard has joined #seam-dev
[15:41:56] *** epbernard is now known as emmanuel
[15:42:11] *** tsurdilo has joined #seam-dev
[15:44:04] *** clerum has joined #seam-dev
[15:52:30] <gastaldi> Diablo-D3: Happy now with the release of AS7 ?
[15:52:31] <gastaldi> :)
[16:16:13] <gastaldi> Hum.. We must certify that Seam 3 runs seamlessly on JBoss AS7
[16:21:09] *** alesj_lunch is now known as alesj
[16:26:40] *** rruss has quit IRC
[16:28:45] <jbossbot> git [jcr] push develop 0abdb85.. George Gastaldi Upgraded to Modeshape 2.6.0.Beta1
[16:28:45] <jbossbot> git [jcr] push develop bf5a710.. George Gastaldi Merge pull request #22 from gastaldi/develop...
[16:28:45] <jbossbot> git [jcr] push develop URL: http://github.com/seam/jcr/compare/60fe167...bf5a710
[17:07:35] *** bdlink has joined #seam-dev
[17:10:40] *** marekn has quit IRC
[17:23:10] <Diablo-D3> gastaldi: no.
[17:26:20] *** jamezp has quit IRC
[17:29:14] <gastaldi> Diablo-D3: Why not ?
[17:32:14] <Diablo-D3> because as8 isnt out yet
[17:34:07] *** jamezp has joined #seam-dev
[17:34:07] *** jamezp has joined #seam-dev
[17:36:28] <gastaldi> haha
[17:40:32] *** bdlink has quit IRC
[17:43:50] *** gastaldi has quit IRC
[17:58:30] *** oranheim has joined #seam-dev
[18:01:10] *** jamezp_ has joined #seam-dev
[18:01:10] *** jamezp_ has joined #seam-dev
[18:01:27] *** jamezp has quit IRC
[18:01:41] *** jamezp_ is now known as jamezp
[18:03:04] *** maschmid has quit IRC
[18:11:52] *** rruss has joined #seam-dev
[18:15:25] *** aslak has quit IRC
[18:21:44] <bleathem> jose_freitas: do you have a gmail addresss?
[18:23:37] <jose_freitas> yes
[18:23:39] <jose_freitas> joserodolfo.freitas
[18:24:28] <jbossbot> git [faces] push jfsunit_arqullian 0269592.. Brian Leathem Added another viewaction test for loading data
[18:24:28] <jbossbot> git [faces] push jfsunit_arqullian URL: http://github.com/seam/faces/compare/e0b1aa8...0269592
[18:24:29] <jose_freitas> have you entered google+?
[18:24:37] <bleathem> you bet, you?
[18:25:25] <bleathem> added you
[18:25:51] <jose_freitas> :)
[18:31:39] *** kraman1 has joined #seam-dev
[18:33:11] <oranheim> jboss nexus repos are down
[18:34:16] <jose_freitas> <o>
[18:37:52] <bleathem> jose_freitas: thanks for the jsfunit_arquillian work you did, it's awesome!
[18:37:54] *** daniel_hinojosa has joined #seam-dev
[18:37:56] <bleathem> I'm putting it to good use
[18:38:30] <bleathem> It'll be great to have it working with AS7 (requiring the latest Arquillian)
[18:38:46] <bleathem> so that the tests execute faster
[18:39:04] <bleathem> but at least we have something tangible to point to now!
[18:39:30] <jose_freitas> bleathem: I'm updating jsfunit to fit with the new arquillian spi
[18:39:32] *** akazakov has joined #seam-dev
[18:39:53] <jose_freitas> soon we'll can use it with arquillian final
[18:40:00] <jose_freitas> final-snapshot
[18:40:01] <jose_freitas> hehehe
[18:42:58] <bleathem> jose_freitas: +1 !!
[18:45:31] <jose_freitas> hehehe
[18:45:36] <jose_freitas> have you test it with tomcat and jetty?
[18:47:30] <jose_freitas> bleathem: which mojarra version are you using?
[18:47:52] <bleathem> jose_freitas: I think 2.0.4 is bundled with AS6
[18:48:09] <jose_freitas> hm
[18:49:31] <jose_freitas> cause I thought that s:viewAction were working correctly in jboss version, but broke on the 2.1.1 or 2.1.1
[18:49:41] <bleathem> jose_freitas: that's waht I though
[18:49:44] <bleathem> ^thought
[18:49:49] <bleathem> before writing the tests
[18:49:52] <bleathem> 1 sec
[18:50:24] <jose_freitas> 2.1.1 or 2.1.2
[18:51:41] <jose_freitas> btw, uiInputContainer needs a newer mojarra version
[18:52:13] *** alesj has quit IRC
[18:52:16] <jose_freitas> that workaround we made with h:panelgroup don't work in 2.0.x
[18:52:48] <bleathem> http://seamframework.org/Community/ContextIsAlreadyActiveWhenNavigatingWithASviewAction
[18:53:11] <bleathem> jose_freitas: good to know, thanks.  We should post that somewhere
[18:53:18] <bleathem> what mojarra is bundled with AS 7?
[18:53:21] <jamezp> I think in AS7 we're a fixed version of 2.0.4-b09 if that matters.
[18:53:30] <bleathem> jamezp: thanks
[18:53:36] <jose_freitas> thanks
[18:53:59] <bleathem> we need a test for that eh?
[18:54:04] <jamezp> Nihility fixed some TCCL issues with it.
[18:54:05] <bleathem> I love tests
[18:55:06] <jose_freitas> jamezp: do you know why they didn't get the last version for jsf?
[18:57:53] <jamezp> jose_freitas: I don't know exactly. We had to patch and I'm not sure why we didn't patch the latest version.
[18:58:14] <jamezp> I just saw chatter about it, but wasn't really involved.
[19:00:48] <jose_freitas> hmmm
[19:01:08] <bleathem> jamezp: that might be a great place for you to stick your nose in.  Your JSF experience/insight would be of great benefit at the AS level
[19:02:02] <jamezp> bleathem: Yeah, I was thinking about doing that actually.
[19:02:02] <bleathem> jamezp: in particular the reverse direction would be useful, it would be great for us to have someone as the AS level who is in tune with the JSF community
[19:03:07] <bleathem> as an aside, I did all this test writing using intellij idea
[19:03:27] <bleathem> nice IDE, but there are so many keyboard shortcuts I need to re-learn
[19:03:44] <bleathem> and renaming/deleting facelet files didn't work.  I had to do that from the command line!?
[19:04:56] <jamezp> I really like it, but I've only done core level Java dev with it. I always thought NetBeans was the best for JSF.
[19:05:47] <bleathem> jamezp: interesting
[19:06:07] *** aslak has joined #seam-dev
[19:06:08] <bleathem> poly-ide development
[19:06:32] <jamezp> Haha, yeah. Except I don't touch eclipse anymore :-)
[19:06:49] <bleathem> jamezp: the jboss tools stuff is really useful in eclipse
[19:06:57] <bleathem> jamezp: it's why I keep ending up back there
[19:07:32] <jamezp> It's one thing I hadn't used too much since my JSF stuff all ran on WebSphere.
[19:07:49] <jamezp> Had I gotten used to it, I bet it would be hard to lose.
[19:07:53] <bleathem> jamezp: nice to have that behind you eh?
[19:08:12] <jamezp> bleathem: You don't even know :-) So awesome!
[19:18:20] *** oranheim has quit IRC
[19:29:01] *** ssachtleben has joined #seam-dev
[19:47:54] <jose_freitas> lol, have you seen the troll tweet from arun gupta?
[20:01:16] *** mateus has quit IRC
[20:01:31] <jamezp> jose_freitas: Yeah, it was a bit of a back-handed compliment I thought.
[20:02:00] <jose_freitas> well, a compliment on as7 and a trolling on as6
[20:02:27] <jamezp> Good point.
[20:26:37] *** lazarotti has joined #seam-dev
[20:36:44] *** lincolnthree has joined #seam-dev
[20:36:50] <lincolnthree> hey kraman1
[20:36:52] <lincolnthree> sorry
[20:36:54] <lincolnthree> I'm all over the place today
[20:37:41] <kraman1> lincolnthree: no problem
[20:37:48] <kraman1> lincolnthree: gave up on resteasy
[20:37:52] <lincolnthree> oh yeah?
[20:37:55] <lincolnthree> httpclient may be simpler
[20:37:59] <lincolnthree> what are you going with?
[20:38:00] *** lincolnthree has left #seam-dev
[20:38:00] <kraman1> switched to httpclient + gson instead
[20:38:04] *** lincolnthree has joined #seam-dev
[20:38:05] <lincolnthree> oops
[20:38:18] <kraman1> oops?
[20:38:24] <lincolnthree> i accidentally left the channel
[20:38:43] <kraman1> switched to httpclient + gson instead
[20:38:54] <kraman1> works much better now
[20:38:58] <lincolnthree> and the plugin loads?
[20:39:02] <kraman1> yah
[20:39:03] <lincolnthree> nice!
[20:39:04] <kraman1> loads and works
[20:39:08] <lincolnthree> that's excellent!
[20:39:21] <kraman1> lets see how far i get :)
[20:39:29] <lincolnthree> I don't know why I suggetsed resteasy, i guess because it's for rest :) but that's the beautiful think about HTTP web services? it's just HTTP
[20:51:12] *** sannegrinovero has quit IRC
[20:52:34] *** jamezp is now known as jamezp_afk
[20:59:44] *** cbrock has joined #seam-dev
[21:00:51] *** lincolnthree has quit IRC
[21:03:00] *** lincolnthree has joined #seam-dev
[21:16:52] *** koentsje has quit IRC
[21:30:44] *** antoine_sd has joined #seam-dev
[21:31:12] *** antoine_sd has left #seam-dev
[21:31:27] *** antoine_sd has joined #seam-dev
[21:45:00] *** mgoldmann has quit IRC
[21:48:29] *** nilian has joined #seam-dev
[21:51:46] *** bleathem is now known as bleathem_busy
[22:01:37] *** alesj has joined #seam-dev
[22:11:43] *** gastaldi has joined #seam-dev
[22:11:51] <gastaldi> hey
[22:13:35] <jose_freitas> HEY gastaldi
[22:13:42] <gastaldi> Is it just me or the Seam Hack night is scheduled both on Wednesday and Thursday ?
[22:13:44] <gastaldi> hey jose_freitas !
[22:14:40] *** emmanuel has quit IRC
[22:16:10] *** jamezp_afk is now known as jamezp
[22:20:23] *** nilian has quit IRC
[22:20:24] *** danielbremer-ton has joined #seam-dev
[22:23:27] *** cbrock has quit IRC
[22:23:54] *** cbrock has joined #seam-dev
[22:26:01] *** oskutka has joined #seam-dev
[22:33:09] *** jose_freitas has quit IRC
[22:37:12] *** rruss has quit IRC
[22:39:55] *** rruss has joined #seam-dev
[22:40:18] *** rmartinelli has quit IRC
[22:40:48] *** gastaldi has quit IRC
[22:41:42] *** antoine_sd has quit IRC
[22:46:19] *** oskutka has quit IRC
[22:47:43] *** arbi has joined #seam-dev
[22:50:47] *** danielbremer-ton has quit IRC
[23:06:07] *** jose_freitas has joined #seam-dev
[23:06:30] *** epbernard has joined #seam-dev
[23:06:30] *** epbernard is now known as emmanuel
[23:07:56] *** lincolnthree has left #seam-dev
[23:13:45] *** bleathem_busy has quit IRC
[23:17:32] *** jose_freitas_aw has joined #seam-dev
[23:19:48] *** jose_freitas has quit IRC
[23:28:25] *** oranheim has joined #seam-dev
[23:29:13] *** jose_freitas_aw has quit IRC
[23:34:42] *** oranheim has quit IRC
[23:45:32] *** bleathem has joined #seam-dev
[23:49:31] *** kevinpollet has joined #seam-dev
[23:49:57] *** kevinpollet has quit IRC

top