[jira] [Created] (JUDDI-705) SaveNode crashes

2013-11-09 Thread Alex O'Ree (JIRA)
Alex O'Ree created JUDDI-705:


 Summary: SaveNode crashes
 Key: JUDDI-705
 URL: https://issues.apache.org/jira/browse/JUDDI-705
 Project: jUDDI
  Issue Type: Bug
Reporter: Alex O'Ree
Assignee: Kurt T Stam


Code:
SaveNode node = new SaveNode();
node.setAuthInfo(rootAuthToken.getAuthInfo());
Node n = new Node();
n.setClientName("juddicloud");
n.setName("juddicloud");

n.setCustodyTransferUrl("http://uddi-jbossoverlord.rhcloud.com/services/custody-transfer";);
n.setDescription("juddicloud");

n.setInquiryUrl("http://uddi-jbossoverlord.rhcloud.com/services/inquiry";);

n.setJuddiApiUrl("http://uddi-jbossoverlord.rhcloud.com/services/juddi-api";);

n.setPublishUrl("http://uddi-jbossoverlord.rhcloud.com/services/publish";);
n.setSecurityUrl( 
"http://uddi-jbossoverlord.rhcloud.com/services/security";);

n.setSubscriptionListenerUrl("http://uddi-jbossoverlord.rhcloud.com/services/subscription-listener";);

n.setSubscriptionUrl("http://uddi-jbossoverlord.rhcloud.com/services/subscription";);
node.getNode().add(n);
juddi.saveNode(node);


Service stack trace:
INFO: Application {urn:juddi-apache-org:v3_service}JUDDIApiService#{urn:juddi-ap
ache-org:v3_service}save_Node has thrown exception, unwinding now: org.apache.ju
ddi.v3.error.AuthTokenRequiredException: Invalid authentication information
Nov 09, 2013 9:49:28 PM org.apache.cxf.phase.PhaseInterceptorChain doDefaultLogg
ing
WARNING: Application {urn:juddi-apache-org:v3_service}JUDDIApiService#{urn:juddi
-apache-org:v3_service}save_Node has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: The transaction has been rolled back.  See the
 nested exceptions for details on the errors that occurred.
at org.apache.cxf.service.invoker.AbstractInvoker.createFault(AbstractIn
voker.java:162)
at org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.createFault(AbstractJ
AXWSMethodInvoker.java:213)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker
.java:128)
at org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.invoke(AbstractJAXWSM
ethodInvoker.java:178)
at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.jav
a:68)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker
.java:75)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInv
okerInterceptor.java:58)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:47
1)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecu
tor.java:37)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(Se
rviceInvokerInterceptor.java:107)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseIntercept
orChain.java:271)
at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainIniti
ationObserver.java:121)
at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(Abstract
HTTPDestination.java:239)
at org.apache.cxf.transport.servlet.ServletController.invokeDestination(
ServletController.java:223)
at org.apache.cxf.transport.servlet.ServletController.invoke(ServletCont
roller.java:203)
at org.apache.cxf.transport.servlet.ServletController.invoke(ServletCont
roller.java:137)
at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpr
ingServlet.java:158)
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(Ab
stractHTTPServlet.java:243)
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractH
TTPServlet.java:163)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(Abstract
HTTPServlet.java:219)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:191)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authentica
torBase.java:465)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:102)
at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.ja
va:394)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:109)
at 

[jira] [Commented] (JUDDI-567) Port the client library to .NET

2013-11-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JUDDI-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13818322#comment-13818322
 ] 

ASF subversion and git services commented on JUDDI-567:
---

Commit 1540432 from [~spyhunter99] in branch 'juddi/trunk'
[ https://svn.apache.org/r1540432 ]

JUDDI-704 fixed
JUDDI-703 done
JUDDI-567 adding wsdl reg/unreg, serialization fixes for juddi api services. 
new sample/demo for juddi specific services
JUDDI-637 added source documentation

> Port the client library to .NET
> ---
>
> Key: JUDDI-567
> URL: https://issues.apache.org/jira/browse/JUDDI-567
> Project: jUDDI
>  Issue Type: New Feature
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
> Fix For: 3.2
>
>
> wouldn't it be nice if we had a similar client library for .NET based web 
> services for automatic registration.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (JUDDI-637) Add source code documentation to UDDIClerk, UDDIClient, UDDIService and more

2013-11-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JUDDI-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13818323#comment-13818323
 ] 

ASF subversion and git services commented on JUDDI-637:
---

Commit 1540432 from [~spyhunter99] in branch 'juddi/trunk'
[ https://svn.apache.org/r1540432 ]

JUDDI-704 fixed
JUDDI-703 done
JUDDI-567 adding wsdl reg/unreg, serialization fixes for juddi api services. 
new sample/demo for juddi specific services
JUDDI-637 added source documentation

> Add source code documentation to UDDIClerk, UDDIClient, UDDIService and more
> 
>
> Key: JUDDI-637
> URL: https://issues.apache.org/jira/browse/JUDDI-637
> Project: jUDDI
>  Issue Type: Bug
>  Components: uddi-client
>Reporter: Alex O'Ree
>Assignee: Kurt T Stam
> Fix For: 3.2
>
>
> The current juddi-client source tree is really lacking in source code 
> documentation. Specifically the following classes
> UDDIClerk
> UDDIClient
> UDDIService
> UDDINode
> WebHelper
> JUDDIRegistry
> EmbeddedRegistry
> UDDIServiceCache
> and probably more.
> At the least, we should have class level and public function javadoc info 
> provided, such as usage scenarios, descriptions, sample code, etc



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (JUDDI-703) Adding audit logging for authToken request's and discards

2013-11-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JUDDI-703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13818321#comment-13818321
 ] 

ASF subversion and git services commented on JUDDI-703:
---

Commit 1540432 from [~spyhunter99] in branch 'juddi/trunk'
[ https://svn.apache.org/r1540432 ]

JUDDI-704 fixed
JUDDI-703 done
JUDDI-567 adding wsdl reg/unreg, serialization fixes for juddi api services. 
new sample/demo for juddi specific services
JUDDI-637 added source documentation

> Adding audit logging for authToken request's and discards
> -
>
> Key: JUDDI-703
> URL: https://issues.apache.org/jira/browse/JUDDI-703
> Project: jUDDI
>  Issue Type: New Feature
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
> Fix For: 3.2
>
>




--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Resolved] (JUDDI-703) Adding audit logging for authToken request's and discards

2013-11-09 Thread Alex O'Ree (JIRA)

 [ 
https://issues.apache.org/jira/browse/JUDDI-703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex O'Ree resolved JUDDI-703.
--

Resolution: Done

> Adding audit logging for authToken request's and discards
> -
>
> Key: JUDDI-703
> URL: https://issues.apache.org/jira/browse/JUDDI-703
> Project: jUDDI
>  Issue Type: New Feature
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
> Fix For: 3.2
>
>




--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (JUDDI-704) jUDDI API Wsdl in source trunk is not synced with code base

2013-11-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JUDDI-704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13818320#comment-13818320
 ] 

ASF subversion and git services commented on JUDDI-704:
---

Commit 1540432 from [~spyhunter99] in branch 'juddi/trunk'
[ https://svn.apache.org/r1540432 ]

JUDDI-704 fixed
JUDDI-703 done
JUDDI-567 adding wsdl reg/unreg, serialization fixes for juddi api services. 
new sample/demo for juddi specific services
JUDDI-637 added source documentation

> jUDDI API Wsdl in source trunk is not synced with code base
> ---
>
> Key: JUDDI-704
> URL: https://issues.apache.org/jira/browse/JUDDI-704
> Project: jUDDI
>  Issue Type: Bug
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
>Priority: Blocker
> Fix For: 3.2
>
>




--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Resolved] (JUDDI-704) jUDDI API Wsdl in source trunk is not synced with code base

2013-11-09 Thread Alex O'Ree (JIRA)

 [ 
https://issues.apache.org/jira/browse/JUDDI-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex O'Ree resolved JUDDI-704.
--

Resolution: Fixed
  Assignee: Alex O'Ree  (was: Kurt T Stam)

> jUDDI API Wsdl in source trunk is not synced with code base
> ---
>
> Key: JUDDI-704
> URL: https://issues.apache.org/jira/browse/JUDDI-704
> Project: jUDDI
>  Issue Type: Bug
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
>Priority: Blocker
> Fix For: 3.2
>
>




--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (JUDDI-704) jUDDI API Wsdl in source trunk is not synced with code base

2013-11-09 Thread Alex O'Ree (JIRA)

[ 
https://issues.apache.org/jira/browse/JUDDI-704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13818319#comment-13818319
 ] 

Alex O'Ree commented on JUDDI-704:
--

both trunk and generated runtime wsdl's has "save_noodeInfo"

where as the java code has "save_nodeInfo"

> jUDDI API Wsdl in source trunk is not synced with code base
> ---
>
> Key: JUDDI-704
> URL: https://issues.apache.org/jira/browse/JUDDI-704
> Project: jUDDI
>  Issue Type: Bug
>Reporter: Alex O'Ree
>Assignee: Kurt T Stam
>Priority: Blocker
> Fix For: 3.2
>
>




--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Created] (JUDDI-704) jUDDI API Wsdl in source trunk is not synced with code base

2013-11-09 Thread Alex O'Ree (JIRA)
Alex O'Ree created JUDDI-704:


 Summary: jUDDI API Wsdl in source trunk is not synced with code 
base
 Key: JUDDI-704
 URL: https://issues.apache.org/jira/browse/JUDDI-704
 Project: jUDDI
  Issue Type: Bug
Reporter: Alex O'Ree
Assignee: Kurt T Stam
Priority: Blocker
 Fix For: 3.2






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Created] (JUDDI-703) Adding audit logging for authToken request's and discards

2013-11-09 Thread Alex O'Ree (JIRA)
Alex O'Ree created JUDDI-703:


 Summary: Adding audit logging for authToken request's and discards
 Key: JUDDI-703
 URL: https://issues.apache.org/jira/browse/JUDDI-703
 Project: jUDDI
  Issue Type: New Feature
Reporter: Alex O'Ree
Assignee: Alex O'Ree
 Fix For: 3.2






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Comment Edited] (JUDDI-567) Port the client library to .NET

2013-11-09 Thread Alex O'Ree (JIRA)

[ 
https://issues.apache.org/jira/browse/JUDDI-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13743200#comment-13743200
 ] 

Alex O'Ree edited comment on JUDDI-567 at 11/10/13 12:10 AM:
-

Items pending:
-(done, unit tests) WSDL2UDDI
-(done, unit tests) WADL2UDDI
-wsdl registration/unreg
-save clerk/node
-(defer) alternative transport mechanisms (not sure if it will be supportable 
or not)
-digital signatures
(done, unit tests) crypto for encrypted passwords
-(partially done) cross platform test for mono - there are known serialization 
problems with mono and the use of Choice xsd elements
-(done-ish, all java documentation copied over), source documentation
-(mostly done) annotations, we may want to add some kind of OnStartup event 
handler to automate the registration process
-subscription callback api

Notes - embedded mode will not be supported


was (Author: spyhunter99):
Items pending:
-(done, needs unit tests) WSDL2UDDI
-(done, unit tests) WADL2UDDI
-wsdl registration/unreg
-save clerk/node
-(defer) alternative transport mechanisms (not sure if it will be supportable 
or not)
-digital signatures
(done, unit tests) crypto for encrypted passwords
-(partially done) cross platform test for mono - there are known serialization 
problems with mono and the use of Choice xsd elements
-source documentation
-(mostly done) annotations, we may want to add some kind of OnStartup event 
handler to automate the registration process
-subscription callback api

Notes - embedded mode will not be supported

> Port the client library to .NET
> ---
>
> Key: JUDDI-567
> URL: https://issues.apache.org/jira/browse/JUDDI-567
> Project: jUDDI
>  Issue Type: New Feature
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
> Fix For: 3.2
>
>
> wouldn't it be nice if we had a similar client library for .NET based web 
> services for automatic registration.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


buildbot success in ASF Buildbot on juddi-trunk-win7-openjpa

2013-11-09 Thread buildbot
The Buildbot has detected a restored build on builder juddi-trunk-win7-openjpa 
while building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/juddi-trunk-win7-openjpa/builds/100

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-win7

Build Reason: scheduler
Build Source Stamp: [branch juddi/trunk] 1540388
Blamelist: alexoree

Build succeeded!

sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on juddi-trunk-dotnet

2013-11-09 Thread buildbot
The Buildbot has detected a restored build on builder juddi-trunk-dotnet while 
building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/juddi-trunk-dotnet/builds/138

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-win7

Build Reason: scheduler
Build Source Stamp: [branch juddi/trunk] 1540388
Blamelist: alexoree

Build succeeded!

sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on juddi-trunk-openjpa

2013-11-09 Thread buildbot
The Buildbot has detected a restored build on builder juddi-trunk-openjpa while 
building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/juddi-trunk-openjpa/builds/571

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: ceres_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch juddi/trunk] 1540388
Blamelist: alexoree

Build succeeded!

sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on juddi-trunk-win7-hibernate

2013-11-09 Thread buildbot
The Buildbot has detected a restored build on builder 
juddi-trunk-win7-hibernate while building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/juddi-trunk-win7-hibernate/builds/107

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-win7

Build Reason: scheduler
Build Source Stamp: [branch juddi/trunk] 1540388
Blamelist: alexoree

Build succeeded!

sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on juddi-trunk-hibernate

2013-11-09 Thread buildbot
The Buildbot has detected a restored build on builder juddi-trunk-hibernate 
while building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/juddi-trunk-hibernate/builds/674

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: ceres_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch juddi/trunk] 1540388
Blamelist: alexoree

Build succeeded!

sincerely,
 -The Buildbot





[jira] [Commented] (JUDDI-701) Run findbugs before release

2013-11-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JUDDI-701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13818262#comment-13818262
 ] 

ASF subversion and git services commented on JUDDI-701:
---

Commit 1540389 from [~spyhunter99] in branch 'juddi/trunk'
[ https://svn.apache.org/r1540389 ]

JUDDI-701 attempting to fix the build

> Run findbugs before release
> ---
>
> Key: JUDDI-701
> URL: https://issues.apache.org/jira/browse/JUDDI-701
> Project: jUDDI
>  Issue Type: Task
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
>Priority: Blocker
> Fix For: 3.2
>
>




--
This message was sent by Atlassian JIRA
(v6.1#6144)


buildbot failure in ASF Buildbot on juddi-trunk-win7-openjpa

2013-11-09 Thread buildbot
The Buildbot has detected a new failure on builder juddi-trunk-win7-openjpa 
while building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/juddi-trunk-win7-openjpa/builds/99

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-win7

Build Reason: scheduler
Build Source Stamp: [branch juddi/trunk] 1540387
Blamelist: alexoree

BUILD FAILED: failed compile

sincerely,
 -The Buildbot





buildbot failure in ASF Buildbot on juddi-trunk-hibernate

2013-11-09 Thread buildbot
The Buildbot has detected a new failure on builder juddi-trunk-hibernate while 
building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/juddi-trunk-hibernate/builds/673

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: ceres_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch juddi/trunk] 1540387
Blamelist: alexoree

BUILD FAILED: failed compile

sincerely,
 -The Buildbot





buildbot failure in ASF Buildbot on juddi-trunk-win7-hibernate

2013-11-09 Thread buildbot
The Buildbot has detected a new failure on builder juddi-trunk-win7-hibernate 
while building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/juddi-trunk-win7-hibernate/builds/106

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-win7

Build Reason: scheduler
Build Source Stamp: [branch juddi/trunk] 1540387
Blamelist: alexoree

BUILD FAILED: failed compile

sincerely,
 -The Buildbot





[jira] [Commented] (JUDDI-701) Run findbugs before release

2013-11-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JUDDI-701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13818260#comment-13818260
 ] 

ASF subversion and git services commented on JUDDI-701:
---

Commit 1540388 from [~spyhunter99] in branch 'juddi/trunk'
[ https://svn.apache.org/r1540388 ]

JUDDI-701 8 more issues fixed

> Run findbugs before release
> ---
>
> Key: JUDDI-701
> URL: https://issues.apache.org/jira/browse/JUDDI-701
> Project: jUDDI
>  Issue Type: Task
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
>Priority: Blocker
> Fix For: 3.2
>
>




--
This message was sent by Atlassian JIRA
(v6.1#6144)


buildbot failure in ASF Buildbot on juddi-trunk-openjpa

2013-11-09 Thread buildbot
The Buildbot has detected a new failure on builder juddi-trunk-openjpa while 
building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/juddi-trunk-openjpa/builds/570

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: ceres_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch juddi/trunk] 1540387
Blamelist: alexoree

BUILD FAILED: failed compile

sincerely,
 -The Buildbot





buildbot failure in ASF Buildbot on juddi-trunk-dotnet

2013-11-09 Thread buildbot
The Buildbot has detected a new failure on builder juddi-trunk-dotnet while 
building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/juddi-trunk-dotnet/builds/137

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-win7

Build Reason: scheduler
Build Source Stamp: [branch juddi/trunk] 1540387
Blamelist: alexoree

BUILD FAILED: failed compile

sincerely,
 -The Buildbot





[jira] [Commented] (JUDDI-701) Run findbugs before release

2013-11-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JUDDI-701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13818259#comment-13818259
 ] 

ASF subversion and git services commented on JUDDI-701:
---

Commit 1540387 from [~spyhunter99] in branch 'juddi/trunk'
[ https://svn.apache.org/r1540387 ]

JUDDI-701 8 more issues fixed

> Run findbugs before release
> ---
>
> Key: JUDDI-701
> URL: https://issues.apache.org/jira/browse/JUDDI-701
> Project: jUDDI
>  Issue Type: Task
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
>Priority: Blocker
> Fix For: 3.2
>
>




--
This message was sent by Atlassian JIRA
(v6.1#6144)


buildbot success in ASF Buildbot on juddi-trunk-dotnet

2013-11-09 Thread buildbot
The Buildbot has detected a restored build on builder juddi-trunk-dotnet while 
building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/juddi-trunk-dotnet/builds/135

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-win7

Build Reason: scheduler
Build Source Stamp: [branch juddi/trunk] 1540364
Blamelist: alexoree

Build succeeded!

sincerely,
 -The Buildbot





[jira] [Commented] (JUDDI-702) reduce code duplication for CryptorFactory

2013-11-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JUDDI-702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13818233#comment-13818233
 ] 

ASF subversion and git services commented on JUDDI-702:
---

Commit 1540365 from [~spyhunter99] in branch 'juddi/trunk'
[ https://svn.apache.org/r1540365 ]

JUDDI-702 fixing an accidental recursive call

> reduce code duplication for CryptorFactory
> --
>
> Key: JUDDI-702
> URL: https://issues.apache.org/jira/browse/JUDDI-702
> Project: jUDDI
>  Issue Type: Improvement
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
> Fix For: 3.2
>
>




--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Resolved] (JUDDI-702) reduce code duplication for CryptorFactory

2013-11-09 Thread Alex O'Ree (JIRA)

 [ 
https://issues.apache.org/jira/browse/JUDDI-702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex O'Ree resolved JUDDI-702.
--

Resolution: Fixed

> reduce code duplication for CryptorFactory
> --
>
> Key: JUDDI-702
> URL: https://issues.apache.org/jira/browse/JUDDI-702
> Project: jUDDI
>  Issue Type: Improvement
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
> Fix For: 3.2
>
>




--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (JUDDI-702) reduce code duplication for CryptorFactory

2013-11-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JUDDI-702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13818230#comment-13818230
 ] 

ASF subversion and git services commented on JUDDI-702:
---

Commit 1540364 from [~spyhunter99] in branch 'juddi/trunk'
[ https://svn.apache.org/r1540364 ]

JUDDI-701 10 issues fixed
JUDDI-702 done
JUDDI-567 fixing the build

> reduce code duplication for CryptorFactory
> --
>
> Key: JUDDI-702
> URL: https://issues.apache.org/jira/browse/JUDDI-702
> Project: jUDDI
>  Issue Type: Improvement
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
> Fix For: 3.2
>
>




--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (JUDDI-567) Port the client library to .NET

2013-11-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JUDDI-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13818231#comment-13818231
 ] 

ASF subversion and git services commented on JUDDI-567:
---

Commit 1540364 from [~spyhunter99] in branch 'juddi/trunk'
[ https://svn.apache.org/r1540364 ]

JUDDI-701 10 issues fixed
JUDDI-702 done
JUDDI-567 fixing the build

> Port the client library to .NET
> ---
>
> Key: JUDDI-567
> URL: https://issues.apache.org/jira/browse/JUDDI-567
> Project: jUDDI
>  Issue Type: New Feature
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
> Fix For: 3.2
>
>
> wouldn't it be nice if we had a similar client library for .NET based web 
> services for automatic registration.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (JUDDI-701) Run findbugs before release

2013-11-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JUDDI-701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13818229#comment-13818229
 ] 

ASF subversion and git services commented on JUDDI-701:
---

Commit 1540364 from [~spyhunter99] in branch 'juddi/trunk'
[ https://svn.apache.org/r1540364 ]

JUDDI-701 10 issues fixed
JUDDI-702 done
JUDDI-567 fixing the build

> Run findbugs before release
> ---
>
> Key: JUDDI-701
> URL: https://issues.apache.org/jira/browse/JUDDI-701
> Project: jUDDI
>  Issue Type: Task
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
>Priority: Blocker
> Fix For: 3.2
>
>




--
This message was sent by Atlassian JIRA
(v6.1#6144)


buildbot failure in ASF Buildbot on juddi-trunk-dotnet

2013-11-09 Thread buildbot
The Buildbot has detected a new failure on builder juddi-trunk-dotnet while 
building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/juddi-trunk-dotnet/builds/134

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-win7

Build Reason: scheduler
Build Source Stamp: [branch juddi/trunk] 1540346
Blamelist: alexoree

BUILD FAILED: failed compile_2

sincerely,
 -The Buildbot





[jira] [Created] (JUDDI-702) reduce code duplication for CryptorFactory

2013-11-09 Thread Alex O'Ree (JIRA)
Alex O'Ree created JUDDI-702:


 Summary: reduce code duplication for CryptorFactory
 Key: JUDDI-702
 URL: https://issues.apache.org/jira/browse/JUDDI-702
 Project: jUDDI
  Issue Type: Improvement
Reporter: Alex O'Ree
Assignee: Alex O'Ree
 Fix For: 3.2






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (JUDDI-701) Run findbugs before release

2013-11-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JUDDI-701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13818206#comment-13818206
 ] 

ASF subversion and git services commented on JUDDI-701:
---

Commit 1540346 from [~spyhunter99] in branch 'juddi/trunk'
[ https://svn.apache.org/r1540346 ]

JUDDI-701 62 issues fixed
JUDDI-567 adding test cases for wsdl2uddi and bug fixes for both java and .net

> Run findbugs before release
> ---
>
> Key: JUDDI-701
> URL: https://issues.apache.org/jira/browse/JUDDI-701
> Project: jUDDI
>  Issue Type: Task
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
>Priority: Blocker
> Fix For: 3.2
>
>




--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (JUDDI-567) Port the client library to .NET

2013-11-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JUDDI-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13818207#comment-13818207
 ] 

ASF subversion and git services commented on JUDDI-567:
---

Commit 1540346 from [~spyhunter99] in branch 'juddi/trunk'
[ https://svn.apache.org/r1540346 ]

JUDDI-701 62 issues fixed
JUDDI-567 adding test cases for wsdl2uddi and bug fixes for both java and .net

> Port the client library to .NET
> ---
>
> Key: JUDDI-567
> URL: https://issues.apache.org/jira/browse/JUDDI-567
> Project: jUDDI
>  Issue Type: New Feature
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
> Fix For: 3.2
>
>
> wouldn't it be nice if we had a similar client library for .NET based web 
> services for automatic registration.



--
This message was sent by Atlassian JIRA
(v6.1#6144)