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

Make it possible to access global bindings from the plugin code #883

Open
Tomas-Kraus opened this issue Feb 23, 2012 · 5 comments
Open

Make it possible to access global bindings from the plugin code #883

Tomas-Kraus opened this issue Feb 23, 2012 · 5 comments

Comments

@Tomas-Kraus
Copy link
Member

At the moment com.sun.tools.xjc.reader.Ring is closed before plugins get their turn to process the model. Please shift closing the Ring after plugins are done, as for example, it would be nice to access Global Bindings from plugin:

if (Ring.get(BIGlobalBinding.class).isSimpleMode()) { ... }

Affected Versions

[2.2.5]

@Tomas-Kraus
Copy link
Member Author

@glassfishrobot Commented
Reported by dma_k

@Tomas-Kraus
Copy link
Member Author

@glassfishrobot Commented
Was assigned to snajper

@Tomas-Kraus
Copy link
Member Author

@glassfishrobot Commented
This issue was imported from java.net JIRA JAXB-883

@Tomas-Kraus
Copy link
Member Author

@dmak
Copy link

dmak commented Jan 18, 2023

Would be great to reconsider the issue or provide another way to access "simple mode" (and other) settings from JAXB plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants