Hi,
I try to migrate from JBoss Portal 2.2.1 to 2.6 and have a problem creating a portlet instance. I reference to the portlet in portelt-instances.xml : <portlet-ref> portletapp.myportlet</portlet-ref>. The portlet is a part of a web application called portletapp. The deployment descriptor portlet-instances.xml is a part of other web application called deplapp. I get following error message while deploying the web application containing the deployment descriptor: ?Failed to create instance myportletInstance of portlet deplapp.portletapp.myportlet because portlet deplapp.portletapp.myportlet is not available?. How can I create an instance of a portlet that deployed in the other web application?
Thanks for help!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091444#4091444
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091444
I can't seem to get form Reset button working, to empty out text typed in search fields. It does nothing when clicked. I use default Seam mechanism to perform search, ie EntityList...EntityHome...
Do I must have a backing bean action method to somehow make it work?
| <div class="actionButtons">
| <h:commandButton id="search" value="Search" action="/OrganisationUserList.xhtml"/>
| <h:commandButton value="Reset" type="reset"/>
| <s:button view="/OrganisationUserEdit.xhtml" id="create" value="Create User">
| <f:param name="organisationUserId"/>
| </s:button>
| </div>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091438#4091438
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091438
Hello,
I am trying to deply my application ear in the Jboss 4.0.3Sp1 application server and while deploying in the logger i am getting error like...
15:07:49,548 INFO [[/Collections]] Marking servlet CollectionsCommonGatewayServlet as unavailable
15:07:49,548 ERROR [[/Collections]] Servlet /Collections threw load() exception
java.lang.NoClassDefFoundError: java/io/OutputStreamWriter
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
I've neglected the complete logger and CollectionsCommonGatewayServlet is my main servlet name.
Can Any body help me on this...
Regards,
Vishesh Ved
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091432#4091432
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091432