NOTICE: This channel is no longer actively logged.
[01:52:45] *** juddi-bot has joined #juddi[06:05:15] *** KurtStam has quit IRC[06:06:47] *** gmcdonald has quit IRC[06:06:50] *** gmcdonald has joined #juddi[09:38:19] *** jlocker has joined #juddi[14:30:29] *** KurtStam has joined #juddi[16:54:55] *** KurtStam has joined #juddi[17:14:20] *** KurtStam has quit IRC[17:38:09] *** jlocker has quit IRC[17:46:55] *** KurtStam has joined #juddi[19:08:52] <KurtStam> juddi-bot:status[19:08:52] <juddi-bot> juddi-console: idle, last build 987h04m53s ago: build successful[19:08:52] <juddi-bot> juddi-trunk: idle, last build 285h39m01s ago: build successful[19:08:52] <juddi-bot> juddi-trunk-openjpa: idle, last build 285h37m04s ago: build successful[19:09:21] <KurtStam> juddi-bot: force build juddi-trunk test[19:09:21] <juddi-bot> build #72 forced[19:09:21] <juddi-bot> I'll give a shout when the build finishes[19:10:25] <juddi-bot> Hey! build juddi-trunk #72 is complete: Failure [failed compile][19:10:25] <juddi-bot> Build details are at http://ci.apache.org/builders/juddi-trunk/builds/72[19:48:53] *** jlocker has joined #juddi[19:59:22] <jlocker> KurtStam: ping[19:59:45] <KurtStam> Hi Jiri[19:59:49] <KurtStam> hppy new year[20:00:15] <jlocker> hello kurt, happy NY to you, too :-)[20:01:04] <jlocker> have had a look at the ER6?[20:01:05] <jlocker> *you[20:13:24] <KurtStam> I have not yet..[20:13:53] <KurtStam> but will surely get to it[20:13:57] <KurtStam> all jUDDI, all the time :)[20:40:48] <jlocker> KurtStam: as we talked the last time -- i need a way to inspect the contents of the Registry as part of the code that tests the juddi console.. correct me, if i'm wrong: i thnik that the right choice is to use the juddi-client.. so, i tried to use the sample code from juddi User Guide, chapter 5, but it seems to be obsolete, using older API[20:40:55] <jlocker> http://www.redhat.com/docs/en-US/JBoss_SOA_Platform/5.0.0-Beta1/html/jUDDI_User_Guide/chap-Using_jUDDI-Client.html[20:41:30] <KurtStam> are you using the v3 client?[20:41:45] <KurtStam> should not be obsolete at all..[20:41:49] <jlocker> this doesn't work:[20:41:49] <jlocker> String clazz = ClientConfig.getConfiguration().getString( Property.UDDI_PROXY_TRANSPORT,Property.DEFAULT_UDDI_PROXY_TRANSPORT);[20:41:49] <jlocker> because, there's no Property.UDDI_PROXY_TRANSPORT[20:43:20] <jlocker> KurtStam: i used the client contained in ER6, which i believe is v3[20:44:17] <jlocker> KurtStam: server/${CONF}/deployers/esb.deployer/lib/juddi-client-3.0.0.aop.jar[20:45:17] <KurtStam> yeah that should work. Not easy though, b/c you need all the aop stuff on your cp as well as the aop patches[20:46:17] <jlocker> KurtStam: what are aop patches?[20:46:41] <KurtStam> Kevin changed juddi code using aop[20:46:57] <KurtStam> his changes are captured in .. hold on[20:48:41] <KurtStam> server/default/deployers/esb.deployer/rosetta.aop[20:51:34] <jlocker> KurtStam: hm.. so adding this on classpath should help?[20:51:48] <KurtStam> yes plus adding all the aop jars[20:51:51] <KurtStam> from jboss[20:52:47] <jlocker> KurtStam: thanks, will try that..[20:52:49] <KurtStam> np[20:52:54] <KurtStam> good luck[20:53:17] <KurtStam> if you can't make it work lmk and I will try to get you something working[20:54:10] <jlocker> jlocker: and are you sure, that it's ok, if the Property.UDDI_PROXY_TRANSPORT is missing here?[20:54:10] <jlocker> http://svn.apache.org/viewvc/webservices/juddi/tags/juddi-3.0.0/juddi-client/src/main/java/org/apache/juddi/v3/client/config/Property.java?view=markup&sortby=date[20:54:22] <jlocker> KurtStam: ^[20:58:37] <KurtStam> let me check[21:02:26] <KurtStam> String clazz = UDDIClerkManager.getClientConfig().getNodes().get("default").getProxyTransport();[21:02:34] <KurtStam> is what you should be doing[21:09:27] <jlocker> KurtStam: looks good, thanks[21:09:41] <KurtStam> k[21:09:48] <KurtStam> good luck![21:12:22] *** jlocker has quit IRC