I try to localize WSO2 CEP product.
I found some post regard with
http://tanyamadurapperuma.blogspot.kr/2013/10/localizing-wso2-carbon-products-part-1.html
So i changed all JSResources.properties and Resources.properties files to JSResources_kr.properties and Resources_kr.properties.
But all character are broken.
I tried to reproduce this and was able to see broken Korean characters. (Please see the screenshot)
I have already created a public JIRA [1] for this issue and fix might be available in one of the upcoming releases.
Thanks,
Upul
[1]. https://wso2.org/jira/browse/CARBON-15893
Related
I set up the live example of the Revit Design Check on my Autodesk Hub.
Link Here: https://revitdesigncheck.herokuapp.com/
After uploading the example model, it never created an issue.
does the live example still work? Or has the older api used in the live example been deprecated? Thanks.
That was indeed a problem, wrong Activity name (probably from old deploy), thanks for bringing this up. It's now fixed, and it created the issue as expected (see image)
I'd like to translate the management console to localized language. I've try to follow the instructions from http://wso2.com/library/knowledge-base/2011/11/playing-around-carbon-product-themes/ as a starting point, cause I think that should be in the same theory. But this didn't work, and cause an exception when entering the site.
I see the document is pretty old (2011), is this not work anymore? or the procedure has been changed?
Edit:
sorry, forgot to mention, I'm using WSO2 ESB 4.8.1.
Yes as you have mentioned, above link is outdated. However, the concept is same in new versions as well. Keeping an extracted jar file in the plugins directory will no longer work since we have disabled that along the way as a security fix.
Herewith I have given [1]. the latest documentation of "Customizing the Management Console" of the WSO2 Enterprise Service Bus. You can use it as a starting point.
If you need further help regarding this issue, please let me know.
Thanks,
Upul
[1]. https://docs.wso2.com/display/ESB481/Customizing+the+Management+Console
I am working with an open source application from Foradian and while trying to add administrative users, I get an error stating that the e-mail address is invalid. I have gone through the source code and found a regex snippet that performs this check, or so I think.
/^[A-Z0-9._%-]+#([A-Z0-9-]+\.)+[A-Z]{2,4}$/i
How can I make the application accept the newer and longer TLDs such as .university, .museum, and others by altering the snippet above?
You can just remove the 4 from last check and it will just check if the ending domain have at least 2 characters.
/^[A-Z0-9._%-]+#([A-Z0-9-]+\.)+[A-Z]{2,}$/i
Here is working example.
I found this solution not long after posting the question:
^[A-Z0-9._%+-]+#[A-Z0-9.-]+\.(?:[A-Z]{2}|com|org|net|edu|gov|mil|biz|info|mobi|name|aero|asia|jobs|museum|university)$
The above allows me specify which TLDs are accepted.
For now, I've opted for the accepted solution marked above as that saves me the trouble of editing the source when newer TLDs are added.
I am correctly upgrading a version 6.0.5 umbraco instance to version 7. The install seems to have been successful and all database changes seem to have completed as planned. However when trying to save a content node which contains a not required numeric field with no content supplied in the field, it fails to save with a validation error stating "The value is not a valid integer".
Has anyone else found this issue and a way to fix it as it's stopping me proceeding with the upgrade?
Thank you in advance
Dave
This has been added as a confirmed issue after other people could replicate it.
See my Umbraco forum post here.
Umbraco issue details available here
Thank you for the help
Dave
When I try creating an JIRA issue, my issue type list is blank. But it works just fine on another PC.
Is there any setting that I need to activate? Thank you in advance.
Without more detailed background on the difference between the two machines here are the possible fixes that come to mind:
Be sure that you are using the same user account with the same user priviliges
Check that you are using the same browser with all dependencies installed (java)
Consider re-indexing JIRA from the Administration Panel
Check your schemes to insure you don't have non-applicable dupes
Hope this helps.