[JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi
by 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
| <env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
| <env:Header/>
| <env:Body>
| <ns1:getMarkupResponse xmlns:ns1='urn:oasis:names:tc:wsrp:v1:types' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
| <ns1:markupContext>
| <ns1:useCachedMarkup xmlns:ns1='urn:oasis:names:tc:wsrp:v1:types'>false</ns1:useCachedMarkup>
| <ns1:mimeType xmlns:ns1='urn:oasis:names:tc:wsrp:v1:types'>text/html</ns1:mimeType>
| <ns1:markupString xmlns:ns1='urn:oasis:names:tc:wsrp:v1:types'>
|
|
|
|
|
|
|
| <table border="0" cellspacing="2" cellpadding="2">
| <tr>
| <td align="center"><a href="http://portal.demo.jboss.com" target="_blank"><img
| src="/portal-jsp-samples/images/dodemo.gif" border="0"
| alt="Try the latest release of JBoss Portal, live and online." /></a>
| <a href="http://labs.jboss.com/portal/jbossportal/download/index.html" target="_blank"><img
| src="/portal-jsp-samples/images/getcode.gif" border="0"
| alt="Download JBoss Portal and have it up and running in minutes." /></a>
| <a href="http://www.portletswap.com" target="_blank"><img
| src="/portal-jsp-samples/images/accessorize.gif" border="0"
| alt="Download portlets and layouts for your new JBoss Portal installation." /></a></td>
| </tr>
| <tr>
| <td></td>
| </tr>
| <tr>
| <td class="portlet-section-alternate">
| <font class="portlet-font">This is a basic installation of <b>JBoss Portal 2.6.5-GA
| </b>. You may
| log in at any time, using the <i>Login</i> link at the top-right of this page, with the following
| credentials:</font>
| </td>
| </tr>
| <tr>
| <td class="portlet-section-alternate" align="center">
| <b>user/user</b> or <b>admin/admin</b>
| </td>
| </tr>
| <tr>
| <td align="center">
| If you are in need of guidance with regards to navigating, configuring, or operating the portal, please view
| our <a href="http://labs.jboss.com/portal/jbossportal/docs/index.html" target="_blank">online documentation</a>.
| </td>
| </tr>
| </table>
| </ns1:markupString>
| <ns1:locale xmlns:ns1='urn:oasis:names:tc:wsrp:v1:types'>de</ns1:locale>
| <ns1:requiresUrlRewriting xmlns:ns1='urn:oasis:names:tc:wsrp:v1:types'>true</ns1:requiresUrlRewriting>
| <ns1:preferredTitle xmlns:ns1='urn:oasis:names:tc:wsrp:v1:types'>Greetings !</ns1:preferredTitle>
| </ns1:markupContext>
| </ns1:getMarkupResponse>
| </env:Body>
| </env:Envelope>
|
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
17 years, 9 months
[Messaging, JMS & JBossMQ] - Message getting Redelivered.. Whats the Catch
by Milochanzy
Hi,
I am having a MDB listen to a broker of a SonicMQ Queue v6.1. JBOSS 4.2.1 EA. For certain adhoc cases the messages are not getting removed from the Queue after being processed by onMessage() method. The same message keeps processing repeatedly. Changing the log level to TRACE I could find the following important clue.
The trace for one that dint repeat:
| 07/08/08 10:34:07 JMS SessionPool Worker-0 TRACE - org.jboss.jms.asf.StdServerSession.onMessage - Commiting the JMS transaction
| 07/08/08 10:34:07 JMS SessionPool Worker-0 TRACE - org.jboss.jms.asf.StdServerSession.onMessage - onMessage done
| 07/08/08 10:34:07 JMS SessionPool Worker-0 TRACE - org.jboss.jms.asf.StdServerSession.run - recycling...
| 07/08/08 10:34:07 JMS SessionPool Worker-0 TRACE - org.jboss.jms.asf.StdServerSessionPool.recycle - recycled server session: org.jboss.jms.asf.StdServerSession@23cd23cd
| 07/08/08 10:34:07 JMS SessionPool Worker-0 TRACE - org.jboss.jms.asf.StdServerSession.run - finished run
|
The trace for one that did repeat:
| 07/08/08 14:13:30 JMS SessionPool Worker-0 TRACE - org.jboss.jms.asf.StdServerSession.onMessage - org.jboss.jms.asf.StdServerSession@16a916a9transaction already ended
| 07/08/08 14:13:30 JMS SessionPool Worker-0 TRACE - org.jboss.jms.asf.StdServerSession.onMessage - onMessage done
| 07/08/08 14:13:30 JMS SessionPool Worker-0 TRACE - org.jboss.jms.asf.StdServerSession.run - recycling...
| 07/08/08 14:13:31 JMS SessionPool Worker-0 TRACE - org.jboss.jms.asf.StdServerSessionPool.recycle - recycled server session: org.jboss.jms.asf.StdServerSession@16a916a9
| 07/08/08 14:13:31 JMS SessionPool Worker-0 TRACE - org.jboss.jms.asf.StdServerSession.run - finished run
| 07/08/08 12:05:04 JMS SessionPool Worker-1 TRACE - org.jboss.jms.asf.StdServerSession.onMessage - onMessage running (pool, session, xaSession, useLocalTX): , , null, false
|
|
Can someone help me find the root cause. This seems a challanging one to me.
Thanks,
Milo.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163343#4163343
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163343
17 years, 9 months
[JBoss jBPM] - does this design make sense?
by twiceknightly
My app is set up as a stateless session bean calling jbpm. So within the enerprise bean I open the hibernate session, do my jbpm goodness and then save and close the hibernate session.
I have a process definition with multiple tokens each signalling on different part of the process graph. The child tokens live for the life of the process i.e. there is no join.
I was thinking that to stop classic concurrency problems like lost update problem I thought I might be able to use a special task for the purpose of locking i.e. use it as a lock. I could put something in the ejb, so before it performs the signal on one of the tokens (or whatever) , it has to acquire the lock (special task) for this process.
Do you think this makes sense?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163338#4163338
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163338
17 years, 9 months