RE: Database URLManagerService

2002-04-26 Thread Mani, Bharanidharan
hi david, I am not using the new rewriter. when i used the old rewriter framework handleSimpleTag methods were still not called... dont know why... please let me know a solution.. thanks bharani -Original Message- From: David Sean Taylor [mailto:[EMAIL PROTECTED]] Sent:

RE: Database URLManagerService

2002-04-26 Thread Mani, Bharanidharan
Hi david, pl try this url. htmlbody _implied_=trueframeset rows=100%,*frame src=http://webserver/webapp/jetspeed/xyz.html;noframesThis is not a HTML frame enabled browser. you cannot view this page using this browser./noframes/frameset/body/html The above html works in IE. but the

RE: Database URLManagerService

2002-04-26 Thread Glenn Golden
Forgive me if you've already covered this, as I'm jumping into the middle of this conversation, but... If this is a snipit of HTML that would be a portlet's HTML, you cannot do this in a regular portlet. You cannot have a frameset within the body of a non-frameset HTML page. A portlet's HTML

Re: cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/cache/diskJetspeedDiskCache.java

2002-04-26 Thread Santiago Gala
[EMAIL PROTECTED] wrote: sgala 02/04/25 11:40:22 Modified:src/java/org/apache/jetspeed/cache/disk JetspeedDiskCache.java Log: This is a hack for the race condition we have been experiencing. By the Way, I noticed it due to the excessive logging

RE: Database URLManagerService

2002-04-26 Thread David Sean Taylor
The rewriter should allow for stripping of frames and framesets. It doesn't seem to be an option right now. I also wrote a unittest to strip out the frames and framesets using the new rewriter. It worked fine, although I had to make some minor adjustments to the new rewriter. I can check in the

Moving the registry service directory

2002-04-26 Thread Setera, Craig
I'm trying to move the registry directory out of the webapp's WEB-INF hierarchy using the property services.Registry.directory=xxx This does not currently appear to work to move outside the webapp's directory structure. Setting this to (for instance) c:\jetspeed\registry will yield the

cvs commit: jakarta-jetspeed/build build.xml

2002-04-26 Thread taylor
taylor 02/04/26 10:01:50 Modified:buildbuild.xml Log: added new unit test for frames and html rewriter Revision ChangesPath 1.141 +17 -2 jakarta-jetspeed/build/build.xml Index: build.xml

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/util/rewriter FrameRewriterTest.java HTMLRewriter.java Rewriter.java SwingParserAdaptor.java

2002-04-26 Thread taylor
taylor 02/04/26 10:05:08 Modified:src/java/org/apache/jetspeed/util/rewriter HTMLRewriter.java Rewriter.java SwingParserAdaptor.java Added: src/java/org/apache/jetspeed/util/rewriter FrameRewriterTest.java Log: - added new

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/util/rewriter SampleRewriter.java

2002-04-26 Thread taylor
taylor 02/04/26 10:12:46 Modified:src/java/org/apache/jetspeed/util/rewriter SampleRewriter.java Log: - changed signature to match interface on enterSimpleTagEvent Revision ChangesPath 1.2 +3 -2

RE: Database URLManagerService

2002-04-26 Thread David Sean Taylor
The HTMLRewriter should strip frames. I added this feature to the new Rewriter, but its still to be integrated with the WebPagePortlet. Hope to find for that sometime soon. For now, Recommend patching the current HTMLRewriter to always strip frames for now, just look at the new rewriter for an

RE: Database URLManagerService

2002-04-26 Thread Mani, Bharanidharan
thanks.. bharani -Original Message- From: David Sean Taylor [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 2:05 PM To: 'Jetspeed Developers List' Subject: RE: Database URLManagerService The HTMLRewriter should strip frames. I added this feature to the new Rewriter, but its

cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html database-browser-portlet.vm

2002-04-26 Thread taylor
taylor 02/04/26 11:31:13 Modified:src/java/org/apache/jetspeed/modules/actions/portlets/browser DatabaseBrowserAction.java webapp/css default.css webapp/WEB-INF/templates/vm/portlets/html

RE: Database URLManagerService

2002-04-26 Thread Mani, Bharanidharan
david, i have a question... if you remove the frames from the html page, what would happen if one of the links in the page redirects its content to one of the frames in of the same page??.. where will the content of that link go? thanks bharani. -Original Message- From: David

RE: customizing jetspeed's default page...

2002-04-26 Thread Mani, Bharanidharan
hi michelle, The left links are part of left.jsp and left.vm. its under the path: c:\Program files\Tomcat4.0\webapps\jetspeed\WEB-INF\templates\jsp\navigations\html\en\l eft.jsp c:\Program files\Tomcat4.0\webapps\jetspeed\WEB-INF\templates\vm\navigations\html\left. vm thanks bharani

RE: Database URLManagerService

2002-04-26 Thread Mani, Bharanidharan
hi, i would like to know whether the latest binaries are from this path: http://jakarta.apache.org/builds/jakarta-jetspeed/release/v1.3a2/ thanks bharani. -Original Message- From: David Sean Taylor [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 2:05 PM To: 'Jetspeed

Unittest failing on org.apache.jetspeed.services.psmlmanager.TestMarshalPsml

2002-04-26 Thread Paul Spencer
[junit] Running org.apache.jetspeed.services.psmlmanager.TestMarshalPsml [junit] Testing marshalling of PSML on base *** ConfigElement *** [junit] Testing marshalling of PSML on base *** IdentityElement *** [junit]

RE: Unittest failing on org.apache.jetspeed.services.psmlmanager.TestMarshalPsml

2002-04-26 Thread David Sean Taylor
Yup Im aware of that (AYITIDNRUT?). Please give me a chance to fix it Btw -- have you been checking the jetspeed-dev list? There have been some bugs reported against the $jslink -Original Message- From: Paul Spencer [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 12:56 PM

DO NOT REPLY [Bug 8443] - add portlet broken

2002-04-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8443. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/cache/disk JetspeedDiskCache.java

2002-04-26 Thread Todd Kuebler
Attached are two diffs, one to move the servlet context temp directory code into the constructor as requested, and another to get the URL manager to write its datasources.properties file into the servlet context temp directory as well (that code takes place during init()). %regards -tk At

RE: Database URLManagerService

2002-04-26 Thread Mani, Bharanidharan
david, I got the latest htmlrewriter from cvs and integrated with WebPagePortlet. but it didnt strip off frameset and frame tags.. here is the html file: htmlframeset rows=100%,*frame src=top.htmlnoframesThis is not a HTML frame enabled browser. you cannot view this page using this

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions CreateNewUserAndConfirm.java

2002-04-26 Thread paulsp
paulsp 02/04/26 14:19:10 Modified:src/java/org/apache/jetspeed/modules/actions CreateNewUserAndConfirm.java Log: Replace DynamicURI with JetspeedLink Revision ChangesPath 1.32 +7 -7

RE: Database URLManagerService

2002-04-26 Thread David Sean Taylor
Did you try running the unit test on your html file? See org.apache.jetspeed.util.rewriter.FrameRewriterTest If that fails, then let me know otherwise its in your code -Original Message- From: Mani, Bharanidharan [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 2:18 PM To:

RE: Database URLManagerService

2002-04-26 Thread Mani, Bharanidharan
i dont have org.apache.jetspeed.util.rewriter.FrameRewriterTest i have SampleRewriter instead.. -Original Message- From: David Sean Taylor [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 5:29 PM To: 'Jetspeed Developers List' Subject: RE: Database URLManagerService Did you try

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/daemon DaemonThread.java

2002-04-26 Thread taylor
taylor 02/04/26 14:40:52 Modified:src/java/org/apache/jetspeed/daemon DaemonThread.java Log: Tagged all Jetspeed threads as daemons (this.setDaemon(true)) This will allow for Jetspeed to properly shutdown with Tomcat 4.0.2 and greater. As of version 4.0.2, Tomcat no longer

RE: Database URLManagerService

2002-04-26 Thread David Sean Taylor
Its in cvs head -Original Message- From: Mani, Bharanidharan [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 2:40 PM To: 'Jetspeed Developers List' Subject: RE: Database URLManagerService i dont have org.apache.jetspeed.util.rewriter.FrameRewriterTest i have

DO NOT REPLY [Bug 6426] - Add Portlet with 3 columns, can't see in 2 columns layout

2002-04-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6426. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6426] - Add Portlet with 3 columns, can't see in 2 columns layout

2002-04-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6426. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8129] - Switching from 3 column to 2 column layout is broken

2002-04-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8129. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.