FANNG1 commented on PR #5701:
URL: https://github.com/apache/gravitino/pull/5701#issuecomment-2514392294
I couldn't run pass the test in deploy mode, ` ./gradlew
:iceberg:iceberg-rest-server:test --tests
"org.apache.gravitino.iceberg.integration.test.IcebergRESTOSSIT.testSnapshot"
-PtestMode=deploy` with following errors, seems there are class conflict
reduced by the oss-bundle jar, could you fix it?
```
Exception in thread "main" java.lang.NoClassDefFoundError:
javax/activation/DataSource
at
com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl.<clinit>(RuntimeBuiltinLeafInfoImpl.java:478)
at
com.sun.xml.bind.v2.model.impl.RuntimeTypeInfoSetImpl.<init>(RuntimeTypeInfoSetImpl.java:63)
at
com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.createTypeInfoSet(RuntimeModelBuilder.java:128)
at
com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.createTypeInfoSet(RuntimeModelBuilder.java:84)
at
com.sun.xml.bind.v2.model.impl.ModelBuilder.<init>(ModelBuilder.java:162)
at
com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.<init>(RuntimeModelBuilder.java:92)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]