Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in eforms-notice-viewer when processing xml File #85

Closed
skyazid opened this issue Dec 11, 2023 · 1 comment
Closed

Error in eforms-notice-viewer when processing xml File #85

skyazid opened this issue Dec 11, 2023 · 1 comment

Comments

@skyazid
Copy link

skyazid commented Dec 11, 2023

Hi @rousso,

I encountered an issue with the eforms-notice-viewer.

After compiling, I executed the jar with the following command: java -jar .\target\eforms-notice-viewer-0.10.0-SNAPSHOT-app.jar fr .\pin-cfc-social_25.xml.

This problem is not only present with the pin-cfc-social_25.xml but also occurs with multiple files in the examples/notices directory.

I got an error in the logs :

Error at char 61 in expression in xsl:value-of/@select on line 3605 column 287 FORG0001 The string "Informations de base sur lÆ[x2019]avi..." cannot be cast to a boolean at template block0401150505 on line 3596 column 42 invoked by xsl:call-template at #3500 at template block04011505 on line 3479 column 40 invoked by xsl:for-each at #3499 at template block04011505 on line 3479 column 40 invoked by xsl:call-template at #3040 at template block040115 on line 3021 column 38 invoked by xsl:for-each at #3039 at template block040115 on line 3021 column 38 invoked by xsl:call-template at #1451 at template block0401 on line 1396 column 36 invoked by xsl:for-each at #1450 at template block0401 on line 1396 column 36 invoked by xsl:call-template at #1392 at template block04 on line 1385 column 34 invoked by xsl:for-each at #1391 at template block04 on line 1385 column 34 invoked by xsl:call-template at #148 invoked by xsl:for-each at #147 In template rule with match="/" on line 132 of Error executing the application with arguments [[fr, .\pin-cfc-social_25.xml]].

This error seems to occur during the XSLT transformation process. Any guidance or fixes for this issue would be greatly appreciated.

@skyazid
Copy link
Author

skyazid commented Dec 11, 2023

Finally, it was a cache issue, using -f fixed the problem.

@skyazid skyazid closed this as completed Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant