[JBoss JIRA] (GTNWSRP-134) WSRP 'self' consumer configuration incorrect if server is configured with non-default ports.
by Chris Laprun (JIRA)
[ https://issues.jboss.org/browse/GTNWSRP-134?page=com.atlassian.jira.plugi... ]
Chris Laprun resolved GTNWSRP-134.
----------------------------------
Fix Version/s: (was: 2.2.0)
Resolution: Won't Fix
> WSRP 'self' consumer configuration incorrect if server is configured with non-default ports.
> --------------------------------------------------------------------------------------------
>
> Key: GTNWSRP-134
> URL: https://issues.jboss.org/browse/GTNWSRP-134
> Project: GateIn WSRP
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Affects Versions: 1.1.1-GA
> Environment: JBoss Portal 2.6.3 / JBoss [Trinity] 4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)
> Java version: 1.5.0_11,Sun Microsystems Inc.
> Java VM: Java HotSpot(TM) Client VM 1.5.0_11-b03,Sun Microsystems Inc.
> OS-System: Windows 2000 5.0,x86
> Reporter: Andreas Chlupacek
> Assignee: Chris Laprun
> Priority: Optional
>
> The portal server's service bindings were altered in JBOSS_HOME/server/default/conf/jboss-service.xml so that the server loads its bindings from the "ports-01" configuration specified in JBOSS_HOME/docs/examples/binding-manager/sample-bindings.xml.
> Steps to reproduce:
> ===================
> In the Admin Portal, navigate to the WSRP Page and inspect the consumers configuration. The "self" consumer is shown as "(inactive) (refresh needed)". Click on "Configure" and inspect the endpoint configuration (make sure the "Use WSDL?" checkbox is not ticked).
> Observed behaviour:
> ===================
> The endpoint URLs point to port 8080 regardless of the listening ports stated in the service binding configuration. This causes the "self" consumer to be inactive after server startup, with the corresponding error messages shown on the console ("InvokerUnavailableException: Couldn't register with producer 'self'").
> Expected behaviour:
> ===================
> The endpoint configuration should reflect the server's listening ports.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (GTNWSRP-130) WSRP AS Generic Way
by Chris Laprun (JIRA)
[ https://issues.jboss.org/browse/GTNWSRP-130?page=com.atlassian.jira.plugi... ]
Chris Laprun closed GTNWSRP-130.
--------------------------------
Resolution: Out of Date
> WSRP AS Generic Way
> -------------------
>
> Key: GTNWSRP-130
> URL: https://issues.jboss.org/browse/GTNWSRP-130
> Project: GateIn WSRP
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Affects Versions: 1.1.1-GA
> Environment: Any
> Reporter: Srikanth Kalvakota
> Assignee: Chris Laprun
> Priority: Optional
> Labels: PORTAL, PORTLET, WSRP
> Original Estimate: 12 weeks
> Remaining Estimate: 12 weeks
>
> This request I already raised in the forums but no replies from any one.
> Kindly let me know is there is any way to decouple the WSRP renderer and markup from the current implementation.
> There is a requirement from our customer for this because the admin want to maintain the portlet location not the end user.
> WSRP positioning the problem.
> Please let me know if required any clarifications.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (GTNWSRP-307) WSRP test fails on JDK 7
by Ken Finnigan (JIRA)
Ken Finnigan created GTNWSRP-307:
------------------------------------
Summary: WSRP test fails on JDK 7
Key: GTNWSRP-307
URL: https://issues.jboss.org/browse/GTNWSRP-307
Project: GateIn WSRP
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Consumer
Affects Versions: 2.2.0-Beta04
Environment: JDK 7
Reporter: Ken Finnigan
Assignee: Chris Laprun
org.gatein.wsrp.consumer.services.SOAPServiceFactoryTestCase.testV2ServiceWithExtraPorts() fails with the following error when running on JDK 7:
-------------------------------------------------------------------------------
Test set: org.gatein.wsrp.consumer.services.SOAPServiceFactoryTestCase
-------------------------------------------------------------------------------
Tests run: 7, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.701 sec <<< FAILURE!
testV2ServiceWithExtraPorts(org.gatein.wsrp.consumer.services.SOAPServiceFactoryTestCase) Time elapsed: 0.108 sec <<< ERROR!
javax.xml.ws.WebServiceException: WSP1007: Policy exception occured when finishing WSDL parsing.
at com.sun.xml.internal.ws.policy.jaxws.PolicyWSDLParserExtension.postFinished(PolicyWSDLParserExtension.java:951)
at com.sun.xml.internal.ws.wsdl.parser.DelegatingParserExtension.postFinished(DelegatingParserExtension.java:176)
at com.sun.xml.internal.ws.wsdl.parser.WSDLParserExtensionFacade.postFinished(WSDLParserExtensionFacade.java:323)
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:160)
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:120)
at com.sun.xml.internal.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:260)
at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:223)
at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:171)
at com.sun.xml.internal.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:96)
at javax.xml.ws.Service.<init>(Service.java:77)
at javax.xml.ws.Service.create(Service.java:707)
at org.gatein.wsrp.services.SOAPServiceFactory.start(SOAPServiceFactory.java:307)
at org.gatein.wsrp.services.SOAPServiceFactory.refresh(SOAPServiceFactory.java:499)
at org.gatein.wsrp.services.SOAPServiceFactory.getService(SOAPServiceFactory.java:161)
at org.gatein.wsrp.consumer.services.SOAPServiceFactoryTestCase.checkPorts(SOAPServiceFactoryTestCase.java:128)
at org.gatein.wsrp.consumer.services.SOAPServiceFactoryTestCase.testV2ServiceWithExtraPorts(SOAPServiceFactoryTestCase.java:79)
Caused by: com.sun.xml.internal.ws.policy.PolicyException: WSP0010: Unexpanded "POLICY_REFERENCE" node found referencing file:/home/ken/projects/portal/gatein/master/gatein-wsrp/consumer/target/test-classes/wsdl/wlp-wsrp-2.0-bindings.wsdl#ProducerDefaultPolicy
at com.sun.xml.internal.ws.policy.sourcemodel.PolicyModelTranslator.getReferencedModelRootNode(PolicyModelTranslator.java:328)
at com.sun.xml.internal.ws.policy.sourcemodel.PolicyModelTranslator.decompose(PolicyModelTranslator.java:307)
at com.sun.xml.internal.ws.policy.sourcemodel.PolicyModelTranslator.createPolicyAlternatives(PolicyModelTranslator.java:259)
at com.sun.xml.internal.ws.policy.sourcemodel.PolicyModelTranslator.translate(PolicyModelTranslator.java:222)
at com.sun.xml.internal.ws.policy.jaxws.BuilderHandler.getPolicies(BuilderHandler.java:87)
at com.sun.xml.internal.ws.policy.jaxws.BuilderHandler.getPolicySubjects(BuilderHandler.java:95)
at com.sun.xml.internal.ws.policy.jaxws.BuilderHandlerMessageScope.doPopulate(BuilderHandlerMessageScope.java:127)
at com.sun.xml.internal.ws.policy.jaxws.BuilderHandler.populate(BuilderHandler.java:67)
at com.sun.xml.internal.ws.policy.jaxws.PolicyMapBuilder.getNewPolicyMap(PolicyMapBuilder.java:94)
at com.sun.xml.internal.ws.policy.jaxws.PolicyMapBuilder.getPolicyMap(PolicyMapBuilder.java:76)
at com.sun.xml.internal.ws.policy.jaxws.PolicyWSDLParserExtension.postFinished(PolicyWSDLParserExtension.java:945)
... 42 more
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (GTNWSRP-321) Action process encountered an error when import portlet
by Vlastislav Ramik (JIRA)
Vlastislav Ramik created GTNWSRP-321:
----------------------------------------
Summary: Action process encountered an error when import portlet
Key: GTNWSRP-321
URL: https://issues.jboss.org/browse/GTNWSRP-321
Project: GateIn WSRP
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 2.2.0.Beta09
Environment: Jboss as 7.1.3
Reporter: Vlastislav Ramik
Assignee: Chris Laprun
Fix For: 2.2.0.Beta10
When importing portlets there is some code (see code_instead_of_portlet_name.png).
After clicking on Import button I get error (see wsrp_import.png)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months