Should be fixed now:

https://issues.apache.org/jira/browse/JUDDI-406

Thx for your report!

--Kurt


Kurt T Stam wrote:
Thank you Daniel,

That seems like a bug indeed. What are the steps to reproduce. I'm a bit worried why our unittests have not picked up on this, so I'd like to create a unittest for it to make sure this won't come back going forward.

Thx,

--Kurt

djmijares wrote:
Hi Kurt,
I was browsing around because I was getting this same error.
I could only get the Authentication Token from the Hello World example to work. The Simple Publish file was blowing up on me before it was trying to
save the Business if I remember right.
Anyways, what I found that was causing it was a property in the
juddiv3.properties file. juddi.keygenerator=org.apache.juddi.keygen.KeyGenerator

is what comes with the package juddi portal bundle 3.0.2

When I looked at the source KeyGenerator.java is an interface class so I
changed the property to
juddi.keygenerator=org.apache.juddi.keygen.DefaultKeyGenerator

Which an implementation of Key Generator. And this smoothed it out. I just wanted to let you know what I found out, I may have overlooked it,
but I did not see that in the documentation and maybe it might be worth
adding that in :)

Cheers!

Daniel


Kurt T Stam-4 wrote:
Hi Franklin,

Yes the bundle should be ready to go. Can you open a jira and add the steps to reproduce?
It looks like there is a nullpointer in the validator:

Caused by: java.lang.NullPointerException
        at
org.apache.juddi.validation.ValidatePublish.validateBusinessEntity(Va
lidatePublish.java:357)

--Kurt





Reply via email to