In the past i had an application in EJB 2 with apache redirection petitions to tomcat or jboss3.2 according the url
In my new project i migrated the application to EJB3 but now jboss 4.05 starts
and deploys the model but when i run the application the view works fine, but the model don´t respond me, Jboss don´t respond me.
I reviewed the apache configuration, and it is correct. Someone can tell me something?
Regards from Spain
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044171#4044171
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044171
Hello,
when I manually redirect to another view, then I see new view but the pageflow stays on previous node.
Previous node doesn't have defined transitions like new displayed page, so
transitions doesn't work.
Should I reposition Pageflow manually or it should do component Redirect (bug).
Am I able to reposition parent conversation pageflow?
(pageflow is defined via jPDL)
thanx
example:
Redirection
Redirect redir = Redirect.instance();
| redir.setViewId("/detail.jsp");
| redir.execute();
I must reposition pageflow to new node:
Pageflow.instance().reposition("detail");
And when I do this (reposition parent pageflow):
| Conversation.instance().pop();
| Pageflow.instance().reposition("detail");
then nested conversation isn't ended
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044168#4044168
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044168
Hmm.. no replies :-)
I suppose that this could be a bug in jboss as aop implementation that does not trigger interceptor as it should.
It could also be that treecache bug where the pointcut definition is not correct.
Then of course it could be me that has used treecache in the wrong way... (Or the product is insufficiently documented...)
:-)
So I guess I have to run with my workaround...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044165#4044165
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044165
Hi,
I got an idea from net and change the XSLT to achieve the web clipping.
As I told in my previous mail that I have donloaded PortletBridge from Portletswap website, but only .war file is there.They haven't provided the source code.
Can anybody provide me link from where I can download the source code for the same???
Actually problem with that Portletbridge is,it opens URL HTML page on some fixed size iFrame window and I need to change the size of window as per my requirement.
It would be really great if anybody can provide me link from where I can download the source code for the same.
Thanks in advance!!!
Ritesh Gupta.
India.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044164#4044164
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044164