On Jun 22, 2004, at 2:40 PM, Nicholls, Ian wrote:
Hi,
I am looking at developing a series of JSR 168 compliant portlets and
wanted to use the Jetspeed 2 code as a base to work from, I have a
number of databases setup using Postgresql and do not want to run yet
another database so I started to cha
On Jun 17, 2004, at 4:33 PM, Bob Fleischman wrote:
I am trying to build Jetspeed 2 from source using the steps in
http://portals.apache.org/jetspeed-2/getting-started.html on a Window
XP PC.
However it seems that the instructions differ slightly from the current
files. For example, they point at
On Jun 16, 2004, at 3:07 AM, Stijn de Witt wrote:
Hi,
I have asked a few questions on the User List about role based PSML. I
still
only half understand how it works, but I'm getting there... :)
Recently I checked out jetspeed-1.6-dev from the CVS and I noticed that
changes had been/are being made
On Jun 15, 2004, at 8:37 AM, Assia Aouat wrote:
Hi
How can I get the group name of the user log in to my portlet?
Not sure what you mean by "user log"
But if you are trying to get the groups that a user is a member of, try
Iterator groups = JetspeedSecurity.getGroups(username);
--
On Jun 14, 2004, at 8:08 PM, Bob Fleischman wrote:
Also, can I run and debug one suite of tests?
maven
-Dtest.case=org.apache.jetspeed.services.security.TestRoleManagement
test:single
or you can define the test case as a property then run
maven test:single
-Original Message-
From: Bob Fl
On Jun 8, 2004, at 3:44 PM, Michael Muller wrote:
Hi Jetspeed Veterans,
I'm looking at the tutorial's portltets: the CoffeeBrowser portlet.
But once deployed the portlet is empty...
There was an error because in t9-portlets.xreg references the class
portlets.CoffeesBrowserAction which dosn't exis
On Jun 9, 2004, at 12:30 PM, Al. Oupraxay wrote:
I still get an error message...
Any help would be greatly appreciated.
Thanks in advance,
Aloundeth,
2004-06-09 12:21:38 StandardContext[/jetspeed]StandardWrapper.Throwable
java.lang.NoSuchMethodError:
org.apache.torque.om.BaseObject.setPrimaryKey(I)
On Jun 8, 2004, at 12:04 PM, Al. Oupraxay wrote:
Hi,
How do you make jetspeed 1.5+ scheduledjob works?
Do you need to create ID_TABLE and TURBINE_SCHEDULED_JOB om classes?
You don't have to setup the jobs in the database.
Try the TurbineNonPersistentScheduler which runs off job configuration
in th
On Jun 8, 2004, at 2:00 PM, Jeff Marin wrote:
Does anybody know where to find a tutorial for building portlets in
jetspeed2?
There isn't a tutorial available for J2 yet
Here is a good article on general Portlet API development:
http://www.javaworld.com/javaworld/jw-08-2003/jw-0801-portlet.html
On Jun 5, 2004, at 2:07 PM, Stijn de Witt wrote:
role
|-- admin
| \-- html
| \-- default.psml
|-- guest
| \-- html
| \-- default.psml
|-- manager
| \-- html
| \-- default.psml
\-- user
\-- html
\-- default.psml
It keeps looking
On Jun 5, 2004, at 10:51 AM, Stijn de Witt wrote:
Can anyone point me to information on the algorith that determines
which
.psml file jetspeed uses? Is it possible to completely remove the user
dir
from webapp/WEB-INF/psml? I would like to have only the directory
'role'
with subdirs 'guest', 'us
On Jun 5, 2004, at 4:13 AM, Stijn de Witt wrote:
Looking at the SQL in turbine-mysql.sql, it seems to be for the wrong
database type. Maybe a mixup? It looks like this (just the first two
tables):
patch applied to CVS head, try again and let us know if that works for
you
-
On Jun 5, 2004, at 4:13 AM, Stijn de Witt wrote:
Looking at the SQL in turbine-mysql.sql, it seems to be for the wrong
database type. Maybe a mixup? It looks like this (just the first two
tables):
It appears that the patch to add the EMAIL table broke this script
That was my mistake, I didn't revie
On Jun 4, 2004, at 2:41 AM, Fabrice Mercier wrote:
Hi everybody !
Is it possible to adapt jetspeed (1.5) screens to the connected device
(pda, pc, smartphone,...) without having to create a new media type
for each client ?
Your portlets, and the portal, need to generate the correct markup. If
y
o amounts to
the same as above
Finally,
Take a look at PortletSessionState.getAttributeWithFallback which
attempts to find an attribute in the following:
- request param
- session attribute (from session per instance)
- instance attribute (psml 'instance')
- config param (registr
On Jun 1, 2004, at 6:32 AM, Sprang, Henning (Firma CS) wrote:
Hy,
I am working on a search engine for a jetspeed 1.5 Portal.
We have different types of content being displayed by different kinds
of custom
Portlets we wrote, that are indexed by a search engine
we wrote for this task. The basic sear
On Jun 1, 2004, at 8:16 AM, [EMAIL PROTECTED] wrote:
I am writing an XSL document to transform an existing XML document to
XHTML, but I cannot find a way to specify a different "view" when the
portlet is maximized. For example, in normal mode, I only want the
portlet to show summary information.
On Jun 1, 2004, at 5:06 AM, Vladimir Figurov wrote:
WEB-INF/test - what is it?
Unit test data. IMO those files should not be a part of the deployment.
Please log a bug, and we will get around to removing it from the
deployment.
Or better yet send a patch
--
On Jun 1, 2004, at 2:28 AM, Vladimir Figurov wrote:
How To insert predefined roles (myRole) in jetspeed1.5-src, what they
would be then in result deployment war?
In \src\sql\external\populate-* ???
- But I not find populate-* for hypersonic DB ;(
With Hypersonic the database script is actually th
On May 31, 2004, at 6:05 PM, Bob Fleischman wrote:
I have maven 1.0rc3 and gotten the latest source code of Jetspeed
1.6dev
from the CVS head.
When I run maven war it stops at
[junit] INFO - loading component: name=fulcrum
class=org.apache.fulcrum.Fulc
rum config=webapp\WEB-INF\conf\Fulcrum.p
ll by late response, Im a bit swamped this week.
I can try to get to implementing JS1-480 by next week
Bob
-Original Message-
From: David Sean Taylor [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 26, 2004 12:58 AM
To: Jetspeed Users List
Subject: Re: What is the default Group Profile?
On
your requirements, or is the current
implementation fine?
-Original Message-
From: David Sean Taylor [mailto:[EMAIL PROTECTED]
Sent: Monday, May 24, 2004 12:12 PM
To: Jetspeed Users List
Subject: Re: What is the default Group Profile?
On May 21, 2004, at 2:48 PM, Bob Fleischman wrote:
And
On May 21, 2004, at 2:48 PM, Bob Fleischman wrote:
And where is it created?
I am familiar with services.Profiler.newuser.template for new users,
but I
did not see anything similar for groups.
I would like to intercept the process and customize the Profile/PSML
that is
created for each group so
On May 17, 2004, at 1:17 PM, Anthony Smith wrote:
I tried that but I think the problem is in my session validator.
This little bugger right here.
data.getUser().setTemp("locale", locale);
I had it where it never got set but then my pageloader blew up. I guess
because every page looks for a locale?
On May 17, 2004, at 12:58 PM, Anthony Smith wrote:
Has anyone found a way or implementing the portal in such a way where
you do
not have to worry baout the naonymous user? I can put some stuff in
the code
to fake an anonymous users, but in actuality I di not even want to
fake it.
I defintely do
On May 14, 2004, at 4:51 PM, Frédéric FACHINETTI wrote:
Hello,
I plan to migrate from jetspeed 1.4 to 1.5, and I'm trying to
evaluate the time it will take me to do so.
I would like some advice before proceeding as I've seen many jetspeed
1.5 issues lately.
1/ Is it worth migrating from 1.4 to 1.5
today.
Sorry, been very busy lately
--
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: [
On May 11, 2004, at 2:08 PM, Anthony Smith wrote:
I ran the command maven clean in order to get rid of my om source so
that I
could modify the security-schema and have my classes generated.
Unfortnately, I do nto know how to re-generate them.
These commands do not seem to recreate the source:
ma
On May 5, 2004, at 4:45 AM, [EMAIL PROTECTED] wrote:
Hi,
it is possible to use the localisation ( l10n ) for the names of the
panes
and/or the portlettitles ?
I think this one was answered before, search the archives, but again,
yes, change the controller layouts
Jetspeed does not fully support
On May 5, 2004, at 5:14 AM, Gregory Joseph wrote:
I can't seem to make any sense of these forwards, so if someone feels
like
helping or giving examples. (reminder of my context: i need to create
html
links between portlets, and keep the "tabs" (tabbed panes) in their
right
state)
Forwards are
On May 5, 2004, at 6:51 AM, [EMAIL PROTECTED] wrote:
Hi.
In spite of having a recently support in the subject, I'm still not
really
clear about where is the frontier between Turbine user management, and
a
particular User Management implementation. Exactly, what I want to do,
is
to implement
On May 4, 2004, at 4:01 PM, [EMAIL PROTECTED] wrote:
Hi,
The performance of the portal that we have developed using Jetspeed is
not acceptable to our users. I have noticed that the more roles a user
have, the slower the performance of the application. We are
using the menu pane for each tab
On May 4, 2004, at 7:22 AM, Stefan Rennick Egglestone wrote:
Can anyone point me in the direction of some example portlets /
documentation describing how to create links when using a JSP portlet?
There's nothing in the tutorial, and I've tried searchijng the mailing
list and not found anythin
On May 4, 2004, at 3:38 AM, Stefan Rennick Egglestone wrote:
I'm having a similar problem.
I've tried adding a new user using the admin servlet, and no error
messages are given, but the user isn't added.
Am using mySQL 5/ Tomcat 5.
I've seen previous emails on the mailing list which indicate t
On May 4, 2004, at 2:29 AM, Guillaume Lasnier wrote:
It seems like the error is due to custom localization settings in the
TurbineResources.properties.merge. When I removed the property
locale.default.bundles it worked but I loose the capablity of
customizing messages and labels. I have copi
On May 3, 2004, at 10:10 PM, Cyrille GACHOT wrote:
On Mon, 2004-05-03 at 18:20, David Sean Taylor wrote:
On May 2, 2004, at 10:41 PM, Cyrille GACHOT wrote:
Hi,
If you don't specify a psml file for a user and
services.Profiler.rolefallbask is set to 'true' in the porperty file,
On May 3, 2004, at 11:23 AM, Carlos Yaconi Hitschfeld wrote:
object model classes.
Also, you can level your implementation, meaning that you can
implement
the User interfaces, but leave the default Group and Role
implementations.
Thank you very much... and the last (I hope) question, Does all the
On May 3, 2004, at 10:28 AM, Carlos Yaconi Hitschfeld wrote:
Of course I read it!!
Sorry, no need to yell at the support guy ;-) Im just trying to help
But I'm getting a little confused with that article because it says:
"... However Jetspeed is no longer coupled to the Turbine Security
service
On May 3, 2004, at 10:03 AM, Carlos Yaconi Hitschfeld wrote:
Hi!
I'm implementing a portal that need to use the existent human
resources DB (highly populated) to get the users and "maybe" the roles
(this last thing depends on the information stored, because they don't
want to re-write the user
ource file:
JetspeedLocalization_ru.properties
--
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 comman
ce, I want your answers.
See JetspeedRunData interface. From vm:
$data.getMode()
$data.Mode
--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773-4646
[mobile] +01 707 529 9194
-
To unsubscribe, e-mail:
request.
Is there another way to retrieve JetspeedUser ? Thanks in
advance for any possible help.
If you want to get the current logged on user, go to the session.
--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773-
user psml file will
not be modified?
There is also the role merge feature. It makes a copy of the role PSML
into the user's PSML as soon as the user is created.
--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773-4646
[mobi
he source.
I will update the documentation to require the steps above; unless
someone disagrees with these requirements
--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773-4646
[mobile] +01 707 529 9194
---
On Apr 23, 2004, at 11:44 PM, Mark Divitt wrote:
Hi Folks,
Is there a property that controls executing the
junit tests?
maven -Dmaven.test.skip war
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
The Apache Portals Jetspeed development team has released the final
version 1.5 of the Jetspeed Portal Server.
Jetspeed is now a part of the Apache Portals project:
http://portals.apache.org/
The Jetspeed 1.x project is now hosted here:
http://portals.apache.org/jetspeed-1/
The binary release
On Apr 21, 2004, at 11:42 AM, Dalton, Michael D wrote:
Configuration:
Using Microsoft SQL (MSSQL) database for users "and" PSML.
Jetspeed 1.4 release with a few custom modules being used.
Turbine 2.2 release jar.
Tomcat 5.
Microsoft IIS 4 w/Tomcat JK2.0.2 Web Server Connector (IIS, Tomcat and
MSS
rence implementation for starters:
o.a.j.om.profile.psml.PsmlReference
and the DB PSML service
o.a.j.services.psmlmanager.db.*
I'll try it out here possibly tomorrow.
Its been a while since I implemented references. I never tested it with
DB PSML.
--
David Sean Taylor
Bluesunrise Software
[EMAIL
e docs.
Thanks for pointing that out.
The Torque Maven Plugin should download automatically
Let me know if it doesn't
--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773-4646
[mobile] +01 707 529 9194
-
not.
Be interested to hear Mark's opinion on this since he is more involved
in 1.x that I am these days
--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773-4646
[mobile] +01 707 529 9194
-
T
On Apr 15, 2004, at 5:15 PM, [EMAIL PROTECTED] wrote:
can somebody dare a forcast: when will J2 comes with a first 'stable
release'?
thanks in advance,
I've tried that a few times and been way off.
Things have gone slower than expected. We had some problems with OJB.
Then we spent a lot of time e
s/org/apache/jetspeed/om/
security/JetspeedUser.html
2. extend Jetspeed User
http://portals.apache.org/jetspeed-1/
security.html#Extending_Jetspeed_User
3. write your own User Management implementation
http://portals.apache.org/jetspeed-1/security.html#Security_Overview
--
David Sean T
On Apr 20, 2004, at 11:42 AM, steve wrote:
So it seems that now, from the [jakarta-jetspeed] directory I simply
type
maven(?). I am trying it now and I see it is downloading a bunch of
dependencies...fingers crossed! :) Otherwise, I will wait for your
instructions later this week.
The Page whic
portlet i need to update?
There is no standard way to do this in Jetspeed at this time
--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773-4646
[mobile] +01 707 529 9194
-
To unsubscribe, e-mail
apologize for the confusion and inconvenience
From the root jakarta-jetspeed dircectory, type
maven
--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773-4646
[mobile] +01 707 529 9194
-
To unsubscrib
On Friday, April 2, 2004, at 02:11 AM, zze-MORON François FTRD/DMI/REN
wrote:
I didn''t managed to build jportal examples.
I dowloaded torque 3.0 and uziped lib directory in my
jetspeed2-home\lib
Directory.
Then when i build examples with
Ant tutorial-all
I have more than 100 java compil error.
On Friday, April 2, 2004, at 08:24 AM, Aly, Mohamed wrote:
Hi,
We are currently considering a web portal interface to our application.
JetSpeed is one of the first candidates, but I have some questions;
-How far away is JetSpeed 2.0 the JSR168 compliant portal? Can I get
it from
CVS? Is it stab
On Thursday, April 1, 2004, at 11:19 AM, Bob Fleischman wrote:
I've had to modify this unit for some other items (We wanted a
different
default for the group selection instead of 'All Portlets')
Is there a way I can submit a patch for just the change I made? I've
never
submitted a patch before
On Wednesday, March 31, 2004, at 04:35 PM, Bob Fleischman wrote:
David:
I modified the code to check for PERMISSION_PERSONIZE and added a new
security constraint "user-select_admin-all"
If a portlet is marked "user-view_admin-all" they can not select it
but they
can view it. If I set it to "use
ms to be used in the thing in the jetspeed-cvs, or any other
one, and
has some hints on how to do it?
We are working on it
Be great if we can all collaborate and start a new project team at
portals
ps: I want to use "real" open source free software, no commercial
things at all for th
On Wednesday, March 31, 2004, at 11:05 AM, Sturtz, Andrew wrote:
Does anyone have a solution or work around for updating psml files
without totally overwriting them. I need to update a user's role psml
but still leave their customizations in their user psml. Any help
would
be greatly appreciat
On Wednesday, March 31, 2004, at 11:13 AM, Sturtz, Andrew wrote:
I need to know how developers manage updates from development to
production without affecting current production user database and
configurations already in place. Does anyone have any recommendations
as to how this works aside fro
On Wednesday, March 31, 2004, at 07:28 AM, zze-MORON François
FTRD/DMI/REN wrote:
And when I try a fullDeploy, it fails :
C:\Apps\jetspeed-2\portal>maven fullDeploy
[snip]
[java] Calling FileSystemPAM...
[java] INFO: deploying WAR file'pam.war' to WEB-INF/...
[java] ERROR: Unexpe
t you may be on to something there
If we check the personalize permission when listing portlets, this
could work as a special permission to list portlets in the customizer's
portlet list
Bob
Ps. I've got a feeling I'm going to need to create my own custom
CustomSetAction.
-Original Me
u can also override the constraint on a per portlet instance basis
with the portlet customizer
We have some portlets we only want on public pages and we do not want
users
to be able to put them on their home pages.
Thanks
Bob
-Original Message-----
From: David Sean Taylor [mailto:[EMAIL
On Monday, March 29, 2004, at 10:51 AM, Yuri Huitron Alvarado wrote:
1.- Can Jetspeed be installed on SunONE WebServer ?
Sure why not? give it a try
Let us know how it works for you
2.- What must be done to install Jetspeed on a cluster of MacOS X ?
I run Jetspeed on Tomcat under MacOS X,
Clust
On Monday, March 29, 2004, at 10:45 AM, Reid Thompson wrote:
Could someone point me to a tar/zip/cvs repository of the latest
village source( it appears that share.whichever.com is not
responding)? I'm trying to get jetspeed to work with postgresql and
am hitting the
com.workingdogs.vill
On Monday, March 29, 2004, at 09:32 AM, Jorge D'Alessandro wrote:
Hi all!
I'm new to jetspeed-2 and I have just downloaded jetspeed-2 from the
cvs
repository.
Please read the GETTING-STARTED.html
-
To unsubscribe, e-mail: [EM
On Sunday, March 28, 2004, at 04:19 PM, Bob Fleischman wrote:
I know I can prevent users from seeing individual portlets in the PSML
Customizer by setting security on the portlet accordingly.
Is it possible to set security on an entire category of portlets so
that it
does not show up in the dr
On Sunday, March 28, 2004, at 02:58 PM, sinda hauser wrote:
From the tutorial the steps are:
1. Create your HelloWorld Portlet. Compile it and make sure it
is in the classpath, ie WEB-INF/classes/. Packaged classes
should have the directories under this.
2. Add a reference for your portlet to
On Thursday, March 25, 2004, at 12:12 PM, Nehemia Litterat wrote:
Hi
I would like to know if there is a way to create a psml document and
feed it to Jetspeed on the fly
If I understand it right the psml documetn determine Jetspeed's way to
present a page to the user.
If insteed of one main
commands, e-mail: [EMAIL PROTECTED]
--
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
On Wednesday, March 17, 2004, at 02:02 PM, Glen Carl wrote:
You need to build your own Login in modules to use instead of the
Jetspeed modules in
src/java/org/apache/jetspeed/modules/actions
The CreateNewUserAndConfirm, JLoginUser, JLogoutUser,
SendConfirmationEmail and SendNewUserNotificationE
On Wednesday, March 17, 2004, at 01:35 PM, Glen Carl wrote:
Consider implementing the NekoHTML technology for portlets that do
rewriting.
http://www.apache.org/~andyc/neko/doc/html/
We recently discovered Neko, and implemented it for rewriting. It
eliminated many of the rewriting problems we w
On Tuesday, March 9, 2004, at 10:29 AM, Jason Trust wrote:
I have a situation that involves a search and results type action, and
I
want the available search options and returned data set to be shown
differently based on when the user is normal or maximized mode.
search_form.vm -> search_res
On Tuesday, March 9, 2004, at 01:23 PM, Stijn de Witt wrote:
Can anyone point me in the right direction?
I have attempted to get the $jslink in JSP myself, but I can't find
it. If I
dump my request attributes in my template, I see a 'link' attribute,
but
that is a JspLink or something, and I se
On Tuesday, February 17, 2004, at 11:42 AM, Archana Turaga wrote:
Thanks for the info. Although i think this is not valid in 1.4b4 which
is what i'm using. Based on the e-mail that you sent today it seems as
if this information is incorporated into 1.5. But 1.5 is not a
official release yet...
On Tuesday, February 17, 2004, at 06:09 PM, scott wrote:
I am new to Jetspeed. I am trying to run the tutorials from the
JPortal.jar.
The issue I am having is as follows:
I changed the build.properties to point to my catalina home and
jetspeed home.
My jetspeed home is in tomcat/webapps/jetspe
On Tuesday, February 17, 2004, at 06:48 AM, Mikhail Garber wrote:
Thus you can 'group' collections of users together in order to apply
security constraints to those users. For example, you could create a
constraint that granted view and
customize access to all users in group 'A', but only view ac
On Monday, February 16, 2004, at 11:39 AM, Bryan K. Cantwell wrote:
I get my JS portal 1.4 running fine on 2000 using jdk 1.4.2 and tomcat
4.1.29 and the initial HSQL db. Yet, when I switch to MySql 4.0.17, I
get the portal to load, I can go to most default pages and even make
SOME changes to use
On Monday, February 16, 2004, at 09:05 PM, S, VENKATESH wrote:
Hi,
After clicking login button which class will execute,I know that
JLoginUSer class is executing but what i have to know is
whenever i am giving username as admin how it goes to respective
page of admin,whenever i am giving as
Trying to get these terms cleared so that i can come up with a clear
security model for a project.
Thanks for your time and patience.
Regards,
Archana
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-ma
On Wednesday, February 4, 2004, at 12:52 PM, Mark Divitt wrote:
Hi David,
That's just what I needed.
Thank you very much.
I did find the first parameter after more digging,
however the reason the second parameter must also be
true is indeed unclear...
Yes, I don't understand it.
I'll propose c
On Wednesday, February 4, 2004, at 12:29 PM, Smith, Fred wrote:
I need to deploy Jetspeed behind a reverse proxy.
templates\vm\layouts\html\*.vm get the base URL from $clink.External.
It is defaulting to the private system name. I need to set it to the
public system name.
But I cannot f
On Wednesday, February 4, 2004, at 12:17 PM, Mark Divitt wrote:
Hi,
I just pulled down 1.4dev5 from CVS and started it
up. It appears that the self register (new user)
feature is turn off by default. What parameter (in
what file) controls this? I looked in the usual
places and I couldn't fi
On Tuesday, February 3, 2004, at 09:59 AM, Liu, Richard wrote:
Hi All,
I installed the tutorial portal JPortal. However, the "Stock
Portfolio" Portlet only displays the header bar without any content. I
see a message in red "The security for this portlet is currently
defined as system default
On Tuesday, February 3, 2004, at 06:08 AM, Swientek, Jens-Martin wrote:
[snip]
Thanks for your reply.
For some reasons this does not work as intended.
I have to portlets on a pane. portlet1 displays a Velocity-Template
with a link to portlet2. This link should also call a specified
action-meth
On Friday, January 30, 2004, at 03:33 PM, Liu, Richard wrote:
Hi all,
I am looking into JPortal Tutorial 3 to customize menus with the
customizer. After I clicked the pen-like button to customize, I do not
see the menu name list (such as Basic Tutorials, Advanced
Tutorials,...)
I only see numb
On Monday, February 2, 2004, at 03:46 AM, Swientek, Jens-Martin wrote:
Hallo.
Is it possible to forward to a portlet and automatically perform a
specified action?
When I forward to a portlet the 'buildNormalContext'-Method of the
appropiate action-class is always called.
But I need to invoke
On Tuesday, January 13, 2004, at 03:57 AM, Peter Andersén wrote:
Im buildnig an IFRAMEPORLET that can pass configurable parameters and
also
username and password like the BASIC Auth IFrame Portlet.
But it will take a while brefore im done, you can have it if you want
when i
have completed it !
On Friday, January 9, 2004, at 05:36 PM, Suchisubhra Sinha (susinha)
wrote:
Hi,
I am trying to join this couple but still not successful. Can
you
give a hint
How I can join IRC chat?
Its irc.codehaus.org:6667
#jetspeed
there was a typo in the last msg
---
On Wednesday, January 7, 2004, at 10:54 AM, Jeff Marshall wrote:
David,
I must be missing something.
In JloginUser the doPerform method catches LoginException doPerform(*)
returns in the Exception block. I do not see how the code at the
bottom of the doPerform method is executed. It looks lik
On Wednesday, January 7, 2004, at 07:00 AM, Jeff Marshall wrote:
Hi,
I have tried multiple installs of jetspeed 1.4 and I cannot get the
logon disable function to work.
We are using tomcat 4.1.24 and tomcat 5 with Jetspeed 1.4
JetspeedSecurity.properties looks like this:
# Auto-Account-Disable
On Wednesday, January 7, 2004, at 08:04 AM, Paul Mansfield wrote:
On Fri, 2004-01-02 at 14:58, Paul Mansfield wrote:
Platform: redhat7.3 on intel
Software: jetspeed1.4 release
JDK:j2sdk 1.4.2_01
Hi,
I'm sorry if this is a dumb question, but I am trying to figure out
how
On Wednesday, January 7, 2004, at 09:02 AM, yael malka wrote:
Hello,
I have a problem trying to open a dll by the code :
System.loadLibrary("mylib");
I get the following error :
org.apache.jetspeed.portal.security.portlets.CacheableStatefulPortletWr
apper threw exception class java.lang.Unsati
from the servlet api.
See o.a.j.security
--
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
On Tuesday, December 2, 2003, at 10:45 AM, Suchisubhra Sinha (susinha)
wrote:
Hi David,
this is for you. I am looking at the code and what I get
In package org.apache.jetspeed.modules.actions.portlets we have class
CustomizeSetAction.
There in buildPortletList method, you are checking fo
On Wednesday, December 3, 2003, at 04:48 AM, vasant wrote:
can I used jetspeed-2 with struts 1.1 for portal development .which
site provide simple example of this two technology
that would be nice but its not currently possible
j2 + struts (as a portlet application) is high on my list
we are
On Wednesday, November 26, 2003, at 05:51 AM, jla159753 wrote:
Ok, thank for your help. I send you my zipped Torque.properties files.
It looks fine.
Are you storing your PSML in the database?
Im not clear on this.
Seems like we should first ensure that you can connect to the database.
Do you ha
On Tuesday, November 25, 2003, at 09:02 AM, Robson Borges wrote:
But I created a "JetspeedLocalization_pt.properties" and translated
the main
properties. I'd like this properties file could be used by the default
language. Remember that this file is used normally when I set PT in my
"Change Lang
201 - 300 of 953 matches
Mail list logo