You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Pieter van der Meer <pi...@pieni.nl> on 2009/08/11 17:43:17 UTC

Wicket in portalt environment

Hi,
Is there anyone that has experience with running a Wicket portlet in
either pluto+tomcat/jetspeed/glassfish/. I don't seem to be able to get the
portlet running.
I can deploy and all (no errors on that department) but when accessing the
portlet all kind of errors. My basis for testing in the examples from
https://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.0/wicket-examples
.

The main goal is to get this running in the Portlet container from
Websphere, and no i'm not running Websphere portal.

Any responses are appriciated.

Regards,

Pieter

AW: Building current trunk falis

Posted by Stefan Lindner <li...@visionet.de>.
I did a complete new checkout. Now it works. Strange. Thanks Igor.

Stefan

-----Ursprüngliche Nachricht-----
Von: Igor Vaynberg [mailto:igor.vaynberg@gmail.com] 
Gesendet: Mittwoch, 12. August 2009 17:17
An: users@wicket.apache.org
Betreff: Re: Building current trunk falis

it should be looking for 1.4-SNAPSHOT not 1.4, at least that is the
version in pom of wicket in trunk.

-igor

On Wed, Aug 12, 2009 at 3:59 AM, Stefan Lindner<li...@visionet.de> wrote:
> Unable to find resource 'org.apache.wicket:wicket-parent:pom:1.4' in
> repository central (http://repo1.maven.org/maven2)
>
> What am I doing wrong?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Building current trunk falis

Posted by Igor Vaynberg <ig...@gmail.com>.
it should be looking for 1.4-SNAPSHOT not 1.4, at least that is the
version in pom of wicket in trunk.

-igor

On Wed, Aug 12, 2009 at 3:59 AM, Stefan Lindner<li...@visionet.de> wrote:
> Unable to find resource 'org.apache.wicket:wicket-parent:pom:1.4' in
> repository central (http://repo1.maven.org/maven2)
>
> What am I doing wrong?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Building current trunk falis

Posted by Stefan Lindner <li...@visionet.de>.
Unable to find resource 'org.apache.wicket:wicket-parent:pom:1.4' in
repository central (http://repo1.maven.org/maven2)

What am I doing wrong?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket in portalt environment

Posted by Serkan Camurcuoglu <Se...@telenity.com>.
You should add

<Context crossContext="true"/>

in the META-INF/context.xml file in your war file if it doesn't exist. 
Because AFAIK pluto/jetspeed tries to perform a cross-context dispatch 
(i.e. a request that's received by the /pluto context includes a url in 
your /application context). Also do not forget to add these lines below 
into the <filter-mapping> element of your wicket filter, because your 
application will not receive a direct GET request but it will receive an 
include request from the pluto context.

<dispatcher>REQUEST</dispatcher>
<dispatcher>INCLUDE</dispatcher>

hth,

SerkanC




Pieter@Nabble wrote:
> Vikek,
>
> I'm trying to get it all running on pluto 2.2.0. but to no avail. Get the
> error message: 
> "The requested resource (/wicket-examples/examples/menu) is not available"
>
> Seems that as soon as the filters start it breaks.
>
> While i'm at it, what method should i override from the WicketPortlet class.
>
> Pieter
>
>
> Vivek Kumar wrote:
>   
>> Hi
>>
>> In which portal server you are testing your wicket portlet ?
>> Try to test on jetspeed 2.2.0. Jetspeed 2.2.0 has lot of wicket portlet in
>> it.
>>
>> On Tue, Aug 11, 2009 at 9:13 PM, Pieter van der Meer
>> <pi...@pieni.nl>wrote:
>>
>>
>>     
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket in portalt environment

Posted by "Pieter@Nabble" <pi...@pieni.nl>.
Vikek,

I'm trying to get it all running on pluto 2.2.0. but to no avail. Get the
error message: 
"The requested resource (/wicket-examples/examples/menu) is not available"

Seems that as soon as the filters start it breaks.

While i'm at it, what method should i override from the WicketPortlet class.

Pieter


Vivek Kumar wrote:
> 
> Hi
> 
> In which portal server you are testing your wicket portlet ?
> Try to test on jetspeed 2.2.0. Jetspeed 2.2.0 has lot of wicket portlet in
> it.
> 
> On Tue, Aug 11, 2009 at 9:13 PM, Pieter van der Meer
> <pi...@pieni.nl>wrote:
> 
> 

-- 
View this message in context: http://www.nabble.com/Wicket-in-portalt-environment-tp24920187p24933979.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket in portalt environment

Posted by Vivek Kumar <fi...@gmail.com>.
Hi

In which portal server you are testing your wicket portlet ?
Try to test on jetspeed 2.2.0. Jetspeed 2.2.0 has lot of wicket portlet in
it.

On Tue, Aug 11, 2009 at 9:13 PM, Pieter van der Meer <pi...@pieni.nl>wrote:

> Hi,
> Is there anyone that has experience with running a Wicket portlet in
> either pluto+tomcat/jetspeed/glassfish/. I don't seem to be able to get the
> portlet running.
> I can deploy and all (no errors on that department) but when accessing the
> portlet all kind of errors. My basis for testing in the examples from
>
> https://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.0/wicket-examples
> .
>
> The main goal is to get this running in the Portlet container from
> Websphere, and no i'm not running Websphere portal.
>
> Any responses are appriciated.
>
> Regards,
>
> Pieter
>



-- 
Regards & thanks
Vivek Kumar

firevelocity@gmail.com