[JBoss JIRA] Created: (GTNWSRP-111) There are different UI components for displaying list of windows on page
by Michal Vanco (JIRA)
There are different UI components for displaying list of windows on page
------------------------------------------------------------------------
Key: GTNWSRP-111
URL: https://jira.jboss.org/browse/GTNWSRP-111
Project: GateIn WSRP
Issue Type: Bug
Components: Admin GUI
Affects Versions: 2.0.0-Beta03, 2.0.0-Beta01
Reporter: Michal Vanco
Assignee: Chris Laprun
Fix For: 2.0.0-CR01
Attachments: wsrp-import-elements_with_windows_on_page.png
There are different components for list of windows on page
- if there is one window on page - there is select box,
- if there are 2 - there is list
I think that basic select box should be used for all cases. Or list, but it should be same for all options.
This list is visible when you want to import portlets, you select page and it offers list of windows on selected page.
--
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
15 years, 5 months
[JBoss JIRA] Created: (GTNPORTAL-1571) Can't add a gadget when using Google Chrome 5
by Thomas Heute (JIRA)
Can't add a gadget when using Google Chrome 5
---------------------------------------------
Key: GTNPORTAL-1571
URL: https://jira.jboss.org/browse/GTNPORTAL-1571
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Thomas Heute
Fix For: 3.2.0-GA
It's more a place holder for a known issue.
When using Google Chrome 5 (On Linux) and add a gadget on my dashboard, the gadget won't display. (But it works with Google Chrome 6)
If for instance I try to maximize it I get Javascript errors:
SyntaxError: Unexpected token ILLEGAL :
eXo.gadget.UIGadget.createGadget('http://192.168.1.45:8080/rest/jcr/repository/portal-system/production/app...','content-a2041f52-1c97-4faa-81aa-0e8aa06bf381', {"gadgets":[{"userPrefs":{},"iframeUrl":"?container=& -- 7
SyntaxError: Unexpected token ILLEGAL : v=f6e26fd16fdb15c8bbad3c8a113954〈=en& -- 8
ReferenceError: US is not defined : country=US& -- 9
SyntaxError: Unexpected token & : view=& -- 10
SyntaxError: Unexpected token ILLEGAL : url=http%3A%2F%2F192.168.1.45%3A8080%2Frest%2Fjcr%2Frepository%2Fportal-system%2Fproduction%2Fapp%3Agadgets%2Fapp%3ACalculator%2Fapp%3Adata%2Fapp%3Aresources%2FCalculator.xml","author":"eXoPlatform","title":"Calculator","height":227,"titleUrl":"http://www.exoplatform.org","description":"This simple and useful calculator lets you perform most of the basic arithmetic operations.","features":[],"showStats":false,"screenshot":"","moduleId":0,"singleton":false,"width":0,"links":{},"authorLink":"","url":"http://192.168.1.45:8080/rest/jcr/repository/portal-system/production/app...","scaling":false,"directoryTitle":"Calculator","thumbnail":"http://localhost:8080/eXoGadgets/skin/DefaultSkin/portletIcons/Calculator...","scrolling":false,"views":{"default":{"preferredHeight":0,"type":"html","quirks":true,"preferredWidth":0}},"secureToken":"default:ZA5dT4fk/fMvElsha/g/mqe1F+XSXY++LdkLIx6QrNxnbGHjRq0V0WTfxubAO5jwk6RIlhchtifb0/kmRcp0xcaPx8BKM8hjS2pv3x6VqQdDcnWrK9lNcrjIZ3uinEmFQGxr5Wvfi2RfhQReqcD8mLrxLhkW9KI7oZBpftDOCTBOr09LAUXAVrWXobcAz2J8M1dWDbC+QmrdV10wlV2doHJMGIhnEE+fhFylYB/etIYzcVltBeOixQ8SI725JVsEs0WxFlNGuj2UkFo/Efko/OVenMbeU1SagUUWeH4I86T+jIL5U1h3FrzsoqXPqS0YknF2GoEz9FPQOAEYDqtojLizHZm5zlLwBqacfv5HCcMdY5ne","categories":["",""],"showInDirectory":false,"authorPhoto":""}]}, null, 'canvas', '/eXoGadgetServer/gadgets', 0, 0, 0) -- 11
--
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
15 years, 5 months
[JBoss JIRA] Created: (GTNWSRP-107) CCE: ReturnAny cannot be cast to ResourceResponse
by Matt Wringe (JIRA)
CCE: ReturnAny cannot be cast to ResourceResponse
-------------------------------------------------
Key: GTNWSRP-107
URL: https://jira.jboss.org/browse/GTNWSRP-107
Project: GateIn WSRP
Issue Type: Bug
Affects Versions: 2.0.0-Beta03
Reporter: Matt Wringe
Assignee: Matt Wringe
Fix For: 2.0.0-Beta03
Running into strange ClassCastExceptions when using wsrp 2.0 with remote portlets over the portlet bridge. This can be easily reproduced with the portlet bridge's richfaces demo app (modified to include the remotable runtime option). When trying to load the portlet:
java.lang.ClassCastException: org.oasis.wsrp.v2.ReturnAny cannot be cast to org.oasis.wsrp.v2.ResourceResponse
at org.oasis.wsrp.v2.ResourceResponse$JaxbAccessorF_portletContext.get(FieldAccessor_Ref.java:52)
at com.sun.xml.bind.v2.runtime.reflect.Accessor.getUnadapted(Accessor.java:147)
at com.sun.xml.bind.v2.runtime.JAXBContextImpl$7.get(JAXBContextImpl.java:927)
at org.jboss.ws.metadata.accessor.JAXBAccessor.get(JAXBAccessor.java:48)
at org.jboss.ws.core.jaxrpc.ParameterWrapping.unwrapResponseParameters(ParameterWrapping.java:224)
at org.jboss.ws.core.CommonClient.syncOutputParams(CommonClient.java:513)
at org.jboss.ws.core.CommonClient.invoke(CommonClient.java:397)
at org.jboss.ws.core.jaxws.client.ClientImpl.invoke(ClientImpl.java:290)
at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:170)
at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:150)
at $Proxy557.initCookie(Unknown Source)
at org.gatein.wsrp.services.v2.V2MarkupService.initCookie(V2MarkupService.java:107)
at org.gatein.wsrp.consumer.handlers.SessionHandler.initCookie(SessionHandler.java:183)
at org.gatein.wsrp.consumer.handlers.SessionHandler.initCookieIfNeeded(SessionHandler.java:153)
at org.gatein.wsrp.consumer.handlers.SessionHandler.initCookieIfNeeded(SessionHandler.java:130)
at org.gatein.wsrp.consumer.handlers.InvocationHandler.performRequest(InvocationHandler.java:157)
at org.gatein.wsrp.consumer.handlers.InvocationHandler.handle(InvocationHandler.java:97)
at org.gatein.wsrp.consumer.handlers.InvocationDispatcher.dispatchAndHandle(InvocationDispatcher.java:134)
--
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
15 years, 5 months