RE: J2 Security Customization

2005-04-21 Thread Frank Villarreal
Scott, ... man this is excellent. I've been struggling with swapping out J2's security for days upon days. Being that the docs on security are somewhat sparse didn't help. I didn't want to even attempt to implement JAAS. Taking a look at you attached code cleared a few things up. If I reverse

RE: Portlet titles gone in J2-M2?

2005-04-12 Thread Frank Villarreal
06:38 PM To: Jetspeed Users List Subject: Re: Portlet titles gone in J2-M2? Frank, I have heard there were some issues that cropped up right around the M2 release regarding titles. How are you defining them? In portlet.xml? Randy Frank Villarreal wrote: To all: Is it just me, or did

RE: Portlet titles gone in J2-M2?

2005-04-12 Thread Frank Villarreal
I was running on my default locale (en_US), however what classes did you have to update? If possible, I'd like to isolate and just download the patched classes. Thanks, Frank -Original Message- From: Shinsuke SUGAYA [mailto:[EMAIL PROTECTED] Sent:

Portlet titles gone in J2-M2?

2005-04-11 Thread Frank Villarreal
To all: Is it just me, or did the portlet title functionality get bugged out between release M1 and M2? I upgraded my installation of J2 and now all my portlet titles have vanished ... they display empty strings ?!? Of course perhaps I screwed something up during my upgrade process. Just

RE: true?

2005-04-10 Thread Frank Villarreal
it works ... i believe since release M1. That file needs to be updated. -Original Message- From: Sascha Glass [mailto:[EMAIL PROTECTED] Sent: Saturday, April 09, 2005 10:32 AM To: jetspeed-user@jakarta.apache.org Subject: true? Hello, to deploy a portlet the Jetspeed 2 Wiki

J2M2 Profiling Rules

2005-04-08 Thread Frank Villarreal
Hello all, I'm trying to set-up a profiling rule in J2-M2 that does the following: 1) routes guest (anonymous) users to a specific subsite based on their host header (the IP/url of their requested site). once logged in ... 2) routes them to a page based on their role / mediatype I've tried

RE: J2M2 Profiling Rules

2005-04-08 Thread Frank Villarreal
Here's another question(s): what do the following rule criterion request types signify? 1) navigation 2) group.user.role 3) path.session 4) request.session Thanks, Frank -Original Message- From: Frank Villarreal [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 08:53 AM

RE: J2M2 Profiling Rules

2005-04-08 Thread Frank Villarreal
[mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 10:48 AM To: Jetspeed Users List Subject: Re: J2M2 Profiling Rules Frank, I am not looking at the J2 source at the moment, so the comments below may be a slight bit off... they are close in any case :) Frank Villarreal wrote: Here's

Duplicate Submissions -- JSR Compliance?

2005-03-21 Thread Frank Villarreal
To All: Has anyone come up with a neat way to handle duplicate processAction requests in a JSR-168 compliant way??? I'm interested in learning how others have solved this common problem in the context of a portal container. Food for thought ... utilizing a hidden timestamp on forms, I'm

RE: User Attributes with Struts Portlet bridge on Fusion

2005-03-10 Thread Frank Villarreal
Make sure you re-deploy your portlet application, b/c J2 caches the portlet.xml in the database and will not pick up changes to your portlet.xml file if you edit it directly in ${webapps}/yourapp/WEB-INF/portlet.xml directly ... - Frank -Original Message- From: Hema Menon

Why use Preferences for storing User Attributes?

2005-03-09 Thread Frank Villarreal
Hello all. As I'm trying to integrate a legacy user database with J2's SPI, I'm discovering all sorts of, shall we say ... stumbling blocks :-). I do understand the premise of how a User's attributes are accessed through the Request object ... however, I'm finding it incredibly unintuitive to

RE: JS2 login portlet empty

2005-02-25 Thread Frank Villarreal
Hi Craig, Start up J2. Try going into the ${j2-webapp}/WEB-INF/deploy directory and cut the security.war file out of there. Wait for a few seconds, and watch the logging statements as jetspeed undeploys the application. After successful undeployment, paste the security.war file back into the

Corrupt Fragment Info

2005-02-25 Thread Frank Villarreal
FYI J2 Developers: I wanted to deploy a new portlet in Jetspeed2 and took the following steps: 1) deployed the portlet war (worked) 2) made changes to my PSML in order to place my new portlet in an existing page by overwriting a previous fragment My portlet displays fine except for the title

RE: controlling portlet caching in jetspeed 1.5 (2.0)

2005-02-11 Thread Frank Villarreal
Hi Sven, -Original Message- From: Sven Thiergen [mailto:[EMAIL PROTECTED] Subject: AW: controlling portlet caching in jetspeed 1.5 When multiple Portlets get displayed on a page, it would speed up the Portal if only the portlet whereupon a user interaction happened gets updated.

RE: Jetspeed 2 Login Issue

2005-02-10 Thread Frank Villarreal
giri, I'm not sure what's going on with your particular issue ... but you can take a look at the database table named SECURITY_CREDENTIAL and you'll see a field named AUTH_FAILURES ... you can reset that field back to 0 in order to keep trying your password. You can also set the IS_ENCODED field

RE: Changing the webapp context on J2

2005-02-10 Thread Frank Villarreal
yet. Chris On Wed, 9 Feb 2005 15:05:31 -0600, Frank Villarreal [EMAIL PROTECTED] wrote: Hello all, I feel silly having to ask this, but this simple task hasn't been as straight-forward as I would like How do you give Jetspeed2 a new webapp context (instead of the default /jetspeed

RE: Changing the webapp context on J2

2005-02-10 Thread Frank Villarreal
-Original Message- From: Frank Villarreal [mailto:[EMAIL PROTECTED] Sent: Thursday, February 10, 2005 09:14 AM To: Jetspeed Users List Subject: RE: Changing the webapp context on J2 Thanks for the info Chris. This is a real bummer, kinda need this soon ... like I said, I'm real close

Changing the webapp context on J2

2005-02-09 Thread Frank Villarreal
Hello all, I feel silly having to ask this, but this simple task hasn't been as straight-forward as I would like How do you give Jetspeed2 a new webapp context (instead of the default /jetspeed). Here is what I've already tried ... 1) renamed ${tomcat_home}/webapps/jetspeed to

Portal Services?

2005-02-07 Thread Frank Villarreal
Question about Portal Services: I know that in Pluto, you are able to create a Portal Service that may be utilized by the portlet container (and in effect, portlets within it). I've noted that in Jetspeed2, services are configured within the Spring file jetspeed-spring.xml. Another thing that I

RE: Portal Services?

2005-02-07 Thread Frank Villarreal
Thanks, Scott. You just made my week. :-) - Frank -Original Message- From: Scott T. Weaver [mailto:[EMAIL PROTECTED] Sent: Monday, February 07, 2005 09:13 AM To: Jetspeed Users List Subject: Re: Portal Services? -

RE: PLEASE HELP ME Order of action execution

2005-02-04 Thread Frank Villarreal
Hi angeloim, I believe the portlet spec states that all Action/processAction requests must be executed before any render(doView) requests within the portal. So make sure that your navigator portlet changes the location on your other portlet only during Action requests NOT during render

RE: Passing portlet parameters

2005-02-01 Thread Frank Villarreal
If they are deployed as part of the same portlet application ... then you can use the PortletSession to share state data between your 2 portlets ... if you're referring to preference parameters ... then you might try implementing some type of portal service that can feed data about other portlet

Default Home Pages

2005-02-01 Thread Frank Villarreal
There is probably a simple solution for this, but . I've noticed that under WEB-INF/pages there is a default-page.psml file that becomes the home page for anyone who navigates to jetspeed/portal using the default configuration. I've also noticed that default-page.psml is not the first

RE: Default Home Pages

2005-02-01 Thread Frank Villarreal
Forgot to mention, I'm using Jetspeed 2 ... -Original Message- From: Frank Villarreal [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 01, 2005 08:05 AM To: Jetspeed Users List Subject: Default Home Pages There is probably a simple solution for this, but . I've noticed

RE: Default Home Pages

2005-02-01 Thread Frank Villarreal
/document-order document-ordertraining.ds/document-order document-ordersolidedge_main.psml/document-order document-ordersolid-edge.link/document-order document-ordersolid-edge-release-info.link/document-order /folder Frank Villarreal wrote: Forgot to mention, I'm using Jetspeed 2

RE: Default Home Pages

2005-02-01 Thread Frank Villarreal
Thanks Randy. Let's see ... I currently have a corporate web site that has general info on my company (about us, contact us, history, etc) ... I've made that my public psml page. So as per your suggestion, I'll try and place the psml for this page under the /pages/_user/guest/ folder. Somewhere

J2 Velocity Error?

2005-01-31 Thread Frank Villarreal
FYI: Not sure if this is a bug using Jetspeed 2, I've created a new custom decorator theme (both for the layout and the portlet). I essentially copied an existing folder structure being used for the other J2 themes (minty-blue, jetspeed, etc) and customized it. Everything seems to work

RE: J2 Velocity Error?

2005-01-31 Thread Frank Villarreal
Chris, Thanks for taking a stab at my question, but I don't think that's the problem. Layout.vm seems to control the (re)positioning of portlets within a page. Upon further inspection, it seems J2 uses a request filter to remap image requests to the current decorator theme folder. And like I

RE: J2 Velocity Error?

2005-01-31 Thread Frank Villarreal
Thanks Randy (and Chris). I was about to implement something very similar just so I could proceed ... but your hack works like a charm. Thanks again. - Frank -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 11:01 AM To: Jetspeed

RE: Struts and JSF

2005-01-27 Thread Frank Villarreal
FYI: As to how to convert your application ... that's a very general question and it's best for you to learn more about the portlet development model first (Sun's JSR-168 specification would be a good start). Regarding inter-portlet communication, check out this article

Missing source code?

2001-12-18 Thread Frank Villarreal
Hello All ... Just thought I would point out that there is a chunk of source code missing in the jetspeed-1.3a2-release-src.zip. I tried compiling the entire Jetspeed tree (I included all jars found under the libs directory) and received errors regarding missing classes ... most of which from

RE: Jetspeed release 1.3a2 candidate

2001-12-12 Thread Frank Villarreal
John Wooten said: I need to run JBoss for ejbs, can't just run Tomcat alone. Anyone found a way to get Jetspeed to run with JBoss? I'm not sure if this is an option for you ... but you could run Tomcat JBoss each in separate VMs (they can even be on the same physical machine) ... works for

PORTLET SERVERS ???

2001-06-28 Thread Frank Villarreal
Dear Jetspeed Developers: I've been examining the Jetspeed 1.3a1 code build for several months now. complimentI've been highly impressed with the progress of this project thus far. Hats off guys./compliment However, there is so much more untapped potential functionallity. Just as food for

RE: Dumb Question

2001-06-28 Thread Frank Villarreal
I believe that property is set in the Tomcat(assuming you're using Tomcat as your web container) configuration files - Frank T. Villarreal, Jr. -Original Message- From: Williams, Christopher D [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 3:13 PM To: '[EMAIL