Antonio Fiol BonnĂ­n schrieb:

Hello,

>>>org.apache.excalibur.source.SourceException:  The attribute: 
>>>authentication/authentication/data is empty

>>If the element "data" is empty it cannot be used as generator input.
>>Either use
>>src="module:session-context:authentication/authentication" />
>>and make sure this is always containing sth or try if you can circumvent
>>this with <map:select type="resource-exists">

> Same result:
> The attribute: authentication/authentication is empty
> 
> With src="module:session-context:authentication" I also get:
> The attribute: authentication is empty

Hmm, i think it has to do with the difference with Attribute and XML.

In Fact the session-context Module looks for an *Attribute*, what you
need it is to look for an *XPath expression*. I think there is an XML
Module, maybe the JXPathMetaModule or XMLMetaModule or sth like that,
don't know.
Otherwise you would have to write your own Input Module (thats easy).

HTH
Christoph

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to