Hi,
I'm trying to run the simple-publish example,I've followed the demo detailed in
your blog and I've this error when I compile the code:
java.lang.NullPointerException
at
org.apache.juddi.example.publish.SimplePublish.publish(SimplePublish.java:59)
at org.apache.juddi.example.publish.SimplePublish.main(
SimplePublish.java:120)
---------------------------------------------------------------------------------
Line 59 --> AuthToken rootAuthToken =
security.getAuthToken(getAuthTokenRoot); Line 120--> SimplePublish sp = new
SimplePublish();
sp.publish(); Can you tell me where is the problem? Thanks a
lot, Maria