cancel
Showing results for 
Search instead for 
Did you mean: 

PI's JAXB Version

michael_buchli
Participant
0 Kudos

Hi

I'm using JAXB for a Java mapping in PI. Does anybody know, which JAXB version PI is using?

Thanks in advance

Michael

Accepted Solutions (0)

Answers (2)

Answers (2)

naveen_chichili
Active Contributor
0 Kudos

This message was moderated.

former_member854360
Active Contributor
0 Kudos
michael_buchli
Participant
0 Kudos

Hi

I know this pages, but i didn't find the info which JAXB version is part of PI.

I have a JAXB mapping which worked fine in my local environment with JAXB 2.1 and doesn't work properly on PI. The only unknown part is the JAXB version on PI.

baskar_gopalakrishnan2
Active Contributor
0 Kudos

JAXB is built in in java engine. You dont have any control. If you are using jdk 1.5 for PI ( java VM )then you are really using JAXB 2.0 that comes with Jdk1.5.

Please check what version of jdk installed in your pi. I believe JAXB2.0 comes with jdk1.5 and so that must be standard for now. If you use jdk1.6 locally and trying jaxb2.1 then that might work locally not in pi which has version jdk 1.5

Refer this link:

/thread/2241021 [original link is broken]