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

[26860] GS1 Standard ZurRose #424

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Daksic28
Copy link
Contributor

@Daksic28 Daksic28 commented Feb 6, 2025

No description provided.

}
URL xsdUrl = bundle.getEntry(Constants.XSD_RELATIVE_PATH);
if (xsdUrl == null) {
throw new XChangeException("XSD file not found: " + Constants.XSD_RELATIVE_PATH);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weshalb ist das hier eine XChangeException ? Ich sehe keine Verbindung zum xchange code, daher würde ich eine IllegalStateException vorschlagen.

@Daksic28 Daksic28 requested a review from huthomas February 12, 2025 08:01
Comment on lines 38 to 39
URL url = new URI(Constants.TOKEN_URL).toURL();
HttpURLConnection conn = (HttpURLConnection) url.openConnection();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hier fehlt das Prüfen ob der Test Modus aktiv ist, und dann sollte die andere URL verwendet werden.

@Daksic28 Daksic28 requested a review from huthomas February 13, 2025 07:46
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

Successfully merging this pull request may close these issues.

2 participants