use servlet as portlet or call from JSP

2004-06-07 Thread Bryan K. Cantwell
I have successfully installed WBCalendar (a servlet) in my system and I can
make an Iframe portlet that displays the calendar in my jetspeed 1.5
I have made modifications, however, that require me to pass the userid from
the current user to the servlet in order to display that user's unique
calendar.

Since I am a total newbie at this, I have no Idea how to either register
this a a portlet and make it aware of the userid, or make an IFrame portlet
that passes the userid, or even create a JSP that will display the calendare
created by the servlet after being passed the UI...

What to do?


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



RE: Cannot build Jetspeed 2

2004-03-11 Thread Bryan K. Cantwell
I get:
Attempting to download jetspeed-registry-2.0-a1-dev.jar.
WARNING: Failed to download jetspeed-registry-2.0-a1-dev.jar.
 After running the 'maven deploy' command from the cd
${jetspeed-2-home}/portal directory. I made sure to use cvs to get
absolute latest about 3 minutes ago.



DataForceOne, inc.
Bryan K. Cantwell
Sr. Technical Architect
[EMAIL PROTECTED]
2221 La Costa Dr
Rowlett, Tx 75088
tel: 469.361.1272
fax: 801.469.2433


-Original Message-
From: David Le Strat [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 11, 2004 8:37 AM
To: Jetspeed Users List
Subject: Re: Cannot build Jetspeed 2

Nils,

I just cleaned up all the maven dependencies on my box
and rebuild all (maven allBuild).  I was not able to
reproduce your issue.

Regards,

David.

--- Nils-Helge Garli [EMAIL PROTECTED] wrote:
 Hi!
 
 I have downloaded the latest from jetspeed 2 HEAD
 stream, and I'm trying to run the quick_build.bat
 script. I get the following errors when it runs the
 recreate the database  and allBuild targets:
 
 Attempting to download
 jetspeed-registry-2.0-a1-dev.jar.
 WARNING: Failed to download
 jetspeed-registry-2.0-a1-dev.jar.
 
 The build cannot continue because of the following
 unsatisfied dependency:
 
 jetspeed-registry-2.0-a1-dev.jar (no download url
 specified)
 
 
 Any suggestions? I could not find anything in the
 getting started document about this.
 
 Sincererly,
 
 Nils-Helge Garli
 -- 

_
 Web-based SMS services available at
 http://www.operamail.com.
 From your mailbox to local or overseas cell phones.
 
 Powered by Outblaze
 

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


__
Do you Yahoo!?
Yahoo! Search - Find what you're looking for faster
http://search.yahoo.com

-
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]



Mysql 4.1 with Jetspeed

2004-03-08 Thread Bryan K. Cantwell
Any reason MySQL 4.1 won't work with Jetspeed? I just want to know
before I try myself if it is OK...




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



Portlet repository proposal

2004-02-27 Thread Bryan K. Cantwell
There are so many developers out there creating tons of portlets that I
am sure many others could use or even expand, or at least use as
examples for their own development.
Any suggestions on a path to creating such a portlet catalog of shared
code? This is after all an open source environment :P
 
 


Still on the Cone ToDoList quest.....

2004-02-23 Thread Bryan K. Cantwell
I am still working on making this Cone ToDoList portlet to work. I find
the following in my logs:
 
 
2004-02-23 13:36:36,000 - RHS of #set statement is null. Context will
not be modified. /portlets/html/todolist/main.vm [line 3, column 1]
2004-02-23 13:36:36,000 - Left side ($idCategoryFilter) of '=='
operation has null value. If a reference, it may not be in the context.
Operation not possible. /portlets/html/todolist/main.vm [line 16, column
58]
2004-02-23 13:36:36,000 - Left side ($typeVisualization) of '=='
operation has null value. If a reference, it may not be in the context.
Operation not possible. /portlets/html/todolist/main.vm [line 33, column
76]
2004-02-23 13:36:36,000 - Left side ($typeVisualization) of '=='
operation has null value. If a reference, it may not be in the context.
Operation not possible. /portlets/html/todolist/main.vm [line 34, column
76]
2004-02-23 13:36:36,000 - Left side ($typeVisualization) of '=='
operation has null value. If a reference, it may not be in the context.
Operation not possible. /portlets/html/todolist/main.vm [line 35, column
76]
2004-02-23 13:36:36,000 - Left side ($typeVisualization) of '=='
operation has null value. If a reference, it may not be in the context.
Operation not possible. /portlets/html/todolist/main.vm [line 36, column
76]
2004-02-23 13:36:36,000 - Left side ($typeVisualization) of '=='
operation has null value. If a reference, it may not be in the context.
Operation not possible. /portlets/html/todolist/main.vm [line 70, column
42]
2004-02-23 13:36:36,000 - Left side ($typeVisualization) of '=='
operation has null value. If a reference, it may not be in the context.
Operation not possible. /portlets/html/todolist/main.vm [line 70, column
69]
 
I have this running on mysql with the CORRECT jdbc driver not the old
one. And I did the setup in build.properties, etc. Anyone got this thing
to work?
 


RE: Customizing Pane Selector

2004-02-22 Thread Bryan K. Cantwell
In JetSpeed\WEB-INF\templates\vm\controls\html\jetspeed-tab.vm is
where the look of the tabs is set up. You can edit this file to possibly
get the results you want.

bkc

-Original Message-
From: Manish Kumar [mailto:[EMAIL PROTECTED] 
Sent: Sunday, February 22, 2004 10:12 PM
To: [EMAIL PROTECTED]
Subject: Customizing Pane Selector

I am trying to customize my pane selector - the portion of screen that
has tabs (with individual customize button) for all the panes and at far
right a customize button.
 
Here is the things, I would like to do:
 
1. Change the look and feel of tabs
2. Add some text beside customize icon at far right saying Add / Manage
Panes
 
I am just unable to figure which portlet-entry or template correspond to
above mentioned part of screen. Any pointer would be helpful.
 
- M



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



RE: Session Information

2004-02-20 Thread Bryan K. Cantwell
What I am really trying to find is where I can sneak code like this in
so that it is impossible to NOT have my session variable set. I am
moving code over from another application that is keyed to a User_id
which I can get by querying for the User_id where it matches the
username from the JetSpeed taglib request for username. Then I can set a
session variable that holds the UID for the rest of my apps... I can't
seem hit on the correct place include this 



-Original Message-
From: Robin Antony [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 20, 2004 3:56 PM
To: Jetspeed Users List
Subject: Re: Session Information

Hi,
If you are asking for commands on how to put and get values from the
session
objects then this is what I am using.
User currentUser = rundata.getUser();
currentUser.setTemp(username, xyz); // to set values
string username = currentUser.getTemp(username) // to get values.
This excample uses the turbine user object as the session object. Don't
forget to import your
import org.apache.turbine.om.security.User;

Hope this is what you were looking for.
Cheers,
Robin Antony
New G System Pte Ltd
www.newgsystem.com


- Original Message - 
From: Bryan K. Cantwell [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 19, 2004 7:42 PM
Subject: Session Information


 I am new to JetSpeed and am wondering what if any information is
available
in session
 variables? And if none could the logon process be a good place to put
a
value into the
 session (like the userID)?

 Thanks from a Newb


 -
 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: trouble with MySql

2004-02-17 Thread Bryan K. Cantwell
Oh, but you assume wrong, I AM using the wrong driver. Now, which is the
correct jar for that driver?

-Original Message-
From: Paul Mansfield [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 17, 2004 4:05 AM
To: Jetspeed Users List
Subject: Re: trouble with MySql

On Mon, 2004-02-16 at 19:39, 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 users, etc. BUT more often than not, when I click on a
 link in a portlet or use one of the admin portlets, nothing happens or
I
 get sent to some random page somewhere else in the portal.
  
 Is this common? I have the JDBC drivers in and the Torque.properties
 configged and some things work... but still intermittent issues...

did you update your drivers- you're not using the org.gjt ones, are you,
you are using the com.mysql.jdbc driver?

turn up logging in mysql to info or debug to see if any sql statements
are failing?

check logs carefully in jetspeed?


-
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]



Has anyone ever made the Cone ToDoList work!?!?

2004-02-17 Thread Bryan K. Cantwell
http://www.cone.it/cone/portal/media-ype/html/user/anon/page/prog.psml/j
s_pane/Jetspeed

I have installed this thing. I get the portlet to appear, no errors or
anything but I try and add an item and nothing happens...

Does it really work?



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



trouble with MySql

2004-02-16 Thread Bryan K. Cantwell
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 users, etc. BUT more often than not, when I click on a
link in a portlet or use one of the admin portlets, nothing happens or I
get sent to some random page somewhere else in the portal.
 
Is this common? I have the JDBC drivers in and the Torque.properties
configged and some things work... but still intermittent issues...
 
Thanks