[jira] [Created] (JUDDI-718) juddi-client UDDIClerkServlet does not register annotated services on startup

2013-11-19 Thread Alex O'Ree (JIRA)
Alex O'Ree created JUDDI-718:


 Summary: juddi-client UDDIClerkServlet does not register annotated 
services on startup
 Key: JUDDI-718
 URL: https://issues.apache.org/jira/browse/JUDDI-718
 Project: jUDDI
  Issue Type: Bug
Affects Versions: 3.1.5
Reporter: Alex O'Ree
Assignee: Alex O'Ree
 Fix For: 3.2


the UDDIClerkServlet is designed (I think) to make registration of endpoints 
easier by hooking into the servlet lifecycle for automatic registration and 
unregistration on startup and shutdown. Currently it does this for only wsdl's 
defined in the juddi client config and not for annotated services. Might as 
well do both



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


[jira] [Commented] (JUDDI-716) Unrecognized Value for Element: X509IssuerSerial

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

[ 
https://issues.apache.org/jira/browse/JUDDI-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13826431#comment-13826431
 ] 

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

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

JUDDI-716 added test cases
JUDDI-717 fixing some of the digital signature java apps
JUDDI-567 added additional integration tests
JUDDI-718 fixed
JUDDI-652 altered juddi gui code to reduce log output during normal ops

 Unrecognized Value for Element: X509IssuerSerial
 

 Key: JUDDI-716
 URL: https://issues.apache.org/jira/browse/JUDDI-716
 Project: jUDDI
  Issue Type: Bug
Reporter: Alex O'Ree
Assignee: Kurt T Stam
Priority: Blocker

 When sending in a signed entity that includes the X509IssuerSerial element as 
 key info, you get the following error message. For reference the key info 
 part looks like this:
 ns2:X509Data
 ns2:X509IssuerSerial
 ns2:X509IssuerNameCN=Test,OU=JUDDI,O=Apache Software 
 Foundation,ST=MD,C=US,1.2.840.113549.1.9.1=#1614646576406a756464692e6170616368652e6f7267/ns2:X509IssuerName
 ns2:X509SerialNumber1370645144/ns2:X509SerialNumber
 /ns2:X509IssuerSerial
 /ns2:X509Data
 Here's our error message
 Nov 17, 2013 7:47:37 PM org.apache.cxf.phase.PhaseInterceptorChain 
 doDefaultLogging
 WARNING: Application 
 {urn:uddi-org:v3_service}UDDIPublicationService#{urn:uddi-org:v3_service}save_business
  has thrown e
 xception, unwinding now
 org.apache.cxf.interceptor.Fault: Unrecognized Value for Element: 
 X509IssuerSerial: org.w3._2000._09.xmldsig_.X509Issuer
 SerialType
 at 
 org.apache.cxf.service.invoker.AbstractInvoker.createFault(AbstractInvoker.java:162)
 at 
 org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.createFault(AbstractJAXWSMethodInvoker.java:213)
 at 
 org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:128)
 at 
 org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.invoke(AbstractJAXWSMethodInvoker.java:178)
 at 
 org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:68)
 at 
 org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:75)
 at 
 org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58)
 at 
 java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
 at java.util.concurrent.FutureTask.run(FutureTask.java:262)
 at 
 org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)
 at 
 org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:107)
 at 
 org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:271)
 at 
 org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
 at 
 org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:239)
 at 
 org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:223)
 at 
 org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:203)
 at 
 org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:137)
 at 
 org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:158)
 at 
 org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:243)
 at 
 org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:163)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
 at 
 org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:219)
 at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
 at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 at 
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
 at 
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
 at 
 org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:465)
 at 
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
 at 
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
 at 
 org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:394)
 at 
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
 

[jira] [Commented] (JUDDI-717) Ensure all sample programs compile and function

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

[ 
https://issues.apache.org/jira/browse/JUDDI-717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13826432#comment-13826432
 ] 

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

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

JUDDI-716 added test cases
JUDDI-717 fixing some of the digital signature java apps
JUDDI-567 added additional integration tests
JUDDI-718 fixed
JUDDI-652 altered juddi gui code to reduce log output during normal ops

 Ensure all sample programs compile and function
 ---

 Key: JUDDI-717
 URL: https://issues.apache.org/jira/browse/JUDDI-717
 Project: jUDDI
  Issue Type: Task
Reporter: Alex O'Ree
Assignee: Kurt T Stam
 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-19 Thread ASF subversion and git services (JIRA)

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

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

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

JUDDI-716 added test cases
JUDDI-717 fixing some of the digital signature java apps
JUDDI-567 added additional integration tests
JUDDI-718 fixed
JUDDI-652 altered juddi gui code to reduce log output during normal ops

 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-718) juddi-client UDDIClerkServlet does not register annotated services on startup

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

[ 
https://issues.apache.org/jira/browse/JUDDI-718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13826435#comment-13826435
 ] 

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

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

JUDDI-716 added test cases
JUDDI-717 fixing some of the digital signature java apps
JUDDI-567 added additional integration tests
JUDDI-718 fixed
JUDDI-652 altered juddi gui code to reduce log output during normal ops

 juddi-client UDDIClerkServlet does not register annotated services on startup
 -

 Key: JUDDI-718
 URL: https://issues.apache.org/jira/browse/JUDDI-718
 Project: jUDDI
  Issue Type: Bug
Affects Versions: 3.1.5
Reporter: Alex O'Ree
Assignee: Alex O'Ree
 Fix For: 3.2


 the UDDIClerkServlet is designed (I think) to make registration of endpoints 
 easier by hooking into the servlet lifecycle for automatic registration and 
 unregistration on startup and shutdown. Currently it does this for only 
 wsdl's defined in the juddi client config and not for annotated services. 
 Might as well do both



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


buildbot failure in ASF Buildbot on juddi-trunk-dotnet

2013-11-19 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/158

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

Buildslave for this Build: bb-win7

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

BUILD FAILED: failed compile_2

sincerely,
 -The Buildbot





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

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

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

Alex O'Ree edited comment on JUDDI-567 at 11/19/13 10:53 PM:
-

Items pending:
-(done, unit tests, example) WSDL2UDDI
-(done, unit tests, example) WADL2UDDI
-(done) wsdl registration/unreg
-(done, tests, example) save clerk/node
-(defer) alternative transport mechanisms (not sure if it will be supportable 
or not)
-(done, tests, example) digital signatures
(done, unit tests, example) crypto for encrypted passwords
-(defer) cross platform test for mono - there are known serialization problems 
with mono and the use of Choice xsd elements
-(done) password encryption tool
-(done, 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
-(done) subscription callback api

Notes - embedded mode will not be supported


was (Author: spyhunter99):
Items pending:
-(done, unit tests, example) WSDL2UDDI
-(done, unit tests, example) WADL2UDDI
-(done) wsdl registration/unreg
-(done, tests, example) save clerk/node
-(defer) alternative transport mechanisms (not sure if it will be supportable 
or not)
-(done, tests, example) digital signatures
(done, unit tests, example) crypto for encrypted passwords
-(defer) cross platform test for mono - there are known serialization problems 
with mono and the use of Choice xsd elements
-(done, 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
-(done) 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)


[jira] [Resolved] (JUDDI-718) juddi-client UDDIClerkServlet does not register annotated services on startup

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

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

Alex O'Ree resolved JUDDI-718.
--

Resolution: Fixed

 juddi-client UDDIClerkServlet does not register annotated services on startup
 -

 Key: JUDDI-718
 URL: https://issues.apache.org/jira/browse/JUDDI-718
 Project: jUDDI
  Issue Type: Bug
Affects Versions: 3.1.5
Reporter: Alex O'Ree
Assignee: Alex O'Ree
 Fix For: 3.2


 the UDDIClerkServlet is designed (I think) to make registration of endpoints 
 easier by hooking into the servlet lifecycle for automatic registration and 
 unregistration on startup and shutdown. Currently it does this for only 
 wsdl's defined in the juddi client config and not for annotated services. 
 Might as well do both



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


[jira] [Commented] (JUDDI-717) Ensure all sample programs compile and function

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

[ 
https://issues.apache.org/jira/browse/JUDDI-717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13827101#comment-13827101
 ] 

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

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

JUDDI-717 cleanup the the source tree for readability
JUDDI-567 cleanup the the source tree for readability

 Ensure all sample programs compile and function
 ---

 Key: JUDDI-717
 URL: https://issues.apache.org/jira/browse/JUDDI-717
 Project: jUDDI
  Issue Type: Task
Reporter: Alex O'Ree
Assignee: Kurt T Stam
 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-19 Thread ASF subversion and git services (JIRA)

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

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

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

JUDDI-717 cleanup the the source tree for readability
JUDDI-567 cleanup the the source tree for readability

 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-708) juddi-client .NET mono compatibility

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

[ 
https://issues.apache.org/jira/browse/JUDDI-708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13827111#comment-13827111
 ] 

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

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

JUDDI-708 attempting to fix the build on mono/ubuntu

 juddi-client .NET mono compatibility
 

 Key: JUDDI-708
 URL: https://issues.apache.org/jira/browse/JUDDI-708
 Project: jUDDI
  Issue Type: Bug
Reporter: Alex O'Ree
Assignee: Alex O'Ree
 Fix For: 3.3


 The current build for juddi-client.net cannot be compiled on the mono/linux 
 platform on ubuntu using mono 2.4.x (latest available in the repo)



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


[jira] [Commented] (JUDDI-708) juddi-client .NET mono compatibility

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

[ 
https://issues.apache.org/jira/browse/JUDDI-708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13827121#comment-13827121
 ] 

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

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

JUDDI-708 attempting to fix the build on mono/ubuntu

 juddi-client .NET mono compatibility
 

 Key: JUDDI-708
 URL: https://issues.apache.org/jira/browse/JUDDI-708
 Project: jUDDI
  Issue Type: Bug
Reporter: Alex O'Ree
Assignee: Alex O'Ree
 Fix For: 3.3


 The current build for juddi-client.net cannot be compiled on the mono/linux 
 platform on ubuntu using mono 2.4.x (latest available in the repo)



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


[jira] [Commented] (JUDDI-708) juddi-client .NET mono compatibility

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

[ 
https://issues.apache.org/jira/browse/JUDDI-708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13827129#comment-13827129
 ] 

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

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

JUDDI-708 attempting to fix the build on mono/ubuntu

 juddi-client .NET mono compatibility
 

 Key: JUDDI-708
 URL: https://issues.apache.org/jira/browse/JUDDI-708
 Project: jUDDI
  Issue Type: Bug
Reporter: Alex O'Ree
Assignee: Alex O'Ree
 Fix For: 3.3


 The current build for juddi-client.net cannot be compiled on the mono/linux 
 platform on ubuntu using mono 2.4.x (latest available in the repo)



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


[jira] [Created] (JUDDI-719) Add more end user options for the digital signature applet

2013-11-19 Thread Alex O'Ree (JIRA)
Alex O'Ree created JUDDI-719:


 Summary: Add more end user options for the digital signature applet
 Key: JUDDI-719
 URL: https://issues.apache.org/jira/browse/JUDDI-719
 Project: jUDDI
  Issue Type: Bug
Reporter: Alex O'Ree
Assignee: Alex O'Ree
 Fix For: 3.2.1






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


[jira] [Updated] (JUDDI-719) Add more end user options for the digital signature applet

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

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

Alex O'Ree updated JUDDI-719:
-

Issue Type: New Feature  (was: Bug)

 Add more end user options for the digital signature applet
 --

 Key: JUDDI-719
 URL: https://issues.apache.org/jira/browse/JUDDI-719
 Project: jUDDI
  Issue Type: New Feature
Reporter: Alex O'Ree
Assignee: Alex O'Ree
 Fix For: 3.2.1






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


[jira] [Updated] (JUDDI-716) Unrecognized Value for Element: X509IssuerSerial

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

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

Alex O'Ree updated JUDDI-716:
-

Fix Version/s: 3.2

 Unrecognized Value for Element: X509IssuerSerial
 

 Key: JUDDI-716
 URL: https://issues.apache.org/jira/browse/JUDDI-716
 Project: jUDDI
  Issue Type: Bug
Reporter: Alex O'Ree
Assignee: Kurt T Stam
Priority: Blocker
 Fix For: 3.2


 When sending in a signed entity that includes the X509IssuerSerial element as 
 key info, you get the following error message. For reference the key info 
 part looks like this:
 ns2:X509Data
 ns2:X509IssuerSerial
 ns2:X509IssuerNameCN=Test,OU=JUDDI,O=Apache Software 
 Foundation,ST=MD,C=US,1.2.840.113549.1.9.1=#1614646576406a756464692e6170616368652e6f7267/ns2:X509IssuerName
 ns2:X509SerialNumber1370645144/ns2:X509SerialNumber
 /ns2:X509IssuerSerial
 /ns2:X509Data
 Here's our error message
 Nov 17, 2013 7:47:37 PM org.apache.cxf.phase.PhaseInterceptorChain 
 doDefaultLogging
 WARNING: Application 
 {urn:uddi-org:v3_service}UDDIPublicationService#{urn:uddi-org:v3_service}save_business
  has thrown e
 xception, unwinding now
 org.apache.cxf.interceptor.Fault: Unrecognized Value for Element: 
 X509IssuerSerial: org.w3._2000._09.xmldsig_.X509Issuer
 SerialType
 at 
 org.apache.cxf.service.invoker.AbstractInvoker.createFault(AbstractInvoker.java:162)
 at 
 org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.createFault(AbstractJAXWSMethodInvoker.java:213)
 at 
 org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:128)
 at 
 org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.invoke(AbstractJAXWSMethodInvoker.java:178)
 at 
 org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:68)
 at 
 org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:75)
 at 
 org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58)
 at 
 java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
 at java.util.concurrent.FutureTask.run(FutureTask.java:262)
 at 
 org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)
 at 
 org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:107)
 at 
 org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:271)
 at 
 org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
 at 
 org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:239)
 at 
 org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:223)
 at 
 org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:203)
 at 
 org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:137)
 at 
 org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:158)
 at 
 org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:243)
 at 
 org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:163)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
 at 
 org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:219)
 at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
 at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 at 
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
 at 
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
 at 
 org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:465)
 at 
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
 at 
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
 at 
 org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:394)
 at 
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
 at 
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
 at 
 org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
 at 
 org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
 at 
 

buildbot failure in ASF Buildbot on juddi-trunk-dotnet

2013-11-19 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/160

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

Buildslave for this Build: bb-win7

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

BUILD FAILED: failed compile_2

sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on juddi-trunk-dotnet

2013-11-19 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/161

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

Buildslave for this Build: bb-win7

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

Build succeeded!

sincerely,
 -The Buildbot