I've deployed successfully pluto (1.1.0, 1.1.1, 1.1.2) in weblogic 9.2.

That's what I needed to do, not sure it's the only or/and the best solution.

To do so, I had to give weblogic access to the jar, as you do it with Tomcat. 
For me it was in the default folder : 
"bea\weblogic92\samples\domains\wl_server\lib". To be sure, you have a 
readme.txt in this fodler wich explains you that it's the right folder.
So put in this folder "castor-1.0.jar", "pluto-container-1.1.2-iris.jar", 
"pluto-descriptor-api.jar", "pluto-descriptor-impl-1.1.2.jar", 
"pluto-taglib-1.1.2.jar" and "portlet-api-1.0.jar". I also needed to put 
"commons-logging-api.jar".
It's not a good idea to have the jars in the war.

As you can see I have my own version of pluto-container. I needed to modify 
some classes in pluto, for weblogic :

In the class RenderResponseImpl (org.apache.pluto.internal.impl) :
public void setBufferSize(int size) {
    this.getHttpServletResponse().setBufferSize(size);
}

You can wait to have this exception before modifying pluto and let me know if 
there's another way to solve the problem : IllegalStateException with the 
message                 "portlet container does not support buffering", line 
178 of RenderResponseImpl;

With maven, you can recompile pluto easily.

Regards


-----Message d'origine-----
De : qba [mailto:[EMAIL PROTECTED]
Envoyé : mardi 3 avril 2007 21:31
À : [email protected]
Objet : Re: Pluto and weblogic



Hi.
Thanks for answer - I need to solve it desprarately.

The properties are the same! (and located in war/web-inf/classes)

I deploy 1.1.2 version form binary dowlnoads, but the castor properties are as 
You specified.

The only things (probably stupid) that I can think about:
- I deployed shared libraries needed by pluto (including castor) inside war 
(not directly on WLS)
- I previously deployed and undeployd ather solutions like jetspeed (perheps 
spme mess?)

But these are soft things: strange is that simple properties (like version ) 
are loaded but the nested collection is not.

What test shall I do to narrow the problem?

regards
Q




David H. DeWolf wrote:
>
> I've got it working with wl 8.1, so 9.2 shouldn't be a problem.  Make
> sure your castor.properties is identical to the one in pluto svn trunk:
>
> org.exolab.castor.parser.validation=false
> org.exolab.castor.parser.namespaces=true
> org.exolab.castor.indent=true
> org.exolab.castor.debug=false
>
> qba wrote:
>> Hi,
>>
>> I'm trying to deploy pluto on weblogic 9.2 with no luck - I debugged
>> that during mapping portal.xml with Castor it does not fetch
>> collection of PortletDD elements. On tomcat it works - so I am
>> confuded.
>>
>> Any ideas?
>>
>> Thaks
>> Q
>
>

--
View this message in context: 
http://www.nabble.com/Pluto-and-weblogic-tf3520072.html#a9824532
Sent from the Pluto - User mailing list archive at Nabble.com.


********************************************************************
Ce message et toutes les pièces jointes sont confidentiels et établis à 
l'intention exclusive de ses destinataires.
Il ne constitue pas un document officiel. En vertu du Code Général des 
Collectivités Territoriales,
seuls le Maire et les adjoints au Maire, secrétaire général et secrétaires 
généraux adjoints ayant reçu
une délégation de signature, ont compétence pour engager la Ville de Bordeaux 
chacun dans les domaines qui les concernent.
Toute utilisation ou diffusion non autorisée est interdite. Tout message 
électronique est susceptible d'altération.
La Ville de Bordeaux décline toute responsabilité au titre de ce message s'il a 
été altéré, déformé, falsifié.
********************************************************************

Reply via email to