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

JBRULES-3633 resource encoding #38

Merged
merged 1 commit into from Nov 7, 2012
Merged

Conversation

joachimvda
Copy link
Contributor

Fix to allow the encoding to be specified on a resource in the spring configuration.

@@ -30,6 +30,8 @@
private Resource resource;
private ResourceType resourceType;
private ResourceConfiguration resourceConfiguration;
private String resourceName;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove the resourceName variable pls (unless there's a good reason to keep it)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The resourceName needs to be stored as there is I see way to change the encoding after creation. So I need to re-create the resource with the correct resource name and encoding.

@ge0ffrey
Copy link
Collaborator

Thanks for sending in this pull request :)
I 'll merge once the 2 comments are somehow resolved.

@ghost ghost assigned ge0ffrey Oct 31, 2012
ge0ffrey added a commit that referenced this pull request Nov 7, 2012
JBRULES-3633 resource encoding
@ge0ffrey ge0ffrey merged commit 9f3a7ac into kiegroup:master Nov 7, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants