Questions tagged [maven-jibx]

10 questions
1
vote
2 answers

Resolve classes of maven dependencies in eclipse

Consider the following dependency hierarchy: Now I have maven-jibx-plugin in project D which generates the compiled classes in target/classes folder. But when I run my spring-boot project A the generated classes from project D could not be…
Khoda
  • 955
  • 2
  • 14
  • 42
1
vote
0 answers

Change tag name to while marshaling in jibx?

I have a scenario where the XML may be like etc i want to change the tags to while marshaling is this possible ??? Please help
Gopi Lal
  • 417
  • 5
  • 23
1
vote
0 answers

Trying to install JIBX m2e connector in eclipse- Getting install error

Cannot complete the install because one or more required items could not be found. Software currently installed: m2e connector for JiBX 1.2.3.201107241325 (org.jibx.m2e.feature.feature.group 1.2.3.201107241325) Missing requirement: m2e connector for…
Deepak Kumar
  • 843
  • 1
  • 7
  • 19
0
votes
1 answer

Jibx JDK 17 Support

I am currently working on creating a POC for a project that is currently in JDK 1.7 and uses Jibx. I am upgrading it to latest JDK 17 and am finding issues with Jibx "Could not instrument class mungeadapter". Is Jibx compatible with JDK 17, if not…
closg
  • 1
  • 3
0
votes
1 answer

How to can JIBX codeGen be instructed to not generate duplicate classes for 2 schemas

I am using JIBX maven plugin to generate the Java classes from the XSD schema. Below are 2 different sample XML types one representing a customer and other representing an account. The address field is similar in both the schema. However codegen…
0
votes
0 answers

Internal error no wrapping name for empty structure codegen maven jibx plugin?

i am trying to generate jibx classes from XSD, i see error while generating the classes here is the stack trace Caused by: java.lang.IllegalStateException: Internal error - no wrapping name for empty structure at…
goodyzain
  • 683
  • 2
  • 8
  • 21
0
votes
1 answer

Skaffold dev works with minikube only. Other on-prem cluster fails

I have a Spring Boot app with jib-maven configured POM com.google.cloud.tools jib-maven-plugin 2.1.0 openjdk:11-jre-slim …
Navigator
  • 2,871
  • 4
  • 17
  • 27
0
votes
1 answer

Is there a counterpart of JaxB's ObjectFactory in JiBX?

I'm trying to enhance a module from using JaxB to JiBX. I was able to produce the java classes through the jiBX maven plugin in pom.xml although I'm having issues on how I can generate an Objectfactory just like the one in JaxB's. Is there like a…
Rocky
  • 429
  • 1
  • 9
  • 26
0
votes
2 answers

Maven incorrect version of JIBX getting picked from POM.xml

I have a maven project that is running smoothly on JAVA 7 but recently I wanted to migrate everything from 1.7 to JDK 1.8 but I've started getting error traces because of JIBX libraries. On a similar thread : [Check this StackOverflow link][1]- I…
Raman Verma
  • 113
  • 9
0
votes
1 answer

How to optimize Maven JiBX Plugin

While using jibx:bind goal in a maven project, is it possible to optimize the plugin so that it generates schema binding only when the .xsd (schema) itself changes? The only way I can find it to avoid running a goal is to create profiles, but I…
Jaywalker
  • 3,079
  • 3
  • 28
  • 44