Re: Java Server Faces no JetSpeed 1

2005-03-04 Thread Hema Menon
I believe Jetspeed 1.6 with Fusion would support this.

Hema


On Fri, 4 Mar 2005 19:45:22 -0800 (PST), Ray Clark <[EMAIL PROTECTED]> wrote:
> I thought I read that JSF isn't supported util
> Jetspeed  2.
> 
> Ray
> 
> --- João Paulo Delgado Preti <[EMAIL PROTECTED]>
> wrote:
> 
> > Someone knows if Java Server Faces can be used in
> > Jetspeed 1.5?
> >
> > Thanks,
> >
> > João Paulo
> >
> >
> >
> >
> -
> > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> >
> >
> 
> __
> Celebrate Yahoo!'s 10th Birthday!
> Yahoo! Netrospective: 100 Moments of the Web
> http://birthday.yahoo.com/netrospective/
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 


~~
Hema Menon

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Java Server Faces no JetSpeed 1

2005-03-04 Thread Ray Clark
I thought I read that JSF isn't supported util
Jetspeed  2.

Ray

--- João Paulo Delgado Preti <[EMAIL PROTECTED]>
wrote:

> Someone knows if Java Server Faces can be used in
> Jetspeed 1.5?
> 
> Thanks,
> 
> João Paulo
> 
> 
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 





__ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Exception thrown when starting up Jetspeed 2

2005-03-04 Thread Ray Clark
What I did was download jetspeed-2.0-M1.zip.  I
unzipped it with WinZip into my Tomcat-5.0.28
directory.  I didn't change anything else, so I'm
using the default database that I thought came
configured.  Do I have to do something else in order
for jetspeed to init properly when Tomcat starts up?

Thanks,
Ray

--- Jouni Rajala <[EMAIL PROTECTED]>
wrote:

> Most likely you have no datasource configured
> correctly, your database
> is not running or your database is empty and does
> not contain neccessary
> 'base' information.
> 
> --
> Jouni Rajala
> 
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 





__ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Java Server Faces no JetSpeed 1

2005-03-04 Thread João Paulo Delgado Preti
Someone knows if Java Server Faces can be used in Jetspeed 1.5?

Thanks,

João Paulo



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Issue running JetSpeed on Tomcat 5.0 : J2 Main branch

2005-03-04 Thread Rajesh Jain
Yes, i had the M1 and M2 in the shared/lib
Sorry abt the false alarm!

Thanx
Rajesh

--- "Scott T. Weaver"
<[EMAIL PROTECTED]> wrote:

> I also pulled about 15 mins ago and everything is
> running for me on 
> 5.0.28 and 5.0.30.
> 
> Randy Watler wrote:
> 
> > Rajesh,
> >
> > I pulled a fresh copy of everything yesterday and
> did not have this 
> > problem. Is it possible that you have a mixture of
> an M1 binary 
> > install and a CVS pull?
> >
> > Randy
> >
> > Rajesh Jain wrote:
> >
> >> I got the cvs src from Main Branch, and seems
> >> there is a issue when I run JetSpeed-2 under
> >> Tomcat 5.x
> >> This i believe is a recent submission : the
> isEmpty
> >> method?
> >>
> >> I believe someone else had reported this error
> few
> >> days back -- is there new libraries (or library
> >> conflict)
> >> regards
> >>
> ---
> >>
> >>
> >> java.lang.NoSuchMethodError:
> >>
> org.apache.jetspeed.page.document.NodeSet.isEmpty()Z
> >> at
> >>
>
org.apache.jetspeed.page.impl.CastorXmlPageManager.filterDocumentSet(CastorXmlPageManager.java:1540)
> 
> >>
> >> at
> >>
>
org.apache.jetspeed.page.impl.CastorXmlPageManager.expandAndProfileDocumentSet(CastorXmlPageManager.java:700)
> 
> >>
> >> at
> >>
>
org.apache.jetspeed.page.impl.CastorXmlPageManager.computeProfiledPageContext(CastorXmlPageManager.java:359)
> 
> >>
> >> at
> >>
>
org.apache.jetspeed.profiler.impl.ProfilerValveImpl.invoke(ProfilerValveImpl.java:118)
> 
> >>
> >> at
> >>
>
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
> 
> >>
> >> at
> >>
>
org.apache.jetspeed.security.impl.PasswordCredentialValveImpl.invoke(PasswordCredentialValveImpl.java:139)
> 
> >>
> >> at
> >>
>
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
> 
> >>
> >> at
> >>
>
org.apache.jetspeed.security.impl.AbstractSecurityValve$1.run(AbstractSecurityValve.java:117)
> 
> >>
> >> at
> java.security.AccessController.doPrivileged(Native
> >> Method)
> >> at
> javax.security.auth.Subject.doAsPrivileged(Unknown
> >> Source)
> >> at
> >>
>
org.apache.jetspeed.security.impl.AbstractSecurityValve.invoke(AbstractSecurityValve.java:111)
> 
> >>
> >> at
> >>
>
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
> 
> >>
> >> at
> >>
>
org.apache.jetspeed.container.url.impl.PortalURLValveImpl.invoke(PortalURLValveImpl.java:55)
> 
> >>
> >> at
> >>
>
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
> 
> >>
> >> at
> >>
>
org.apache.jetspeed.capabilities.impl.CapabilityValveImpl.invoke(CapabilityValveImpl.java:127)
> 
> >>
> >> at
> >>
>
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
> 
> >>
> >> at
> >>
>
org.apache.jetspeed.localization.impl.LocalizationValveImpl.invoke(LocalizationValveImpl.java:122)
> 
> >>
> >> at
> >>
>
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
> 
> >>
> >> at
> >>
>
org.apache.jetspeed.pipeline.JetspeedPipeline.invoke(JetspeedPipeline.java:191)
> 
> >>
> >> at
> >>
>
org.apache.jetspeed.engine.AbstractEngine.service(AbstractEngine.java:257)
> 
> >>
> >> at 
> >>
>
org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:225)
> 
> >>
> >>
> >>
>
-
> >> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> >> For additional commands, e-mail:
> [EMAIL PROTECTED]
> >>
> >>
> >>
> >>  
> >>
> >
> >
> >
>
-
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> >
> >
> >
> 
> 
> -- 
> "Great minds discuss ideas. Average minds discuss
> events. Small minds discuss people."  - Admiral
> Hyman Rickover
> 
> ***
> *   Scott T. Weaver   *
> * <[EMAIL PROTECTED]> *
> * *
> * --  *
> *   Apache Jetspeed Enterprise Portal *
> * Apache Pluto Portlet Container  *
> * *
> * OpenEdit, Website Content Management*
> *    *
> ***
> 
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Issue running JetSpeed on Tomcat 5.0 : J2 Main branch

2005-03-04 Thread Bob Fleischman
Be sure to remove any jars you might have from Jetspeed 2 M1. Look in
shared/lib.

-Original Message-
From: Randy Watler [mailto:[EMAIL PROTECTED]
Sent: Friday, March 04, 2005 3:17 PM
To: Jetspeed Users List
Subject: Re: Issue running JetSpeed on Tomcat 5.0 : J2 Main branch


Rajesh,

I pulled a fresh copy of everything yesterday and did not have this
problem. Is it possible that you have a mixture of an M1 binary install
and a CVS pull?

Randy

Rajesh Jain wrote:

>I got the cvs src from Main Branch, and seems
>there is a issue when I run JetSpeed-2 under
>Tomcat 5.x
>This i believe is a recent submission : the isEmpty
>method?
>
>I believe someone else had reported this error few
>days back -- is there new libraries (or library
>conflict)
>
>regards
>---
>
>
>java.lang.NoSuchMethodError:
>org.apache.jetspeed.page.document.NodeSet.isEmpty()Z
>   at
>org.apache.jetspeed.page.impl.CastorXmlPageManager.filterDocumentSet(Castor
XmlPageManager.java:1540)
>   at
>org.apache.jetspeed.page.impl.CastorXmlPageManager.expandAndProfileDocument
Set(CastorXmlPageManager.java:700)
>   at
>org.apache.jetspeed.page.impl.CastorXmlPageManager.computeProfiledPageConte
xt(CastorXmlPageManager.java:359)
>   at
>org.apache.jetspeed.profiler.impl.ProfilerValveImpl.invoke(ProfilerValveImp
l.java:118)
>   at
>org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.j
ava:209)
>   at
>org.apache.jetspeed.security.impl.PasswordCredentialValveImpl.invoke(Passwo
rdCredentialValveImpl.java:139)
>   at
>org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.j
ava:209)
>   at
>org.apache.jetspeed.security.impl.AbstractSecurityValve$1.run(AbstractSecur
ityValve.java:117)
>   at java.security.AccessController.doPrivileged(Native
>Method)
>   at javax.security.auth.Subject.doAsPrivileged(Unknown
>Source)
>   at
>org.apache.jetspeed.security.impl.AbstractSecurityValve.invoke(AbstractSecu
rityValve.java:111)
>   at
>org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.j
ava:209)
>   at
>org.apache.jetspeed.container.url.impl.PortalURLValveImpl.invoke(PortalURLV
alveImpl.java:55)
>   at
>org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.j
ava:209)
>   at
>org.apache.jetspeed.capabilities.impl.CapabilityValveImpl.invoke(Capability
ValveImpl.java:127)
>   at
>org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.j
ava:209)
>   at
>org.apache.jetspeed.localization.impl.LocalizationValveImpl.invoke(Localiza
tionValveImpl.java:122)
>   at
>org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.j
ava:209)
>   at
>org.apache.jetspeed.pipeline.JetspeedPipeline.invoke(JetspeedPipeline.java:
191)
>   at
>org.apache.jetspeed.engine.AbstractEngine.service(AbstractEngine.java:257)
>   at
org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:225)
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Issue running JetSpeed on Tomcat 5.0 : J2 Main branch

2005-03-04 Thread Scott T. Weaver
I also pulled about 15 mins ago and everything is running for me on 
5.0.28 and 5.0.30.

Randy Watler wrote:
Rajesh,
I pulled a fresh copy of everything yesterday and did not have this 
problem. Is it possible that you have a mixture of an M1 binary 
install and a CVS pull?

Randy
Rajesh Jain wrote:
I got the cvs src from Main Branch, and seems
there is a issue when I run JetSpeed-2 under
Tomcat 5.x
This i believe is a recent submission : the isEmpty
method?
I believe someone else had reported this error few
days back -- is there new libraries (or library
conflict)
regards
---
java.lang.NoSuchMethodError:
org.apache.jetspeed.page.document.NodeSet.isEmpty()Z
at
org.apache.jetspeed.page.impl.CastorXmlPageManager.filterDocumentSet(CastorXmlPageManager.java:1540) 

at
org.apache.jetspeed.page.impl.CastorXmlPageManager.expandAndProfileDocumentSet(CastorXmlPageManager.java:700) 

at
org.apache.jetspeed.page.impl.CastorXmlPageManager.computeProfiledPageContext(CastorXmlPageManager.java:359) 

at
org.apache.jetspeed.profiler.impl.ProfilerValveImpl.invoke(ProfilerValveImpl.java:118) 

at
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209) 

at
org.apache.jetspeed.security.impl.PasswordCredentialValveImpl.invoke(PasswordCredentialValveImpl.java:139) 

at
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209) 

at
org.apache.jetspeed.security.impl.AbstractSecurityValve$1.run(AbstractSecurityValve.java:117) 

at java.security.AccessController.doPrivileged(Native
Method)
at javax.security.auth.Subject.doAsPrivileged(Unknown
Source)
at
org.apache.jetspeed.security.impl.AbstractSecurityValve.invoke(AbstractSecurityValve.java:111) 

at
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209) 

at
org.apache.jetspeed.container.url.impl.PortalURLValveImpl.invoke(PortalURLValveImpl.java:55) 

at
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209) 

at
org.apache.jetspeed.capabilities.impl.CapabilityValveImpl.invoke(CapabilityValveImpl.java:127) 

at
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209) 

at
org.apache.jetspeed.localization.impl.LocalizationValveImpl.invoke(LocalizationValveImpl.java:122) 

at
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209) 

at
org.apache.jetspeed.pipeline.JetspeedPipeline.invoke(JetspeedPipeline.java:191) 

at
org.apache.jetspeed.engine.AbstractEngine.service(AbstractEngine.java:257) 

at 
org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:225) 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
"Great minds discuss ideas. Average minds discuss events. Small minds discuss 
people."  - Admiral Hyman Rickover
***
*   Scott T. Weaver   *
* <[EMAIL PROTECTED]> *
* *
* --  *
*   Apache Jetspeed Enterprise Portal *
* Apache Pluto Portlet Container  *
* *
* OpenEdit, Website Content Management*
*    *
***
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Issue running JetSpeed on Tomcat 5.0 : J2 Main branch

2005-03-04 Thread Randy Watler
Rajesh,
I pulled a fresh copy of everything yesterday and did not have this 
problem. Is it possible that you have a mixture of an M1 binary install 
and a CVS pull?

Randy
Rajesh Jain wrote:
I got the cvs src from Main Branch, and seems
there is a issue when I run JetSpeed-2 under
Tomcat 5.x
This i believe is a recent submission : the isEmpty
method?
I believe someone else had reported this error few
days back -- is there new libraries (or library
conflict) 

regards
---
java.lang.NoSuchMethodError:
org.apache.jetspeed.page.document.NodeSet.isEmpty()Z
at
org.apache.jetspeed.page.impl.CastorXmlPageManager.filterDocumentSet(CastorXmlPageManager.java:1540)
at
org.apache.jetspeed.page.impl.CastorXmlPageManager.expandAndProfileDocumentSet(CastorXmlPageManager.java:700)
at
org.apache.jetspeed.page.impl.CastorXmlPageManager.computeProfiledPageContext(CastorXmlPageManager.java:359)
at
org.apache.jetspeed.profiler.impl.ProfilerValveImpl.invoke(ProfilerValveImpl.java:118)
at
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
at
org.apache.jetspeed.security.impl.PasswordCredentialValveImpl.invoke(PasswordCredentialValveImpl.java:139)
at
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
at
org.apache.jetspeed.security.impl.AbstractSecurityValve$1.run(AbstractSecurityValve.java:117)
at java.security.AccessController.doPrivileged(Native
Method)
at javax.security.auth.Subject.doAsPrivileged(Unknown
Source)
at
org.apache.jetspeed.security.impl.AbstractSecurityValve.invoke(AbstractSecurityValve.java:111)
at
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
at
org.apache.jetspeed.container.url.impl.PortalURLValveImpl.invoke(PortalURLValveImpl.java:55)
at
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
at
org.apache.jetspeed.capabilities.impl.CapabilityValveImpl.invoke(CapabilityValveImpl.java:127)
at
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
at
org.apache.jetspeed.localization.impl.LocalizationValveImpl.invoke(LocalizationValveImpl.java:122)
at
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
at
org.apache.jetspeed.pipeline.JetspeedPipeline.invoke(JetspeedPipeline.java:191)
at
org.apache.jetspeed.engine.AbstractEngine.service(AbstractEngine.java:257)
at 
org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:225)
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Issue running JetSpeed on Tomcat 5.0 : J2 Main branch

2005-03-04 Thread Rajesh Jain
I got the cvs src from Main Branch, and seems
there is a issue when I run JetSpeed-2 under
Tomcat 5.x
This i believe is a recent submission : the isEmpty
method?

I believe someone else had reported this error few
days back -- is there new libraries (or library
conflict) 

regards
---


java.lang.NoSuchMethodError:
org.apache.jetspeed.page.document.NodeSet.isEmpty()Z
at
org.apache.jetspeed.page.impl.CastorXmlPageManager.filterDocumentSet(CastorXmlPageManager.java:1540)
at
org.apache.jetspeed.page.impl.CastorXmlPageManager.expandAndProfileDocumentSet(CastorXmlPageManager.java:700)
at
org.apache.jetspeed.page.impl.CastorXmlPageManager.computeProfiledPageContext(CastorXmlPageManager.java:359)
at
org.apache.jetspeed.profiler.impl.ProfilerValveImpl.invoke(ProfilerValveImpl.java:118)
at
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
at
org.apache.jetspeed.security.impl.PasswordCredentialValveImpl.invoke(PasswordCredentialValveImpl.java:139)
at
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
at
org.apache.jetspeed.security.impl.AbstractSecurityValve$1.run(AbstractSecurityValve.java:117)
at java.security.AccessController.doPrivileged(Native
Method)
at javax.security.auth.Subject.doAsPrivileged(Unknown
Source)
at
org.apache.jetspeed.security.impl.AbstractSecurityValve.invoke(AbstractSecurityValve.java:111)
at
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
at
org.apache.jetspeed.container.url.impl.PortalURLValveImpl.invoke(PortalURLValveImpl.java:55)
at
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
at
org.apache.jetspeed.capabilities.impl.CapabilityValveImpl.invoke(CapabilityValveImpl.java:127)
at
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
at
org.apache.jetspeed.localization.impl.LocalizationValveImpl.invoke(LocalizationValveImpl.java:122)
at
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:209)
at
org.apache.jetspeed.pipeline.JetspeedPipeline.invoke(JetspeedPipeline.java:191)
at
org.apache.jetspeed.engine.AbstractEngine.service(AbstractEngine.java:257)
at 
org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:225)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: portal management

2005-03-04 Thread Litton, Tom - CEPM
The next logical question:  What is the timeframe for the M2 release seconds, 
hours, days, months, years, decades, millennia's?

Thanks,

Tom

-Original Message-
From: David Sean Taylor [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 03, 2005 9:05 PM
To: Jetspeed Users List
Subject: Re: portal management


Litton, Tom - CEPM wrote:
> Is there a plan to have a gui that can manage portals and page layouts per 
> user?  
>
yes of course
ive just started working on a portlet selecter
we plan to have a site manager portlet completed for M2

jetspeed 1.6 supports this today


> In other words, I want the ability to log into jetspeed as user X.  Remove 
> portal A, B, and C.  Add portal D.  Rearrange the portals on different pages, 
> folders, and columns, etc and have this only effect the layout for user X.
> 
> This is similar to how uPortal works. 
> 
> Also, are there plans to implement dynamic skinning?

Thats already possible, but only by editing the psml file
That feature should be covered in M2 also

-- 
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773-4646
[mobile] +01 707 529 9194

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: J2 - Removing maximize/minimize buttons from portlet title

2005-03-04 Thread Scott T. Weaver
Hi Shah,
You may want to look at creating custom portlet decorators to accomplish 
this.  For examples look under 
/portal/src/webapp/WEB-INF/decortations/portlet/html.

Shah Amit wrote:
How can I remove the maximize and minimize buttons from the portlet 
title bar?? I know I can control the permission for edit and view the 
portlet. But is there a way to remove the maximize and minimize 
buttons also ??

Also, is there a way to get rid of the entire title bar, or we have to 
write a custom decorator for that? I roughly know the code for 
decorator and I have seen that there is no if loop checking for 
anything before the title bar so I guess we need a custom decorator to 
remove the title bar completely ??

Thanks,
Amit

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
"Great minds discuss ideas. Average minds discuss events. Small minds discuss 
people."  - Admiral Hyman Rickover
***
*   Scott T. Weaver   *
* <[EMAIL PROTECTED]> *
* *
* --  *
*   Apache Jetspeed Enterprise Portal *
* Apache Pluto Portlet Container  *
* *
* OpenEdit, Website Content Management*
*    *
***
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


need help: session attributes in struts-portlet are null (not there)

2005-03-04 Thread Thomas . Koch
hi, i am still a newbie!

i have a question. i have some trouble with the documention and 
understanding.

i made a struts-portlet with the struts-bridge.

in portlet-mode(in j2) my session-attributes are still empty or not 
aviable
when i change to next site.

example.
in one struts action i do this:
request.getSession().setAttribute(BcnConstants.SELECTED_BOCHECK, boCheck);

in the other the attribute is not in session - so i get null.


now i tried it with a struts-portlet-config.xml, but it have no effect.
(have i register this xml-file ?)







  
 


can anyone bring me on the correct way ?


thank u !

have a nice weekend

tkoch


[JS1.6/Fusion] Database tables for Fusion

2005-03-04 Thread Hema Menon
Is there any way to know what database tables are required for JS1.6
with Fusion? Since I always install JS2 and then JS1.6, I am not sure
what all tables are required for JS1.6. I would assume all the tables
required for 1.5 with additional tables related to the JS2 dependency
in Fusion. Can someone help to identify these additional tables?

Thanks,
Hema 


~~
Hema Menon

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[JS1.6 W/fusion]Getting the user information in Struts portlet

2005-03-04 Thread Hema Menon
We have a struts portlet running under Jetspeed 1.6 with Fusion.
Currently we have a servlet filter that adds dummy user information to
the session. How can I get the user information from Jetspeed so that
I can replace the dummy information with the user info? I also need to
get the user role information too.

With our 1.5 applications, we used to get the user info from the
Rundata. I could find an object of "DefaultJetspeedRundata" instance
from the request rundata attribute. However I could not cast it to
DefaultJetspeedRundata, because it thru classcastexception. Its very
likely, that it cannot find the jetspeed rundata classes.

For JS1.6 with fusion, I have been following the Wiki instructions. I
would first build and install JS2 and then build and install JS1.6 .

Any inputs very much appreciated.

Thanks,
Hema
 


~~
Hema Menon

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: tiles not work; struts --> struts-bridge

2005-03-04 Thread Thomas . Koch
time for weekend.
my mistake.

sry
and 
best regards

thomas koch

tiles not work; struts --> struts-bridge

2005-03-04 Thread Thomas . Koch
hi !
i have a problem with my tiles.
the applications starts correctly.
but the pagetr is build by tiles and i nothing.

can someone control my eintries ?
the applikations worked fine before start to modify into portlet...

struts-config:
   
   

   
  
  
  
   

web.xml

  
/tags/struts-html
 /WEB-INF/struts-1.2.4-portlet-html.tld
  

tiles-defs.xml


http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd";>




  

 


  







jsp:

<%@ page language="java"%>
<%@ taglib uri="/tags/struts-tiles" prefix="tiles"%>



 




used jars:


thank you very much

best regards

thomas koch



Re: Jetspeed-2: Drop support for Tomcat 4...? Please comment/vote!

2005-03-04 Thread Ate Douma

Roger Ruttimann wrote:
+1 to drop Tomcat 4 if we fix 5.5 at the same time.
Tomcat 5.5.8 already works without a hitch if you check out branch 
deployment-refactoring!
You only have to set org.apache.jetspeed.catalina.version.major = 5.5
(and point org.apache.jetspeed.server.home to a Tomcat 5.5.8 installation of 
course).
Check it out to see for yourself.
You can find further info about this branch at 
http://issues.apache.org/jira/browse/JS2-210
I'd like to call a vote somewhere next week for merging those changes back into
the HEAD branch. We will try to do a M2 release end of this month and I 
definitely would
like to see this be part of it.
But, I haven't had much reactions yet so if you or anyone else might have an 
hour or so
for testing, please do!
Regards, Ate
Randy Watler wrote:
Ate/All,
Yes, 4.1 is certainly painful when it comes to deployment. I can 
verify most of what Ate has outlined here.

+1 to drop 4.1.
Ate, are you also working on getting 5.5 functional? I suppose it 
would be good to do that before/while we deprecate 4.1 support.

Randy
Ate Douma wrote:
Something I forgot to add:
I will try to upload a preliminary patch for
http://issues.apache.org/jira/browse/JS2-210 tomorrow which for testing
purposes only and which of course will only work with Tomcat 5.0.28 
(or higher).

Regards, Ate
Ate Douma wrote:
Dear developer team and users,
I've been working the last two weeks (off and on) on a new and much 
simplified deployment implementation
for Jetspeed-2 which builds mainly on official Servlet specification 
(2.3) features.
See JIRA: http://issues.apache.org/jira/browse/JS2-210

I expect that with this solution, deployment for Application servers 
other than Tomcat will become much easier
to implement and support.

I've got this working already beautifully on Tomcat 5 (5.0.28) and 
with a few nice side-effects too:
- the Jetspeed-2 context isn't fixed at /jetspeed any more
- multiple layout portlet applications can be deployed/used at the 
same time
  for both see:
http://issues.apache.org/jira/browse/JS2-182
http://issues.apache.org/jira/browse/JS2-172
- no more temporarily expanded wars in the java.io.tmpdir to 
workaround classloading issues
- much quicker startup

To be honest, my refactoring isn't finished yet and some features 
currently available will have to be
reimplemented (differently) like undeployment.

But
I can't get the redeployment working flawlessly under Tomcat 4.1 
(tested with 4.1.30 and 4.1.31).
Tomcat 4 won't always release certain jars in deployed applications 
when doing an undeployment or redeployment while this
is no problem with Tomcat 5.0.
Furthermore, auto redeployment of war files isn't available at all 
in Tomcat 4: you need to use the TomcatManager
to remove an existing application first (which sometimes fails) 
before a new application can tried to be deployed
again.

And then, There are other serious problems with Tomcat 4 too like no 
separate sessions for the portal and portlet applications
(which is a *serious* security breach and the foremost reason I 
myself won't use Tomcat 4 for Portals anymore).

The Pluto Team won't even use Tomcat 5.0 anymore and require Tomcat 
5.5.7 or higher because Tomcat 5.0 also has a session bug
in which a Portlet Application and its Web application don't share 
the same session when invoked independently
(as they should according to the portlet specification).

Both the development of Tomcat 4 and Tomcat 5.0 has largely come to 
an end, except for really nasty bugs, but the onces I
described above aren't regarded as such by the Tomcat team :-(

Al in all, to me the question right now is: do we really, really 
need to keep supporting Tomcat 4.
For my deployment refactorings it poses a problem I don't have time 
left to further investigate (nor do I have any hope it
*can* be resolved). As long as we need to support Tomcat 4, I can't 
commit my changes...

I'd like to hear from both team members and users who absolutely 
require Tomcat 4 support for Jetspeed-2 and why.
And, if there are no big objections, I'd like to vote on dropping 
Tomcat 4 support!

Please comment,
Ate

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]