[jira] [Created] (JUDDI-998) when using the gui, create, new busimess name is incorrectly stored as OK

2019-06-20 Thread Alex O'Ree (JIRA)
Alex O'Ree created JUDDI-998:


 Summary: when using the gui, create, new busimess name is 
incorrectly stored as OK
 Key: JUDDI-998
 URL: https://issues.apache.org/jira/browse/JUDDI-998
 Project: jUDDI
  Issue Type: Bug
  Components: juddi-gui
Reporter: Alex O'Ree
Assignee: Alex O'Ree






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (JUDDI-997) Admin gui has strange behavior and no feedback if the login fails

2019-06-20 Thread Alex O'Ree (JIRA)


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

Alex O'Ree resolved JUDDI-997.
--
   Resolution: Fixed
Fix Version/s: 3.3.7

> Admin gui has strange behavior and no feedback if the login fails
> -
>
> Key: JUDDI-997
> URL: https://issues.apache.org/jira/browse/JUDDI-997
> Project: jUDDI
>  Issue Type: Bug
>  Components: juddi-gui
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
>Priority: Minor
> Fix For: 3.3.7
>
>
> javascrpt error i18n_loading  not defined...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JUDDI-997) Admin gui has strange behavior and no feedback if the login fails

2019-06-20 Thread ASF subversion and git services (JIRA)


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

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

Commit c64ec446760f5efec489c3a967388145c98b2973 in juddi's branch 
refs/heads/feature/JUDDI-558 from Alex O'Ree
[ https://gitbox.apache.org/repos/asf?p=juddi.git;h=c64ec44 ]

JUDDI-997 made some minor changes, should resolve this


> Admin gui has strange behavior and no feedback if the login fails
> -
>
> Key: JUDDI-997
> URL: https://issues.apache.org/jira/browse/JUDDI-997
> Project: jUDDI
>  Issue Type: Bug
>  Components: juddi-gui
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
>Priority: Minor
>
> javascrpt error i18n_loading  not defined...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JUDDI-997) Admin gui has strange behavior and no feedback if the login fails

2019-06-20 Thread Alex O'Ree (JIRA)


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

Alex O'Ree updated JUDDI-997:
-
Description: javascrpt error i18n_loading  not defined...

> Admin gui has strange behavior and no feedback if the login fails
> -
>
> Key: JUDDI-997
> URL: https://issues.apache.org/jira/browse/JUDDI-997
> Project: jUDDI
>  Issue Type: Bug
>  Components: juddi-gui
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
>Priority: Minor
>
> javascrpt error i18n_loading  not defined...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JUDDI-990) Find a better solution for in browser digital signatures than a java applet

2019-06-20 Thread Alex O'Ree (JIRA)


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

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

not sure...can you sign xml with gpg? also that will require gpg on their 
machine and key. Also, uddi's usage of digsig is strange...

> Find a better solution for in browser digital signatures than a java applet
> ---
>
> Key: JUDDI-990
> URL: https://issues.apache.org/jira/browse/JUDDI-990
> Project: jUDDI
>  Issue Type: Improvement
>  Components: juddi-gui
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
>Priority: Major
>
> this might work...
> https://github.com/PeculiarVentures/xadesjs



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JUDDI-996) Admin gui, get all client subscriptions throws a classcast error

2019-06-20 Thread Alex O'Ree (JIRA)


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

Alex O'Ree updated JUDDI-996:
-
Affects Version/s: 3.2.1
   3.3
   3.3.1

> Admin gui, get all client subscriptions throws a classcast error
> 
>
> Key: JUDDI-996
> URL: https://issues.apache.org/jira/browse/JUDDI-996
> Project: jUDDI
>  Issue Type: Bug
>Affects Versions: 3.2.1, 3.3, 3.3.1, 3.3.2, 3.3.3, 3.3.4, 3.3.5, 3.3.6
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
>Priority: Major
> Fix For: 3.3.7
>
>
> Error org.apache.juddi.model.ReplicationConfiguration cannot be cast to 
> org.apache.juddi.model.Subscription
>  
> java.lang.ClassCastException: org.apache.juddi.model.ReplicationConfiguration 
> cannot be cast to org.apache.juddi.model.Subscription
>     at 
> org.apache.juddi.api.impl.JUDDIApiImpl.getAllClientSubscriptionInfo(JUDDIApiImpl.java:1333)
>     at 
> org.apache.juddi.adminconsole.hub.UddiAdminHub.getAllClientSubscriptionInfo(UddiAdminHub.java:597)
>     at 
> org.apache.juddi.adminconsole.hub.UddiAdminHub.go(UddiAdminHub.java:409)
>     at org.apache.jsp.admin.ajax.go_jsp._jspService(go_jsp.java:227)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JUDDI-996) Admin gui, get all client subscriptions throws a classcast error

2019-06-20 Thread Alex O'Ree (JIRA)


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

Alex O'Ree updated JUDDI-996:
-
Component/s: juddi-gui

> Admin gui, get all client subscriptions throws a classcast error
> 
>
> Key: JUDDI-996
> URL: https://issues.apache.org/jira/browse/JUDDI-996
> Project: jUDDI
>  Issue Type: Bug
>  Components: juddi-gui
>Affects Versions: 3.2.1, 3.3, 3.3.1, 3.3.2, 3.3.3, 3.3.4, 3.3.5, 3.3.6
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
>Priority: Major
> Fix For: 3.3.7
>
>
> Error org.apache.juddi.model.ReplicationConfiguration cannot be cast to 
> org.apache.juddi.model.Subscription
>  
> java.lang.ClassCastException: org.apache.juddi.model.ReplicationConfiguration 
> cannot be cast to org.apache.juddi.model.Subscription
>     at 
> org.apache.juddi.api.impl.JUDDIApiImpl.getAllClientSubscriptionInfo(JUDDIApiImpl.java:1333)
>     at 
> org.apache.juddi.adminconsole.hub.UddiAdminHub.getAllClientSubscriptionInfo(UddiAdminHub.java:597)
>     at 
> org.apache.juddi.adminconsole.hub.UddiAdminHub.go(UddiAdminHub.java:409)
>     at org.apache.jsp.admin.ajax.go_jsp._jspService(go_jsp.java:227)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JUDDI-996) Admin gui, get all client subscriptions throws a classcast error

2019-06-20 Thread Alex O'Ree (JIRA)


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

Alex O'Ree updated JUDDI-996:
-
Affects Version/s: 3.3.2
   3.3.3
   3.3.4
   3.3.5

> Admin gui, get all client subscriptions throws a classcast error
> 
>
> Key: JUDDI-996
> URL: https://issues.apache.org/jira/browse/JUDDI-996
> Project: jUDDI
>  Issue Type: Bug
>Affects Versions: 3.3.2, 3.3.3, 3.3.4, 3.3.5, 3.3.6
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
>Priority: Major
> Fix For: 3.3.7
>
>
> Error org.apache.juddi.model.ReplicationConfiguration cannot be cast to 
> org.apache.juddi.model.Subscription
>  
> java.lang.ClassCastException: org.apache.juddi.model.ReplicationConfiguration 
> cannot be cast to org.apache.juddi.model.Subscription
>     at 
> org.apache.juddi.api.impl.JUDDIApiImpl.getAllClientSubscriptionInfo(JUDDIApiImpl.java:1333)
>     at 
> org.apache.juddi.adminconsole.hub.UddiAdminHub.getAllClientSubscriptionInfo(UddiAdminHub.java:597)
>     at 
> org.apache.juddi.adminconsole.hub.UddiAdminHub.go(UddiAdminHub.java:409)
>     at org.apache.jsp.admin.ajax.go_jsp._jspService(go_jsp.java:227)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (JUDDI-996) Admin gui, get all client subscriptions throws a classcast error

2019-06-20 Thread Alex O'Ree (JIRA)


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

Alex O'Ree resolved JUDDI-996.
--
Resolution: Fixed

> Admin gui, get all client subscriptions throws a classcast error
> 
>
> Key: JUDDI-996
> URL: https://issues.apache.org/jira/browse/JUDDI-996
> Project: jUDDI
>  Issue Type: Bug
>Affects Versions: 3.3.6
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
>Priority: Major
> Fix For: 3.3.7
>
>
> Error org.apache.juddi.model.ReplicationConfiguration cannot be cast to 
> org.apache.juddi.model.Subscription
>  
> java.lang.ClassCastException: org.apache.juddi.model.ReplicationConfiguration 
> cannot be cast to org.apache.juddi.model.Subscription
>     at 
> org.apache.juddi.api.impl.JUDDIApiImpl.getAllClientSubscriptionInfo(JUDDIApiImpl.java:1333)
>     at 
> org.apache.juddi.adminconsole.hub.UddiAdminHub.getAllClientSubscriptionInfo(UddiAdminHub.java:597)
>     at 
> org.apache.juddi.adminconsole.hub.UddiAdminHub.go(UddiAdminHub.java:409)
>     at org.apache.jsp.admin.ajax.go_jsp._jspService(go_jsp.java:227)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (JUDDI-997) Admin gui has strange behavior and no feedback if the login fails

2019-06-20 Thread Alex O'Ree (JIRA)
Alex O'Ree created JUDDI-997:


 Summary: Admin gui has strange behavior and no feedback if the 
login fails
 Key: JUDDI-997
 URL: https://issues.apache.org/jira/browse/JUDDI-997
 Project: jUDDI
  Issue Type: Bug
  Components: juddi-gui
Reporter: Alex O'Ree
Assignee: Alex O'Ree






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JUDDI-996) Admin gui, get all client subscriptions throws a classcast error

2019-06-20 Thread ASF subversion and git services (JIRA)


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

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

Commit 74e4985301ed7444f649f2e55cd2391a59acae99 in juddi's branch 
refs/heads/master from Alex O'Ree
[ https://gitbox.apache.org/repos/asf?p=juddi.git;h=74e4985 ]

JUDDI-996 fixed with tests


> Admin gui, get all client subscriptions throws a classcast error
> 
>
> Key: JUDDI-996
> URL: https://issues.apache.org/jira/browse/JUDDI-996
> Project: jUDDI
>  Issue Type: Bug
>Affects Versions: 3.3.6
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
>Priority: Major
> Fix For: 3.3.7
>
>
> Error org.apache.juddi.model.ReplicationConfiguration cannot be cast to 
> org.apache.juddi.model.Subscription
>  
> java.lang.ClassCastException: org.apache.juddi.model.ReplicationConfiguration 
> cannot be cast to org.apache.juddi.model.Subscription
>     at 
> org.apache.juddi.api.impl.JUDDIApiImpl.getAllClientSubscriptionInfo(JUDDIApiImpl.java:1333)
>     at 
> org.apache.juddi.adminconsole.hub.UddiAdminHub.getAllClientSubscriptionInfo(UddiAdminHub.java:597)
>     at 
> org.apache.juddi.adminconsole.hub.UddiAdminHub.go(UddiAdminHub.java:409)
>     at org.apache.jsp.admin.ajax.go_jsp._jspService(go_jsp.java:227)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work started] (JUDDI-996) Admin gui, get all client subscriptions throws a classcast error

2019-06-20 Thread Alex O'Ree (JIRA)


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

Work on JUDDI-996 started by Alex O'Ree.

> Admin gui, get all client subscriptions throws a classcast error
> 
>
> Key: JUDDI-996
> URL: https://issues.apache.org/jira/browse/JUDDI-996
> Project: jUDDI
>  Issue Type: Bug
>Affects Versions: 3.3.6
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
>Priority: Major
> Fix For: 3.3.7
>
>
> Error org.apache.juddi.model.ReplicationConfiguration cannot be cast to 
> org.apache.juddi.model.Subscription
>  
> java.lang.ClassCastException: org.apache.juddi.model.ReplicationConfiguration 
> cannot be cast to org.apache.juddi.model.Subscription
>     at 
> org.apache.juddi.api.impl.JUDDIApiImpl.getAllClientSubscriptionInfo(JUDDIApiImpl.java:1333)
>     at 
> org.apache.juddi.adminconsole.hub.UddiAdminHub.getAllClientSubscriptionInfo(UddiAdminHub.java:597)
>     at 
> org.apache.juddi.adminconsole.hub.UddiAdminHub.go(UddiAdminHub.java:409)
>     at org.apache.jsp.admin.ajax.go_jsp._jspService(go_jsp.java:227)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (JUDDI-996) Admin gui, get all client subscriptions throws a classcast error

2019-06-20 Thread Alex O'Ree (JIRA)


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

Alex O'Ree reassigned JUDDI-996:


Assignee: Alex O'Ree

> Admin gui, get all client subscriptions throws a classcast error
> 
>
> Key: JUDDI-996
> URL: https://issues.apache.org/jira/browse/JUDDI-996
> Project: jUDDI
>  Issue Type: Bug
>Affects Versions: 3.3.6
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
>Priority: Major
> Fix For: 3.3.7
>
>
> Error org.apache.juddi.model.ReplicationConfiguration cannot be cast to 
> org.apache.juddi.model.Subscription
>  
> java.lang.ClassCastException: org.apache.juddi.model.ReplicationConfiguration 
> cannot be cast to org.apache.juddi.model.Subscription
>     at 
> org.apache.juddi.api.impl.JUDDIApiImpl.getAllClientSubscriptionInfo(JUDDIApiImpl.java:1333)
>     at 
> org.apache.juddi.adminconsole.hub.UddiAdminHub.getAllClientSubscriptionInfo(UddiAdminHub.java:597)
>     at 
> org.apache.juddi.adminconsole.hub.UddiAdminHub.go(UddiAdminHub.java:409)
>     at org.apache.jsp.admin.ajax.go_jsp._jspService(go_jsp.java:227)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JUDDI-558) Access Control Enhancements

2019-06-20 Thread ASF subversion and git services (JIRA)


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

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

Commit 72f163f5334e873b97e757797a26c2e8a052a5ae in juddi's branch 
refs/heads/feature/JUDDI-558 from Alex O'Ree
[ https://gitbox.apache.org/repos/asf?p=juddi.git;h=72f163f ]

JUDDI-558 with the correct ticket number this time...some progess...still 
doesn't really work yet


> Access Control Enhancements
> ---
>
> Key: JUDDI-558
> URL: https://issues.apache.org/jira/browse/JUDDI-558
> Project: jUDDI
>  Issue Type: Improvement
>  Components: core
>Reporter: Alex O'Ree
>Assignee: Alex O'Ree
>Priority: Major
> Fix For: 3.4
>
> Attachments: UDDI Access Control Proposal.pdf, access control 
> enhancements incomplete.patch
>
>
> Implementation of revised access control mechanism that enables basic CRUD 
> access control lists on a per business, per service basis with inheritable 
> controls from a parent object



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JUDDI-996) Admin gui, get all client subscriptions throws a classcast error

2019-06-20 Thread Alex O'Ree (JIRA)


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

Alex O'Ree updated JUDDI-996:
-
Description: 
Error org.apache.juddi.model.ReplicationConfiguration cannot be cast to 
org.apache.juddi.model.Subscription

 

java.lang.ClassCastException: org.apache.juddi.model.ReplicationConfiguration 
cannot be cast to org.apache.juddi.model.Subscription
    at 
org.apache.juddi.api.impl.JUDDIApiImpl.getAllClientSubscriptionInfo(JUDDIApiImpl.java:1333)
    at 
org.apache.juddi.adminconsole.hub.UddiAdminHub.getAllClientSubscriptionInfo(UddiAdminHub.java:597)
    at org.apache.juddi.adminconsole.hub.UddiAdminHub.go(UddiAdminHub.java:409)
    at org.apache.jsp.admin.ajax.go_jsp._jspService(go_jsp.java:227)

  was:Error org.apache.juddi.model.ReplicationConfiguration cannot be cast to 
org.apache.juddi.model.Subscription


> Admin gui, get all client subscriptions throws a classcast error
> 
>
> Key: JUDDI-996
> URL: https://issues.apache.org/jira/browse/JUDDI-996
> Project: jUDDI
>  Issue Type: Bug
>Affects Versions: 3.3.6
>Reporter: Alex O'Ree
>Priority: Major
> Fix For: 3.3.7
>
>
> Error org.apache.juddi.model.ReplicationConfiguration cannot be cast to 
> org.apache.juddi.model.Subscription
>  
> java.lang.ClassCastException: org.apache.juddi.model.ReplicationConfiguration 
> cannot be cast to org.apache.juddi.model.Subscription
>     at 
> org.apache.juddi.api.impl.JUDDIApiImpl.getAllClientSubscriptionInfo(JUDDIApiImpl.java:1333)
>     at 
> org.apache.juddi.adminconsole.hub.UddiAdminHub.getAllClientSubscriptionInfo(UddiAdminHub.java:597)
>     at 
> org.apache.juddi.adminconsole.hub.UddiAdminHub.go(UddiAdminHub.java:409)
>     at org.apache.jsp.admin.ajax.go_jsp._jspService(go_jsp.java:227)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JUDDI-996) Admin gui, get all client subscriptions throws a classcast error

2019-06-20 Thread Alex O'Ree (JIRA)


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

Alex O'Ree updated JUDDI-996:
-
Fix Version/s: 3.3.7

> Admin gui, get all client subscriptions throws a classcast error
> 
>
> Key: JUDDI-996
> URL: https://issues.apache.org/jira/browse/JUDDI-996
> Project: jUDDI
>  Issue Type: Bug
>Affects Versions: 3.3.6
>Reporter: Alex O'Ree
>Priority: Major
> Fix For: 3.3.7
>
>
> Error org.apache.juddi.model.ReplicationConfiguration cannot be cast to 
> org.apache.juddi.model.Subscription



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JUDDI-996) Admin gui, get all client subscriptions throws a classcast error

2019-06-20 Thread Alex O'Ree (JIRA)


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

Alex O'Ree updated JUDDI-996:
-
Summary: Admin gui, get all client subscriptions throws a classcast error  
(was: Admin gui, get all client subscriptions t)

> Admin gui, get all client subscriptions throws a classcast error
> 
>
> Key: JUDDI-996
> URL: https://issues.apache.org/jira/browse/JUDDI-996
> Project: jUDDI
>  Issue Type: Bug
>Reporter: Alex O'Ree
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JUDDI-996) Admin gui, get all client subscriptions throws a classcast error

2019-06-20 Thread Alex O'Ree (JIRA)


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

Alex O'Ree updated JUDDI-996:
-
Description: Error org.apache.juddi.model.ReplicationConfiguration cannot 
be cast to org.apache.juddi.model.Subscription

> Admin gui, get all client subscriptions throws a classcast error
> 
>
> Key: JUDDI-996
> URL: https://issues.apache.org/jira/browse/JUDDI-996
> Project: jUDDI
>  Issue Type: Bug
>Reporter: Alex O'Ree
>Priority: Major
>
> Error org.apache.juddi.model.ReplicationConfiguration cannot be cast to 
> org.apache.juddi.model.Subscription



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (JUDDI-996) Admin gui, get all client subscriptions t

2019-06-20 Thread Alex O'Ree (JIRA)
Alex O'Ree created JUDDI-996:


 Summary: Admin gui, get all client subscriptions t
 Key: JUDDI-996
 URL: https://issues.apache.org/jira/browse/JUDDI-996
 Project: jUDDI
  Issue Type: Bug
Reporter: Alex O'Ree






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JUDDI-996) Admin gui, get all client subscriptions throws a classcast error

2019-06-20 Thread Alex O'Ree (JIRA)


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

Alex O'Ree updated JUDDI-996:
-
Affects Version/s: 3.3.6

> Admin gui, get all client subscriptions throws a classcast error
> 
>
> Key: JUDDI-996
> URL: https://issues.apache.org/jira/browse/JUDDI-996
> Project: jUDDI
>  Issue Type: Bug
>Affects Versions: 3.3.6
>Reporter: Alex O'Ree
>Priority: Major
>
> Error org.apache.juddi.model.ReplicationConfiguration cannot be cast to 
> org.apache.juddi.model.Subscription



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)