You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java version "1.8.0_301"
Java(TM) SE Runtime Environment (build 1.8.0_301-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.301-b09, mixed mode)
Wildfly version: 21.0.2-Final
When I send an .ofx file, the file is not parsed correctly and I only got this on the console:
2024-08-23 17:30:08,167 INFO [com.webcohesion.ofx4j.io.BaseOFXReader] (default task-1) Processing OFX 1 headers...
2024-08-23 17:30:08,172 INFO [com.webcohesion.ofx4j.io.AggregateStackContentHandler] (default task-1) Child aggregate SIGNONMSGSRSV1 is not supported on aggregate OFX (class com.webcohesion.ofx4j.domain.data.ResponseEnvelope): name not assigned a type.
2024-08-23 17:30:08,175 INFO [com.webcohesion.ofx4j.io.AggregateStackContentHandler] (default task-1) Child aggregate BANKMSGSRSV1 is not supported on aggregate OFX (class com.webcohesion.ofx4j.domain.data.ResponseEnvelope): name not assigned a type.
But, when I copy the same files (Java Classes) that parse the .ofx file to my app, the file is parsed correctly as shown in this Pull Request:
Hi,
I'm trying to use ofx4j inside a web app, here's an example:
https://github.com/atilacamurca/ofx-web-example
Java version:
Wildfly version:
21.0.2-Final
When I send an
.ofx
file, the file is not parsed correctly and I only got this on the console:But, when I copy the same files (Java Classes) that parse the
.ofx
file to my app, the file is parsed correctly as shown in this Pull Request:atilacamurca/ofx-web-example#1
Are there any known reasons for why this happens?
Thanks in advance.
The text was updated successfully, but these errors were encountered: