AW: problems with a real mobile phone

2003-06-30 Thread Marco Rolappe
ho, if you haven't setup a serializer for wml (specifying the doctype, etc.), then you should do so. that would look something like: ... -//WAPFORUM//DTD WML 1.1//EN http://www.wapforum.org/DTD/wml_1.1.xml ISO-8859-1 ... > -Ursprün

AW: Dynamically build xmlforms

2003-06-10 Thread Marco Rolappe
Auftrag von morten svanæs > Gesendet: Dienstag, 10. Juni 2003 20:21 > An: [EMAIL PROTECTED] > Betreff: Re: Dynamically build xmlforms > > > Hei Marco, > maybe I'm just making it more difficult than it is. > I guess I could make some xsp scripts that writes >

AW: Dynamically build xmlforms

2003-06-10 Thread Marco Rolappe
hej morten, I don't see a reason why you shouldn't be able to dynamically generate your xmlforms. write corresponding pipelines for the xmlform descriptions, apply the xmlform transformations and you should be set. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

AW: logic in sitemap.xmap

2003-06-03 Thread Marco Rolappe
hi hill, geoff refers to the flow layer (the layer supposed to control the web app flow). check out the cocoon wiki (http://wiki.cocoondev.org/) and search for 'flow'. the language for the flow layer is basically pluggable (though it has to support continuations), it defaults to javascript. > --

AW: memory on the status page

2003-04-04 Thread Marco Rolappe
hi bert, the 119MB is the amount of memory used by the java process (i.e. heap and other resources). the -Xmx parameter specifies the maximum size of the heap, i.e. not the maximum size of memory used by the process. the other numbers tell you that the heap's current size is 64MB of which 19MB a

AW: Newbie: yet ANOTHER problem: db access (NoValidConnectionException)

2003-04-04 Thread Marco Rolappe
first, HTH = Hope That Helps ;-), my first name is marco, my mysql driver jar's name is 'mysql-connector-java-2.0.14-bin.jar' (which is in WEB-INF/lib). within the jar I have a file README. a snip from the section 'USAGE AND INSTALLATION': ... If you are going to use

AW: Newbie: yet ANOTHER problem: db access (NoValidConnectionException)

2003-04-04 Thread Marco Rolappe
hi phil, please try com.mysql.jdbc.Driver as the driver class. that should work. your dburl seems to be correct. otherwise have a look into your mysql-connector jar. there should be a README inside. HTH > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > A

AW: include other xsp

2003-04-02 Thread Marco Rolappe
hi magne, several possibilites: - have a look at the util.xsl logicsheet. it define several tags for including stuff (e.g. , , ...) - CIncludeTransformer - XIncludeTransformer for the latter two you should be able to find docs. regarding the logicsheet I suggest having a look at it yourself. >

AW: Managing users' permissions through the sitemap

2003-03-31 Thread Marco Rolappe
hi amelie (always reminds me of that wonderful movie ;-), since I've not yet looked into/used the authentication framework, my first thought would be another authorization action. you supply the action with the respective parameters or let the action grab it from the session, etc. from within yo

AW: cocoon give empty page without error in log files

2003-03-29 Thread Marco Rolappe
hi stavros, the empty page may stem from 'suboptimal' error handling which is fixed in CVS AFAIK. please take a look at your tomcat logs. any exceptions (in this case probably at least an IllegalStateException) should show up there. maybe the OutOfMemoryError you got is actually the problem. afte

AW: Build In Eclipse

2003-03-28 Thread Marco Rolappe
Title: Message AFAIK the cocoon source comes with its own ANT including custom tasks. that ANT is then used from the build script. you might be able to do the for the eclipse integrated ANT. but maybe that's already handled by a target that should exist in the build.xml; eclipse.project IIR

New site C2

2003-03-24 Thread Marco Taiuti
New site powered by Cocoon 2 www.linesrl.it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: Cocoon logs

2003-03-16 Thread Marco Rolappe
hi amelie, you may look at tomcat's log files ($TOMCAT_HOME/logs). but first make sure please that logging is enabled for the components you're using. i.e. for database actions, sql transformer, etc. > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Auftr

possible thread problem..?

2003-03-16 Thread Marco Rolappe
hi group, I don't really know if this is a problem or just seems like one. apart from experiencing quite high cpu usage I encountered log entries assoctiated to threads with very high thread numbers; ... INFO(2003-03-16) 10:37.51:408 [access] (/imode_de/galleries/nav(1,2).html) Thread-2987

AW: jsessionid=CE76835B0559A701E89C2CD01D1DEF88

2003-03-15 Thread Marco Rolappe
that's a servlet container issue, not a cocoon one. just don't use sessions in your app (I assume you don't need to) and the JSESSIONID should be gone. > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Auftrag von Stavros Kounis > Gesendet: Freitag, 14. Mar

AW: wml generator ?

2003-03-15 Thread Marco Rolappe
as was already mentioned WML is an XML application, thus you 'generate' it via the normal 'file' generator. afterwards, conversion to e.g. xhtml should be possible. for the .wbmps you could write a simple converting Reader, for example. JAI has support for .wbmps, so you could read them in and wri

AW: Newbie

2003-03-15 Thread Marco Rolappe
hi richard (again ;-), you may have a stylesheet for it, but from the sitemap.xmap attached I don't see it applied to your xml. another thing; you're not getting any images displayed, are you? just asking because I see your matches on *.gif and *.jpg not being defined within pipelines. the paths

AW: xsp resulting in empty xml doc and the error ComponentSelector could not find the component for hint [serverpages] in core.log

2003-03-15 Thread Marco Rolappe
hi stephan, you might also want to take a look at tomcat's logs, if nothing appears in cocoon's logs. the 'empty' page is most probably because of 'buggy' error-handling (which I think is fixed by now). > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Auf

AW: HostSelector

2003-03-15 Thread Marco Rolappe
hi geoff, I actually encountered the problem you mentioned and back then I just added a '*' to match the port string. from a quick look at the sources it seems to me that in the case of the selector things are different; it seems to be checking for a substring match. > -Ursprungliche Nachric

AW: HostSelector

2003-03-15 Thread Marco Rolappe
hi kevin, in case you copy&pasted it may just be a typo: > src="org.apache.cocoon.selection.HostSelector"/> ^^^ element closed I wonder if you're not getting any other errors because of this. >

AW: SQL and Stylesheets

2003-03-13 Thread Marco Rolappe
hi richard, I had a quick look at the xsl and it seems to me you should be learning some XSL ;-) maybe go to http://www.w3schools.com and check out their XSL tutorial. they even use some kind of cd database in that tutorial. may be the right thing for you. to the xsl: the element was supposed to

AW: dynamically load an action in a resource?

2003-03-13 Thread Marco Rolappe
hi christopher, I remember other people trying to do this, but unfortunately the 'type' parameter is not dynamically resolved. this restriction doesn't only apply to . other examples are 's type, which could also be useful. so in short; it's not possible your way. but I remember somethig simil

AW: empty session attribute ?

2003-03-13 Thread Marco Rolappe
as you were probably already told: actions are executed at pipeline assembly time, i.e. before the pipeline processing (including your transformer) starts. > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Auftrag von Lionel Crine > Gesendet: Donnerstag, 13

AW: SQL RE: 2 (should be) easy questions

2003-03-12 Thread Marco Rolappe
hi richard,   well, what can I say... the xsl not only looks complicated, it looks like a mess ;-)  you should really, really (really ;-) read up on the technologies you're trying to use.   1. what do you need the DTD for? 2. why are you trying to handle elements which are supposed to be h

AW: Problem writing a BetwixtTransformer

2003-03-12 Thread Marco Rolappe
PROTECTED]Im Auftrag von Lyall, KeithGesendet: Mittwoch, 12. März 2003 18:24An: '[EMAIL PROTECTED]'Betreff: RE: Problem writing a BetwixtTransformer Hi Marco,   I tried putting try / catch blocks round all of the code in the methods I have overridden but no exceptions w

AW: Problem writing a BetwixtTransformer

2003-03-12 Thread Marco Rolappe
Title: Problem writing a BetwixtTransformer hi keith,   I didn't analyze the code and can't tell you directly where the bug is but...   I also got a similar exception which seemed to be an XSLT/xalan exception but actually was an exception thrown from within a custom transformer. somehow th

AW: xml header on delivered pages

2003-03-11 Thread Marco Rolappe
hi nesto,   you can use yes in your serializer config.   but IIUC the xml declaration should be in the markup, since it's xhtml. maybe you have to use a mime-type different from text/html? -Ursprüngliche Nachricht-Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Im Auftra

AW: Logicsheets

2003-03-11 Thread Marco Rolappe
just a sidenote; for testing/prototyping purposes you don't need to declare your logicsheets in cocoon.xconf. there's an XSP element you can use to declare a logicsheet within your xsp. example; ... ... > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED

AW: xhtml serializers

2003-03-07 Thread Marco Rolappe
WHICH error do you get? -Ursprüngliche Nachricht-Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Im Auftrag von NestoGesendet: Freitag, 7. März 2003 17:12An: [EMAIL PROTECTED]Betreff: xhtml serializers Hi!   How can I define a set of serializers in the sitemap

AW: for

2003-03-07 Thread Marco Rolappe
the on the is not possible; it's translated to java code and first executed when generation starts, i.e. when the has already been translated. but you should be able to use following: paranamemycount > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > A

AW: Generating dynamic attributes in xsp

2003-03-05 Thread Marco Rolappe
you could post relevant snippets from your page, logicsheet. and please check the logs, too. maybe there's an error somewhere else occurring. > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Auftrag von Amelie Cordier > Gesendet: Mittwoch, 5. März 2003 01:

AW: Creating a variable type?

2003-03-05 Thread Marco Rolappe
hi derek, AFAIR the nodebuilder for type nodes (and probably others) doesn't resolve those variable references for @type attributes. thus I think it's not possible. -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Derek Hohls Gesendet: Mittwoch, 5. M

AW: i18n namespace attribute in wml output

2003-03-05 Thread Marco Rolappe
hi hans, I had this problem too. it maybe a default template in your stylesheet(s) which is applied to all elements not explicitly matched in your stylesheet(s). this one probably copies all nodes over including namespace nodes. I don't really have a solution, since I also had another issue, whic

AW: Generating dynamic attributes in xsp

2003-03-02 Thread Marco Rolappe
> -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Auftrag von Amelie Cordier > Gesendet: Sonntag, 2. März 2003 22:12 > An: [EMAIL PROTECTED] > Betreff: Re: AW: Generating dynamic attributes in xsp > > > Ok. > > I'm using a cvs version of cocoon that I buil

AW: Generating dynamic attributes in xsp

2003-03-02 Thread Marco Rolappe
> hi again too :) :-D > > I agree with you but each time I add "year" or "year or @year" or "@year > or year", cocoon crashes with this error : > > // start error (lines 95-95) " expected" > import > // end error where does this one show up? on the page or in the logs? a bit more context

AW: [modules] url path of pipeline

2003-03-02 Thread Marco Rolappe
hi jakob, having a quick look I assume you could use RequestContextPathModule or RequestURIModule. please see your cocoon.xconf whether those modules are declared. you may have to add declarations yourself. > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]

AW: AW: Generating dynamic attributes in xsp

2003-03-02 Thread Marco Rolappe
hi again, see inline... > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Auftrag von Amelie Cordier > Gesendet: Sonntag, 2. März 2003 17:07 > An: [EMAIL PROTECTED] > Betreff: Re: AW: Generating dynamic attributes in xsp > > > I can't achieve to make this

AW: Generating dynamic attributes in xsp

2003-03-02 Thread Marco Rolappe
hi amelie (nice name ;-), instead of passing the 'name' parameter as an attribute of you could use an element with the same name. the logicsheet-util logicsheet that comes with cocoon has templates that you can call to get a parameter. it checks for an attribute and an element with the name you s

AW: pass parameters to internal pipeline

2003-03-02 Thread Marco Rolappe
although it's a bit clumsy, you *can* use request parameters with an internal pipeline; you tell the xslt transformer to use request parameters and should then be able to access these from within your stylesheet. > -Ursprüngliche Nachricht- > Von: [EMAIL PRO

AW: and JAVA sessions

2003-02-26 Thread Marco Rolappe
from within an XSP you can have a session be created by specifying the 's attribute @create-session="true" (this is handled by the session logicsheet. this way a session will be created if it didn't yet exist. problems can occur with these sessions, though; sessions created by the session logicshe

AW: WebSphere 5.0 access.log classload error

2003-02-21 Thread Marco Rolappe
I'd rather tell you to RTFL ;-) the L is log. there you discover ClassNotFoundExceptions for classes 'For' and 'IBM'. looking at the virgin cocoon web.xml we find following: load-class org.hsqldb.jdbcDriver so, either tha

AW: Processing XSL output as XSP

2003-02-20 Thread Marco Rolappe
the limitation of one generator per pipeline is no real problem here; instead of going 'the linear way', just go 'the indirect way': you can have the reference a pipeline as source. so, in one pipeline you generate the xsp, in the other you have that xsp generate output. your pipeline: 1.

AW: XSP question

2003-02-19 Thread Marco Rolappe
hi nesto, I don't know the xbean logicsheet at all (doesn't seem to be in cocoon <= 2.0.4), but anyway; in the simplest case, the boils down to a variable declaration (scope = page): would have an equivalent of something like this: mypackage.MyClass myBean = new mypa

AW: What does cocoon-reload initialized

2003-02-17 Thread Marco Rolappe
then you should definitely have a look at the source code ;-) > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im > Auftrag von Lionel Crine > Gesendet: Montag, 17. Februar 2003 17:54 > An: [EMAIL PROTECTED] > Betreff: What does cocoon-reload initialized >

AW: Newbie: where is the error?

2003-02-17 Thread Marco Rolappe
hi nesto,   that IllegalStateException is a current cocoon bug (should by now be resolved in cocoon-2.0.5-dev and 2.1). cocoon is trying to notify an error, i.e. the one you are searching for. please have a look at your logs to see what the actual error is. if the cocoon logs don't reveal a

AW: cocoon-reload parameter

2003-02-17 Thread Marco Rolappe
I don't know what the 'ixiarequest' maps to in your pipeline, but maybe there's a problem with that component (generator, I uess?). otherwise I can't directly see the sense of needing cocoon to reload. > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im > Au

R: MySQL date conversion with modular database action

2003-02-17 Thread Marco Taiuti
atpub" to 'dd/MM/'? Thanks, Marco > -Messaggio originale- > Da: Christian Haul [mailto:[EMAIL PROTECTED]] > Inviato: lunedi 17 febbraio 2003 9.54 > A: [EMAIL PROTECTED] > Oggetto: Re: MySQL date conversion with modular database action > > > O

AW: Using a RequestAttributeSelector

2003-02-14 Thread Marco Rolappe
hi laurent, > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im > Auftrag von Laurent Comte > Gesendet: Freitag, 14. Februar 2003 19:48 > An: [EMAIL PROTECTED] > Betreff: Using a RequestAttributeSelector > > > BUT, it seems that the request read by the se

AW: dynamic served image files

2003-02-14 Thread Marco Rolappe
hi andi, you didn't tell what the source for the dynamically created wbmp image is. if it's based on xml input, you could write a corresponding Serializer (have a look at the respective sources). another option is to write a Reader (which doesn't actually need to read something ;-). third alter

AW: Pass custom parameters into an XSP

2003-02-12 Thread Marco Rolappe
David CummingsSubject: Re: Pass custom parameters into an XSP Wow. I did not know you could use the XSP to override the setup method.  That is VERY helpful. Thanks!!     - Original Message - From: Marco Rolappe To: [EMAIL

AW: Pass custom parameters into an XSP

2003-02-12 Thread Marco Rolappe
hi collin,   with XSPs an easier alternative would be to pass your 'parameter' as a request parameter.   then you would:                     ...   then you can get the request parameter from within your XSP via the request logicsheet () or via embedded logic (request.getParameter (

AW: AW: "global sitemap parameters" and programatic cocoon configuration

2003-02-10 Thread Marco Rolappe
hi hussayn, I see the classes available and modules declared in cocoon.xconf in 2.0.4, so; 1. they seem to be released stuff and 2. you should be able to use them in 2.0.4. > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im > Auftrag von SAXESS - Hussayn D

AW: Tomcat error!

2003-02-10 Thread Marco Rolappe
why don't you have a look at your tomcat logs? > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im > Auftrag von [EMAIL PROTECTED] > Gesendet: Montag, 10. Februar 2003 15:52 > An: [EMAIL PROTECTED] > Betreff: Tomcat error! > > > Hi, > I had some troubles wit

AW: "global sitemap parameters" and programatic cocoon configuration

2003-02-10 Thread Marco Rolappe
hi hussayn, > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im > Auftrag von SAXESS - Hussayn Dabbous > Gesendet: Montag, 10. Februar 2003 15:20 > An: [EMAIL PROTECTED] > Betreff: "global sitemap parameters" and programatic cocoon > configuration > > > Hy,

AW: Accessing named session attributes in XSP?

2003-02-10 Thread Marco Rolappe
hi derek, could you tell me please how the XSP is accessed? the problem might be that your XSP is dealing with a different session (XSPs default to creating a new session). > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im > Auftrag von Derek Hohls > Gese

AW: AW: Session problems

2003-02-07 Thread Marco Rolappe
Session session = request.getSession(); ... > session is created it should be keep living for subsequent requests... > > After having saying this, i bet you cross webapp boundaries ... > > regards, hussayn > > Marco Rolappe wrote: > > > hi roberto, > >

AW: AW: Session problems

2003-02-07 Thread Marco Rolappe
hi roberto, please see bottom of mail. > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im > Auftrag von Roberto Cipollini > Gesendet: Freitag, 7. Februar 2003 10:16 > An: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Betreff: Re: AW: Session problems > > > Unfortu

AW: Session problems

2003-02-06 Thread Marco Rolappe
hi roberto, the reason why your elements are empty probably are the following; the session accessed in your XSP might be different from the JSP's session. since you redirect without url encoding the redirect url, the session probably doesn't survive the redirect. now in the XSP you didn't specify

AW: Parameters to a JSP page

2003-02-04 Thread Marco Rolappe
hi nesto,   I assume that the JSP knows how to handle the parameters.   you don't really have to process the parameters (via actions, matchers, whatever), since you said you are generating an html form.   so, in the generated form there should be something like this:   ...     ...        

AW: Cocoon and MySQL

2003-02-03 Thread Marco Rolappe
richard, once again my advice: take a look at the logs (here access.log): DEBUG (2003-02-03) 13:18.51:614 [access] (/cocoon/soundpool/database.html) HttpProcessor[8080][4]/AbstractEnvironment: Reset context to file:/C:/tomcat/webapps/cocoon/ WARN(2003-02-03) 13:18.51:614 [access] (/coco

AW: Cocoon and MySQL

2003-02-02 Thread Marco Rolappe
hi richard, first point: don't be afraid to look at the logs yourself ;-) most of the time they'll reveal what's going wrong. for example in the error.log you attached: ERROR (2003-02-02) 22:45.52:747 [core] (Unknown-URI) Unknown-thread/Cocoon: Could not configure Cocoon environment org.xml.s

AW: AW: Accessing session variables in the sitemap.xmap

2003-01-31 Thread Marco Rolappe
emap.xmap > > > Hello Marco, > > thank you very much for your reply. It is a bit irretating that you > can't read something from the session that was set to it earlier in a the thing is that it was not set *earlier*. this has to do with how pipelines work. the xsp attribut

AW: Browser Selector

2003-01-31 Thread Marco Rolappe
hi richard, from what you wrote in your mail it seems you have misplaced the . those go into the pipeline definitions. maybe it would be best if you read some introductory material on the sitemap or have a look at samples sitemaps. your sitemap should look something like this:

AW: Accessing session variables in the sitemap.xmap

2003-01-31 Thread Marco Rolappe
hi heiko, please have a look at: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16246 this explains why the session created in an XSP is not visible later in the pipeline (being created after pipeline setup). you could create your session within your XSP if you override the generator's setup

AW: Passing User-Agent as a map:parameter

2003-01-31 Thread Marco Rolappe
hi lenya, I haven't yet really been into input modules, but I think you could use something like: > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im > Auftrag von Lenya L. Khachaturov > Gesendet: Freitag, 31. Januar 2003 15:04 > An: [EMAIL

AW: How can the result of a pipeline be a parameter for a transformation in another pipeline?

2003-01-31 Thread Marco Rolappe
maybe your user agent has several languages set in Accept-Language and maybe the input module uses these (LocalAction using first encountered). > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im > Auftrag von Cyril Vidal > Gesendet: Freitag, 31. Januar 2003

AW: Apache error on startup

2003-01-31 Thread Marco Rolappe
hi richard, I think this is a path issue. see below: > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im > Auftrag von Richard Cunliffe > Gesendet: Donnerstag, 30. Januar 2003 11:34 > An: [EMAIL PROTECTED] > Betreff: RE: Apache error on startup > > > Hussay

AW: Cocoon for persistent URLs

2003-01-29 Thread Marco Rolappe
I think you're mixing up the concepts of files and resources. persistent URLs should AFAIR bind to resources, which in turn may represent a file (and may redirect to a URL for that file, or something like that). example (contrived): http://cocoon.apache.org/manuals/BeginnersGuide this, being a

AW: WARP, Jserv or mod_jk?

2003-01-29 Thread Marco Rolappe
hi richard, I'm currently using Cocoon 2.0.4, Tomcat 4.1.18, Apache 1.3.26 and mod_jk2 (which I didn't have problems with yet). -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Richard Cunliffe Gesendet: Mittwoch, 29. Januar 2003 15:08 An: [EMAIL P

AW: AW: How can I send XML as HTTP POST to a URL?

2003-01-29 Thread Marco Rolappe
> > It may be adequate to write a protocol Handler for this > purpose. I think you can get hold on the original > request from the Environment. > Maybe .../components/source/URLSource.java > is a good starting point ... > > hussayn > > Marco Rolappe wrote: > > yo

AW: I cant get cocoon to process??

2003-01-28 Thread Marco Rolappe
MAIL PROTECTED] > Betreff: RE: I cant get cocoon to process?? > > > Marco, > > I have attached all the logs and my sitemap. I searched > 'PreparableMatcher', but nothing came back. > > Thank you so much for taking a look at this for me! > > Richard. > -

AW: I cant get cocoon to process??

2003-01-28 Thread Marco Rolappe
hi richard, you could take a look at tomcat's logs ($TOMCAT_HOME/logs). and look at cocoon's sitemap.log; around the end of the log search for 'PreparableMatcher' and the like. if there's nothing like that dealing with the uri match pattern you specified in your sitemap, definitely didn't get pro

AW: How to run 2 tomcat-coocon web server

2003-01-28 Thread Marco Rolappe
one might be able to better help you if the error message was translated. > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im > Auftrag von CARLETTA ANGELO > Gesendet: Dienstag, 28. Januar 2003 12:16 > An: [EMAIL PROTECTED] > Betreff: How to run 2 tomcat-co

AW: How can I send XML as HTTP POST to a URL?

2003-01-28 Thread Marco Rolappe
you should probably code that as an action, that you can use in your sitemap. please see relevant docs. > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im > Auftrag von gv > Gesendet: Dienstag, 28. Januar 2003 21:13 > An: [EMAIL PROTECTED] > Betreff: How ca

AW: simple question

2003-01-28 Thread Marco Rolappe
hi jordi, please have a look at cocoon's web.xml. there's an named show-time, which, when set to yes/true makes cocoon add the processing time to each response. > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im > Auftrag von Jordi Valldaura > Gesendet: D

AW: pass attributes to phpgenerator

2003-01-26 Thread Marco Rolappe
hi johannes, I think you should be matching the request parameter(s) via the respective matcher, i.e. RequestParameterMatcher. the default (WildcardURI) matcher most probably only matches on the URI. so (from the top of my head) it would be something like:

AW: AW: Action Not Adding Values to Sitemap or is it?

2003-01-25 Thread Marco Rolappe
rhaps this info helps you finding the problem. -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Julian Klein Gesendet: Samstag, 25. Januar 2003 19:08 An: [EMAIL PROTECTED] Betreff: Re: AW: Action Not Adding Values to Sitemap or is it? Marco, Thank

AW: simple question about RequestSelector

2003-01-25 Thread Marco Rolappe
hi cyril, the problem is the '{critere}'. you have no sitemap component creating this sitemap variable. but in this case you don't need that anyway since you are instructing the XSLT-/TraxTransformer to 'use-request-parameters', i.e. make all request parameters available to the stylesheet as style

AW: Action Not Adding Values to Sitemap or is it?

2003-01-25 Thread Marco Rolappe
AFAIR your sitemap variable is only accessible within your map:act block, something like this: -Ur

AW: Non-string sitemap custom parameters

2003-01-20 Thread Marco Rolappe
hi julio, In lack of details I don't completely understand your use case, but if you're trying to code in the stylesheet you should consider writing a transformer for your needs. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von jcplerm Gesendet: Di

AW: AW: XSP Redirection HELP!!!

2003-01-20 Thread Marco Rolappe
well, it does work, I tried it out. only one generator per pipeline, that's right (only one generator can be set at pipeline setup time). but in this case, there is only one pipeline, that is the ServerPagesGenerator. the redirect is to another pipeline. anyway, I can imagine the use of XSP actio

AW: Non-string sitemap custom parameters

2003-01-20 Thread Marco Rolappe
hi, as you may know, actions get parameters via avalon Parameters. if you look at the API you see that the parameters in the end can only contain strings. so you have no direct way to pass objects of other type. but you could pass your objects e.g. via request/session attributes. have a look at t

AW: XSP Redirection HELP!!!

2003-01-20 Thread Marco Rolappe
are you using your xsp as an action via ServerPagesAction? are you using your xsp as the target for the form action? like this: in your sitemap: ... you could redirect after the generation step via but this is kind of ugly. another

AW: newbie: creating a cocoon action using AbstractMultiAction

2003-01-20 Thread Marco Rolappe
the stacktrace says that the AbstractMultiAction can't be found. make sure that this class is in the classpath (it should be in the cocoon JAR, but you better check that out). -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Julian Klein Gesendet:

AW: Newbie questions about Actions

2003-01-20 Thread Marco Rolappe
hi lenya, you compile the java Action code like any other java code, i.e. via javac, IDE, etc. if you package the resulting classes as JAR this has to be in WEB-INF/lib of your cocoon. otherwise the classes go to WEB-INF/classes of you cocoon. note that the package structure has to be reflected

AW: Build ERROR last cocoon2 CVS

2002-12-21 Thread Marco Rolappe
hi stavros, I don't know line 1039 of your build file, but something in there seems to refer to a local path (the path shown in the error message). and as the exception says, it's a malformed URL. the correct one would start like file://c:/Documents... -Ursprungliche Nachricht- Von: [EMA

AW: run a Cocoon web application from CD-ROM?

2002-12-21 Thread Marco Rolappe
as you said yourself, you set the logging level to ERROR, so you still get errors. you could set the level higher, but then you would get the respective messages. but I think you could just remove all the configured log targets. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EM

AW: Problem in running XForm samples

2002-12-21 Thread Marco Rolappe
did you mistype a as ? -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von poornima ponnuswamy Gesendet: Donnerstag, 19. Dezember 2002 05:11 An: [EMAIL PROTECTED] Betreff: Problem in running XForm samples I am using cocoon2.1, Apache tomcat 4.1 and

Fw: MDB Access

2002-12-19 Thread marco scotoni
- Original Message - From: "marco scotoni" <[EMAIL PROTECTED]> To: "Upayavira" <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 2:05 PM Subject: Re: MDB Access > OK, > > i'm able to connect with this string in local way: > jdbc:odbc

MDB Access

2002-12-19 Thread marco scotoni
There's anyone who could send me string connection to a MDB File please? thx __ Dark Schneider ICQ#: 13815557 Current ICQ status: + More ways to contact me __

DataBase Action and date format

2002-12-18 Thread Marco Taiuti
Hi! how can I set a date format like this "dd/mm/" with Database Action? thanks in advance. iker. - Please check that your question has not already been answered in the FAQ before posting.

AW: Include content of another (non-xml) file into an XSP

2002-12-13 Thread Marco Rolappe
hi yves, maybe you could simply use one of the Cocoon IncludeTransformers, so that your text file is included before the XSP is compiled and executed. -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Yves Vindevogel Gesendet: Donnerstag, 12. Dezem

Could be a Bug? Re: XSP+logic 2nd

2002-11-07 Thread marco scotoni
Hi, i notice that i get an error if i put  between tags ,   it seems a strange thing...there's a particular tag or method to process a result after a query?   or that's a bug?     Error:   org.apache.cocoon.ProcessingException: Language Exception: org.apache.cocoon.components.language.Languag

Re: XSP+logic

2002-11-07 Thread marco scotoni
abella_at.id_at AND > tabella_famiglia.id_cf=tabella_cf.id_cf AND > tabella_famiglia.id_fa=4 AND > tabella_prodotto.id_fa=4 > > > > > > > >

XSP+logic

2002-11-07 Thread marco scotoni
Hi, i have an error on this .xsp page but i can't solvehelp plz Error: org.apache.cocoon.ProcessingException: Language Exception: org.apache.cocoon.components.language.LanguageException: Error compiling query_prod_xsp: Line 1113, column 18: ')' expected Line 1114, column 11: illegal start of

URL / Relative path in External graphic

2002-11-07 Thread marco scotoni
roblem has been solved? thx Marco Scotoni __ Dark Schneider ICQ#: 13815557 Current ICQ status: + More ways to

Re: Where is the Jar with Jdbc-Odbc Class!?!?!?

2002-11-05 Thread marco scotoni
r 05, 2002 10:37 AM Subject: Re: Where is the Jar with Jdbc-Odbc Class!?!?!? > It is in the JDK (rt.jar) > > Ludovic > > - Original Message - > From: "marco scotoni" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, No

Where is the Jar with Jdbc-Odbc Class!?!?!?

2002-11-05 Thread marco scotoni
I'm lookin for Jar where Jdbc-Odbc classes are...help plz i cant find - Please check that your question has not already been answered in the FAQ before posting. To unsubscri

cocoon & Batik

2002-10-25 Thread marco scotoni
I try to update Batik up version 1.5b4 but i've got some problems...   on cocoon 2.0.3 i have batik-all-1.5b2.jar file and on bin of last beta 4 a lot of file...   anyone could help me to know how create a batik-all-XXX.jar from all little files?   or if there's a different way to do thi up

Re: Cocoon book reviewers wanted

2002-05-22 Thread marco spinetti
ve seen some people's names for almost two years in the Cooon User List. If the book, as I hope, is published for promoting Cocoon, for improving it, well I am proud to know Carsten and Matthew and I applaud them. Marco +---+

  1   2   >