RE: [J2] New Page API committed to CVS

2003-08-14 Thread Weaver, Scott
Hi Raphael, I have been looking at the Page api and so far it looks great. The one concern I have is I see some mention of a skin registry. IMOHO, I don't think we need a skin registry. In fact I did away with it in my custom J1 implementation and replaced it with a theme/skin combination ve

Struts for Portlets

2003-08-14 Thread Mete Kural
Hello Jetspeed developers, There is a new discussion on how to use Struts to build JSR-168 portlets in the struts-dev mailing list. I would like to encourage anyone here who is interested, to participate in this discussion in the struts-dev mailing list. I am copying Craig McClanahan's email to

RE: JSR 168, Security, and User Information

2003-08-14 Thread Weaver, Scott
  > -Original Message- > From: Jeff Linwood [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 14, 2003 3:31 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: JSR 168, Security, and User Information > > I wanted to see what people thought about the security and user > information

Re: JSR 168, Security, and User Information

2003-08-14 Thread Jeff Linwood
It looks like JSR 196 (http://www.jcp.org/en/jsr/detail?id=196) is the specification for a unified portable API for connecting container authentication to back-end user databases, legacy systems, etc. I think single-sign on is very important for a portal, and we probably have had similar problems

cvs commit: jakarta-jetspeed-2/plugin/src/java/org/apache/jetspeed/services - New directory

2003-08-14 Thread weaver
weaver 2003/08/13 13:53:32 jakarta-jetspeed-2/plugin/src/java/org/apache/jetspeed/services - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: JSR 168, Security, and User Information

2003-08-14 Thread Chamberlain James O. CONTR J9C998
I really hope that Jetspeed 2 will be able to use the servlet security model. By using the servlet model all authentication and authorization can be pushed to the container to manage. So single sign-on within the application server can be easily accomplished. Single sign-on between multiple appl

cvs commit: jakarta-jetspeed-2/portal project.xml

2003-08-14 Thread weaver
weaver 2003/08/13 14:32:47 Modified:portal project.xml Log: added jetpeed-plugin.jar as a dep Revision ChangesPath 1.3 +8 -0 jakarta-jetspeed-2/portal/project.xml Index: project.xml ===

cvs commit: jakarta-jetspeed/test/conf registry-mapping.xml test-registry.xreg

2003-08-14 Thread taylor
taylor 2003/08/13 14:37:02 Modified:test/conf registry-mapping.xml test-registry.xreg Log: updated registry test data Revision ChangesPath 1.2 +550 -4jakarta-jetspeed/test/conf/registry-mapping.xml Index: registry-mapping.xml

cvs commit: jakarta-jetspeed-2/plugin/src - New directory

2003-08-14 Thread weaver
weaver 2003/08/13 13:53:32 jakarta-jetspeed-2/plugin/src - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Contributing to Jetspeed

2003-08-14 Thread David Le Strat
All, I would like to contribute to the Jetspeed project, starting with small contributions. I have been following the progress of Jetspeed 2 with quite a bit of interest. I am not quite sure where to start and do not want to step on anybody else's work. If anybody needs a little development hel

cvs commit: jakarta-jetspeed-2/portal/test/testdata/pages - New directory

2003-08-14 Thread raphael
raphael 2003/08/08 15:00:53 jakarta-jetspeed-2/portal/test/testdata/pages - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/services/persistence/impl OjbLookupCriteria.java FulcrumServicePathResloverImpl.java JetspeedOJBRuntimeException.java OJBPBPersistencePlugin.java OJBODMGPersistencePlugin.java AbstractOJBPersistencePlugin.java

2003-08-14 Thread weaver
weaver 2003/08/13 13:59:11 Removed: portal/src/java/org/apache/jetspeed/services/persistence PersistenceService.java NullTransaction.java LookupCriteria.java PersistencePlugin.java PluginConfiguration.java

Re: RE : J2 PSML persistence

2003-08-14 Thread David Sean Taylor
On Friday, August 8, 2003, at 01:41 AM, Luta, Raphael (VUN) wrote: De : David Sean Taylor [mailto:[EMAIL PROTECTED] On Thursday, August 7, 2003, at 09:54 AM, Luta, Raphael (VUN) wrote: I don't think blobs would be necessary. I specifically kept a typed fragment class in the OM to be able to st

DO NOT REPLY [Bug 22184] - [PATCH] FileServerPortlet not designed for subclassing

2003-08-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 19906] - [ENH] Further logging improvements

2003-08-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE : J2 PSML persistence

2003-08-14 Thread Luta, Raphael (VUN)
De : David Sean Taylor [mailto:[EMAIL PROTECTED] > On Thursday, August 7, 2003, at 09:54 AM, Luta, Raphael (VUN) wrote: > > For mt PSML stuff in JS2, I've currently broken down the > persistence > > options like this: > > - PageManagerService: > > > > Function: > > Handles page persistence

cvs commit: jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/services/registry JetspeedPortletRegistry.java PortletRegistryService.java

2003-08-14 Thread weaver
weaver 2003/08/05 09:22:50 Modified:portal/src/java/org/apache/jetspeed/services/registry JetspeedPortletRegistry.java PortletRegistryService.java Log: Fixed author tags Revision ChangesPath 1.4 +2 -2 jakarta-je

Re: contribute to Jetspeed

2003-08-14 Thread Marco Mari
To Scott: >Sorry, it's LGPL so we can not include directly with Jetspeed. Maybe >you could convince them to change their license to BSD/Apache style ;) I think I'll try...;)! To David: >Take a look at org.apache.jetspeed.util.rewriter >The HTML parser is pluggable using the rewriter framework Th

cvs commit: jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/services/page - New directory

2003-08-14 Thread raphael
raphael 2003/08/08 15:01:43 jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/services/page - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Please clarify the relationship between Pluto and Jetspeed2

2003-08-14 Thread Craig M. Doremus
Greetings! I started subscribing to this list after the recent publication of the JSR-168 draft. From what I've seen, there seem to be a number of newbies on this list since the new Portal spec will be an important one in the future of J2EE. It was my original understanding after what I read on

test.

2003-08-14 Thread Zufeng Huang
test - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-jetspeed-2/applications/demo/src/java/org/apache/jetspeed/demo/preferences PreferencePortlet.java

2003-08-14 Thread weaver
weaver 2003/08/11 16:31:34 Modified:applications/demo/src/java/org/apache/jetspeed/demo/preferences PreferencePortlet.java Log: Implemented the processAction() method for testing purposes Revision ChangesPath 1.2 +12 -1 jakarta-jetspeed

cvs commit: jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/tools/castor/om/common PreferenceDescriptor.java

2003-08-14 Thread weaver
weaver 2003/08/06 12:48:33 Modified:commons/src/java/org/apache/jetspeed/tools/castor/om/common PreferenceDescriptor.java Log: Added empty constructor to PreferenceDescriptor to initialize its type to "default preference" Revision ChangesPath 1.

RE: contribute to Jetspeed

2003-08-14 Thread James Nguyen
I will setup an account for demo later tonight when I get home from work. That way Marco, you, and others can grab ideas. I think along with Epicentric's modules, it also provides a very clean work flow and delegation of administrative functions. Hopefully this will also make it into J2 and if

Re: [J2] Classname is not unique enough for PortletCache!

2003-08-14 Thread David Sean Taylor
On Friday, August 8, 2003, at 09:12 AM, Weaver, Scott wrote: I think the portlet name has to only be unique within individual portlet applications. That may have changed though. PA id + name *===* * Scott T Weaver    * * Jakarta Jetspeed Portal

Login portlet

2003-08-14 Thread Paul Spencer
I have just added a login portlet! This allows the user to login into the servlet container and Jetspeed. In the case of Tomcat, the user database is define by the resource "UserDatabase". By default all users are defined in conf/tomcat-users.xml. Username Password - -

.classpath

2003-08-14 Thread David Sean Taylor
What happened to the .classpath file in jetspeed-1 ? -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 +01 707 529 9194 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

DO NOT REPLY [Bug 21936] - [PATCH] Do not silently discard exceptions

2003-08-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/util/template TestJetspeedLinkFactory.java

2003-08-14 Thread morciuch
morciuch2003/08/08 11:28:04 Modified:src/java/org/apache/jetspeed/cache TestFileCache.java src/java/org/apache/jetspeed/capability TestCapabilityMap.java src/java/org/apache/jetspeed/services/idgenerator TestId

Re: cvs commit: jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/om/registry/impl - New directory

2003-08-14 Thread 苗启广
ÔÚ 2003-08-09 05:38:00 ÄúдµÀ£º >of you ? Could you tell me ? Thanks~~ >taylor 2003/08/08 22:38:29 > > jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/om/registry/impl - New > directory > >- >To unsubscribe, e-mail:

cvs commit: jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/aggregator PortletWindowFactory.java

2003-08-14 Thread weaver
weaver 2003/08/11 16:26:53 Modified:portal/src/java/org/apache/jetspeed/aggregator PortletWindowFactory.java Log: PortletWindowFactory will now check the entity's windowList to see if the requested window has already been created. Revision Changes

cvs commit: jakarta-jetspeed-2/plugin/src/test/org/apache/jetspeed/persistence/tests - New directory

2003-08-14 Thread weaver
weaver 2003/08/14 10:32:30 jakarta-jetspeed-2/plugin/src/test/org/apache/jetspeed/persistence/tests - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Please clarify the relationship between Pluto and Jetspeed2

2003-08-14 Thread David Sean Taylor
On Thursday, August 7, 2003, at 07:25 AM, Craig M. Doremus wrote: Greetings! I started subscribing to this list after the recent publication of the JSR-168 draft. From what I've seen, there seem to be a number of newbies on this list since the new Portal spec will be an important one in the f

cvs commit: jakarta-jetspeed-2/portal/src/webapp/WEB-INF/conf/ojb repository_jetspeed.xml

2003-08-14 Thread weaver
weaver 2003/08/08 07:21:53 Modified:commons/src/java/org/apache/jetspeed/om/common DescriptionImpl.java DisplayNameImpl.java portal/src/webapp/WEB-INF/conf/ojb repository_jetspeed.xml Log: I have removed persistence artifacts from DescriptionIm

RE : [J2] New Page API committed to CVS

2003-08-14 Thread Luta, Raphael (VUN)
De : David Sean Taylor [mailto:[EMAIL PROTECTED] > > On Sunday, August 3, 2003, at 07:24 AM, Luta, Raphael (VUN) wrote: > > > > > I've just committed a new simplified Page object model API > > to the Jetspeed 2 API. > > I didn't see a commit message. > Assume the email was too big and Apache's ma

cvs commit: jakarta-jetspeed-2/plugin/src/java/org/apache/jetspeed/services/plugin/configuration service.properties persistence-plugins.xml

2003-08-14 Thread weaver
weaver 2003/08/13 14:35:07 Modified:plugin/src/java/org/apache/jetspeed/services/plugin/configuration service.properties persistence-plugins.xml Log: changes due to name changes in plugin api Revision ChangesPath 1.2 +1 -1 jakarta-jets

Re: cvs commit: jakarta-jetspeed-2/portal/src/webapp/WEB-INF/conf/ojb repository_jetspeed.xml

2003-08-14 Thread 苗启广
ÔÚ 2003-08-09 06:06:00 ÄúдµÀ£º >of you ? Could you tell me ? Thanks~~ >taylor 2003/08/08 23:06:33 > > Modified:portal/src/java/org/apache/jetspeed/om/registry >ClientEntry.java MediaTypeEntry.java > portal/src/sql/hsql create-db.sql drop-db.sql >

RE: contribute to Jetspeed

2003-08-14 Thread Weaver, Scott
> For my master thesis I'd like to contribute to Jetspeed (I've already > posted > my cHTML and PDA project). > If you are interested I'm realizing a Web Clipping portlet (like Ibm or > Oracle Web clipping portlets). Awesome, I would love a web-clipping portlet! I have used the one in IBM WPS and

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/portletfactory JetspeedPortletFactoryService.java

2003-08-14 Thread jford
jford 2003/08/05 12:08:35 Modified:src/java/org/apache/jetspeed/services/logging JetspeedLoggingService.java JetspeedLogger.java src/java/org/apache/jetspeed/services/portletstats JetspeedPortletStatsService.java

cvs commit: jakarta-jetspeed-2/portal/src/test/org/apache/jetspeed/services/persistence TestPersistenceService.java

2003-08-14 Thread weaver
weaver 2003/08/13 14:33:49 Modified:portal/src/test/org/apache/jetspeed/services/persistence TestPersistenceService.java Log: import changes due to name changes in plugin api Revision ChangesPath 1.5 +4 -1 jakarta-jetspeed-2/portal/src

cvs commit: jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF/demo/preference pref-view.jsp

2003-08-14 Thread weaver
weaver 2003/08/08 13:57:38 Modified:applications/demo project.xml applications/demo/src/webapp/WEB-INF/demo/preference pref-view.jsp Added: applications/demo/src/webapp/WEB-INF veltag.tld patched-jars veltag-0.01-dev.jar Lo

cvs commit: jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/services/entity PortletEntityService.java PortletEntityAccess.java PortletEntityServiceImpl.java

2003-08-14 Thread weaver
weaver 2003/08/06 12:41:19 Modified:portal/src/java/org/apache/jetspeed/services/entity PortletEntityService.java PortletEntityAccess.java PortletEntityServiceImpl.java Log: Now supports the InitablePortletEntity interface Revisio

cvs commit: jakarta-jetspeed-2/plugin/src/java/org/apache/jetspeed/persistence - New directory

2003-08-14 Thread weaver
weaver 2003/08/13 14:21:23 jakarta-jetspeed-2/plugin/src/java/org/apache/jetspeed/persistence - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-jetspeed-2/plugin/src/java/org/apache/jetspeed/services/plugin/configuration persistence-plugins.xml

2003-08-14 Thread weaver
weaver 2003/08/14 10:32:10 Modified:plugin/src/java/org/apache/jetspeed/services/plugin/configuration persistence-plugins.xml Log: add the element Revision ChangesPath 1.3 +1 -0 jakarta-jetspeed-2/plugin/src/java/org/apache/jetspeed/s

DO NOT REPLY [Bug 22153] New: - Error retrieving Portal Page: Profile not found.

2003-08-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-jetspeed-2/plugin/src/java/org/apache/jetspeed/services/plugin - New directory

2003-08-14 Thread weaver
weaver 2003/08/13 13:53:32 jakarta-jetspeed-2/plugin/src/java/org/apache/jetspeed/services/plugin - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 19806] - [FIX] Selecting top level default skin fails

2003-08-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-jetspeed/webapp/WEB-INF/db jetspeed.properties jetspeed.script

2003-08-14 Thread taylor
taylor 2003/08/12 21:18:18 Modified:buildbuild.xml src/java/org/apache/jetspeed/cache TestFileCache.java src/java/org/apache/jetspeed/daemon/impl FeedDaemon.java src/java/org/apache/jetspeed/daemon/impl/util Thread

RE: contribute to Jetspeed

2003-08-14 Thread Serge Huber
Hi Tim, Actually I've also worked on a web clipping servlet/portlet, and I came to a lot of the same conclusion that you and David did. Basically the trickiest part was to find a way to have a SSO service available to the portlet, and that would allow the user to choose from connector "configu

DO NOT REPLY [Bug 22265] - customizeTemplate registry entry not recognized

2003-08-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Logfile viewer portlet

2003-08-14 Thread David Sean Taylor
On Wednesday, August 6, 2003, at 03:41 PM, Harald Ommang wrote: Would the JS1 team be interested in a logfile viewer portlet? I soon have one ready, and my suggestion is to add it to the administrative portlets, and have it work so that it lists the logfiles that are configured in Log4J, and l

Re: contribute to Jetspeed

2003-08-14 Thread James Nguyen
At 02:13 PM 8/7/2003 +0200, you wrote: Hi! For my master thesis I'd like to contribute to Jetspeed (I've already posted my cHTML and PDA project). If you are interested I'm realizing a Web Clipping portlet (like Ibm or Oracle Web clipping portlets). There's a Web Clipping module in Epicentric Port

Re: RE : J2 PSML persistence

2003-08-14 Thread Paul Spencer
Luta, Raphael (VUN) wrote: De : David Sean Taylor [mailto:[EMAIL PROTECTED] On Thursday, August 7, 2003, at 09:54 AM, Luta, Raphael (VUN) wrote: For mt PSML stuff in JS2, I've currently broken down the persistence options like this: - PageManagerService: Function: Handles page persisten

Re: Jetspeed Customization

2003-08-14 Thread gbs
Abhijit, The simplest way is to work on the psml for the home page of the anonymous user (named 'anon'). Just log in as the admin, click on the admin tab, and the inner left nav will have a menu. The bottom of that menu has a "PSML Browser". Select that and the body of the page will fill

RE: RE : RE : RE : [J2] New Page API committed to CVS

2003-08-14 Thread Weaver, Scott
I like the "true" GUID idea, I was unaware that there was a non-jni implementation in Java. Thanks for pointing this out. I would like to be able to just extract the GUID api from axis as opposed to introducing the entire Axis jar as a dep. Is there a possibility the Axis team would conside

DO NOT REPLY [Bug 19906] - [ENH] Further logging improvements

2003-08-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/registry TestRegistryCategories.java

2003-08-14 Thread morciuch
morciuch2003/08/06 08:14:15 Modified:src/java/org/apache/jetspeed/services/registry TestRegistryCategories.java Log: The proper count of portlets with RSS category should be 10 not 2. Revision ChangesPath 1.9 +3 -3 jakarta-jetspeed/src/

cvs commit: jakarta-jetspeed-2/applications/demo/src/java/org/apache/jetspeed/demo/preferences PreferencePortlet.java

2003-08-14 Thread weaver
weaver 2003/08/13 14:48:51 Modified:applications/demo/src/java/org/apache/jetspeed/demo/preferences PreferencePortlet.java Log: More changes for test purposes Revision ChangesPath 1.4 +18 -6 jakarta-jetspeed-2/applications/demo/src/j

DO NOT REPLY [Bug 22024] - [FIX] Current portletFactoryService doesn't check for PortletEntry security in registry

2003-08-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-jetspeed-2/portal/src/test/org/apache/jetspeed/pipeline TestPipeline.java

2003-08-14 Thread weaver
weaver 2003/08/11 16:31:00 Modified:portal/src/test/org/apache/jetspeed/pipeline TestPipeline.java Log: TestPipeline now accomodates the ActionValveImpl valve Revision ChangesPath 1.2 +17 -17 jakarta-jetspeed-2/portal/src/test/org/apache

cvs commit: jakarta-jetspeed-2/portal/src/sql/hsql create-db.sql

2003-08-14 Thread taylor
taylor 2003/08/08 14:59:53 Modified:applications/demo/src/java/org/apache/jetspeed/portlet/helloworld HelloWorld.java applications/demo/src/webapp/WEB-INF hello.jsp portal maven.xml portal/src/java/org/apache/jetspee

cvs commit: jakarta-jetspeed-2/plugin/src/java/org/apache/jetspeed/persistence PersistenceService.java

2003-08-14 Thread taylor
taylor 2003/08/13 17:17:33 Modified:..classpath .project plugin project.xml plugin/src/java/org/apache/jetspeed/persistence PersistenceService.java Log: Made PersistenceService a CPS so that I could use it from outside

RE: RE : RE : RE : [J2] New Page API committed to CVS

2003-08-14 Thread Tim Reilly
I haven't seen use of UUIDs (GUIDs) per http://www.opengroup.org/dce/info/draft-leach-uuids-guids-01.txt for js unique id's. I use them whenever I need truly unique (even cross system) identifiers. Windows clsid is a UUID. UDDI etc ... they're used in many applications and look like: ex: E00A4490-C

cvs commit: jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/om/common/entity PortletEntityImpl.java

2003-08-14 Thread weaver
weaver 2003/08/06 12:46:28 Modified:commons/src/java/org/apache/jetspeed/om/common/entity PortletEntityImpl.java Log: Now supports the InitablePortletEntity interface Revision ChangesPath 1.4 +25 -17 jakarta-jetspeed-2/commons/src/java/o

DO NOT REPLY [Bug 19906] - [ENH] Further logging improvements

2003-08-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Jetspeed Customization

2003-08-14 Thread Abhijit Petkar
Hi All, I want to know how to customize the main page i.e the default page that loads the "http://localhost:8080/jetspeed";. I have customized the logo, welcome title etc. using the localization files. But how do I modify the page itself? Regards Abhijit ___

DO NOT REPLY [Bug 22354] - 1.4b4 Tutorial Issue

2003-08-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [JS2] Logging

2003-08-14 Thread Harald Ommang
On Wed, 13 Aug 2003 21:06:51 -0700, David Sean Taylor wrote: snip... > > > - Wrap the logging implementation so that the number of Jetspeed > > classes > > depending on "3rdparty" classes is a minimum. Makes switching logging > > implementation so much easier. > I thought thats what Commons

DO NOT REPLY [Bug 21688] - [FIX] I cannot get the 'welcome' page on Novell eXtend

2003-08-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-jetspeed-2/plugin/ojb repository_jetspeed.xml

2003-08-14 Thread weaver
weaver 2003/08/14 10:29:59 Added: plugin/ojb repository_jetspeed.xml Log: Test OM repository Revision ChangesPath 1.1 jakarta-jetspeed-2/plugin/ojb/repository_jetspeed.xml Index: repository_jetspeed.xml ==

LDAP/AD Authentication Service

2003-08-14 Thread jetspeed-dev
Below is modification to an LDAP Authentication service I previously submitted to this mailing list to authenticate users of LDAP/AD. Add parameters section of text to you Jetspeed's JetspeedSecurity.properties file and configure to use the class below. Drop the jar of the class into /webapps

Re: JetspeedTemplaceService, JetspeedTemplateLocatorService

2003-08-14 Thread David Sean Taylor
On Tuesday, August 12, 2003, at 08:46 AM, [EMAIL PROTECTED] wrote: While trying to trace some behavior, I ran across these two services in the Jetspeed 1.4b4 jar (org.apache.jetspeed.services.template .JetspeedTemplateService, org.apache.jetspeed.services.template .JetspeedTemplateLocatorServic

DO NOT REPLY [Bug 22153] - [FIX] Error retrieving Portal Page: Profile not found.

2003-08-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-jetspeed/webapp/WEB-INF/conf admin.xreg

2003-08-14 Thread taylor
taylor 2003/08/12 22:01:02 Modified:src/java/org/apache/jetspeed/om/registry/base BaseSecurityAccess.java src/java/org/apache/jetspeed/services/registry TestCastor.java webapp/WEB-INF/conf admin.xreg Added:

cvs commit: jakarta-jetspeed-2/portal/src/webapp/images logo.png

2003-08-14 Thread weaver
weaver 2003/08/12 11:19:10 Modified:graphic_design logo.jpg logo.png logo_source_FW.png Added: graphic_design swoosh.png swoosh.psd portal/src/webapp/images logo.png Removed: graphic_design logo.gif Log: updated preliminary logo Revision Changes

DO NOT REPLY [Bug 22296] New: - New User Confirm Probrem

2003-08-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-jetspeed-2/plugin/src/java/org/apache/jetspeed/services/plugin/configuration service.properties service.properties.example security-plugins.xml

2003-08-14 Thread weaver
weaver 2003/08/13 14:21:29 Modified:plugin/src/java/org/apache/jetspeed/services/plugin PluginConfiguration.java Plugin.java JDOMConfigurationReaderImpl.java ConfigurationReader.java AbstractPluginFactory.java

cvs commit: jakarta-jetspeed-2/portal/src/test/org/apache/jetspeed/services/persistence TestPersistenceService.java

2003-08-14 Thread weaver
weaver 2003/08/13 13:58:11 Modified:portal/src/test/org/apache/jetspeed/services/persistence TestPersistenceService.java Log: Changes to persistence test due to changes in the plugin architecture Revision ChangesPath 1.4 +9 -9 jakarta-

Re: contribute to Jetspeed

2003-08-14 Thread Marco Mari
Hi! Yes, I'd like to look at Epicentric Web clipping portlet, thanks! It would surely be an help to have new ideas. >It would be great to see a few more usable portlets for J2 right out of the >box. Let me know what you think. I agree, it would be great! Regards, Marco. >-- Messaggio Origina

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/resources JetspeedResourceService.java

2003-08-14 Thread morciuch
morciuch2003/08/12 07:48:34 Modified:src/java/org/apache/jetspeed/services/resources JetspeedResourceService.java Log: Removed logging service dependency in the resources service - was causing double init of the resource service (see Bugzilla bug# 19906).

cvs commit: jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/services/registry/impl PersistentPortletRegistryService.java

2003-08-14 Thread weaver
weaver 2003/08/06 12:41:55 Modified:portal/src/java/org/apache/jetspeed/services/registry/impl PersistentPortletRegistryService.java Log: Changes made due to the refactoring of refactoring preferences Revision ChangesPath 1.5 +1 -1 jak

Re: Re: Patches for Jetspeed-2

2003-08-14 Thread 苗启广
ÔÚ 2003-08-08 23:29:00 ÄúдµÀ£º >of you ? Could you tell me ? Thanks~~ >On Friday, August 8, 2003, at 11:07 PM, Roger Ruttimann wrote: > >> Bugzilla is not setup for Jetspeed-2 and for this reason I send >> patches for >> the stuff I'm working on to the dev list. >> >> The following patches incl

cvs commit: jakarta-jetspeed-2/plugin/src/test/org/apache/jetspeed/persistence/tests/om - New directory

2003-08-14 Thread weaver
weaver 2003/08/14 10:32:30 jakarta-jetspeed-2/plugin/src/test/org/apache/jetspeed/persistence/tests/om - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 22184] New: - FileServerPortlet not designed for subclassing

2003-08-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Patches for Jetspeed-2

2003-08-14 Thread 苗启广
ÔÚ 2003-08-08 22:07:00 ÄúдµÀ£º >Bugzilla is not setup for Jetspeed-2 and for this reason I send patches forof you ? >Could you tell me ? Thanks~~ >the stuff I'm working on to the dev list. > >The following patches includes the classes and the schema updates for >storing the Media Types (Capabil

cvs commit: jakarta-jetspeed-2/plugin/src/test/org/apache - New directory

2003-08-14 Thread weaver
weaver 2003/08/14 10:32:30 jakarta-jetspeed-2/plugin/src/test/org/apache - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 19806] - [PATCH] Selecting top level default skin fails

2003-08-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: .classpath

2003-08-14 Thread Jeremy Ford
Mark removed them. Said they could be generated by running maven eclipse or something like that. Jeremy From: David Sean Taylor <[EMAIL PROTECTED]> Reply-To: "Jetspeed Developers List" <[EMAIL PROTECTED]> To: Jetspeed List <[EMAIL PROTECTED]> Subject: .classpath Date: Thu, 7 Aug 2003 16:14:15

cvs commit: jakarta-jetspeed-2/plugin/ojb - New directory

2003-08-14 Thread weaver
weaver 2003/08/13 14:20:56 jakarta-jetspeed-2/plugin/ojb - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/portal/portlets GenericMVCPortlet.java

2003-08-14 Thread jford
jford 2003/08/05 12:07:00 Modified:src/java/org/apache/jetspeed/portal/portlets/viewprocessor ViewProcessor.java JSPViewProcessor.java VelocityViewProcessor.java src/java/org/apache/jetspeed/portal/portlets/browser

cvs commit: jakarta-jetspeed-2/applications project.xml

2003-08-14 Thread weaver
weaver 2003/08/08 13:57:55 Modified:applications project.xml Log: The first JSR-168 velocity portlet! You will need to manually copy the veltag.jar from the patched-jars folder into your maven repo. Revision ChangesPath 1.2 +19 -2 jakarta-jetspeed-2/applicati

DO NOT REPLY [Bug 22265] New: - customizeTemplate registry entry not recognized

2003-08-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

[ADMIN] Who moderates the jetspeed lists?

2003-08-14 Thread Santiago Gala Pérez
I have been tracking discussions in [EMAIL PROTECTED], and I would be willing to help moderate some of the mailing lists in the project. Also, there is some discussion on anti-spam filtering which we could not be using, and would ease the burden that someone could be having. :-) I could not fin

Patches for Jetspeed-2

2003-08-14 Thread Roger Ruttimann
Bugzilla is not setup for Jetspeed-2 and for this reason I send patches for the stuff I'm working on to the dev list. The following patches includes the classes and the schema updates for storing the Media Types (Capabilities/MimeType) in the database using OJB. I had some troubles to create patc

cvs commit: jakarta-jetspeed-2/plugin/ojb repository_database.xml

2003-08-14 Thread weaver
weaver 2003/08/14 10:29:41 Modified:plugin/ojb repository_database.xml Log: Added the default-connection sttribute to the test db-descriptor Revision ChangesPath 1.3 +4 -57 jakarta-jetspeed-2/plugin/ojb/repository_database.xml Index: repository_database.xm

Re: [VOTE] Marco's WebClippingPortlet

2003-08-14 Thread David Sean Taylor
On Friday, August 8, 2003, at 01:00 PM, Mark Orciuch wrote: Thanks for another contribution, Marco! Where's the code. In Bugzilla someplace ? -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 +01 707 529 9194 -

cvs commit: jakarta-jetspeed-2/plugin project.xml

2003-08-14 Thread weaver
weaver 2003/08/14 10:29:07 Modified:plugin project.xml Log: Added HSQL dep Revision ChangesPath 1.3 +8 -0 jakarta-jetspeed-2/plugin/project.xml Index: project.xml === RCS file: /home/cv

Re: cvs commit: jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/om/registry/impl - New directory

2003-08-14 Thread 苗启广
ÔÚ 2003-08-09 05:38:00 ÄúдµÀ£º >of you ? Could you tell me ? Thanks~~ >taylor 2003/08/08 22:38:29 > > jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/om/registry/impl - New > directory > >- >To unsubscribe, e-mail:

cvs commit: jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/aggregator PortletWindowFactory.java

2003-08-14 Thread weaver
weaver 2003/08/06 12:42:11 Modified:portal/src/java/org/apache/jetspeed/aggregator PortletWindowFactory.java Log: Now supports the InitablePortletEntity interface Revision ChangesPath 1.4 +33 -11 jakarta-jetspeed-2/portal/src/java/org/ap

RE: LDAP/AD Authentication Service

2003-08-14 Thread Mark Orciuch
Please open up a Bugzilla item and submit your changes as patches. Thanks! Best regards, Mark Orciuch - [EMAIL PROTECTED] Jakarta Jetspeed - Enterprise Portal in Java http://jakarta.apache.org/jetspeed/ > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thur

  1   2   3   >