Re: UDDI version 3

2012-03-17 Thread Kurt Stam
Yes, try 'localhost' in stead of 'sales' unless your hosts file maps sales to localhost. --Kurt On Mar 17, 2012, at 15:33, Fairouz Fakhfakh fairouz.fakhf...@gmail.com wrote: Hello, I use UDDI version 3, I tried to follow the course of this link:

Re: Problem in deploying war file

2012-03-17 Thread Kurt Stam
I'm not sure if you are serious with your questions.. Please study up on some basic web technology. On Mar 17, 2012, at 21:53, Fairouz Fakhfakh fairouz.fakhf...@gmail.com wrote: Hello, I try to deploy the juddiv3-samples.war. I type the command java -jar bootstrap.jar under

Re: UDDI version 3

2012-03-17 Thread Kurt Stam
to resolve this problem? Or can you give me an other example of publishing a service, please? Thank you for answering me. 2012/3/17 Kurt Stam kurt.s...@gmail.com Yes, try 'localhost' in stead of 'sales' unless your hosts file maps sales to localhost. --Kurt On Mar 17, 2012, at 15:33

Re: An observation when searching...

2013-03-13 Thread Kurt Stam
For business as well as service names the spec says: If a language markup is specified, the search results report a match only on those entries that match both the name value and language criteria. The match on language is a leftmost case-insensitive comparison of the characters supplied.

Re: Maven build question

2013-03-23 Thread Kurt Stam
Sure or you can run with -DskipTests=true On Mar 23, 2013, at 14:23, Alex O'Ree spyhunte...@gmail.com wrote: Is there anyway to tally up all of the tests that are run at the end of the build and track this over time using the build bot?

Re: recommend class/method for serializing?

2013-03-24 Thread Kurt Stam
The JAX-WS layer takes care of it (using JAXB) under the hood). If you want to use JAXB straight up, then there is a unittest example in the uddi-ws module. Excellent news about the digitial signature in the browser. --K Sent from my iPad On Mar 24, 2013, at 10:46 AM, Alex O'Ree

Re: recommend class/method for serializing?

2013-03-24 Thread Kurt Stam
this into to the maven build process? On Sun, Mar 24, 2013 at 12:23 PM, Kurt Stam kurt.s...@gmail.com wrote: I was thinking about this one: http://svn.apache.org/repos/asf/juddi/trunk/uddi-ws/src/test/java/org/uddi/api_v3/AuthInfoTest.java --K Sent from my iPad On Mar 24, 2013, at 12:06 PM, Alex O'Ree

Re: Writing to a file from a web app in tomcat

2013-04-07 Thread Kurt Stam
I don't know the answer to that but we are already using commons configuration, which lets you write back to a properties file. So you could try that for your properties file too. Or use the db? --K On Apr 7, 2013, at 7:58, Alex O'Ree spyhunte...@gmail.com wrote: I'm using the following

Re: client side subscriptions via juddi api

2013-04-07 Thread Kurt Stam
Callback are supported, but only to WebService endpoints at the moment. It will call the endpoint referenced in the binding template. I remember having an issue if the transport was not set to WS, there is an open Jira for that. Also email callbacks are not implemented. --K On Apr 7, 2013,

Re: how to guide for war construction?

2013-05-05 Thread Kurt Stam
Yes it is On May 5, 2013, at 11:48, Alex O'Ree spyhunte...@gmail.com wrote: Thanks Is the Axis2 profile for Debry and OpenJPA? I'm working on the wiki docs and the readme On Sun, May 5, 2013 at 10:52 AM, Kurt T Stam kurt.s...@gmail.com wrote: On 5/5/13 9:34 AM, Alex O'Ree wrote: Is

Re: javadoc

2013-05-11 Thread Kurt Stam
Use the -Papache-release profile. On May 11, 2013, at 10:18, Alex O'Ree spyhunte...@gmail.com wrote: Is there a maven target for generating javadoc?

Re: Deprecate the jUDDI API?

2013-05-30 Thread Kurt Stam
One complication we need to address as part of this is around subscriptions between jUDDI nodes, where client info is exchanged. I hear you talk about 2 things - move the jUDDI-API to it's own module/jar (so no functional changes, but making dependencies more clear. - depreciate the jUDDI API

Re: applet signing

2013-10-16 Thread Kurt Stam
Sure, what is the combined jar? On Oct 15, 2013, at 21:52, Alex O'Ree spyhunte...@gmail.com wrote: Kurt I think we still have an issue with the applet signing. It looks like its signing before building the combined jar file, resulting in a unsigned jar file. This breaks the digital

Re: [VOTE] Release jUDDI-3.2.0

2014-02-04 Thread Kurt Stam
It's all things client side. So I think it's ok. Besides we don't really have a dev guide, which IMHO is to bring people up to speed who want to work on jUDDI, other then the PDF with the screenshots. On Feb 4, 2014, at 19:21, Alex O'Ree spyhunte...@gmail.com wrote: actually hold on.

Re: Autocommit error with OpenJPA, JBoss and Oracle

2014-03-24 Thread Kurt Stam
You have to set autocommit to false. On Mar 24, 2014, at 14:32, Toufic Arabi tar...@redhat.com wrote: Hi, I am seeing this error when deploying Juddiv3 to EAP 6.1.1 after building from source. It seems that there is a commit that needs to happen on the sequence table that is required

Re: [ANNOUNCE] Release jUDDI version 3.2.1

2014-12-05 Thread Kurt Stam
Congrats!! We should upgrade our cloud instance and maybe create a docker image for it On Dec 5, 2014, at 20:17, Alex O'Ree alexo...@apache.org wrote: jUDDI Version 3.2.1 Released Today we released jUDDI version 3.2.1! This version contains a number of bug fixes and offer's enhanced

Re: [jira] [Created] (JUDDI-904) intermittent test failures

2015-01-01 Thread Kurt Stam
are present. Most of the time it works out ok, but when junit runs the tests in different orders it doesn't guarantee that that item is present. Just need to track down the order and figure out what the root cause is On Thu, Jan 1, 2015 at 5:40 PM, Kurt Stam kurt.s...@gmail.com wrote: The test open

Re: [jira] [Created] (JUDDI-904) intermittent test failures

2015-01-01 Thread Kurt Stam
down the order and figure out what the root cause is On Thu, Jan 1, 2015 at 5:40 PM, Kurt Stam kurt.s...@gmail.com wrote: The test open a port. Other builds may choose the same port. Currently it picks a random port to reduce the chances. Maybe we can change the interval it picks a port

Re: [VOTE] Release jUDDI-3.3.1

2015-09-30 Thread Kurt Stam
+1 from me! --Kurt > On Sep 30, 2015, at 18:24, Alex O'Ree wrote: > > Dear jUDDI enthusiasts, > > The new release is here! This release is primarily bug fixes and the > inclusion of the CLI client. > > The release distribution is temporarily available here >

Re: [VOTE] jUDDI-3.3.5

2017-11-14 Thread Kurt Stam
Hi Alex, I don’t think you only count business days. Let me take a look tonight! Thx for keeping pushing the project forward! —Kurt > On Nov 14, 2017, at 19:46, Alex O'Ree wrote: > > 3 days and not a single vote. Perhaps I wasn't clear enough. This set of > fixes

Re: [VOTE] jUDDI-3.3.5

2017-11-15 Thread Kurt Stam
+1 from me. Plus I think you forgot to vote yourself Alex :). Cheers! —Kurt > On Nov 11, 2017, at 8:26 PM, Alex O'Ree wrote: > > Dear jUDDI enthusiasts, > > The new release is here! This release resolves 23 JIRAs, primarily bug fixes > and resolves several security

Re: [VOTE] convert juddi back to mvn site

2018-02-09 Thread Kurt Stam
+1 for mvn site. —Kurt > On Feb 9, 2018, at 9:14 AM, Alex O'Ree wrote: > > A while ago, we switched from a maven based site to the Apache CMS based > site. There are some pros and cons of this setup. > > Pros (for using CMS over mvn site) > - Site can be updated at any

Re: [VOTE] jUDDI v3.3.6 (second attempt)

2018-12-03 Thread Kurt Stam
BTW you forgot to vote yourself :) > On Dec 2, 2018, at 7:37 PM, Alex O'Ree wrote: > > Dear jUDDI enthusiasts, > > The new release is here! This release resolves 4 JIRAs, 2 tasks and 2 bug > fixes related to incorrect logic of the findBinding API and some line ending > issues with bash

Re: [VOTE] SCOUT v1.2.8

2018-12-09 Thread Kurt Stam
+1 cheers —Kurt On Dec 8, 2018, at 17:10, Alex O'Ree wrote: That's a +1 from me as well. We are at about 72 hours. Anyone else care to vote? On Wed, Dec 5, 2018 at 11:04 PM Steve Viens wrote: > +1 > > Steve Viens > svi...@gmail.com > 603-828-2397 > > > On Wed, Dec 5, 2018 at 3:00 PM Alex

Re: [VOTE] jUDDI-3.3.6

2018-11-26 Thread Kurt Stam
Hi Alex, The file format of the juddi-distro-3.3.6/juddi-tomcat-3.3.6/bin/catalina.sh Is not unix, so it won’t startup tomcat. What do you prefer, adding something to the release notes or do you want to respin the release? Cheers, —Kurt > On Nov 24, 2018, at 8:53 PM, Alex O'Ree wrote: > >

Re: [VOTE] jUDDI-3.3.6

2018-11-27 Thread Kurt Stam
> Kurt, > I just pushed the KEYS file again and made sure my new key was added to the > MIT and SKS server. Can you give it a try when you have a second? > > On Mon, Nov 26, 2018 at 1:16 PM Kurt Stam <mailto:kurt.s...@gmail.com>> wrote: > I double checked and also imp

Re: [VOTE] jUDDI-3.3.6

2018-11-26 Thread Kurt Stam
I double checked and also imported the keys from the KEYS file on master with the same result. —Kurt > On Nov 26, 2018, at 6:42 PM, Alex O'Ree wrote: > > Not at that url. It's a new key. It should be in the source repo. > > On Mon, Nov 26, 2018, 10:35 AM Kurt Stam <mailto:k

Re: [NOTICE] Mandatory relocation of Apache git repositories on git-wip-us.apache.org

2018-12-09 Thread Kurt Stam
+1 from me too Where will we move to? Github or gitbox.apache.org ? > On Dec 8, 2018, at 5:09 PM, Alex O'Ree wrote: > > Juddi devs, I got this from infra yesterday and it does apply to both juddi > and scout. It sounds like it will be a minimal impact besides

Re: [VOTE] jUDDI v3.3.6 (second attempt)

2018-12-03 Thread Kurt Stam
+1 > On Dec 3, 2018, at 3:58 AM, Steve Viens wrote: > > +1 > > On Sun, Dec 2, 2018 at 5:45 PM Anil Saldanha > wrote: > +1 > > ~~ > > On Dec 2, 2018, at 12:37 PM, Alex O'Ree > wrote: > >> Dear jUDDI enthusiasts, >> >> The

Re: Updating the demo site

2019-06-18 Thread Kurt Stam
Hi Alex, I can help. Cheers, —Kurt > On Jun 15, 2019, at 4:57 PM, Alex O'Ree wrote: > > Dear jUDDI enthusiasts, > > We used to have a "gear" in the redhat cloud that hosted a demo instance of > juddi. I'm not too sure what happened but i think it either expired or redhat > turned them

Re: Updating the demo site

2019-09-21 Thread Kurt Stam
ds for sudo. >>>>>> Details here: >>>>>> https://issues.apache.org/jira/browse/INFRA-18617?focusedCommentId=16893249=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16893249 >>>>>> >>>>>> Anyhow, t

Re: Updating the demo site

2019-09-21 Thread Kurt Stam
ssuetabpanels%3Acomment-tabpanel#comment-16893249 >>>> >>>> Anyhow, try to sign in and run >>>> ortpasswd >>>> use the linked website to create the one time password and paste it in >>>> then run >>>> sudo apt update >>

Re: Updating the demo site

2019-09-23 Thread Kurt Stam
On Sep 22, 2019, at 2:26 PM, Kurt Stam wrote: > > Don’t Bernie me: https://www.youtube.com/watch?v=VGTaE1cLyJA > <https://www.youtube.com/watch?v=VGTaE1cLyJA> > >> On Sep 21, 2019, at 11:41 PM, Steve Viens > <mailto:svi...@gmail.com>> wrote: >>

Re: Updating the demo site

2019-09-24 Thread Kurt Stam
> > On Mon, Sep 23, 2019, 11:08 AM Kurt Stam <mailto:ks...@redhat.com>> wrote: > OK I’m in after https://issues.apache.org/jira/browse/INFRA-19130 > <https://issues.apache.org/jira/browse/INFRA-19130> > > > So Alex should we use a PostgreSQL DB? WDYT? >

Re: Updating the demo site

2019-09-22 Thread Kurt Stam
ste it in >> then run >> sudo apt update >> it should prompt for a open time password, again, repeat the process >> >> On Tue, Jun 18, 2019 at 5:33 PM Steve Viens > <mailto:svi...@gmail.com>> wrote: >> I’ll volunteer! Sign me up. >> >> Stev

Re: Updating the demo site

2019-09-24 Thread Kurt Stam
but persistent storage would be nice. > > On Tue, Sep 24, 2019, 5:31 AM Kurt Stam <mailto:kurt.s...@gmail.com>> wrote: > Thanks I see it now! > > So before, the cloud instance was used PostgreSQL. Do we really want to use > Derby? I will look into the permission iss

Re: Let's Encrypt certificate expiration notice for domain "demo.juddi.apache.org"

2019-10-19 Thread Kurt Stam
Ok man - my life has been a bit crazy but I can help tomorrow if still needed On Oct 19, 2019, at 16:30, Alex O'Ree wrote:  no problem...i'll get it. on it now... there may be some temporary ssl outages while i trey to remember how to do this On Sat, Oct 5, 2019 at 8:11 PM Alex O'Ree wrote:

Re: [VOTE] jUDDI v3.3.7

2019-12-18 Thread Kurt Stam
Will check it out today! On Dec 18, 2019, at 07:29, Alex O'Ree wrote:  Pingno responses in 4 days. Also when further researching [JUDDI-999], it looks like we are not performing length checks on tmodel instance information tags. I don't think it's a major issue and it can wait until the

Re: [VOTE] jUDDI v3.3.7

2019-12-18 Thread Kurt Stam
Java 8. I don’t see errors in the logs. > On Dec 18, 2019, at 14:35, Alex O'Ree wrote: > >  > correction java 10 > >> On Wed, Dec 18, 2019 at 2:16 PM Alex O'Ree wrote: >> Kurt, it started up here ok, what version of java? >> >>> On Wed

Re: [VOTE] jUDDI v3.3.7

2019-12-18 Thread Kurt Stam
In the tomcat bundle the server backend /juddiv3 does not seem to start > On Dec 18, 2019, at 07:37, Kurt Stam wrote: > >  > Will check it out today! > >>> On Dec 18, 2019, at 07:29, Alex O'Ree wrote: >>> >>  >> Pingno responses in 4 days

Re: [VOTE] jUDDI v3.3.7

2020-01-11 Thread Kurt Stam
+1 from me! —Kurt > On Jan 11, 2020, at 11:53, Anil Saldanha wrote: > > +1 from me > >>> On Jan 11, 2020, at 7:29 AM, Alex O'Ree wrote: >>> >>  >> Any other votes on this? there are at least 5 voting members on this board. >> >>> On Sat, Dec 14, 2019 at 9:56 PM Alex O'Ree wrote: >>> Dear

Re: [VOTE] jUDDI v3.3.8

2020-03-12 Thread Kurt Stam
I promise to check out tonight! —Kurt > On Mar 12, 2020, at 06:27, Alex O'Ree wrote: > >  > 5 days and no responses... > >> On Sat, Mar 7, 2020, 7:36 PM Alex O'Ree wrote: >> Dear jUDDI enthusiasts, >> >> The new release is here! This release resolves 4 JIRAs, 2 bugs and 2 minor >>

Re: [VOTE] jUDDI v3.3.8

2020-03-15 Thread Kurt Stam
+1 > On Mar 15, 2020, at 08:47, Anil Saldanha wrote: > > +1 > >>> On Mar 12, 2020, at 1:26 PM, Kurt Stam wrote: >>> >>  >> I promise to check out tonight! —Kurt >> >>>> On Mar 12, 2020, at 06:27, Alex O'Ree wrote: >>>

Re: [VOTE] jUDDI v3.3.9

2020-08-15 Thread Kurt Stam
+1 from me! —Kurt On Aug 15, 2020, at 15:48, Steve Viens wrote:  +1 from me! Steve Viens svi...@gmail.com 603-828-2397 On Sat, Aug 15, 2020 at 9:39 AM Alex O'Ree wrote: > Dear jUDDI enthusiasts, > > The new release is here! This release resolves 11 JIRAs, 3 enhancements > and the rest

Re: [VOTE] jUDDI v3.3.10

2021-06-22 Thread Kurt Stam
+1 > On Jun 22, 2021, at 22:27, Alex O'Ree wrote: > >  > Dear jUDDI enthusiasts, > > The new release is here! This release resolves 1 JIRA for an unspecified > security issue. > > The release distribution is temporarily available here >

Re: Juddi developers - hibernate issues

2022-07-16 Thread Kurt Stam
I will look at it Alex - this coming week I should have time > On Jul 16, 2022, at 11:06, Alex O'Ree wrote: > >  > Ehm,... > >> On Thu, Jul 7, 2022 at 8:30 PM Alex O'Ree wrote: >> Anyone alive? Or should we start discussing moving this project to the >> attic? >> >>> On Sat, Jul 2, 2022

Re: [VOTE] The retirement of Apache jUDDI (moving to the Apache Attic)

2022-12-21 Thread Kurt Stam
+1 from me—KurtOn Dec 22, 2022, at 01:00, Alex O'Ree wrote:Resending...2 votes is not enough to pass, otherwise the board may have to take action directlyOn Thu, Dec 15, 2022 at 12:52 PM Steve Viens wrote:+1 from me as well.SteveOn Wed, Dec 14, 2022 at 7:28 PM Alex O'Ree

Re: Moving jUDDI to the attic

2022-11-10 Thread Kurt Stam
Hi Alex, Totally understand your frustration. I think it maybe time. I don’t see a lot of active users on the project. Are there stats on downloads? I think the current maintainers are not unwilling but have no active UDDI involvement going on which makes it hard to find time for it. Curious

[jira] [Closed] (JUDDI-1017) best feature in website

2021-03-05 Thread Kurt Stam (Jira)
[ https://issues.apache.org/jira/browse/JUDDI-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kurt Stam closed JUDDI-1017. Resolution: Won't Do > best feature in website > --- > >

[jira] [Commented] (JUDDI-1017) best feature in website

2021-03-05 Thread Kurt Stam (Jira)
[ https://issues.apache.org/jira/browse/JUDDI-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295934#comment-17295934 ] Kurt Stam commented on JUDDI-1017: -- situsidnpokermc88 needs to be banned - this is spam > best feat

[jira] [Reopened] (JUDDI-1017) best feature in website

2021-03-05 Thread Kurt Stam (Jira)
[ https://issues.apache.org/jira/browse/JUDDI-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kurt Stam reopened JUDDI-1017: -- > best feature in website > --- > > Key

[jira] [Updated] (JUDDI-1017) best feature in website

2021-03-05 Thread Kurt Stam (Jira)
[ https://issues.apache.org/jira/browse/JUDDI-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kurt Stam updated JUDDI-1017: - External issue URL: (was: https://www.mc88bet.poker/) > best feature in webs

[jira] [Closed] (JUDDI-1017) best feature in website

2021-03-05 Thread Kurt Stam (Jira)
[ https://issues.apache.org/jira/browse/JUDDI-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kurt Stam closed JUDDI-1017. Resolution: Won't Do > best feature in website > --- > >

[jira] [Updated] (JUDDI-1017) best feature in website

2021-03-05 Thread Kurt Stam (Jira)
[ https://issues.apache.org/jira/browse/JUDDI-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kurt Stam updated JUDDI-1017: - Description: (was: Mc88poker merupakan salah satu tempat [*daftar idn poker88*|https

[jira] [Commented] (SCOUT-138) Access to Scout Production

2021-07-27 Thread Kurt Stam (Jira)
[ https://issues.apache.org/jira/browse/SCOUT-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17388163#comment-17388163 ] Kurt Stam commented on SCOUT-138: - Hi Amanda, I Scout is an API implementation sitting on top of UDDI

[jira] [Closed] (SCOUT-138) Access to Scout Production

2021-07-27 Thread Kurt Stam (Jira)
[ https://issues.apache.org/jira/browse/SCOUT-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kurt Stam closed SCOUT-138. --- Resolution: Invalid That's not us.. > Access to Scout Product