Hi Cocooners!
I found this XML editor for KDE-Linux and I wanted to share it with you. :-D
http://kxmleditor.sourceforge.net/
Best Regards,
Antonio Gallardo
-
Please check that your question has not already been answered in
On Fri, 14 Feb 2003 20:46:07 +0100
"J.Pietschmann" <[EMAIL PROTECTED]> wrote:
joni santoso wrote:
could you give me the snippets please.
I was just reminded that this works only with text, not
with graphics.
well now at last i know that is not doable.
thx
==
Hello, Sylvain.
The old forms would work as they already do, but it would be a better
approach when the model is a pure XML model. You won't need to convert XML
elements and attributes to Java properties and back. You won't need to store
your XML model in a DOM property in the bean. In fact, you w
ok I've started pulling my hair out. I am really having problems getting
the DirectoryGenerator to display anything more than the contents of the
current directory. I can't seem to get the depth attribute to do anything.
I modified my just installed sitemap directory matching to look like this:
Hello all,
Recently, we've switched servlet engines from Tomcat to caucho.com's
Resin. We've done this primarily for performance reasons.
I'm now running into some problems where a couple of my XSP's which
access database connections can no longer find a suitable driver. Is
anyone aware of a
On pią, lut 14, 2003 at 08:22:28 +0100, Thorsten Scherler wrote:
> Hi Felix,
>
> I tried it but didn't like the result!
>
> e.g. the "Select * from table" were working fine, but I had trouble with
> "Update", "insert into",
>
> Despite that I never got it working that I could got the data
On pią, lut 14, 2003 at 05:17:18 +0100, Felix Maeder wrote:
> Hi list,
>
> Does anyone use Cocoon in connection with Microsoft SQLServer in a
> production environment? What are the experiences? Are there any known
> issues with this combination?
The combination works like a charm using inetsoftw
Actually I've been using Cocoon with MS SQL Server with no problems
(I've done quite complicated queries, including updates, inserts, and
stored procedures). Microsoft has a free JDBC driver on their web site
which works fine.
--Steve
> -Original Message-
> From: Geoff Howard [mailto:[
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
I haven't used the two together, but there seem to be a fair number of
people on the list who do. I am sure a good deal has to do with the quality
of the jdbc driver you use. I've heard of people having better luck with
some commercial drivers than with the jdbc-odbc one.
Geoff
> -Original
joni santoso wrote:
could you give me the snippets please.
I was just reminded that this works only with text, not with graphics.
do i need to map the images to the sitemap?
No.
btw, is there a dtd/schema for xsl-fo document so that someone can know
what elements/attributes can be inside
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
Hi Felix,
I tried it but didn't like the result!
e.g. the "Select * from table" were working fine, but I had trouble with
"Update", "insert into",
Despite that I never got it working that I could got the data "where
date=". I wasn't patient enough to get to
the course.
...but it should
I would like to :
1/ use a servlet (servDoSomething) as a generator to generate some XML data.
2/ depending of what happened in step 1 (everything was fine or some error
happened), I would like to set a "nextpage" attribute to say where should
we go next :
request.setAttribute("nex
I installed Cocoon on my Linux box without any issues. I tried on my Win2k
box and got a problem with the dtd in the documentation page. I renamed the
latest xerces.jar to _parser.jar and restarted Tomcat, but it didn't help.
The error I am getting is below. Any ideas?
org.apache.cocoon.Process
On Friday, February 14, 2003, at 12:24 PM, Diana Shannon wrote:
xinclude works for me. Here are a few snippets:
|--- file snippet (with and without xpointer) ---|
- or -
|--- sitemap snippet ---|
|--- file hierarchy ---|
- sitemap.xmap
- resources/
-- xdocs/
--- content/
p
On Friday, February 14, 2003, at 10:04 AM, Peter Klotz wrote:
1. Xinclude
the output is empty and cut off.
There was a posting that one should use a attribute base="file:/path"
because Cocoon would consider the URL relative to the application base
directory under webapps. That is not menti
> Hi!
>
> How can I execute Stored Procedures (SP) of a MS SQL Database
> by the use of the COCOON SQL-Transformer?
>
> My Environment:
> JAVA-Version: j2sdk1.4.0_01
> JDBC-Driver: jtds-0.4.jar
> Database: MS SQL Server 7.0
> and Cocoon 2.0.4
>
> My Cocoon configuration:
>
> Site
Hi list,
Does anyone use Cocoon in connection with Microsoft SQLServer in a
production environment? What are the experiences? Are there any known
issues with this combination?
Thanks a lot
-Felix
-
Please check that your ques
I found a solution.
I'm gonna pass as parameter:
And in the generator I'll separate the name into 3 parts.
At 10:51 14/02/2003 -0500, you wrote:
send me your generator file
Geoff
> -Original Message-
> From: Lionel Crine [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 14, 200
send me your generator file
Geoff
> -Original Message-
> From: Lionel Crine [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 14, 2003 10:23 AM
> To: [EMAIL PROTECTED]
> Subject: Re: parameters for custom requestgenerator
>
>
> Sorry I did a bad manipulation.
>
> Herer is the thing :
Looks like you put that xsp:logic tag before any content on the page, thus
the code was placed outside the generate method, and from the sound of the
error, before the class definition. if that's not enough of a clue, send
the xsp here (from the beginning up to the snippet you include below)
Go l
Hi Josema,
Could you describe the advantages and the possible application of this new feature.
Regards
Sylvain
-Message d'origine-
De: Josema Alonso [mailto:[EMAIL PROTECTED]]
Date: vendredi, 14. février 2003 14:08
À: Cocoon-Users
Objet: extending XMLForms for different kinds of models.
Sorry I did a bad manipulation.
Herer is the thing :
Hello,
I have to get some parameters from a form but I'm stuck.
I have some code like in my html file (created with an xsl transformation):
Prices Index : From :
To :
And I want to get : "Prices Index", "numerici
Hello,
I hava to get some parameters from a form but I'm stuck.
I have some code like in my html file (created with an xsl transformation):
Prices Index : From :
To :
And I want to get : "Prices Index", "numericindex_Start" and
"numericindex_End", in the file created
That would be great. Could you send the file to this adress
[EMAIL PROTECTED]
Thanks a lot, Robert
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 14, 2003 1:47 PM
Subject: Re: XMLForm Wizard alternative?
Hi there
I do not know if anyone els
I cannot remember exactly what I did but ... you might need to have
something like cocoon://path/file.xml instead.
Try this and see if it works.
-Original Message-
From: Peter Klotz [mailto:[EMAIL PROTECTED]]
Sent: 14 February 2003 15:04
To: [EMAIL PROTECTED]
Subject: XInclude or CInclude
Hi,
I'm generating XInclude or CInclude URLs and use the corresponding
transformator. Unfortunately none of the ways seemed to work.
I have file:-URLs with absolute path names, BTW.
1. Xinclude
the output is empty and cut off.
There was a posting that one should use a attribute base="file:/p
Hi
When I try this out, I get the following
message:
org.apache.cocoon.www.tasks.docs.workflow.details_xsp should be declared
abstract; it does not define method generate() in interface
org.apache.cocoon.generation.Generator
In my first xsp:logic tag, this is the code that
causes this
Hi,
simple question, how can I get in a Cocoon action or source etc. the base
directory of my application that I was called for?
I though that the Contextualize interface would be used for this with the
Context.get() method, but there is no documentation of the values that one
can get from the co
Dear all,
I need your suggestions and opinions in extending the current XMLForm model
approach. If you use XMLForm or are thinking about using it soon, I'd
suggest youy to read this message and send some feedback to the list.
Some days ago, and with some ideas I exchanged with Ivelin, I made a ho
Ok, I will contact you as soon as I am home.
By the way my "private" mail is [EMAIL PROTECTED]
Wir sprechen uns dann später!
Thorsten
-Ursprüngliche Nachricht-
Von: SAXESS - Hussayn Dabbous [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 14. Februar 2003 13:55
An: [EMAIL PROTECTED]
Betref
Hy, Thorsten.
thanks for your offer. Great, i think some help
is really needed, let's get into touch offlist.
Here is a first proposal for agenda,timeshedule,location...
There is still some commitment needed for talks,
or other contribs ;-)
the aim of the meeting
--
Prelimi
Hi there
I do not know if anyone else has done it - but I was so impressed with
xmlform that I took the 2.1 code and hacked it a bit to compile and run on
cocoon 2.0.4 - it's working for me - and I can create a source jar file
and such for creating a cocoon-xmlform-2.0.4.jar file to put into
W
hi,
i want to serve dynamically created imagefiles (wbmps
in my case) from the cocoon-pipeline. i wrote an xsp
with helperclass and tried to get the output of it,
but i don't know how. i thought about taking but i don't know how to access a dynamic source..
one possibilty is to write the image t
>> It seems that it check if uri begin with "http".
>That is what I thought as well. But
>http://wiki.cocoondev.org/Wiki.jsp?page=IntegrateAServlet
>seems to indicate otherwise.
Yes, but the author of this article told me that he didn't test it ! :-/
He will going to change his article ...
>>
> From: Kirula Leelasena [mailto:[EMAIL PROTECTED]]
>
> Yes I am running on NT. Any examples of how to setup
> 'secured' datasources and connecting via JDBC.
> Currently my databases are setup on cocoon.xconf as below :-
>
>
>
>
> jdbc:oracle:thin:@my_server:my_port:my_
Hi list, hi Hussayn,
how many people want to come to cologne so far?
When should the event take place?
Where should it be?
How can we help you organise it?
Any proposals for the agenda so far?
...I volunteer for organisation.
King regards
Thorsten
> Mit freundlichem Gruss,
>
> Thorsten Sch
> It seems that it check if uri begin with "http".
That is what I thought as well. But
http://wiki.cocoondev.org/Wiki.jsp?page=IntegrateAServlet
seems to indicate otherwise.
> Does it work with "https" ???
I don't think FileGenerator supports this.
But you can try WebServiceProxyGenerator which
Hi list,
do you know wyona (http://www.wyona.org)?
They have implemended a scheduler! Just ask them for advice ! ([EMAIL PROTECTED])
king regards
Thorsten
-Ursprüngliche Nachricht-
Von: Niclas Hedhman [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 14. Februar 2003 07:11
An: [EMAIL PROTEC
Yes I am running on NT. Any examples of how to setup 'secured' datasources and
connecting via JDBC.
Currently my databases are setup on cocoon.xconf as below :-
>
>
>
> jdbc:oracle:thin:@my_server:my_port:my_SID
> username
> my_encrypted_password
>
Hi
After playing with the settings in websphere, i have finally managed to
deploy my cocoon in the websphere app server. Most cocoon standard demo
works except the jsp generator and reader stuff. I have changed the jsp
engine setting to use the ibm one in cocoon.xconf and it seems to be picking
up
Hy, i know this is absolutely off topic,
but maybe there is someone who could help me:
i want to run my app on websphere-4.0.4. the problem is (currently)
not how to get cocoon running on it, but how to get websphere running
with LDAP-authentification. Anyone near cologne, who can help ?
i'll pay
>OK, one last guess:
>
I tried for 2 hours all sorts of things :(( ...
The only one working is with the full url ...
I think that for Cocoon:
1/ there's some confusion between "src" and "uri" attribute for the
generator
2/ there's some confusion on how to know if uri is internet-uri or
filesys
On Thu, 13 Feb 2003 19:38:01 +
g4 <[EMAIL PROTECTED]> wrote:
> Hi there list,
>
> is it possible to use Xinclude within XSL? At present I have this:
>
>
> http://www.w3.org/1999/XSL/Transform";
> version='1.0'
> xmlns:xlink="http://www.w3.org/1999/xlink";
>
Hello,
I use cocoon 2.0.4 on tomcat 4.1.12 and recognize an extremely strange behaviour of
ResourceReader:
The problem occurs only in IE (5.5), not at all in Netscape (7).
The problem occurs only with pdf files.
The browser behaviours differ in that way that IE tries to open AcrobatReader inside,
You can read the user from the session context. For more information
look at the dokumantation for the authentication framework.
Martin
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 14, 2003 10:53 AM
Subject: Cocoon Portal authentication: ho
Oh how well I know the stupidity of corporations.
Question: do you need to store the connection information there
at all? If you are running on NT (I presume you can do this on
*nix, but I'm no expert), you could setup a datasource (which
can be secured and contains the password etc to connect) t
John,
Point taken, but corporations such as ours do not allow password storage in clear text.
Auditors will be happier to see the 'key' stored in clear text...
I knew it will be along shot, but thanks for the reply anyway!
Kirula
---
Kirula Leelasena
Gl
OK, one last guess:
If this does not work I would go with:
http://{request:serverName}:{request:serverPort}{request:contextPath}/m
yServlet"/>
AFAIK input modules have been backported to 2.0.5-dev
Guido
- Original Message -
From: "Laurent Comte" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTE
I'd be interested too! (Got one last Sunday)
This would prob be better on the -dev list, CC'ing.
J.
> -Original Message-
> From: Upayavira [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 14 February 2003 10:23
> To: [EMAIL PROTECTED]
> Subject: Cocoon on a Zaurus PDA
>
>
> Dear All,
>
> I
> From: Kirula Leelasena [mailto:[EMAIL PROTECTED]]
>
> Hi,
> Is there anyway to enable password encryption in cocoon's
> database connections in cocoon.xconf?
>
>
>
>
> jdbc:oracle:thin:@my_server:my_port:my_SID
> username
> my_encrypted_password
>
Dear All,
I want to see if it is possible to get Cocoon to work on a Zaurus. (I have long
commutes to work, and it would be nice to be able to work with Cocoon during that
time).
Does anyone:
* know what servlet engines work on limited hardware/low memory
* know what bits of Cocoon are needed t
I found a DTF for XSL:FO at:
http://www.renderx.com/Tests/validator/fo2000.dtd.html
I am sure there other, more up-to-date versions (please
let us know if you find any).>>> [EMAIL PROTECTED]
14/02/2003 05:50:58 >There are at least two
possiblities:>- absolutely positioned block-contain
>Sorry, it should be
>
I've tried also, but in this case, it looks the ressource on the file system
(FileNotFoundException) ...
Laurent
-
Please check that your question has not already been answered in the
FAQ before posti
Hi,
Is there anyway to enable password encryption in cocoon's database connections in
cocoon.xconf?
jdbc:oracle:thin:@my_server:my_port:my_SID
username
my_encrypted_password
Please advise if a password encryption tool can be used to encrypt d
> >I think it doesn't fit your servlet mapping.
> >Try
> >
>
> It doesn't work ... It couldn't "setup pipeline" with an
> "org.apache.cocoon.ProcessingException: Could not setup pipeline.:
> org.xml.sax.SAXException: Invalid System ID"
Sorry, it should be
Guido
Hello,
I'm using the Cocoon Portal.
I develop a new application that will called from a coplet (link).
For this application, I need to retrieve the current User of the Portal session.
How can I do that?
Thanks
Sylvain
-
Please
>I think it doesn't fit your servlet mapping.
>Try
>
It doesn't work ... It couldn't "setup pipeline" with an
"org.apache.cocoon.ProcessingException: Could not setup pipeline.:
org.xml.sax.SAXException: Invalid System ID"
>If this doesn't work either and you are using 2.1 you can also try
>uri
Title: Cinclude !!!
Hi all
i have a xsp file template.xsp
and i have other files eg. index.xsp
i use cinclude to include template.xsp into index.xsp , it works well with static elements or tag!
but when i tried to add some codes with into the template file
to create some tag with dynami
> Of course, when i type the same url in my browser, it works
> ("http://localhost:8080/myApp/myServlet";). Cocoon and my servlet are in
the
> same webApp (and same Tomcat's Context).
>
> Does it really work for you ?
>
> sitemap.xmap is standard and i had just added this :
>
>
>
>
>
1.) There are some java -packages around, that mimic cron.
wasn't there a cron component in the avalon-excalibur framework ???
You might write something like an action, which opens a runtime-thread,
which would organise the rest. shouldn't be a big deal if you really
need it. or you write a servl
62 matches
Mail list logo