OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | exoplatform List | November 2007 Index

<--  Date Index  --> <--  Thread Index  -->

Re: [exoplatform] documentation on webos anywhere ?


Hmm.. That's bad.

Try to update all sources to the head revision. Build all and deploy.
Make sure that necessary jar (exo.pc.util-bridge-2.0.jar) have been
deployed to lib directory of your application server.
Do you Tomcat use?
Then, if any exception will appear send the full stack trace to me.

Regards,
Alexey.

On Nov 23, 2007 6:20 PM, Max Carpentier <max315462@xxxxxxxxx> wrote:
> Thanxs Alexey, unfortunately it still doesn't work...the portlet can't even
> be deployed :
>
> java.lang.Exception: Cannot find a satisfying constructor for class
> org.exoplatform.services.portletcontainer.plugins.pc.PortletApplicationProxy
> with parameter class
> org.exoplatform.services.portletcontainer.plugins.pc.PortletApplicationsHolder
>         at
> org.exoplatform.container.ExoContainer.createComponent(ExoContainer.java:133)
>         at
> org.exoplatform.container.jmx.MX4JComponentAdapter.getComponentInstance
> (MX4JComponentAdapter.java:62)
>
> i'll try to rebuild sources from scratch to get the latest jars...
>
> 2007/11/22, Alexey Zavizionov < alexey.zavizionov@xxxxxxxxx>:
>
> > Нi,
> > I have just noticed that the howto by that link refer to the old jar
> > and path at all of old project structure.
> > Therefore, you have exc NoClassDefFoundError looking for
> >
> org/exoplatform/services/portletcontainer/impl/portletAPIImp/PortletContextImpl.
> > The package name in new structure for this class is
> > org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp
> >
> > So, for now I have created util-bridge within
> > portlet-container/branches/2.0/applications, try to use this one.
> >
> > Look at modified "Portals bridges" wiki page at:
> > http://wiki.exoplatform.com/xwiki/bin/view/PC/Portals+bridges
> >
> > Regards,
> > Alexey
> >
> > On Nov 21, 2007 4:41 PM, Max Carpentier < max315462@xxxxxxxxx> wrote:
> > > Hi,
> > > I'm trying to test the SampleBridgeStrutsPortlet found in this link :
> > > http://wiki.exoplatform.com/xwiki/bin/view/PC/Portals+bridges but
> > > unfortunately it won't render...it can't find PortletContextImpl which
> seems
> > > to only be found in PC...
> > > has someone already tried this example in exo webos ? or maybe i'm doing
> > > something wrong ?
> > > Regards,
> > > Max
> > >
> > > stack trace :
> > > 2007/11/21 15:31:14:625 CET [ERROR] portletcontainer - exception
> returned by
> > > processAction() or render() methods <java.lang.NoClassDefFoundE
> > > rror:
> > >
> org/exoplatform/services/portletcontainer/impl/portletAPIImp/PortletContextImpl>
> > > java.lang.NoClassDefFoundError: org/exoplatform/servic
> > > es/portletcontainer/impl/portletAPIImp/PortletContextImpl
> > >         at
> > >
> org.exoplatform.ServletContextProviderImpl.getServletContext(ServletContextProviderImpl.java
> > > :21)
> > >         at
> > > org.apache.portals.bridges.struts.StrutsPortlet.getServletContext
> (StrutsPortlet.java:211)
> > >         at
> > >
> org.apache.portals.bridges.struts.StrutsPortlet.processRequest(StrutsPortlet.java:313)
> > >         at
> > > org.apache.portals.bridges.struts.StrutsPortlet.doView(
> StrutsPortlet.java:301)
> > >
> > >
> > >
> > >
> > > 2007/11/20, Max Carpentier <max315462@xxxxxxxxx>:
> > >
> > > > Hi,
> > > > Thanxs for your answers, gonna have a look at these links, it looks
> > > helpful !
> > > >
> > > > Regards,
> > > > Max
> > > >
> > > >
> > > > 2007/11/20, Alexey Zavizionov < alexey.zavizionov@xxxxxxxxx >:
> > > >
> > > > > Hello, Maxime
> > > > >
> > > > > We have already been tested our portlet-container with this
> framework.
> > > > > Look at
> http://wiki.exoplatform.com/xwiki/bin/view/PC/Portals+bridges
> > > > > item "STRUTS - sbridgestrutsportlet".
> > > > >
> > > > > Regards,
> > > > > Alexey
> > > > >
> > > > > On Nov 20, 2007 1:10 PM, LAMARQUE Patrice GC EUR
> > > > > <patrice.lamarque@xxxxxxxxxxxxx> wrote:
> > > > > > Maxime,
> > > > > >
> > > > > > You won't be able to run a plain webapp in a portal. instead will
> need
> > > > > > to build a portlet ontop of your app in order to have it runnning
> in
> > > the
> > > > > > portal.
> > > > > > eXo uses the term 'application' to name portlets + widgets, not
> > > webapps...
> > > > > >
> > > > > > To convert your struts app into a portlet you may want to have a
> look
> > > to
> > > > > > :
> > > > > >
> > >
> http://portals.apache.org/bridges/multiproject/portals-bridges-struts/index.html
> > > > > >
> > > > > >
> > > > > > regards,
> > > > > >
> > > > > > --
> > > > > > Patrice
> > > > > >
> > > > > >
> > > > > > Max Carpentier a écrit :
> > > > > > > Hi jérémi
> > > > > > > No, my webapp is just a classical jsp webapp, built with struts
> and
> > > > > > > tiles...
> > > > > > > I'm quite new to the portal concept..that's why i asked for some
> doc
> > > ;)
> > > > > > > Where and what should i begin with ?
> > > > > > >
> > > > > > > 2007/11/20, jeremi joslin <jeremi23@xxxxxxxxx
> > > > > > > <mailto: jeremi23@xxxxxxxxx>>:
> > > > > > >
> > > > > > >     Hi,
> > > > > > >     Is your application a Portlet (JSR 168 or 286)?
> > > > > > >     Have you reloaded the list of portlet using the Portlet
> > > registry?
> > > > > > >
> > > > > > >     Regards,
> > > > > > >     Jérémi
> > > > > > >
> > > > > > >     On Nov 20, 2007 5:35 PM, Max Carpentier <
> max315462@xxxxxxxxx
> > > > > > >     <mailto: max315462@xxxxxxxxx >> wrote:
> > > > > > >     > Hi,
> > > > > > >     > I've installed the new exo webos, it sounds cool but i
> can't
> > > > > > >     find any
> > > > > > >     > documentation on it...
> > > > > > >     > i'd like to import my webapp as an application to the
> desktop,
> > > > > > >     i've tried to
> > > > > > >     > add in my web.xml the few lines i've read in portlet
> > > container's
> > > > > > >     doc but it
> > > > > > >     > won't work...
> > > > > > >     > the link :
> > > > > > >     >
> > > > > > >
> > >
> http://wiki.exoplatform.com/xwiki/bin/view/Portal/Make+a+Portlet+appear+in+the+desktop+layout
> > > > > > >     >  is empty too :(
> > > > > > >     >
> > > > > > >     > is there any doc written on how to add your own
> application in
> > > > > > >     the webos ?
> > > > > > >     > Thanxs in advance,
> > > > > > >     >
> > > > > > >     > Maxime
> > > > > > >     >
> > > > > > >     >
> > > > > > >     > --
> > > > > > >     > You receive this message as a subscriber of the
> > > > > > >     exoplatform@xxxxxxx <mailto: exoplatform@xxxxxxx> mailing
> > > > > >
> > > > > > >     > list.
> > > > > > >     > To unsubscribe: mailto: exoplatform-unsubscribe@xxxxxxx
> > > > > > >     <mailto: exoplatform-unsubscribe@xxxxxxx>
> > > > > > >     > For general help: mailto: sympa@xxxxxxx
> > > > > > >     <mailto: sympa@xxxxxxx>?subject=help
> > > > > > >     > OW2 mailing lists service home page:
> http://www.ow2.org/wws
> > > > > > >     >
> > > > > > >     >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > You receive this message as a subscriber of the
> exoplatform@xxxxxxx
> > > mailing list.
> > > > > > To unsubscribe: mailto:exoplatform-unsubscribe@xxxxxxx
> > > > > > For general help: mailto: sympa@xxxxxxx ?subject=help
> > > > > > OW2 mailing lists service home page: http://www.ow2.org/wws
> > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
>
>


<--  Date Index  --> <--  Thread Index  -->

Reply via email to:

Powered by MHonArc.

Copyright © 2006-2007, OW2 Consortium | contact | webmaster.