Retrieving user data from portal

2002-11-04 Thread R
How does one retrieve the user data that is stored in the data tags when going through the authentication framework? I've traced into code and it seems that its being saved in the session somewhere, but I can't seem to be able to figure out how to pull it from the session using the session

Re: Retrieving user data from portal

2002-11-04 Thread R
Right.. I've looked at the SessionTransformer. I'm assuming I will need to do some sort of: session:getxml context=??? path=/data/title/ or some such... but I don't know what context the authentication framework stores the user data in. Am I barking up the wrong tree? thanks, rob On Mon, 04

Request Parameters in XSP

2001-10-23 Thread Adam A R
Hi All, I am a newbie in the world of COCOON. Hope you all Butterflies will be able to help this little larva.. ;-) in flying with wings of XML. ok.. heres my problem.. I want to access the parameters being passed in the request object. I have tried a few examples(from tutorials and

Malformed XML or Non-welformed XML

2001-10-27 Thread Adam A R
Hi All, I am trying this since long time but unable to get through. Requirement: output theACTION tag(which does not have a closing tag) foran HDML page. I tried using xsl:text disable-output-escaping="yes"lt;ACTION gt;/xsl:textto no avail. I get the lt; and gt; as they are in

CPU Hogging by Cocoon

2001-11-12 Thread Adam A R
Hi All, I am using Cocoon 1.8 with iAnywhere Wireless Server as the Servlet Engine. I have seen that the CPU usgae increases when I request any page via Cocoon. The trend of this increase is interesting. it periodically rises and falls. But the time for which it is being used keeps

Problem Building C2

2001-11-14 Thread Adam A R
Hi All, I am new to Cocoon. I am trying to build C2 from the source(from CVS). But I get an error in the beginning itself. The error is given below D:\home\adam\src\xml-cocoon2.\build.bat -Dinclude.webapp.libs=yes -Dinstall.war="C:\Program Files\ServletEngine\Webapps" installBuildfile:

Re: Reducing system resource usage by Tomcat/Cocoon

2001-11-15 Thread Adam A R
Hi Anthony, I was wondering if it was only me whos having the problem. My Problem: I am using Cocoon1.8 with iAnywhere Wireless Server(from Sybase). For simplicity I am using a simple XML file with a simple XSL stylesheet which transforms the XML to HTML Everything is OK until I request around

Re: newbie Question abt number of xsls

2001-11-18 Thread Adam A R
Hi Arun, Yes. It is possible to use one .xsl for each ML If you are using Cocoon 1.8 then use the media=xxx parameter in the processing instruction to specify the useragent for the xsl. eg. ?cocoon-process type=xslt? ?xml-stylesheet href=xsl/to-hdml.xsl type=text/xsl media=up? ?xml-stylesheet

Re: newbie Question abt number of xsls

2001-11-19 Thread Adam A R
time. if there are any links for stylesheets to convert from XML to any ML in a generic way, please can you give me some links. It will be very helpful for me Thankz in advance, regards, Arun.N - Original Message - From: Adam A R [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: Internationalization

2001-11-28 Thread Adam A R
Hi Siddharth, I have a similar problem. And currently I do the following. I get the preferred language for this user. Put it into the session variable 'i18n:lang'. And lo!! depending on the language choosen by the user the user will see Nihongo/Espanol/Francais/ But of course, I have to

Help needed with debugging XSP

2001-12-14 Thread Adam A R
Hello all, I am using Cocoon 1.8 with iAWS server. I have the following flow in my application. XML - XSP - XSLT XML file processed by XSP(actually an XSL) to add dynamic content. The output of which is transformed by a Stylsheet and the result returned to the user. Now, I want to look at

Re: Big problem with IE!

2002-01-14 Thread Adam A R
Hi TJ, Please check the logicsheet which munges the data. If the browser(I think you will encounter the same problem if you were to use any other browser. Please check and let us know) can display it 5 times, it means that there is probably no problem with the browser. Sometimes you may keep

Re: PDF format not seen in Internet Explorer browser

2001-06-12 Thread RameshBabu R Muthuvel
hi I too had a similar problem. Probably your IE doesn't have pdf plugin. I didn't know how to do it. So, I downloaded acrobat reader 4.0 fresh and installed, using IE 5.0. It started working. Try this and let me know. regards ramesh

Re: EJB, Cocoon, transaction management - need help for overview

2001-06-13 Thread RameshBabu R Muthuvel
Hi I don't know how cocoon helps in transaction management, but i know how you attain it using jboss. In jboss, you include it as part of the deployment descriptor. ramesh Original Message Follows I don’t know much about EJB but I have read that EJB has transaction management,

Re: JBoss+Tomcat+Cocoon

2001-06-16 Thread RameshBabu R Muthuvel
Hello I think you have installed tomcat+jboss in the embedded mode. I got apache+tomcat+jboss+cocoon working fine. First, I got apache+tomcat+cocoon running then installed jboss asa container to tomcat, ie., lookup jboss from tomcat. This works fine for me. ramesh

Call Cocoon from servlet

2001-07-25 Thread Joao R Silva (EST)
Hello: I want to call Cocoon from a servlet. To do that i started to try an example poste in an older version of Cocoon (fromServlet) but this is impossible because the function ProducerFromRequest was removed. I would like to know if there is any other possibility for calling Cocoon from a

ProducerFromRequest

2001-07-26 Thread Joao R Silva (EST)
The function ProducerFromRequest was removed from the Cocoon version 1.7.4 for security reasons. I would like to know if the is any solution to overcome the problem. I want to call cocoon from a servlet. In the example fromServlet that existed in the Cocoon version 1.7.4 is used the removed

RE: ProducerFromRequest

2001-07-26 Thread Joao R Silva (EST)
ProducerFromRequest code that looks at the session object for a special identification object used to insure that the request came from one of my servlets. Jay -Original Message- From: Joao R Silva (EST) [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26, 2001 11:25 AM To: [EMAIL PROTECTED] Subject

Re: Tables in PDF

2002-11-12 Thread Antonio Gallardo R.
Check this: http://www.xml.com/pub/a/2001/01/17/xsl-fo/index.html http://www.dpawson.co.uk/xsl/sect3/index.html http://www.ibiblio.org/xml/books/bible2/chapters/ch18.html It helps me to resolve my problems. :-D Antonio Gallardo Carlos Marcelo Santos dijo: Hi: Can somebody send me an

Re: need example of modular db select at work

2002-11-12 Thread Antonio Gallardo R.
Check the examples of mod-db in your Cocoon installation. Antonio Gallardo Is there anyone that can provide a working example of the modular db select. An addtional bonus would be to see how to get at the values output from the action in the sitemap. Thanks, Phil

ESQL taglib missing in action

2002-12-22 Thread John R. Daily
: org.apache.cocoon.Roles. Is this a recent change that has not yet been documented? On the topic of documentation, I also noticed that the API docs don't link to the org.apache.avalon docs; that would seem to be a particularly relevant API for cross-referencing. /tangent -- John R. Daily

Cocoon tutorial available at CMSWatch.com and Sphere.com

2002-12-24 Thread John R. Callahan
and Resin 2.x. (I've also got PPT slides to accompany the article if anyone wants them :-p) Thanks for Carsten, Matthew, Lajos and Jeremy for their inspiring and helpful books! Enjoy! -- jack John R. Callahan, Ph.D. CTO Sphere Software Corporation (www.sphere.com) - The Intelligence of XML [EMAIL

Re: Use of SessionPropagatorAction

2002-12-24 Thread John R. Callahan
, etc. But you should get the basic idea. Check out the auth-fw in the Cocoon samples first. I made some additional comments to your email below. Take care and see you next month... -- jack John R. Callahan, Ph.D. CTO Sphere Software Corporation (www.sphere.com) - The Intelligence of XML

Re: ESQL taglib missing in action

2003-01-03 Thread John R. Daily
that into something else. The .java file generated for the XSP page does not pull in any of the imports that the XSL specifies. I can't see any alternative other than Cocoon isn't invoking the XSL for the ESQL taglib. -- John R. Daily[EMAIL PROTECTED] Director

Re: ESQL taglib missing in action

2003-01-03 Thread John R. Daily
, and Java 1.4.1-beta. The postgresql driver exists in web.xml. Thanks. -- John R. Daily[EMAIL PROTECTED] Director of TechnologyProgeny Linux Systems Master of the ephemeral epiphany

xsp:attribute problem

2003-01-06 Thread John R. Daily
either the XSP spec isn't nailed down, or there's a bug with Cocoon, or I'm just showing my ignorance again. Software: Cocoon 2.0.4 Tomcat 4.1.18 Java 1.4.1 (beta) -- John R. Daily[EMAIL PROTECTED] Director of Technology

Regexp matching

2003-01-08 Thread John R. Daily
useful documentation on the regexp matching. Am I doing something wrong? Is there a way to do this with wildcard matching? -- John R. Daily[EMAIL PROTECTED] Director of TechnologyProgeny Linux Systems Master

Re: Regexp matching

2003-01-08 Thread John R. Daily
At (time_t)1042043581 Geoff Howard wrote: I'm not sure why, but in the regexp matcher I'm using I have [] around the last slash, so try: map:match type=regexp pattern=foo/(.*)/(.*)[/]? That doesn't work either, unfortunately. What version of cocoon are you using? I'm using 2.0.4, with Java

Schematron transform in a Cocoon pipeline

2003-01-21 Thread John R. Callahan
This seems too simple, but I wanted to see if I could use Schematron generated XSLT to validate some XML in a Cocoon pipeline. This might be used for validating uploaded XML files for example. I downloaded the latest Schematron skeleton (1.5), then generated some XSLT from a set of assertions,

subsitemaps from JAR files

2003-02-05 Thread John R. Callahan
. Is there a better way to do this? Could map:mount use the SourceResolver instead? Will blocks solve this problem or are they geared toward encapsulation of components only? Just curious... -- jack John R. Callahan, Ph.D. [EMAIL PROTECTED

Re: Cocoon 2 via command line Baltimore CHUG

2003-02-05 Thread John R. Callahan
, there are many Northern Virginia people for whom Columbia would be a problem. We'll have to put it to a vote. Please come to the D.C. XML User's group meeting if you can make it on Feb 19th. -- jack John R. Callahan, Ph.D. [EMAIL PROTECTED] - Original Message - From: Horsfield, Peter A. [EMAIL

Re: Joint DC SGML/XML and Linux Users Groups meeting TONIGHT (7pm EDT)

2003-02-19 Thread John R. Callahan
R. Callahan, Ph.D. CTO Sphere Software Corporation - The Intelligence of XML [EMAIL PROTECTED] I just spoke with Jon Sears, AGU, and confirmed that tonights meeting can still be held. He suggested that you plan on taking the Metro or parking in the parking barn across

Problem with indent

2003-03-12 Thread g[R]eK
4.1.18. My OS is WinXP (SP1). Sorry about any mistakes, I speak little english... -- Best regards . g[R]eK mailto:[EMAIL PROTECTED] . - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re[2]: Problem with indent

2003-03-13 Thread g[R]eK
. That is to say, it is encoded as char not as entity. Little question... When I start cocoon, I have this text: 'server.properties not found, using command line or default properites' Is it important? -- Best regards, g[R]eKmailto:[EMAIL PROTECTED

Re[2]: Problem with indent

2003-04-01 Thread g[R]eK
Hello Joerg, March 13, 2003, 08:22:55 AM, you wrote: JH g[R]eK wrote: Hi J.Pietschmann, JP Try JPindentyes/indent It isn't working, the output is same :-( JH Of course it changes nothing with encoding, you wrote Problem with indent JH in the mail subject. I remind to you. I have 2

Authentication and permission rights

2003-06-08 Thread g[R]eK
and some others etc. The question is: How login users which have miscellaneous permission rights, and how to protect resources? -- Best regards . g[R]eK mailto:[EMAIL PROTECTED

Conditional pipeline processing

2003-06-10 Thread g[R]eK
', 'option2', 'option3' etc. In general pipeline, I want to decide which one of options I will call. The condition is the result of src pipeline. -- Best regards . g[R]eK mailto:[EMAIL PROTECTED

Re: FOP problems with Unix

2003-06-18 Thread John R. Callahan
I've had this problem many times: you need an X windows display (the DISPLAY environment variable) set to a viable display (like localhost:0.0) first OR use the headless Java stuff in JDK 1.4 (see the Cocoon install notes or Wiki). -- jack John R. Callahan, Ph.D. CTO [EMAIL PROTECTED] Sphere

cocoon on Dynamo

2003-06-25 Thread Barback, Lisa R
I am trying to Install Cocoon on Dynamo 5.1.1. I have created am EAR file from the Cocoon WAR file. I have also created a DAR file from the EAR file. When I start the dynamo server, the DAR file appears to load correctly. -loadingApplication : Loading J2EE application from:

xsl transfromation.

2001-07-30 Thread Kazi the P i R @ t {-
System: Win 98 Servlet Engine: Tomcat (standalone) 3.2.1 XML Framework: Cocoon 1.8.2 Trouble: I was just trying out an xsl transformaiton of a static xml page i created... but then when i called the page from the browser the following error comes up -

Re: xsl transfromation.

2001-07-31 Thread Kazi the P i R @ t {-
stylesheets) Also, don't expect too much of cocoon's error message: they're quite useless as you can see here. Use a xml/xsl validator to find the right bug. Olivier -Message d'origine- De : Kazi the P i R @ t {- [mailto:[EMAIL PROTECTED]] Envoyé : mardi 31 juillet 2001 06:24 À

using XSP : element ???

2001-08-16 Thread Kazi the P i R @ t {-
i am trying to use the xsp:attribute thing to put attributes into a statically marked element. but ever since i put those in... i am getting an error messge from the browser when i try to call the page... Has anyone ever used these xsp elements b4?? maybe you can give me some pointers on its