wildcards in type attribute not supported?

2003-06-06 Thread Stefan Kostopoulos
Hi everybody! I am trying to use the wildcard matcher to select different transformation types: ...but this causes the following error: org.apache.avalon.framework.configuration.ConfigurationException: Type '{1}' is not defined for 'transform' at file: Ar

session transformer not behaving

2003-06-06 Thread Steven Cummings
Hello, I've seen some discussion of this component lately on the mailing list but my problem seems a little different. I have ensured that my session namespace is updated to the new one (http://apache.org/cocoon/session/1.0), so that's not the problem. Basically, this is what is happening. I have

Redirect from within an xsp page

2003-06-06 Thread Tim Bachta
Is there a way to redirect from within the xsp page itself based on the result of data from a query? Thanks Tim Bachta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: recommed upgrading to Xalan 2.5 when using document() regularly

2003-06-06 Thread Bruce Robertson
Quoting Joerg Heinicke <[EMAIL PROTECTED]>: > Hello Bruce, > > I upgraded Xalan to 2.5.1 and Xerces to 2.4.0 in the Cocoon 2.0 CVS, so > they should be in the next Cocoon 2.0.x release - I guess the 5 comes > after the 4 ;-) > > Joerg > It's an indication of Cocoon 2.0.x's excellence that I'

RE: Sitemap parsing error?

2003-06-06 Thread Geoff Howard
You're probably going to need someone who is better with encoding subtleties than myself. But one thing you need to pay attention to is that what the file declares for itself (UTF-8) is compatible with the encoding of the file itself as actually performed by your editor. The fact that you've run d

RE: Sitemap parsing error?

2003-06-06 Thread Jason Nah
Title: RE: Sitemap parsing error? Geoff, I've also noticed the following statement in access.log upon startup... Using configuration file: /WEB-INF/cocoon.xconf parent-component-manager not set - defaulting to null. container-encoding was not set - defaulting to ISO-8859-1 form-encoding wa

RE: Sitemap parsing error?

2003-06-06 Thread Jason Nah
Title: RE: Sitemap parsing error? Hi Geoff, The encoding stated at the top of the XML file is UTF-8 For some reason the WAR extraction process didn't quite extract the full sitemap file (could have been corrupted.) I manually ftp the file across from a windows box and dos2unixed it... Wh

XMLForm modeldata

2003-06-06 Thread morten svanæs
Hi, I'm trying to make a solution for inserting dynamic data into a xmlform datamodel currently a xml file. What I do is that I use a xml file as the datamodel, that way I feel I have better control of the datamodel and I can reload my submited data saved in xindice very easy back into the form for

Re: XMLC + Cocoon

2003-06-06 Thread Arno Schatz
A similar approach is done by Jivan (http://www.jivan.net), but more performanant (3x) and easier to use. As HTML Parser it uses nekoHTML (http://www.apache.org/~andyc/neko/doc/html/). You can get a DOM of your HTML, change the nodes you need, and serialize in <5ms! regards, Arno Ross Bleakn

RE: Deleting files

2003-06-06 Thread Geoff Howard
you'll need to write one. might not want to tell anyone what server is running that action though... I hope you don't let users pass in the parameters? Geoff > -Original Message- > From: Tuomo L [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 05, 2003 5:39 PM > To: [EMAIL PROTECTED] >

XMLC + Cocoon

2003-06-06 Thread Ross Bleakney
Has anyone used XMLC with Cocoon? I've noticed a few messages on the mailing list, but only comparisons between XSLT and XMLC (or Barracuda and Cocoon). Also, has anyone used other Java techniques to access an HTML node and then change it? I think a data binding approach might work (such as Castor)

XSLT Transformer newlines

2003-06-06 Thread Orson Davis
I am converting a production environment from cocoon 1.8.2 to cocoon 2.0.4 running on tomcat/jboss3.0.4.  The problem that I am running into over and over again is that the new cocoon when generating html puts newlines/carriage returns after certain tags.  I have re-written a number of page

RE: 2.1 dont work with ODBC?

2003-06-06 Thread Torsten Curdt
On Thu, 2003-06-05 at 23:16, Geoff Howard wrote: > Did you contact Torsten as the error message said? Thanks for forwarding, Geoff. I'll fix it tomorrow. > > how can this database was recognized in 2.0.4 version and not in 2.1? We changed the database recognition mechanism. > > is this in any t

RE: Please take care a virus is near of us!

2003-06-06 Thread Upayavira
Dear All, > Take care of the mail from "Upayavira [EMAIL PROTECTED]" with > the subject : "Re: commandline executes matching pipeline three times" > and an "038-001_DataDictionary.xls.exe" file attached! As you can see from the above, this email was not sent by me. My email address is [EMAIL PRO

Re: TR: ESQL - informix

2003-06-06 Thread Christian Haul
On 06.Jun.2003 -- 04:02 PM, arnaud daneels wrote: > > hello, > > is esql commands not supported in cocoon 2.1 ? > > abstractesqlconnection don't mention it ? Could you please try to put as much information into your questions as you do with your signature? I would like to help b

Re: MS SQL Stored Procedure Help

2003-06-06 Thread Frank Taffelt
i'm not sure if the esql:results element is needed in your case. try the following structure: ... ... maybe this helps: http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=102752486530060&w=2 Frank - To unsubscribe, e

Serious Encoding Problems (Umlaute)

2003-06-06 Thread Alexander Schatten
I use Tomcat 4 and Cocoon 2 and SQLTransformer, mySQL. Interestingly, everything works fine on Windows XP; German Umlauts are entered correctly into the database, and displayed correctly when HTML is created from the table. The *same* sitemap file (with added tags in sql, xsl and html transfo

Deleting files

2003-06-06 Thread Tuomo L
Hi, How can I delete files on the server using Cocoon? Is there an action for this, or should I write one? -Tuomo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: using pipeline matched parameters in XSP

2003-06-06 Thread Steven Noels
On 5/06/2003 22:26 Andreas Hartmann wrote: Sorry if you felt offended - it was not against your tag but against its misuse :) No offense at all - just curious. It was such a stupid little thing that I started wondering why nobody had contributed it before. Thanks for your explanation! -- Steve

RE: MS SQL Stored Procedure Help

2003-06-06 Thread Tim Bachta
Ok, I am not having a problem with the input parameters it is the output parameter that I am having issues with. This is more of a callable statement than a stored procedure. Here is what I am trying to no avail. {=call getLoginResult(user,password)} login = ; Thanks Tim -Origina

RE: 2.1 dont work with ODBC?

2003-06-06 Thread Geoff Howard
Did you contact Torsten as the error message said? Geoff > -Original Message- > From: Stavros Kounis [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 05, 2003 3:58 PM > To: [EMAIL PROTECTED] > Subject: 2.1 dont work with ODBC? > > > > i have the latest (today 06/05/2003) CVS snapshot)

TR: ESQL - informix

2003-06-06 Thread arnaud daneels
    hello,   is esql commands not supported in cocoon 2.1 ?       abstractesqlconnection don't mention it ? ===    A. DANEELS    [EMAIL PROTECTED]    0243083931    The present email and all information included therein do not constitute a legal agreement accorde

Re: using pipeline matched parameters in XSP

2003-06-06 Thread Andreas Hartmann
Steven Noels wrote: On 5/06/2003 19:20 Andreas Hartmann wrote: I don't know if the util logicsheet works for this kind of parameters, you could try it: But I wouldn't recommend this solution, even if it works. Why that? Just curious - since I added that tag. Of course the get-sitemap-parameter

Re: Encoding problems in flowscript

2003-06-06 Thread Bruno Dumon
On Fri, 2003-06-06 at 23:59, morten svanæs wrote: > - Original Message - > From: "morten svanæs" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, June 06, 2003 2:53 PM > Subject: Re: Encoding problems in flowscript > > > > > > - Original Message - > > From: "Bruno Dum

Re: Encoding problems in flowscript

2003-06-06 Thread morten svanæs
- Original Message - From: "morten svanæs" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 06, 2003 2:53 PM Subject: Re: Encoding problems in flowscript > > - Original Message - > From: "Bruno Dumon" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, Jun

2.1 dont work with ODBC?

2003-06-06 Thread Stavros Kounis
i have the latest (today 06/05/2003) CVS snapshot) i have add sun.jdbc.odbc.JdbcOdbcDriver entry in web xml (just like i have do in 2.0.4) but when i try to make a query (calling a .xsp) in a ODBC database runing in the same machine i get no results in error.log i have found this

Re: Encoding problems in flowscript

2003-06-06 Thread morten svanæs
- Original Message - From: "Bruno Dumon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 06, 2003 5:37 AM Subject: Re: Encoding problems in flowscript > On Fri, 2003-06-06 at 22:56, morten svanæs wrote: > > Hi, > > I'm having trouble with the enconding in a flowscript, whe

ldap authentification

2003-06-06 Thread Maxime.Gheysen
Where do I have to put my username to make a connection to an LDAP server ? Because I need an authentification with username&password. Thanks http://apache.org/cocoon/LDAP/1.0";> com.sun.jndi.ldap.LdapCtxFactory simple mypass ldap://10.50.40.41 389 3 dc=corproot,dc=ne

Re: Serious Encoding Problems (Umlaute)

2003-06-06 Thread Steven Noels
On 6/06/2003 11:55 Alexander Schatten wrote: and moreover: I do not understand why this iso setting is not the default setting: because it works with all characters english as well as german... so why not use this one as default, would be less confusing for all, no? How about all these people _

Re: using pipeline matched parameters in XSP

2003-06-06 Thread Steven Noels
On 5/06/2003 19:20 Andreas Hartmann wrote: I don't know if the util logicsheet works for this kind of parameters, you could try it: But I wouldn't recommend this solution, even if it works. Why that? Just curious - since I added that tag. -- Steven Noelshttp://outer

Re: Encoding problems in flowscript

2003-06-06 Thread Stavros Kounis
i have the same problem posting data from a form to .xsp there is a thread about this http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=105396439703871&w=2 --stavros On 6 Jun 2003, Bruno Dumon wrote: > On Fri, 2003-06-06 at 22:56, morten svanζs wrote: > > Hi, > > I'm having trouble with th

FOP problems with 2.1m2

2003-06-06 Thread Spectron International, Inc.
I'm having some problems with FOP in Cocoon 2.1m2. I have a pipeline that creates the xsl-fo document and then I convert it to PDF. If I save the xsl-fo and run it directly through FOP it works ok. When run from Cocoon it gives me the following exception: 15:29:10.698 WARN!! Error for /msim/pdf/Di

Re: commandline executes matching pipeline three times

2003-06-06 Thread Upayavira
On 5 Jun 2003 at 13:08, Geert Van Damme wrote: > > I've decided to use Cocoon as a webapp and run a batch job that calls > the required URI, thus invoking Cocoon. The server needs to run anyway > so this sounds like a fair solution. Fair enough. > I'll take a look at the SourceWritingTransforme

Re: Encoding problems in flowscript

2003-06-06 Thread Bruno Dumon
On Fri, 2003-06-06 at 22:56, morten svanæs wrote: > Hi, > I'm having trouble with the enconding in a flowscript, when > I submit data in a form it gets escaped internaly in the flow > script, so if I try to get back data that has some norwegian > characters in them they get misinterpreted. All my d

MS SQL Stored Procedure Help

2003-06-06 Thread Tim Bachta
I am trying to call this procedure using cocoon. getLoginResult. This stored procedure takes 2 strings and returns an int. My code is below but I am getting an error of incorrect syntax near {. I have tried literally hundreds of different combinations with nothing working can someone please sho

Encoding problems in flowscript

2003-06-06 Thread morten svanæs
Hi, I'm having trouble with the enconding in a flowscript, when I submit data in a form it gets escaped internaly in the flow script, so if I try to get back data that has some norwegian characters in them they get misinterpreted. All my documents have UTF-8 enconding and headers, my serialzers in

Re: Please take care a virus is near of us!

2003-06-06 Thread Bertrand Delacretaz
Le Vendredi, 6 juin 2003, à 13:13 Europe/Zurich, Antonio Gallardo a écrit : ...Right now, I receved a rare mail from Upayavira. I want to warning all of you that the mail can be virus It has probably not been sent by him, apparently someone with @apache.org addresses in their address book h

Re: Source Writing Transformer

2003-06-06 Thread bosspring 2
Thank you, this solution is ok. I use the LOG and see (¿?) the problem and after I modified the XSL (alta.xsl) and the message not is showed _ Charla con tus amigos en línea mediante MSN Messenger: http://messenger.microsoft.com/e

RE: 2.1 dont work with ODBC?

2003-06-06 Thread Geoff Howard
Torsten is a person - and wrote to you directly already. :) Geoff At 10:39 PM 6/5/2003, you wrote: no i have not btw .. what is torsten? On Thu, 5 Jun 2003, Geoff Howard wrote: > Did you contact Torsten as the error message said? > > Geoff > > > -Original Message- > > From: Stavros Kou

RE: Please take care a virus is near of us!

2003-06-06 Thread Maxime.Gheysen
So do I. But the attachment was automaticly remove by the virus scan. Take care of the mail from "Upayavira [EMAIL PROTECTED]" with the subject : "Re: commandline executes matching pipeline three times" and an "038-001_DataDictionary.xls.exe" file attached! -Original Message- From: Ant

Re: Some study of implantation

2003-06-06 Thread MTiffany71
Hi, Perhaps you could be more specific about the specific statistics in which you're interested?

Catch Attributes set by the Generator on the sitemap

2003-06-06 Thread Victor Batista
Hello! How can I catch request Attributes on the sitemap, being this attributes set on one Generator? I have a Generator which must set a request Attribute, and I need to access the parameter on the sitemap. How can I do this? Thanks in advance, Victor Ba

Please take care a virus is near of us!

2003-06-06 Thread Antonio Gallardo
Hi: For all Windows users of the list, Right now, I receved a rare mail from Upayavira. I want to warning all of you that the mail can be virus. But I am not sure, because I am using Linux. The topic was interesting since was got from this list. Of course there was an attach with a .exe extensio

Re: Source Writing Transformer

2003-06-06 Thread Geoff Howard
after put a where format.xsl matches the output of write-source and replaces it with a success message, or whatever you want to display there. HTH, Geoff At 01:47 PM 6/5/2003, you wrote: Thank you for your attention Geoff: Th pipeline is:

Re: Can't seem to load Firebird driver

2003-06-06 Thread Christian Haul
On 06.Jun.2003 -- 11:37 AM, Nier, Nikolai wrote: > > Von: Christian Haul [mailto:[EMAIL PROTECTED] > > Just a note: I just tried to put this onto the wiki at > > http://wiki.cocoondev.org/Wiki.jsp?page=SpecificDatabaseConnection but > > could not quite follow the instructions while looking at the j

Re: forwarding paremeter to xsp

2003-06-06 Thread Geoff Howard
At 01:24 PM 6/5/2003, you wrote: Yury Mikhienko wrote: try { test = parameters.getParameter("param1"); }catch (ParameterException pe) { test = "nothing %(("; }; test = parameters.getParameter("param1", "nothing %(("); The getParameter(String,String) form does not throw

Re: Source Writing Transformer

2003-06-06 Thread bosspring 2
Thank you for your attention Geoff: Th pipeline is: _ Dale rienda suelta a tu tiempo libre. Encuentra mil ideas para exprimir tu ocio con MSN Entretenimiento. http://entretenimie

Re: forwarding paremeter to xsp

2003-06-06 Thread Andreas Hartmann
Yury Mikhienko wrote: try { test = parameters.getParameter("param1"); }catch (ParameterException pe) { test = "nothing %(("; }; test = parameters.getParameter("param1", "nothing %(("); :) BTW - sorry for my repitition of your answer, the order of messages in my inbox wa

Re: recommed upgrading to Xalan 2.5 when using document() regularly

2003-06-06 Thread Joerg Heinicke
Antonio Gallardo wrote: Do you think the bug is fixed in current Xalan? If it's not we have it in Cocoon 2.0 too ;-) I am not sure about this, but people was waiting for the new Xalan that will solve this problem. No, it's not fixed. I tested it. Moved the bug to the Xalan buglist. BTW, there is

Re: Source Writing Transformer

2003-06-06 Thread Geoff Howard
What is your pipeline? Geoff At 12:45 PM 6/5/2003, you wrote: I am using XML files such as database and Source Writing Transformer writing the information in this. But I have a bit problem: for example, when a new user is registered his data is saved in usuarios.xml but after Cocoon shows th

RE: POI Excel Reports Formatting Languages

2003-06-06 Thread Yan, Charlene
I'm using Cocoon-2.1m2. I can run poi block. However, when I change the Fore, Back and PatternColor of style region for http://localhost:8080/cocoon/samples/poi/simple-alignment-test.xls, nothing changes in Excel. Is it supposed to be working only in Gnumeric or am I missing something? Thank

Re: using pipeline matched parameters in XSP

2003-06-06 Thread Andreas Hartmann
Paweł Żukrowski wrote: Hi All, is there a way to use parameter form pipeline match in XSP page? for example if pipeline match looks like ... normalyy in pipeline we can use {1} but how can I use it in process.xsp? I would recommend to parameterize the logicsheet because that ma

Re: Serious Encoding Problems (Umlaute)

2003-06-06 Thread Alexander Schatten
Matthias Brunner wrote: That should really be documented somewhere. I believe, however, that the approach itself (having to set an environment variable for the JVM) is really flawed. I do not understand why this is necessary at all, since there are XML headers which set the encoding of every f

Source Writing Transformer

2003-06-06 Thread bosspring 2
I am using XML files such as database and Source Writing Transformer writing the information in this. But I have a bit problem: for example, when a new user is registered his data is saved in usuarios.xml but after Cocoon shows this message: success content inserted at: usuarios insert overwr

Re: Serious Encoding Problems (Umlaute)

2003-06-06 Thread Bertrand Delacretaz
Le Vendredi, 6 juin 2003, à 11:20 Europe/Zurich, Matthias Brunner a écrit : ...That should really be documented somewhere I have put some information at http://wiki.cocoondev.org/Wiki.jsp?page=SettingTheJvmLocale ...Maybe there is a parameter to the JVM as well, which would be better to use

Re: AW: Can't seem to load Firebird driver

2003-06-06 Thread Upayavira
Nikolai, > OK, I've added a page, could somebody please check it as it is my > first wiki entry? Just for the record, there is a firebirdsql-full.jar > which contains all the necessary classes, so it can be used instead of > firebirdsql.jar + [mini-]concurrent.jar + [mini-]j2ee.jar + jaas.jar > (f

using pipeline matched parameters in XSP

2003-06-06 Thread Paweł Żukrowski
Hi All,   is there a way to use parameter form pipeline match in XSP page?   for example if pipeline match looks like   ...           normalyy in pipeline we can use {1} but how can  I use it in process.xsp?   please advice   Pawel Zukrowski

AW: Can't seem to load Firebird driver

2003-06-06 Thread Nier, Nikolai
> Von: Christian Haul [mailto:[EMAIL PROTECTED] > Just a note: I just tried to put this onto the wiki at > http://wiki.cocoondev.org/Wiki.jsp?page=SpecificDatabaseConnection but > could not quite follow the instructions while looking at the jaybird > zip file from firebird.sf.net. > > Could you ad

Re: forwarding paremeter to xsp

2003-06-06 Thread Yury Mikhienko
try in sitemap: in XSP: http://apache.org/xsp"; > org.apache.avalon.framework.parameters.ParameterException String test = ""; try { test = parameters.getParameter("param1"); }catch (ParameterException pe) { test = "nothing %(("; };

Re: Serious Encoding Problems (Umlaute)

2003-06-06 Thread Matthias Brunner
On Friday 06 June 2003 10:38, Alexander Schatten wrote: > >what is the LANG environment variable set to? Apparently, this > > can have some influence on the JVM. Try setting it to LANG=de. > > Actually, it should work without that but I was not able to > > figure it out. > > GREAT! thank you, that

Re: forwarding paremeter to xsp

2003-06-06 Thread Alexandre Victoor
Hi, you can pass the parameter explicitely in the sitemap : and then you can use it process.xsp : parameters.getParameter("infoparam","default value") Hope it helps Alex - To unsubscribe, e-mail: [EMA

Re: [SUMMARY] RE: error in XSP --> Tomcat4.1.24 has CATASTROPHICcache system!!!!

2003-06-06 Thread Jacob L E Blain Christen
i think this is a bug with tomcat (and hence more appropriately taken up with [EMAIL PROTECTED]) as after upgrading my tomcat installation to 4.1.24 i have been noticing similiar "recompile" issues. -- Jacob L E Blain Christen Entheal LLC 443.255.9975 410.542.7793 --

Can't change path?

2003-06-06 Thread Liying Huang
Hi,   I wonder if anyone could help me, I am new to cocoon. I just upgrade my project to cocoon2.1 (used tomcat5.0), but I had problem if I want to change path (for example, /localhost/project1 to /localhost/project). before I just changed name in build.xml and build project.war instead of proj

forwarding paremeter to xsp

2003-06-06 Thread Paweł Żukrowski
Hi All,   is there a way to use parameter form pipeline match in XSP page?   for example if pipeline match looks like   ...           normalyy in pipeline we can use {1} but how can  I use it in process.xsp?   please advice   Pawel Zukrowski    

Re: Serious Encoding Problems (Umlaute)

2003-06-06 Thread Alexander Schatten
Matthias Brunner wrote: On Thursday 05 June 2003 23:46, Alexander Schatten wrote: I use Tomcat 4 and Cocoon 2 and SQLTransformer, mySQL. Interestingly, everything works fine on Windows XP; German Umlauts are entered correctly into the database, and displayed correctly when HTML is created from

Re: Can't seem to load Firebird driver

2003-06-06 Thread Christian Haul
On 06.Jun.2003 -- 09:21 AM, Nier, Nikolai wrote: > > Von: Edison Too [mailto:[EMAIL PROTECTED] > > > Not sure if you are aware of this, the Firdbird JDBC driver > > is not an all-in-one jar. > > you need a jta-spec1_0_1.jar and connector.jar as well. > > Thank you VERY much, that was what I ne

Re: Can't seem to load Firebird driver

2003-06-06 Thread Edison Too
Hi, Not sure if you are aware of this, the Firdbird JDBC driver is not an all-in-one jar. We did work with Firebird about 4 to 5 months ago, so things might have changed by now. The fact was that for Firebird's driver to work, you need a jta-spec1_0_1.jar and connector.jar as well. From your er

Re: regexp problem

2003-06-06 Thread Christian Haul
On 05.Jun.2003 -- 04:45 PM, Majcen, Kurt wrote: > Hi all! > > We are trying to validate input fields in a web user interface via the > form-validator action. One of the fields is a date field. Therefore we found a > regular expression at http://www.regxlib.com/REDetails.aspx?regexp_id=113 which

find the ldap configuration

2003-06-06 Thread Maxime.Gheysen
Where is it possible to find the information about the ldap parameters? I have the serverurl, port, filter, but neither the "searchbase" neither the "rootdn". What and where are they? thanks - To unsubscribe, e-mail: [EMAIL PROT

Re: is this working?

2003-06-06 Thread Yury Mikhienko
On Fri, 6 Jun 2003 09:37:48 +0200 <[EMAIL PROTECTED]> wrote: > I have tested LDAP, and after two days I have come to a result... I > don't have any errors i my page, but I get following : > > http://apache.org/cocoon/LDAP/1.0";> > http://apache.org/cocoon/LDAP/1.0"; /> > > > My pi

Sunshine-Portal request handling

2003-06-06 Thread Holger Dewes
Hello all, I'm trying out the Sunshine-Portal shipped with Cocoon 2.0.4. Looks fine so far, but I have some questions about the request handling. Basically, I want a sunlet to contain a form to send some data back to that, or possibly one or more other sunlets. I'm using sunspotdemo-portlets a

regexp problem

2003-06-06 Thread Majcen, Kurt
Hi all! We are trying to validate input fields in a web user interface via the form-validator action. One of the fields is a date field. Therefore we found a regular expression at http://www.regxlib.com/REDetails.aspx?regexp_id=113 which covers the aspects we are looking for: ^(?:(?:31(\/|-|\.

Re: MS SQL Stored Procedure Help

2003-06-06 Thread Frank Taffelt
this is a snippet which works for me under mssql (jtds driver): {call proc_info( Integer.parseInt(id) )} ... i'm remembering problems with the positioning of "{" and the following "call" keyword. You have to make sure that there is no space between them. I'm not sure if

is this working?

2003-06-06 Thread Maxime.Gheysen
I have tested LDAP, and after two days I have come to a result... I don't have any errors i my page, but I get following : http://apache.org/cocoon/LDAP/1.0";> http://apache.org/cocoon/LDAP/1.0"; /> My pipeline is like this :

POI Excel Reports Formatting Languages

2003-06-06 Thread Yan, Charlene
All, I'm using xmlns:gmr="http://www.gnome.org/gnumeric/v7"; in producing the Excel report. Somehow styles do not show up in the report. For example, the following code has Fore and Back and PatternColor specified. But they don't show up in Excel. StyleBorder works though. Here are my ques

AW: Can't seem to load Firebird driver

2003-06-06 Thread Nier, Nikolai
> Von: Edison Too [mailto:[EMAIL PROTECTED] > Not sure if you are aware of this, the Firdbird JDBC driver > is not an all-in-one jar. > you need a jta-spec1_0_1.jar and connector.jar as well. Thank you VERY much, that was what I needed! We'd successfully used the firebirdsql.jar with a JSP an