Re: Not able to start cocoon

2002-02-07 Thread java guru
hi., This is most generic error u have posted here and nothing can be concluded from this. As numerous other mail lists points from archive, the sitemap needs to be compiled by cocoon before it starts its operation. Any error in the sitemap sytax or the components specified in the sitemap havi

Re: Newbie - how do I get URL request params in sitemap

2002-02-01 Thread java guru
you could just look at the 'redirect' pattern example in the default sitemap.. there the request param 'dest' is extracted out of the parameters and passed on to redirector. hope that helps. --- Bartomeu Adrover <[EMAIL PROTECTED]> wrote: > Prove to use the action "RequestParamAction". > In th

Re: Word documents

2001-09-10 Thread java guru
Hi., I am not sure whats going on with ur system but the following just worked fine for me..on c2.. *** *** This is what i included in my sitemap and it worked just fine with c2 and ie browser..

Re: Background-image question/status

2001-09-07 Thread java guru
Hi., I have run quick check on this..the apache fop site lists ONLY the thingies supported..so what ever is not listed is NOT supported yet...and I dont see the background-image stuff in the list... --- "Kilmer, Erich" <[EMAIL PROTECTED]> wrote: > Hello, > I am interested in getting an update

Re: Re[2]: xml compressing

2001-09-05 Thread java guru
., if the kinda technique exists > that > > enable one to compress whole html along with > images > > and tables and send them over the network and > there > > exists a client browser which understands all > these > > and de-compress the stuff., then the internet

RE: Re[2]: xml compressing

2001-09-05 Thread java guru
> > You can't compress the html+images though, only one > thing at once as it > t'were. > > Don't take what I say as gospel - I've been wrong > before ;) > > J. > > > -Original Message- > > From: java guru [mailto:[EMAIL PRO

Re: Re[2]: xml compressing

2001-09-05 Thread java guru
kidding.. Again., correct me if wrong... --- Andrew Answer <[EMAIL PROTECTED]> wrote: > Hi java guru, > > Tuesday, September 04, 2001, 8:38:37 PM, you wrote: > > jg> Hi., > jg> Correct me if wrong.. > > jg> 1. The xml/xsl rendering in c2 is done on ser

Re: xml compressing

2001-09-04 Thread java guru
Hi., Correct me if wrong.. 1. The xml/xsl rendering in c2 is done on server side. Then why do u need to compress the xml/xsp for client side? 2. The xsp/sitemap precompilation process is in faq..Please try it... --- Andrew Answer <[EMAIL PROTECTED]> wrote: > Hello cocoon-users, > > I ha

Re: [C2b2]sub sitemap error?

2001-08-31 Thread java guru
Hi., I had same problem earlier..but after little bit of "code" reading..this is what i come up with.. Ofcourse, this explanation is purely my understanding and it may be true to core... 1. The "inherited", we are talking about really doesnt exist. From the code perspective, the sub sitemaps a

Re: XML messages

2001-08-31 Thread java guru
ECTED]> wrote: > It's in the C2.1-dev CVS. You will need to download > XML:DB libraries and add > to C2 libs to compile XML:DB specific stuff. > > I've never used it, so it'd be better to ask in > cocoon-dev about the > details. > > - Original Message -

Re: XML messages

2001-08-31 Thread java guru
HI., wow...did i hear that XML:DB support on cocoon2?..where is it...that would be very helpful to me.. Thanks --- "Piroumian, Konstantin" <[EMAIL PROTECTED]> wrote: > I'm not agree with it. > > Cocoon 2 has a very good thing such as Actions. > Instead of developing a > separate servlet for

RE: How to avoid caching ?

2001-08-30 Thread java guru
Hi., In reply to the original question of xsp-page changes NOT getting reflected immediately: 1. Please refer to the xsp-internals on xml.apache.org. Its clearly mentioned there that ** Once instantiated, the program is kept in an in-memory cache for speeding up subsequent requests. For eac

my dream come true...c2 on 32mb windowz pc

2001-08-30 Thread java guru
Finally., I am able to run small c2 application with database access on windowz 98, 32 mb ram with precompile and subsidized sitemap:-) = Thanks and have great day srini Do You Yahoo!? Send a newsletter, share photos & files

reg..i18n...

2001-08-30 Thread java guru
Hi., Is internationalization in c2 just substituting or more than that.. Sorry for putting the question that way, 'coz i donno anything about i18n. Just started to look into.. And also is there a kinda editor tool for authering such i18n xml docs?.. SOrry if this is off topic Thanks =

RE: Sample's Working Explanation

2001-08-29 Thread java guru
And please DO NOT post same message multiple times... Thanks --- Ankush Anand <[EMAIL PROTECTED]> wrote: > It's not in the faq's > > -Original Message- > From: Ankush Anand > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 29, 2001 6:19 PM > To: [EMAIL PROTECTED] > Subject: RE: Sa

RE: Sample's Working Explanation

2001-08-29 Thread java guru
Hi., Cocoon framework is three layers(in simple explanation).. generator-->transformer-->serializer. Generator generates xml:-) Transformer transformes xml:-) and Serializer serializes:-) Please dont laugh at the explanation 'coz the terms stand for themselves. Its like input(feeder), trans

Re: database problem ...

2001-08-27 Thread java guru
Please look at the process-department.xsp.. You will understand... may be the wrote: > in the sample database table "department_table" , > whenever i add a new entry > the id generated is in the sequence > 2,21,211,2111,2 ...and so on > > is this a bug ? or am i doing anything wrong. >

Re: RV: newcomer: desperately impossible getting Cocoon Started

2001-08-24 Thread java guru
The problem is with hotspot shipped with jdk specially for linux platforms.. The "-classic" option instructs the jvm runtime to use Classic stuff rather than default "HOTSPOT'.. Have g'day srini --- Marcus Crafter <[EMAIL PROTECTED]> wrote: > On Fri, 24 Aug 2001, K wrote: > > > Marcus, th

RE: separation of content and logic

2001-08-24 Thread java guru
Thanks for the generous code sharing.. Have great day --- Max Larsson <[EMAIL PROTECTED]> wrote: > Hi, > > well here is my solution, which is completly > serverside. > Thus no javascript is needed. > > First some description to the attached files. > > menu.sql contains the sql command for po

Re: Problems with Cocoon 2 with Tomcat 3.2.3-1 on Debian

2001-08-23 Thread java guru
Hi., 1. X problem is that some of the c2 components requiring x server... 2. Second problem is that c2 not setup to talk to hsqldb that ships with c2 by default.. Both of these are discusses numerous times..please look into the mail archive.. --- Jan Warnstam <[EMAIL PROTECTED]> wrote: > I a

Re: [C2.1] You can only select one Generator (file)

2001-08-23 Thread java guru
OTECTED]> wrote: > java guru wrote: > > > Hi., > > I have just used the following successfully.. > > > > > > > > src="docs/samples/samples.xml"/> > >

Re: [C2.1] You can only select one Generator (file)

2001-08-23 Thread java guru
wrote: > java guru wrote: > > > > Hi., > > I have just used the following successfully.. > > > > > > > > src="docs/samples/samples.xml"/> > >

Re: Frustrated by Tomcat4 & Cocoon2

2001-08-23 Thread java guru
Hi., There were earlier reports of "segmentation fault" on linux platform 'coz of sun jdk. Sun also have faq on that issue and workaround.. Your problem may/maynot be related with that...try it out.. Good luck --- "Lamb, Mark" <[EMAIL PROTECTED]> wrote: > Hi All, > > I am getting really

Re: [C2.1] You can only select one Generator (file)

2001-08-23 Thread java guru
Hi., I have just used the following successfully.. As u can see., i am using two generators... --- Philipp Sc

Re: newcomer: desperately impossible getting Cocoon Started

2001-08-23 Thread java guru
I understand ur frustation as any one struggled with c2 first time would understand...but once u get it, its amazing.. If u problem is not solved yet..please send zipped log(latest) to me.. As curtesy, please dont post large files to user list.. Thanks --- Enric Staromiejski <[EMAIL PROTECT

RE: separation of content and logic

2001-08-23 Thread java guru
Hi., I appreciate if anyone is generous enough to share xsl code for building collapsing menu structure for my sample project... Thanks --- Vadim Gritsenko <[EMAIL PROTECTED]> wrote: > If you write for Oracle you could use "connect by" > clause of select statement. > http://technet.oracle.c

RE: performance tuning...

2001-08-23 Thread java guru
Hi., I am not sure about everything else but the "first hit stuff".. It is possible to greatly reduce the "first hit" time by having the c2 pre-compiled...This reduced the "first-hit" time greately for me...(specially i have lots of xsps).. --- Karl_Øie <[EMAIL PROTECTED]> wrote: > I am s

RE: can't match images in sitemap

2001-08-22 Thread java guru
Yes., there is abstraction between the url and actual location of the files on the disk...But from my understanding what the situation is.. 1. If you have sent over html to browser with image link as "/images/image1.jpg" and that html url is "http://localhost:8080/cocoon/welcome";.. 2. When th

Re: C2: can't match images in sitemap

2001-08-22 Thread java guru
Hi., The debug "guru" of cocoon2 is the log..As you might already know, everything(well almose) the passes thru cocoon2 is logged.. So check the log bottom up would give u idea of whats going on with ur jpg's.. good luck --- Chris Newland <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm trying

Re: RegExp Matcher not working?

2001-08-20 Thread java guru
Hi., I am not sure how/what way you are testing this but the regexp stuff is working for me... Here is how i tested it on protected sub sitemap.. and following urls result in login2 http://localhost:8080/protected/l2 http://localhost:8080/protected/lo

Re: RegExp Matcher not working?

2001-08-20 Thread java guru
Hi., I am not sure how/what way you are testing this but the regexp stuff is working for me... Here is how i tested it on protected sub sitemap.. and following urls result in login2 http://localhost:8080/protected/l2 http://localhost:8080/protected/lo

RE: Dreaded: Sitemap handler's sitemap is not available

2001-08-20 Thread java guru
I know what do do here? > This could be the watershed > event. > > When you say restart the server... I assume you mean > Tomcat or Cocoon? If > you mean Cocoon, how do you do that? Incidently, I > sent log excerpts doing > exactly what you said. Did they not have useful &g

Re: Dreaded: Sitemap handler's sitemap is not available

2001-08-19 Thread java guru
Hi., I hate to say "search the mail archive" but here is simple explanation... 1. Sitemap is one BIG java program to be compiled on c2 startup... 2. Any problem resulting from sitemap compilation could result in sitemap being NOT compiled and hence "component for hint: sitemap not found".. 3.

datebaseselectaction

2001-08-17 Thread java guru
Hi., Anyone got the xml "descriptor" sample for DatebaseSelectionAction?..i wanted to specify some where conditions in descriptor.. And also according to the code, keys and values are extracted using separate queries..but doesnt it raise data sync issues if the db gets updated between the queri

Re: Cannot get a Poolable before pool initialized

2001-08-17 Thread java guru
Should be ok.. Please start c2 and check log... take care --- Sergio <[EMAIL PROTECTED]> wrote: > Hi, thanks for your answers. > > In my web.xml file, I've: > > > load-class > > org.gjt.mm.mysql.Driver > > > > Is it ok or not? > > Regards. > > > > Hi.

RE: Cannot get a Poolable before pool initialized

2001-08-17 Thread java guru
Hi., As per my experience..poolable ... problems are basically caused by the c2 not able to negotiate the jdbc connection and the reasons could be .. 1. The database is not up(which should not be case here).. 2. Pool name is wrong(which should not be case here).. 3. The driver is not loaded p

Re: JRE 1.3.1 problem

2001-08-17 Thread java guru
I am using tomcat 3.2.2 with java 1.3.1-b24 Works ok for now Have g'time.. --- Luca Morandini <[EMAIL PROTECTED]> wrote: > > Anyone having problems with SUN's JRE 1.3.1 and > Cocoon 2.0b2 ? > > I tried it, but I had to go back to JRE 1.3.0... > disappointing, isn't ? > > > Bes

searchable mailing list..

2001-08-17 Thread java guru
Hi., I remember someone has posted it before...but i lost it... where is the searchable c2 mailing list?.. Thanx for ur time.. = Thanks and have great day srini Do You Yahoo!? Send a newsletter, share photos & files, conduct p

RE: reg c2 documentation HOW DO I

2001-08-16 Thread java guru
  Luca Morandini >    GIS Consultant >     [EMAIL PROTECTED] >   +39 0744 59  85  1 Office >   +39 0335 681 02 12 Mobile > http://utenti.tripod.it/lmorandini/index.html > - > > > > -Origi

Re: session-invalidator and back-button?

2001-08-16 Thread java guru
his. > It works. > But: konqueror (KDE webbrowser) seems not to care > about "expires". This confused me awhile. > > Michael > > java guru wrote: > > > > Hi., > > Correct me if i am wrong...why not use page > > expiration time in http headers?.

RE: session-invalidator and back-button?

2001-08-16 Thread java guru
Hi buddy., This is community project...so nothing is personal:-)..i apologize is my words sounded so... Have good time.. --- "Morrison, John" <[EMAIL PROTECTED]> wrote: > Ah, my apologies - I missed the 'logged out' bit... > > > -----Original Me

Re: Getting read of the X server dependency

2001-08-16 Thread java guru
That is very true., I took out the batik stuff BECAUSE all of my project could be re-arranged with static graphics instead of svg..I would recommend to use it only if its absolutely necessary... There was substantical load decrease on server after i took out batik... And load testing is abs

RE: session-invalidator and back-button?

2001-08-16 Thread java guru
No reason - if you expire the page then it will try > and get it again from > the server, if the session is still OK which keeps > your password you won't > be asked for it again. T'was just a though... > > > -Original Message- > > From: java guru [ma

RE: session-invalidator and back-button?

2001-08-16 Thread java guru
Hi., Correct me if i am wrong...why not use page expiration time in http headers?.. --- "Morrison, John" <[EMAIL PROTECTED]> wrote: > If you use the javascript:location.replace (I > *think* that's what its > called) I don't *believe* that the new page is added > to the history... > > > -

Re: testing against different versions of browsers

2001-08-16 Thread java guru
Hi., As i understand, the c2 functionality to operate with different browsers depends simply on the "User-Agent" string passed with http headers..(browser can send multiple strings for user-agent like mozilla..ie something like that).. I had hell of time trying to make it work as i had to know

RE: couple of questions about latest build

2001-08-14 Thread java guru
PSerializer doesn't really _say_ what it is. > Unless you _know_ that FOP > generates PDF it's a little miss-leading. > > > -Original Message- > > From: java guru [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, 14 August 2001 3:24 pm > > To: c

minimal sitemap for c2

2001-08-14 Thread java guru
Hi., I wanted to minimize the memory usage by c2 as the server is extreemly memory sensitive... 1. Are there any hit areas in c2 where i can cut down substantial memory usage(I mean buy taking certain components out of sitemap or something like that..I know this depends on what my appliation us

couple of questions about latest build

2001-08-14 Thread java guru
Hi., I may be behind schedule but correct me if i am wrong.. All of this is about latest build of c2 1. There is supposed to be FOPSerializer..where is it gone..I see pdfserializer? 2. The sitemap that comes with cvs version in webapp/ doesnt have pdfsearializer defined as serializer for fo2

Re: rutime illegal state exception with mysql

2001-08-09 Thread java guru
Nah... i am using tomcat 3.2..positive --- Berin Loritsch <[EMAIL PROTECTED]> wrote: > java guru wrote: > > > > Hi., > > Following is the exception i have with > > c2+tomcat+mysql... > > > > The sql page runs ok in the beginning...but gav

rutime illegal state exception with mysql

2001-08-09 Thread java guru
Hi., Following is the exception i have with c2+tomcat+mysql... The sql page runs ok in the beginning...but gave this one after being idle for a while... any ideas? Thanks for ur time * java.lang.RuntimeException: Could not get the datasource java.lang.IllegalStateE

Re: SV: SV: Cocoon2 with OrionServer

2001-08-09 Thread java guru
Hi., I am not sure if you are outlining procedure to use c1 with orion..i am talking about using c2 with orion 1.5.2 Thanx anyway --- "Marcelo F. Ochoa" <[EMAIL PROTECTED]> wrote: > java guru wrote: > > > HI Thanx for reply., > > The problem with re

Re: SV: SV: Cocoon2 with OrionServer

2001-08-09 Thread java guru
ar in my orion folder and > Cocoon works fine, but > my collegue with the same version of orion and > cocoon had to remove > crimson. > > > -Ursprungligt meddelande- > Från: java guru [mailto:[EMAIL PROTECTED]] > Skickat: Wednesday, August 08, 2001 6:57 PM

RE: c2 package names driving me crazy...

2001-08-08 Thread java guru
; clean work directory, run Cocoon and access some of > your XSPs, > and send me (zipped) log file. > > Thanks, > Vadim > > > -Original Message- > > From: java guru [mailto:[EMAIL PROTECTED]] > > Sent: Monday, August 06, 2001 2:59 PM > > To:

Re: SV: Cocoon2 with OrionServer

2001-08-08 Thread java guru
Hi., I am preparing a doc on orion/cocoon setup..i tried ur procedure but still the cocoon endup with error 'coz the parser is picked up from crimson.jar even the classpath is changed in manifest.. Anyidea? thanx --- Tomas Andersson <[EMAIL PROTECTED]> wrote: > I have 2.0beta1 running on Ori

RE: c2 package names driving me crazy...

2001-08-06 Thread java guru
precompilation)? > > Also, you can take a look at > org.apache.cocoon.components.language.generator.ProgramGeneratorImpl, > lines 97-106 and 159-169. > > Vadim > > > -Original Message- > > From: java guru [mailto:[EMAIL PROTECTED]] > > Sent: Mo

RE: c2 package names driving me crazy...

2001-08-06 Thread java guru
for u r time.. --- Vadim Gritsenko <[EMAIL PROTECTED]> wrote: > Please checkout latest CVS, > > now it should be ok > > Vadim > > > -Original Message- > > From: java guru [mailto:[EMAIL PROTECTED]] > > Sent: Friday, August 03, 2001 10:04 AM >

Fwd: c2 package names driving me crazy...

2001-08-03 Thread java guru
Hi., Pardon me for posting this second time..but i had to. The xsp precompiling is resulting in package names depending on the full physical path folder information from build machine...when i deploy the app on to different machine at different location, the c2 is trying to build them again

Re: [C2] cocoon from scratch and sharing libs

2001-08-03 Thread java guru
Good idea., I was newbie to cocoon2 too but felt the documentation(specially installation) step outlined at the xml.apache.org were sufficient to get started. One point to note here is that no matter how much is documented, users(and newbies) are certain to have problems. And this is specially

c2 package names driving me crazy...

2001-08-01 Thread java guru
Hi., I have been following the pre-compile/package stuff with c2 for a while now...every time they end up different and problamatic... 1. Before the precompiled packages were created in sequence which makes it possible for two different documents belonging to separate sitemaps ending up at the

fp taglib for c2?

2001-08-01 Thread java guru
Hi., Is there any "fp taglib" kida stuff for c2..any replacements for fp or suggestions to attain similar functionality in c2? Appreciating ur time... = Thanks and have great day srini Do You Yahoo!? For regular News updates go

Re: beginner

2001-08-01 Thread java guru
Hi., You could do it either wayif u dont want any of c2 default sitemap components then u can modify the main sitemap and put ur xml&xsl as per the examples provide...or if u prefer to keep the main c2 examples and build ur project separately, then look at the subsitemap examples... I foll

map:part sequence of execution

2001-07-31 Thread java guru
Hi., I was wondering if the map:part s of map:aggregate will execute in the sequence they are mentioned or not? TIA = Thanks and have great day srini Do You Yahoo!? For regular News updates go to http://in.news.yahoo.com --

Re: Cocoon and Databases

2001-07-31 Thread java guru
Hi., C2(or any java stuff) need something called jdbc(java database connectivity) driver to connect to any database. This is similar in concept to ODBC driver enabling the applications access database. Various databases have their own specific java jdbc drivers. But all the databases supportin

Re: reg xml database with cocoon2

2001-07-30 Thread java guru
ed to have all those design/implementation interfaces for xml nodes to db and db to xml nodes... Thanks again.. --- Matteo Villa <[EMAIL PROTECTED]> wrote: > Hi Java Guru, > > It is a matter of taste... personally I would never > put the content of a > Database into a Fi

reg xml database with cocoon2

2001-07-30 Thread java guru
Hi., I am planning to use xml database with cocoon2...Does anyone have info on good open source xml database which can queried to store/retrive/modify xml nodes and xml data... The problem started with my app based on c2 requiring all data to be stored and queried in xml...I have to code thru e

Re: How to program for Cocoon2?

2001-07-30 Thread java guru
Hi., The 101 of c2 is that every http request to c2 is mapped to some resource. This mapping is done in sitemap.. Good start is to open sitemap file and look for the sample request(hello.svg) you mentioned... One more thing to remember for starter is the request can be mapped 1-to-1 or by mean

Re: perfomance inprovements to c2

2001-07-28 Thread java guru
Hi., i am very thankful for the insight provided by couple of folks..but honestly, like my former buddy mentioned, lets not start "religious war" here on this mailing list This very definitely gave me some insight to what the c++/java relation meant.. Thanks guys.. --- Ross Burton <[EMAIL

perfomance inprovements to c2

2001-07-28 Thread java guru
Hi., I am looking into improving the performance of c2 for specific platforms.. Following are the queries i have ... they might be silly...but any input is highly appreciated... 1. c2 uses the parser and xslt parser developed in java.. 2. Is it possible to use platform specific c++ version of

Re: serialization

2001-07-27 Thread java guru
May be these suggestions are too primitive..but try if u want... 1. ur requirement i guess to trigger writing of xml file out to disk on server by a http request.. 2. Now what do u plan to send as response to http request?.. 3. If u still want to write from xsp to disk..then you might as well l

request authentication using cocoon2

2001-07-27 Thread java guru
Hi., I am looking for kida request authentication for the user. I mean to allow user to get back the response for a request only if the user is authenticated to access the uri.. is there anyway to implement this in cocoon2 without actually using the authentication code in xsp? TIA = Thank

Re: C2 using X11

2001-07-27 Thread java guru
Hi., In short, use xvfb..look for more info in the mailing list archives... --- Dave Smith <[EMAIL PROTECTED]> wrote: > Well I got c2 ruuning with jetty (rm > javax.xml.jaxp.jar and > org.apache.crimson.jar from the lib directory and > add xerces_1_4_1.jar) > but now I am having another prob

Re: Help : Taking the plunge - cocoon

2001-07-26 Thread java guru
Hi., I started with cocoon2 . If u decide to use it, then goto xml.apache.org install section... Its listed there to what software is required.. And its better to goto compatible and well tested servlet engine ( I would say tomcat is good).. Once you get started, you can always post problems

Re: [c2-b2] Cocoon 2 - Internal server error

2001-07-26 Thread java guru
Looks like the compiled sitemap has some problem...that could happen if u got the cvs update on the way..try to update ur local copy from cvs again..if the same problem reoccurs...please post the log and the compiled sitemap_xsp.java from tomcat work directory... --- Jakob Praher <[EMAIL PROTEC

pre compilation...

2001-07-25 Thread java guru
Hi., I know, i have posted this before..but anyone having success with xsp precompilation?.. Latest snapshot(yesterday) creating funny packages when run with xsp precompile option at the build time... Any input is appreciated.. = Thanks and have great day srini _

Re: AW: anyone with resin and c2?

2001-07-25 Thread java guru
ry > - Start Resin as usual > - Open the Apache Cocoon welcome page > (http://localhost:8080/cocoon/) > > That's what I did and it's running fine... > > I'm using: > resin2.0.1 > jdk1.3.1 > win2k > > Cheers > Gerhard > > -Ursprüng

anyone with resin and c2?

2001-07-25 Thread java guru
Hi., Anyone has success with latest resin and c2...please post some instructions(if possible) or redirct... I am having this.. getTransformer:javax.xml.transform.stream.StreamSource when i try to access the xsp stuff on examples... Thanks = Thanks and have great day srini _

bug 2737 still exists...xsp compilation package

2001-07-24 Thread java guru
Hi., I am checking on the the previously reported bug 2737. I think the problem still exists. Following is the scenario after bug fix For example you have two subsite maps "test1" and "test2".. 1. Have same pattern and same src path in xmap's of both sitemaps 2. But the content of the xsp s

where is this org.apache.cocoon.util.log.CocoonLogFormatter

2001-07-24 Thread java guru
hi., I try to compile this morning cvs..the cocoonlogformatter is missing from the util.log package where is it? TIA = Thanks and have great day srini Do You Yahoo!? For regular News updates go to http://in.news.yahoo.com

Re: [C2]Cannot open display problem (No X-Server running)

2001-07-23 Thread java guru
Hi., 1. Use jdk1.4 which ships with swing NOT requiring x terminal 2. Use xserver Xvfb which runs in background with-out requiring the display terminal(physical) -- I use this --- Mariano Kamp <[EMAIL PROTECTED]> wrote: > Hi there, > > after deploying it the first in production c2 is > no

Re: [C2.0b1] bug(?) in XSP

2001-07-23 Thread java guru
Thanks man., I just submitted onto the bugzilla..bug 2737.. --- Davanum Srinivas <[EMAIL PROTECTED]> wrote: > Why don't you submit a bug at > http://nagoya.apache.org/bugzilla? Please make sure > that you send in > a zip of the sample too. > > Thanks, >

Re: [C2.0b1] bug(?) in XSP

2001-07-20 Thread java guru
from first one) into same package.. Thanks in advance --- Berin Loritsch <[EMAIL PROTECTED]> wrote: > java guru wrote: > > > > I guess .. What Mr.Drasko refering here is > > > > For example > > > > 1. You have two sub sitemaps say test1 and test2 &g

Re: [C2.0b1] bug(?) in XSP

2001-07-20 Thread java guru
I guess .. What Mr.Drasko refering here is For example 1. You have two sub sitemaps say test1 and test2 2. Both of them have some pattern called "index" to serve a xsp called index.xsp. 3. Both sitemaps are set up to serve the index.xsp from their respective sub-folder called "docs". 4. But the

build failed

2001-07-19 Thread java guru
Hi., I was trying build latest cvs pull and its complaining about some mywlsreponse any idea? = Thanks and have great day srini Do You Yahoo!? For regular News updates go to http://in.news.yahoo.com --

Re: cvs auth failure

2001-07-19 Thread java guru
Sorry guys., Figured that out myself...it looks like the server name changed from xml.apache.org to cvs.apache.org --- java guru <[EMAIL PROTECTED]> wrote: > HI., > Today i am getting following trying to update my > c2.1 > > cvs [login aborted]: unrecogniz

cvs auth failure

2001-07-19 Thread java guru
HI., Today i am getting following trying to update my c2.1 cvs [login aborted]: unrecognized auth response from xml.apache.org: cvs [pserver aborted]: CVS repos now on cvs.apache.org. Please update your CVSROOT. Any input is appreciated = Thanks and have great day srini __

fixed length messages

2001-07-18 Thread java guru
Hi., I know this is not right forum to ask...out of choice..here is my question.. I am trying to convert a normal data(from database or simply from hashtable) paired as field/value into a fixed length message string..meantime i need to specify which field go to which position of the output mess

open-source packaging software

2001-07-17 Thread java guru
I am sorry for posting this here.. But i needed a opensource/free software packager/installer for my cocoon2 application... Any input is hightly appreciated... Thanks in advance Do You Yahoo!? For regular News updates go to http://

Re: AW: forms in coocon2, is SchemoX dead ?

2001-07-16 Thread java guru
i share the Opinion from Jakob to review SchemoX. > > Regarding XForms i may make sense to study the > source > from X-Smiles. http://www.x-smiles.org/ > > X-Smiles is an XML-browser that can display Xforms. > > i will do that now :) > > > -Ursprüngliche Nachricht-

Re: forms in coocon2, is SchemoX dead ?

2001-07-16 Thread java guru
(not wonly web-based, but > paper-based ones too). > > If there's interest in a joint effort, I think we > could set up a repository > somewhere (sourceforge...) and release it under a > BSD type license. Reply if > interested. > > On Mon, 16 Jul 2001 16:39:

Re: forms in coocon2, is SchemoX dead ?

2001-07-16 Thread java guru
I have posted similar requirement sometime back but no response...Meantime here is what i found 1. XForm from nanoworks http://xform.nanoworks.org/ I tried this but didnt feel comfortable to fit in with cocoon2.. I think the form processing in c2 with form-validator stuff is slowly moving towar

reg form validation ..xform

2001-07-12 Thread java guru
HI., Anyone using form validation successfully?..The examples are working fine, but i needed extensive validation and error reporting to user incase of form error..anyone wants to share examples in this area... And also any ideas on generating nice html forms from xml like xform or something l

c2 packaging...

2001-07-12 Thread java guru
Hi Guys., First of all, I ask for big pardon for posting this question here... But., I am working on a product using cocoon2 and need to create install package with tomcat, cocoon2 and my application. I am looking for opensource/free installtion wizards for this purpose..I had look at the openof

formvalidator and xform

2001-07-03 Thread java guru
Hi., I really like the idea of form validator stuff and appreciate the efforts put into it... I was wondering if there is work goingon in the area of xforms/xfdl stuff.. Your input is highly appreciated.. Do You Yahoo!? For regul

Re: The sitemap handler's sitemap is not available Help

2001-07-03 Thread java guru
this problem is being reported and sollutions being suggest numerous times...Please seach the mail archive... --- Kalven Beaver <[EMAIL PROTECTED]> wrote: > HelpHelp... > Anyone run into this problem and have a workaround > or > solution? Followed instructions and still get: > > -

Re: [C2] - trying out Simple SQL

2001-07-03 Thread java guru
Hi., The poolable error i got in the instances where the connection pool couldnt be created for any reason..so 1. You could specify jdbc driver properties in database.properties and then go ahead with build process. That way the correct jdbc properties would be propagated to different parts of

RE: how to precompile the xsp ?

2001-07-03 Thread java guru
There is a procedure describe in faq of c2 on how to pre-compile the jsps at the build level..I tried but not luck..i have posted same to this mailing list so may times with no response... Hopefully, someone would reply --- JEULIN Olivier <[EMAIL PROTECTED]> wrote: > I'm working with C1, b

Re: Cocoon-2.0 with Tomcat-3.2.2 on Sun/Solaris

2001-07-03 Thread java guru
Hi., Best thing would be delete the log and start the c2 again.. send the log with environment info to mailing listand hope Do You Yahoo!? For regular News updates go to http://in.news.yahoo.com

Re: Help... C2- How to dynamically create new pages without recompiling sitemap?

2001-07-03 Thread java guru
Hi., If u see the cocoon2 sitemap. it has something like patterns which map the user request to the actual document to be published. And you can use wildcards in the patterns to send the web pages dynamically to the user. So i think the web page(or xsp or image) names to be requested need not b

RE: funny problem with sitemap & session validator

2001-07-02 Thread java guru
ou > need to use "../". > > Example: > > > > > > > > > > > > > > > > > Hope this helps. > > Vadim > > > -Original Message- > > From: java guru [mailto:[EMAIL PROTECTED]] > > Sent: Monday, July 02, 2001 17:18 > >

RE: funny problem with sitemap & session validator

2001-07-02 Thread java guru
}.gif" mime-type="image/gif"/> > > Note: {1} replaced with {../1}. > > If it does not help, post your entire pipeline. > > Vadim > > > -Original Message- > > From: java guru [mailto:[EMAIL PROTECTED]] > > Sent: Monday, July 02, 2

  1   2   >