[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-10 Thread Lightguard
I think one of the first optimizations for this (things are working great, 
thank you so much!) is not to pre-pend the host and all to hrefs that are 
javascript hrefs :)  So far things have been good save that problem. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163688#4163688

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163688
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-10 Thread [EMAIL PROTECTED]
"Lightguard" wrote : Also it doesn't look like they will handle situations that 
do not start with a / (probably not very likely, but it may be a possibility) 
such as:
  | 

Portlet URLs should always either use encodeURL or getContextPath to be 
correctly built and ensure portability. The fix is made to address the 
situation where getContextPath is used and doesn't properly transport over 
WSRP. I might actually make this behavior optional later on as there are use 
cases where the previous behavior would be required. The case where the URL is 
hand-built won't be addressed.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163676#4163676

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163676
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-10 Thread [EMAIL PROTECTED]
This has been fixed in subversion. I haven't looked into optimization so far. 
You're welcome to contribute such optimization, though... :)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163675#4163675

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163675
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-10 Thread Lightguard
Inside of RenderRequestProcessor.processFragment

invocation.getDispatchedRequest() == null

invocation.getRequestContext() == [EMAIL PROTECTED]

You could make the AbsoluteURLReplacementGenerator class a singleton, or cache 
it somewhere for the life of the request as the serverAddress is not going to 
change for a request.  I'm not sure of any other ideas at the moment :(

"result"= "\n\nif 
(!window.sessions) window.sessions = []; 
window.sessions.push('-SOdMtizEMwQL5IPbrUdDg');\nvar container = 
'-SOdMtizEMwQL5IPbrUdDg:1:configuration-script'.asElement().parentNode;\ncontainer.bridge
 = new Ice.Community.Application({session: '-SOdMtizEMwQL5IPbrUdDg',view: 
1,synchronous: false,redirectURI: null,connection: {context: {current: 
'/nomination_poc/',async: '/nomination_poc/'},timeout: 6,heartbeat: 
{interval: 5,timeout: 3,retries: 3}}}, container);nomination_poc:\nHome\nApproval List\nAwardlevel List\nCreate Nomination\nNomination List\nEmployee ListLogin!
 \nrequesting...\n\n\n'j_id11'.asExtendedElement().findContainerFor('bridge').bridge.attachStatusManager(function(defaultStatusManager)
 {return new Ice.Status.ComponentStatusManager('j_id11:connection-working', 
'j_id11:connection-idle', 'j_id11:connection-trouble', 
'j_id11:connection-lost', defaultStatusManager);}, false);\n$element(document.getElementById('wsrp_rewrite_:j_id16')).captureAndRedirectSubmit();All Nominations\n\n\n$element(document.getElementById('wsrp_rewrite_:j_id39')).captureAndRedirectSubmit();First Name\n\nLast Name\n\n\n\nView Details\n \nEmployee Id \n
 \nEmployee Name 
\n\n\t\t\tjkl123 Fourth Employee\n\n\t\t\tabc123 First Employee\n\n\t\t\tdef456 Second Employee\n\n\t\t\tghi789 Third Employee\n\n\t\t\t123abc Fifth Employee\n\n\t\t\t456def Sixth Employee\n\n\t\t\t789ghi Seventh Employee\n\n\t\t\t1a2b3c Mike Modano\n\n\t\t\t4d5e6f Marty Turco\n\n\t\t\t7g8h9i Brendon 
Morrow\n\nPowered by  http://jboss.com/products/seam";>Seam\n   and  http://icefaces.org";>ICEfaces\n   G!
 enerated by icefaces-seam-gen$element(document.getElementById('timerForm')).captureAndRedirectSubmit();Timer and Program Info Panel\n\n 
   Current time is:Jul 10, 2008 9:54:59 
AMSynchronous Render Mode:false 7\nCurrent 
Conversation Id:4Is Long Running?true\n\nICEsoft Technologies\n !
Inc.   •   Toll Free: 1-877-263-3822 USA and 
Canadaid = 
'timerForm:templatePanelGroupId';Effect.BlindUp(id,{submit:false});//-1665125853\n"

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163662#4163662

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163662

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-10 Thread Lightguard
Oops :)

java.lang.NullPointerException
  | at 
org.jboss.portal.wsrp.producer.AbsoluteURLReplacementGenerator.(AbsoluteURLReplacementGenerator.java:41)
  | at 
org.jboss.portal.wsrp.producer.RenderRequestProcessor.processFragmentString(RenderRequestProcessor.java:192)
  | at 
org.jboss.portal.wsrp.producer.RenderRequestProcessor.processResponse(RenderRequestProcessor.java:136)
  | at 
org.jboss.portal.wsrp.producer.MarkupHandler.getMarkup(MarkupHandler.java:106)
  | at 
org.jboss.portal.wsrp.producer.WSRPProducerImpl.getMarkup(WSRPProducerImpl.java:177)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at 
org.jboss.mx.util.JMXInvocationHandler.invoke(JMXInvocationHandler.java:287)
  | at $Proxy366.getMarkup(Unknown Source)
  | at 
org.jboss.portal.wsrp.endpoints.MarkupEndpoint.getMarkup(MarkupEndpoint.java:61)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.wsf.container.jboss42.DefaultInvocationHandler.invoke(DefaultInvocationHandler.java:102)
  | at 
org.jboss.wsf.container.jboss42.DefaultInvocationHandlerJAXRPC.invoke(DefaultInvocationHandlerJAXRPC.java:57)
  | at 
org.jboss.ws.core.server.ServiceEndpointInvoker.invoke(ServiceEndpointInvoker.java:220)
  | at 
org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHandlerImpl.java:408)
  | at 
org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHandlerImpl.java:272)
  | at 
org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost(RequestHandlerImpl.java:189)
  | at 
org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:122)
  | at 
org.jboss.wsf.stack.jbws.EndpointServlet.service(EndpointServlet.java:84)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  | at 
org.jboss.portal.wsrp.servlet.TransactionFilter.doFilter(TransactionFilter.java:78)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  | at 
org.jboss.portal.wsrp.servlet.ServletAccessFilter.doFilter(ServletAccessFilter.java:54)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  | at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
  | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
  | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
  | at 
org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  | at 
org.apache.catalina.connector.CoyoteAdapter.service(Coyote

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-10 Thread Lightguard
I can't comment on the JIRA issue, so I'll post here.  I saw the code changes 
in JIRA and they look like they should be good.  I'll test on our end and let 
you know.  

Also it doesn't look like they will handle situations that do not start with a 
/ (probably not very likely, but it may be a possibility) such as:


Will that case still work?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163636#4163636

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163636
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-10 Thread [EMAIL PROTECTED]
It appears that the issue comes from the fact that the portlet / JSP page uses 
getContextPath to create the URL. This, in turn, does not trigger the resource 
processing done in WSRP. The proper solution would be for the portlet to use 
encodeURL... I understand that this is not an option in many cases so I will 
implement proper rewriting...
http://jira.jboss.com/jira/browse/JBPORTAL-2067
Thanks for your help.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163536#4163536

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163536
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-09 Thread Lightguard
Chris, here's the SOAP from the JSPPortlet sample that I set as remotable and 
loaded it up in liferay and soap-ui (just seeing the soap reponse).  The images 
here are also not being rewritten:

2008-07-09 10:20:38,622 TRACE [org.jboss.ws.core.MessageTrace] Outgoing 
Response Message
  | 
  |  
  |  
  |   
  |
  | false
  | text/html
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  |
  |   http://portal.demo.jboss.com"; 
target="_blank">
  |  http://labs.jboss.com/portal/jbossportal/download/index.html"; 
target="_blank">
  |  http://www.portletswap.com"; target="_blank">
  |
  |
  |   
  |
  |
  |   
  |  This is a basic installation of 
JBoss Portal 2.6.5-GA
  |  . You may
  | log in at any time, using the Login link at the 
top-right of this page, with the following
  | credentials:
  |   
  |
  |
  |   
  |  user/user or admin/admin
  |   
  |
  |
  |   
  |  If you are in need of guidance with regards to navigating, 
configuring, or operating the portal, please view
  |  our http://labs.jboss.com/portal/jbossportal/docs/index.html"; 
target="_blank">online documentation.
  |   
  |
  | 
  | 
  | de
  | true
  | Greetings !
  |
  |   
  |  
  | 
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163347#4163347

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163347
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-09 Thread Lightguard
Great, keep me posted.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163274#4163274

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163274
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-09 Thread [EMAIL PROTECTED]
OK. It does look like it might be an issue with Icefaces but I need to 
investigate some more.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163250#4163250

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163250
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-08 Thread Lightguard
Sorry extends GenericPortlet.  Couldn't remember when I wrote the post if it 
was an interface or class, so I went with interface.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163142#4163142

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163142
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-08 Thread [EMAIL PROTECTED]
What do you mean by "required portal interface"?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163140#4163140

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163140
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-08 Thread Lightguard
ICEfaces isn't using a bridge (unless you're talking about something within 
JBoss portal).  They have a class that implements the required portal interface 
and then just delegates to their render kit for the rest.  If it is an ICEfaces 
problem I'll ask them for some help.  Thanks for looking into this Chris.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163138#4163138

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163138
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-08 Thread [EMAIL PROTECTED]
Indeed. It doesn't seem like Icefaces properly request a resource to be 
rendered on the producer side... I'm trying to figure out why... It maybe a bug 
in Icefaces or it may be a bridge issue. I could hack something on the consumer 
side to make it work but I'd rather find a clean solution to the problem...

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163135#4163135

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163135
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-03 Thread Lightguard
Doesn't look like images and script tags are being rewritten like they should:

2008-07-03 09:28:02,930 TRACE [org.jboss.ws.core.MessageTrace] Incoming Request 
Message
  | 
  |  
  |   
  |
  |
  | /nomination_poc.nomination_poc_create
  |
  |
  | wsrp:none
  | 68
  | _68_INSTANCE_zlpM_
  |
  |
  | 10117
  | 
  |  
  |   
  |   Test
  |   Test
  |   
  |   
  |   test
  |  
  | 
  |
  |
  | false
  | en
  | de
  | text/html
  | wsrp:view
  | wsrp:maximized
  | 
  |  Liferay WSRP Agent
  | 
  | UTF-8
  | wsrp:view
  | wsrp:help
  | wsrp:edit
  | wsrp:normal
  | wsrp:maximized
  | wsrp:minimized
  |
  |   
  |  
  | 
  | 2008-07-03 09:28:03,090 TRACE [org.jboss.ws.core.MessageTrace] Outgoing 
Response Message
  | 
  |  
  |  
  |   
  |
  | false
  | text/html
  | 
  | 
  | if 
(!window.sessions) window.sessions = []; 
window.sessions.push('IKwoYMRkPxGYSHaQT0TBcA');
  | var container = 
'IKwoYMRkPxGYSHaQT0TBcA:12:configuration-script'.asElement().parentNode;
  | container.bridge = new Ice.Community.Application({session: 
'IKwoYMRkPxGYSHaQT0TBcA',view: 12,synchronous: false,redirectURI: 
null,connection: {context: {current: '/nomination_poc/',async: 
'/nomination_poc/'},timeout: 6,heartbeat: {interval: 5,timeout: 
3,retries: 3}}}, container);nomination_poc:
  | Home
  | Approval List
  | Awardlevel List
  | Create Nomination
  | Nomination List
  | Employee ListLogin
  | requesting...
  | 
  | 
  | 'j_id11'.asExtendedElement().findContainerFor('bridge').bridge.attachStatusManager(function(defaultStatusManager)
 {return new Ice.Status.ComponentStatusManager('j_id11:connection-working', 
'j_id11:connection-idle', 'j_id11:connection-trouble', 
'j_id11:connection-lost', defaultStatusManager);}, false);
  | $element(document.getElementById('wsrp_rewrite_:j_id16')).captureAndRedirectSubmit();All Nominations
  | 
  | 
  | $element(document.getElementById('wsrp_rewrite_:j_id39')).captureAndRedirectSubmit();First Name
  | 
  | Last Name
  | 
  | 
  | 
  | View Details
  |  
  | Employee Id 
  |  
  | Employee Name 
  | 
  | jkl123 Fourth Employee
  | 
  | abc123 First Employee
  | 
  | def456 Second Employee
  | 
  | ghi789 Third Employee
  | 
  | 123abc Fifth Employee
  | 
  | 456def Sixth Employee
  | 
  | 789ghi Seventh Employee
  | 
  | 1a2b3c Mike Modano
  | 
  | 4d5e6f Marty Turco
  | 
  | 7g8h9i Brendon Morrow
  | 
  | Powered by ?http://jboss.com/products/seam";>Seam
  |  ? and ?http://icefaces.org";>ICEfaces
  |  ? Generated by icefaces-seam-gen$element(document.getElementById('timerForm')).captureAndRedirectSubmit();Timer and Program Info 
Panel
  | 
  | Current time is:Jul 3, 2008 9:28:03 
AMSynchronous Render Mode:false 23
  | Current Conversation Id:12Is Long Running?true
  | 
  | ICEsoft Technologies
  | Inc. ? ? ? Toll Free: 1-877-263-3822 USA and Canadaid = 
'timerForm:templatePanelGroupId';Effect.BlindUp(id,{submit:false});//802099430
  | 
  | en
  | true
  | POC: 
Nomination_poc Create
  |
  |   
  |  
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162345#4162345

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162345

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-02 Thread Lightguard
I really didn't think with the Holiday this week that there would be much going 
on :)  Next week is fine if you don't get to it this week.  Thanks Chris.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162210#4162210

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162210
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-02 Thread [EMAIL PROTECTED]
Sorry, haven't had time to look at it yet...

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162200#4162200

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162200
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-02 Thread Lightguard
*bump* (I don't want to loose this)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162151#4162151

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162151
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-01 Thread Lightguard
Mailed you a small, non datasource war last night.  Hope you get further with 
this one :)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161801#4161801

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161801
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-30 Thread [EMAIL PROTECTED]
It would indeed be more helpful. :)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161590#4161590

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161590
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-30 Thread Lightguard
I think I'll create a smaller app that demonstrates the problem instead of 
sending over all the extra stuff :)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161555#4161555

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161555
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-30 Thread [EMAIL PROTECTED]
I will indeed need the datasources (if possible an HSQL version) so that I can 
deploy the portlet...

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161553#4161553

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161553
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-30 Thread Lightguard
"Lightguard" wrote : Any luck Chris?

Sorry, didn't see there was a second page :)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161547#4161547

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161547
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-30 Thread Lightguard
Any luck Chris?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161546#4161546

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161546
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-30 Thread Lightguard
Find anything interesting Chris?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161544#4161544

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161544
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-27 Thread Lightguard
Not a problem.  Do you think you'll need datasources / sql or anything?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161315#4161315

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161315
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-27 Thread [EMAIL PROTECTED]
Got the file but probably won't get a chance to look at it before Sunday...

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161312#4161312

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161312
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-27 Thread Lightguard
Any luck Chris?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161307#4161307

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161307
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-27 Thread Lightguard
Sent.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161242#4161242

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161242
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-27 Thread [EMAIL PROTECTED]
The whole war would be best, if possible. Thanks in advance.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161239#4161239

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161239
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-27 Thread Lightguard
What do you want, the class, the portlet related xml files, or the whole war?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161211#4161211

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161211
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-27 Thread [EMAIL PROTECTED]
Is it possible to send me the portlet so that I can take a look at it?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161205#4161205

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161205
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-27 Thread Lightguard
Ah okay.  Yeah I noticed that it was truncated after I posted.  I have an 
ICEfaces + Seam portlet that I'm remoting.  There are style sheets and 
javascript files that ICEfaces is putting into the resultant HTML so that it 
can do all the AJAX stuff (and make it look pretty).  There are also some 
images in the application that we have used. 

On the consumer end none of the images, css, or javascript are coming across.  
When I look at the HTML that is rendered all of those are relative paths back 
to the context of the war that was deployed in JBoss portal (JBoss is the 
Producer).  The images we could probably make absolute in the source ourselves, 
but the main things are the javascript and css from ICEfaces.  

I imagine these should be urlType=resource in WSRP terms, but I'm not sure if 
that's the case (the spec really doesn't make that clear in my mind).  I'm 
wondering if this is a bug in JBoss Portal or if ICEfaces should be using 
absolute paths.  Thanks for the help, hope that made more sense.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161176#4161176

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161176
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-27 Thread [EMAIL PROTECTED]
The title of your post got truncated so I'm not sure what your issue is, though 
I suspect it has to do with resources not being properly handled... Could you 
please detail the issue?
Note also that resource support in our implementation of WSRP is not as 
complete as it should be since JSR-168 on which we aligned didn't not support 
this. We should improve resource support in 2.7 as we will now work on top of 
JBoss Portlet Container 2.0 which fully implements JSR-286.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161059#4161059

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161059
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user