[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-03-29 Thread combsv
Do you happen to have a pseudo offical juddi V0.9RC4 based jboss deployment? I have it working but did so by simply doctoring the ddl files and inserting the new juddi.jar. However, if I replace the entire juddi.war I get errors of this sort: 2005-03-29 07:58:01,231 ERROR [org.apache.juddi.re

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-03-28 Thread combsv
Many Thanks Anil! Will do! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871778#3871778 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871778 --- SF email is spons

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-03-28 Thread [EMAIL PROTECTED]
Hi Vaughn, we will be including a distribution of jUDDI along with Scout in JBoss 4.0.2( to be released soon). Check out the RC1 distribution. Steve Viens is a good friend of mine. You should ask questions about juddi directly on their user list. He knows more than me about juddi. Anil V

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-03-28 Thread combsv
Hi Anil, Just wanted to give you an update on status. All is working great! I wrote some code to register services using their wsdl (consistent with OASIS best practices) via uddi4j. We will be using JUDDI to discover components and to store information about nodes in our current configurat

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-02-08 Thread mackenna
Hi Anil I have used UDDI4J successfully to register organizations in the directory. Will get back to the Scout implementation once I am done with the UDDI4J client implementation. Thank you for the tips. Mackenna View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-02-08 Thread [EMAIL PROTECTED]
You are using Crimson parser that comes with JDK. You should be using Xerces parser. Provide a system property "java.endorsed.dirs" that points to a location where the xerces jars are. One place you can obtain the xerces jars are in jboss-xxx/lib/endorsed dir. View the original post : http

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-02-08 Thread mackenna
Hi Anil I got JUddi up and running, thanks for the tip. I used my dbowner account that was created in the publisher table. Will add another system account subsequently Anyways, I have been toying around with Scout as the JAXR implementation of choice. I am getting some errors in the creati

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-02-02 Thread [EMAIL PROTECTED]
Hi Mackenna, the database creation scripts are in juddi-service.sar/META-INF You can have a look at what tables are created and what data is inserted. INSERT INTO PUBLISHER (PUBLISHER_ID,PUBLISHER_NAME,EMAIL_ADDRESS,ENABLED,ADMIN) VALUES ('jboss','JBoss User','[EMAIL PROTECTED]','true','tru

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-02-02 Thread mackenna
Hi Anil I am a newbie to Juddi and this may be more a Juddi question rather than a Jboss question, but I thought it may be relevant to this thread. I followed the instructions on the integration of Juddi with JBoss and am able to connect to the registry using the uddi browser. A search for

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-01-31 Thread [EMAIL PROTECTED]
I am glad that it worked out for you. Is it possible for you to contribute back a case story on how you used JBoss/jUDDI in your project, when you are ready? Remember both jUDDI and Scout will have updates and the wiki page will be the ultimate reference as to what is happening in the Jaxr in

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-01-31 Thread combsv
Up and running without so much as a burp! You RULE! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864403#3864403 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864403

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-01-27 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=JAXR I have given the instructions to integrate juddi into JBoss v4.0.1 These just discuss integrating jUDDI into JBoss. I am assuming that you will use UDDI4J or (optionally) Scout to access jUDDI. If you need more info on using Scout with jUDDI, ask on

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-01-25 Thread combsv
Many thanks! I look forward to using jUDDI as soon as you can make it available. BTW, if you are interested in the project that we working on please feel free to browse the publicly available web site. We are in the process of updating the site a bit (i.e. we are at version 1.2.0 now) but it wi

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-01-24 Thread [EMAIL PROTECTED]
Hi Vaughn, thanks for the lucid description. Because of your comment wrt your wonderful experiences with Jboss, I will get you the instructions to integrate juddi in v4.0 in 2-3 days. I will not do anything magical, just take the juddi-service.sar from the 5.0 workspace and deploy it in

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-01-24 Thread combsv
Wonderful! First, thanks for the speedy and very helpful reply. a.) We are working internally on a research project in the area of information management and have developed a number of web services that we currently have deployed within 4.0.1. We would like to experiment with using UDDI as a

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-01-24 Thread [EMAIL PROTECTED]
I think it was starting with JBoss 3.2.5, juddi was removed. It is not included in JBoss 4.0. It currently is available in JBoss 5.0 (in cvs HEAD). Do you have immediate need to use jUDDI with Jboss 4.0? If yes, I can post a wiki page with instructions to integrate juddi into v4.0. Its pretty

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-01-24 Thread combsv
Can you tell me in which version of JBoss was jUDDI included before it was taken out? Many Thanks, Vaughn View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863446#3863446 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-01-10 Thread [EMAIL PROTECTED]
No. We are in the process of bringing it back!!! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861485#3861485 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861485