[00:01:05] *** jdlee has quit IRC [00:35:05] *** aslak has quit IRC [00:46:35] *** michaelschuetz has quit IRC [01:01:50] *** Newbee2 has quit IRC [01:09:29] *** lightguard_jp has quit IRC [01:21:53] *** maeste has quit IRC [01:30:32] *** ldimaggi_ has joined #jbosstesting [01:38:13] *** rruss has quit IRC [03:17:53] *** bgeorges has joined #jbosstesting [03:18:51] *** ALR has quit IRC [03:34:06] *** jdlee has joined #jbosstesting [03:34:06] *** jdlee has quit IRC [03:34:06] *** jdlee has joined #jbosstesting [05:22:27] *** jganoff has joined #jbosstesting [05:24:14] *** ldimaggi_ has quit IRC [05:38:06] *** jganoff has quit IRC [06:50:24] *** maeste has joined #jbosstesting [07:04:18] *** bgeorges has quit IRC [07:59:20] *** GTobi has joined #jbosstesting [08:08:10] *** oskutka has joined #jbosstesting [08:16:20] *** maeste has quit IRC [08:31:29] *** bgeorges has joined #jbosstesting [08:33:16] *** rruss has joined #jbosstesting [08:39:08] *** mgencur has joined #jbosstesting [08:40:51] *** michaelschuetz has joined #jbosstesting [08:53:54] *** Jaikiran has joined #jbosstesting [08:54:21] *** lfryc has joined #jbosstesting [08:57:22] *** mgoldmann has joined #jbosstesting [09:10:38] *** kpiwko has joined #jbosstesting [09:19:49] *** wolfc has joined #jbosstesting [09:28:32] *** maeste has joined #jbosstesting [09:30:42] *** rruss has quit IRC [10:01:17] *** dblevins has quit IRC [10:24:30] *** theute has joined #jbosstesting [10:34:08] *** aslak has joined #jbosstesting [11:03:57] *** jharting has joined #jbosstesting [11:23:20] *** erdicalli has joined #jbosstesting [11:23:47] <erdicalli> hello [11:26:49] <erdicalli> I am a Developer from Turkey. We are building recommendation systems for our clients. Right now I am trying to integrate arquillian with our project to run our first unit tests.. But I'm having issues with our configuration. [11:27:01] <erdicalli> Is there anyone available to assist me with our issues? [11:27:41] <erdicalli> Or should I just use the forums to ask for help? [11:33:08] *** Denek2 has joined #jbosstesting [11:33:37] *** Denek2 has left #jbosstesting [11:46:30] <aslak> erdicalli, heya [11:46:44] <erdicalli> hey aslak [11:46:52] <erdicalli> how are you? [11:47:12] <aslak> erdicalli, i'm fine, a bit cold up in norway but.. beyond that fine.. :) [11:47:23] <erdicalli> :) [11:47:35] <erdicalli> i think i am slowly solving my issue [11:47:55] <erdicalli> it was related to my jUnit version.. [11:48:11] <aslak> erdicalli, what are your problems? [11:48:26] <erdicalli> i am having some exceptions before tests. [11:48:32] <erdicalli> like; [11:48:34] <aslak> pastebin? [11:48:41] <erdicalli> org.apache.catalina.LifecycleException: PWC2769: Manager has not yet been started [11:48:42] <erdicalli> at org.apache.catalina.session.StandardManager.stop(StandardManager.java:892) [11:48:42] <erdicalli> at org.apache.catalina.core.StandardContext.stop(StandardContext.java:5456) [11:48:42] <erdicalli> at com.sun.enterprise.web.WebModule.stop(WebModule.java:530) [11:48:55] <erdicalli> SEVERE: PWC1240: Container StandardEngine[com.sun.appserv].StandardHost[server].StandardContext[] has not been started [11:48:55] <erdicalli> org.apache.catalina.LifecycleException: java.util.ServiceConfigurationError: javax.servlet.ServletContainerInitializer: Provider com.sun.jersey.server.impl.container.servlet.JerseyServletContainerInitializer could not be instantiated: java.lang.VerifyError: (class: com/sun/jersey/server/impl/container/servlet/JerseyServletContainerInitializer, method: addServletWithExistingRegistration signature: [11:48:55] <erdicalli> (Ljavax/servlet/ServletContext;Ljavax/servlet/ServletRegistration;Ljava/lang/Class;Ljava/util/Set;)V) Incompatible argument to function [11:48:56] <erdicalli> at org.apache.catalina.core.StandardContext.start(StandardContext.java:5289) [11:48:56] <erdicalli> at com.sun.enterprise.web.WebModule.start(WebModule.java:499) [11:48:56] <erdicalli> at org.apache.catalina.core.ContainerBase.startChildren(ContainerBase.java:1523) [11:48:56] <erdicalli> at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1190) [11:48:57] <erdicalli> at org.apache.catalina.core.StandardHost.start(StandardHost.java:975) [11:48:58] <erdicalli> and so on [11:49:46] <aslak> erdicalli, please use pastebin.org or similar when refering to code/exceptions.. :) makes the conversation easier to follow [11:49:59] <erdicalli> oh, ok ^^ [11:50:18] <aslak> erdicalli, glassfish? [11:50:28] <erdicalli> yes glassfish embedded [11:50:34] <aslak> what version are you using? [11:50:46] <erdicalli> 3.0.1-b20 [11:51:13] *** erdicalli has quit IRC [11:51:16] <aslak> erdicalli, what does your pom look like? [11:51:42] *** erdicalli has joined #jbosstesting [11:51:43] <aslak> erdicalli, what does your pom look like? [11:52:03] <erdicalli> i am trying to reach pastebin.org. if i can do that i'll link it. [11:52:18] <aslak> pastebin.com [11:52:24] <erdicalli> got it [11:52:26] <aslak> :) [11:52:56] <erdicalli> my pom looks like [11:52:56] <erdicalli> http://pastebin.com/51Xd1hkh [11:53:39] <erdicalli> and exceptions look like http://pastebin.com/beDfCV44 [11:54:50] <aslak> erdicalli, there might be a version missmatch between glassfish embedded and the com.sun.jersy version your adding as a dependency [11:55:01] <aslak> jersey [11:55:04] <erdicalli> hmm [11:55:10] <erdicalli> i'll check that asap [11:55:49] <aslak> you also have the arq-gf-container and gf-embedded-all deps double.. atleast if you run the defined profile.. :) [11:56:38] <aslak> not that that should matter.. just saying.. [12:04:50] <erdicalli> thanks for your warning, i think i got confused while tracking multiple tutorials :) [12:05:58] <erdicalli> solved the first issue, and i got another now. http://pastebin.com/2XV5vb4E [12:06:07] <erdicalli> it is another version issue i guess.. [12:06:39] <aslak> cdi-api v. I assume [12:06:56] <erdicalli> i guess so [12:08:55] <aslak> erdicalli, this is the issue with embedded containers, anything you put on the classpath is picked up and might kill the container it self. [12:09:13] <aslak> or we can blame it on maven, not having a seperation between compile-only dependencies and runtime [12:09:34] <erdicalli> yeah.. i learned lots.. [12:09:36] <erdicalli> one more :) [12:09:37] <erdicalli> http://pastebin.com/Uj0uGV8j [12:09:49] <aslak> ? [12:09:58] <erdicalli> build successful :) thanks alot [12:10:08] <aslak> aa, with running tests? nice [12:10:13] <erdicalli> yepp ^^ [12:10:17] <aslak> your welcome [12:19:51] *** aslak has quit IRC [12:20:25] *** aslak has joined #jbosstesting [12:23:16] *** erdicalli has left #jbosstesting [12:23:39] *** erdicalli has joined #jbosstesting [12:37:42] <aslak> dmlloyd, ping [12:55:38] *** pmuir has joined #jbosstesting [12:55:38] *** pmuir has quit IRC [12:55:38] *** pmuir has joined #jbosstesting [13:45:37] *** ldimaggi_ has joined #jbosstesting [14:00:34] <dmlloyd> pong aslak [14:19:48] *** aslak has quit IRC [14:20:26] *** aslak has joined #jbosstesting [14:28:15] *** aslak has quit IRC [14:28:56] *** aslak has joined #jbosstesting [14:33:18] *** aslak has quit IRC [14:33:57] *** aslak has joined #jbosstesting [14:35:39] *** aslak has quit IRC [14:36:28] *** aslak has joined #jbosstesting [14:42:31] *** aslak has quit IRC [14:43:27] *** aslak has joined #jbosstesting [14:46:15] *** aslak has quit IRC [14:46:57] *** aslak has joined #jbosstesting [14:50:11] <dmlloyd> pong aslak [14:50:18] <dmlloyd> connection trouble? :) [14:50:36] *** aslak has quit IRC [15:04:37] *** lightguard_jp has joined #jbosstesting [15:07:04] *** aslak has joined #jbosstesting [15:19:04] *** erdicalli has quit IRC [15:22:51] *** erdicalli has joined #jbosstesting [15:27:34] *** oskutka has quit IRC [15:29:50] <aslak> dmlloyd, the reason for the ping: http://community.jboss.org/message/578984 you've done some logging stuff, thought maybe you had some insight into pushing logging statements back to a client .. [15:30:35] <dmlloyd> does arq use sockets or something? [15:30:52] <aslak> not currently.. [15:31:11] <aslak> dmlloyd, we have a open issue; research how we can do it.. [15:34:17] *** lightguard_jp has quit IRC [15:35:51] *** lightguard_jp has joined #jbosstesting [15:37:26] *** balunasj has joined #jbosstesting [15:40:19] *** rruss has joined #jbosstesting [15:44:04] *** lightguard_jp has quit IRC [15:44:52] *** bgeorges_ has joined #jbosstesting [15:44:54] *** lightguard_jp has joined #jbosstesting [15:47:15] *** bgeorges has quit IRC [15:56:10] *** pmuir has quit IRC [15:57:31] <dmlloyd> aslak: I think the right solution for AS7 at least is for arq to start up the bootstrap process without a logging subsystem, which will use the calling environment's logging configuration [15:57:39] <dmlloyd> (for local processes) [15:58:26] <dmlloyd> if you add some socket-based remote startup in the future then the answer would be to configure a logging subsystem with a custom handler that talks back over the arq communication channel, whatever it may be [15:58:43] <aslak> dmlloyd, mm, interesting. [15:59:03] <aslak> dmlloyd, in this case tho, we're more talking about jboss 5-6 or any container. [15:59:23] <dmlloyd> yeah that I can't really comment on [15:59:26] <aslak> dmlloyd, does jboss as 6 honor the deployments log4j.properties ? [15:59:38] <dmlloyd> 6 doesn't use log4j really [15:59:48] <dmlloyd> if the deployment bundles its own log4j then yes [15:59:54] <dmlloyd> if not, it'll be ignored I think [16:00:20] <aslak> was it 5 that has the logger service, with log4j config? [16:00:23] <dmlloyd> though for 7 it might be an interesting idea to use deployment log4j.xml/.properties if it's present anyway [16:00:29] <dmlloyd> yeah 5 uses log4j [16:12:56] *** balunasj is now known as balunasj_away [16:37:52] *** awiedenb has joined #jbosstesting [16:43:49] *** lfryc has quit IRC [16:44:12] *** lfryc has joined #jbosstesting [16:47:37] *** balunasj_away has quit IRC [17:04:10] *** jharting has quit IRC [17:07:11] *** mgencur has left #jbosstesting [17:30:16] *** michaelschuetz has quit IRC [17:33:06] *** bgeorges_ has quit IRC [17:41:45] *** aslak has quit IRC [17:51:28] *** maeste has quit IRC [18:02:36] *** theute has quit IRC [18:05:21] *** rruss has quit IRC [18:14:15] *** mgencur has joined #jbosstesting [18:15:41] *** mgencur has left #jbosstesting [18:32:37] *** GTobi has quit IRC [18:32:41] *** michaelschuetz has joined #jbosstesting [18:45:02] *** michaelschuetz has quit IRC [18:58:50] *** dblevins has joined #jbosstesting [19:35:54] *** erdicalli has quit IRC [19:36:31] *** Jaikiran has quit IRC [19:46:45] *** aslak has joined #jbosstesting [19:54:48] *** jdewinne has joined #jbosstesting [19:54:53] *** jdewinne has left #jbosstesting [20:10:55] *** rruss has joined #jbosstesting [20:42:01] *** balunasj has joined #jbosstesting [20:50:00] *** oskutka has joined #jbosstesting [21:32:53] *** ALR has joined #jbosstesting [21:38:40] *** mgoldmann has quit IRC [21:51:22] *** oskutka has quit IRC [22:11:28] *** balunasj has quit IRC [22:14:27] *** jdewinne has joined #jbosstesting [22:19:52] *** michaelschuetz has joined #jbosstesting [22:56:27] *** wolfc has quit IRC [23:08:55] *** balunasj has joined #jbosstesting [23:16:30] *** jdewinne has quit IRC [23:21:24] *** balunasj has quit IRC