sdx-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sdx-users] probleme d'indexation en sdx1 avec java1.4


From: Pierrick Brihaye
Subject: Re: [sdx-users] probleme d'indexation en sdx1 avec java1.4
Date: Wed, 19 Feb 2003 18:43:46 +0100

Bonsoir,

>(9 jours après je réagis aux réponses eclairées qui m'ont été données)

Hum. Il a fallu se réinvestir :-)

>de fait. après test, il semblerais que cette manip ne suffise pas (le
>contraire m'eut surpris).

En fait, hormis votre problème d'indexation, il semble vous n'avez pas de
pb... autant tenter de rester dans cette config :-)

Sérieusement, j'étudierais la piste que je vous ai donnée...

Dans la classe fr.gouv.culture.sdx.db.DBInfo.java, on a :

 public Transformer getIndexationTransformer() throws SDXException
 {
  try
  {

transformerFactory.setAttribute("http://icl.com/saxon/feature/sourceParserCl
ass", "fr.gouv.culture.sdx.utils.CatalogSAXParser");

transformerFactory.setAttribute("http://icl.com/saxon/feature/styleParserCla
ss", "fr.gouv.culture.sdx.utils.CatalogSAXParser");
         return transformerFactory.newTransformer(new StreamSource((new File
(getIndexFilename())).toURL().toString()));
  }
  catch ( Exception e )
  {
   throw new SDXException(e, "fr", "Impossible de préparer un transformateur
pour l'indexation");
  }
 }

Vous reconnaissez votre exception ?

Eh bien, il faudrait mettre ça au goût du jour...

Dans la même veine que ce que je vous ai déjà indiqué
(http://www.biglist.com/lists/xsl-list/archives/200111/msg00976.html) :
http://p2p.wrox.com/archive/xslt/2001-11/74.asp

A+

p.b.









reply via email to

[Prev in Thread] Current Thread [Next in Thread]