[gatein-issues] [JBoss JIRA] Resolved: (GTNWSRP-78) Empty url exception when creating a new consumer
Chris Laprun (JIRA)
jira-events at lists.jboss.org
Sat Oct 2 12:12:39 EDT 2010
[ https://jira.jboss.org/browse/GTNWSRP-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chris Laprun resolved GTNWSRP-78.
---------------------------------
Resolution: Done
> Empty url exception when creating a new consumer
> ------------------------------------------------
>
> Key: GTNWSRP-78
> URL: https://jira.jboss.org/browse/GTNWSRP-78
> Project: GateIn WSRP
> Issue Type: Bug
> Components: Admin GUI
> Reporter: Matt Wringe
> Assignee: Chris Laprun
> Fix For: 2.0.0-Beta
>
>
> When creating a new consumer it will log an error about an empty wsdl url.
> Steps to recreate:
> 1) start server and add wsrp configuration to a page
> 2) enter a name for the new consumer and click 'create consumer'
> The server logs will now display the following error with a stack trace:
> 10:17:30,936 INFO [AbstractConsumerRegistry] Consumer with id 'testConsumer' created
> 10:17:31,020 INFO [SOAPServiceFactory] Couldn't access WSDL information. Service won't be available
> java.lang.IllegalArgumentException: SOAPServiceFactory requires a non-null, non-empty WSDL URL
> at org.gatein.common.util.ParameterValidation.throwIllegalArgExceptionIfNullOrEmpty(ParameterValidation.java:116)
> at org.gatein.wsrp.services.SOAPServiceFactory.start(SOAPServiceFactory.java:227)
> at org.gatein.wsrp.services.SOAPServiceFactory.getService(SOAPServiceFactory.java:98)
> at org.gatein.wsrp.consumer.EndpointConfigurationInfo.getService(EndpointConfigurationInfo.java:169)
> at org.gatein.wsrp.consumer.EndpointConfigurationInfo.forceRefresh(EndpointConfigurationInfo.java:200)
> at org.gatein.wsrp.consumer.EndpointConfigurationInfo.refresh(EndpointConfigurationInfo.java:195)
> ...
> Expected behaviour: no stack trace in the logs, there shouldn't be an error here as we need to enter the url in the next step.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the gatein-issues
mailing list