[JBoss JIRA] (JBRULES-2936) Importing decision table from Excel: Non Ascii chars should not be corrupted
by Jesper S. Møller (JIRA)
[ https://issues.jboss.org/browse/JBRULES-2936?page=com.atlassian.jira.plug... ]
Jesper S. Møller edited comment on JBRULES-2936 at 9/26/12 7:22 AM:
--------------------------------------------------------------------
I've just checked the JXL forum / mailing list, and the current maintainer writes that nothing much is going on, the original author is no longer around, no releases are forthcoming, and lots of patches to apply. The bug has been known there for apprx. 4 years. There isn't a link to the repository, if one exists.
Given that, I'd recommend adding the workaround code at the top (only with ISO-8859-1 in place of the Windows one)
##############################
WorkbookSettings ws = new WorkbookSettings();
ws.setEncoding("ISO-8859-1"); // Workaround for bug in JXL regarding compressed Unicode format
Workbook workbook = Workbook.getWorkbook( inStream , ws);
###############################
Their forum's consensus is to switch to POI, which also has support for the newer Excel files (OOXML). Perhaps Drools should do the same?
was (Author: jespersm):
I've just checked the JXL forum / mailing list, and the current maintainer writes that nothing much is going on, the original author is no longer around, no releases are forthcoming, and lots of patches to apply. The bug has been known there for apprx. 4 years. There isn't a link to the repository, if one exists.
Given that, I'd recommend adding the workaround code at the top (only with ISO-8859-1 in place of the Windows one)
##############################
WorkbookSettings ws = new WorkbookSettings();
ws.setEncoding("ISO-8859-1"); // Workaround for bug in JXL regarding compressed Unicode format
Workbook workbook = Workbook.getWorkbook( inStream , ws);
###############################
Their forum's consensus is to switch POI, which also has support for the newer Excel files (OOXML). Perhaps Drools should do the same?
> Importing decision table from Excel: Non Ascii chars should not be corrupted
> ----------------------------------------------------------------------------
>
> Key: JBRULES-2936
> URL: https://issues.jboss.org/browse/JBRULES-2936
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Geoffrey De Smet
> Fix For: 5.5.0.CR1
>
>
> see
> http://stackoverflow.com/questions/5298748/guvnor-rules-encoding
> Excel (like windows) probably has crappy encoding standardization (as in none at all), so I suspect that we 'll need to ask the excel document what encoding (or even what locale) it is and read the data in that encoding.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] (JBRULES-2936) Importing decision table from Excel: Non Ascii chars should not be corrupted
by Jesper S. Møller (JIRA)
[ https://issues.jboss.org/browse/JBRULES-2936?page=com.atlassian.jira.plug... ]
Jesper S. Møller commented on JBRULES-2936:
-------------------------------------------
I've just checked the JXL forum / mailing list, and the current maintainer writes that nothing much is going on, the original author is no longer around, no releases are forthcoming, and lots of patches to apply. The bug has been known there for apprx. 4 years. There isn't a link to the repository, if one exists.
Given that, I'd recommend adding the workaround code at the top (only with ISO-8859-1 in place of the Windows one)
##############################
WorkbookSettings ws = new WorkbookSettings();
ws.setEncoding("ISO-8859-1"); // Workaround for bug in JXL regarding compressed Unicode format
Workbook workbook = Workbook.getWorkbook( inStream , ws);
###############################
Their forum's consensus is to switch POI, which also has support for the newer Excel files (OOXML). Perhaps Drools should do the same?
> Importing decision table from Excel: Non Ascii chars should not be corrupted
> ----------------------------------------------------------------------------
>
> Key: JBRULES-2936
> URL: https://issues.jboss.org/browse/JBRULES-2936
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Geoffrey De Smet
> Fix For: 5.5.0.CR1
>
>
> see
> http://stackoverflow.com/questions/5298748/guvnor-rules-encoding
> Excel (like windows) probably has crappy encoding standardization (as in none at all), so I suspect that we 'll need to ask the excel document what encoding (or even what locale) it is and read the data in that encoding.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] (AS7-5639) Run OSGi CT with AS7
by David Bosschaert (JIRA)
[ https://issues.jboss.org/browse/AS7-5639?page=com.atlassian.jira.plugin.s... ]
David Bosschaert moved JBOSGI-499 to AS7-5639:
----------------------------------------------
Project: Application Server 7 (was: JBoss OSGi)
Key: AS7-5639 (was: JBOSGI-499)
Workflow: GIT Pull Request workflow (was: jira)
Component/s: OSGi
(was: Core Framework)
Security: (was: Public)
Fix Version/s: (was: Approved / Unscheduled)
> Run OSGi CT with AS7
> --------------------
>
> Key: AS7-5639
> URL: https://issues.jboss.org/browse/AS7-5639
> Project: Application Server 7
> Issue Type: Task
> Components: OSGi
> Reporter: David Bosschaert
> Assignee: David Bosschaert
>
> The OSGi CT is currently run with the JBoss OSGi framework standalone. It should also be possible to run the CT with the AS7 integration.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] (AS7-5284) Can't navigate to datasource statistics resources
by Brian Stansberry (JIRA)
Brian Stansberry created AS7-5284:
-------------------------------------
Summary: Can't navigate to datasource statistics resources
Key: AS7-5284
URL: https://issues.jboss.org/browse/AS7-5284
Project: Application Server 7
Issue Type: Bug
Components: CLI, Domain Management, JCA
Reporter: Brian Stansberry
Assignee: Brian Stansberry
[standalone@localhost:9999 /] cd subsystem=datasources/data-source=ExampleDS/statistics=pool
JBAS014808: Child resource '"statistics" => "pool"' not found
Same for the statistics=jdbc resource.
The JMX mbean exposing the datasource resource is broken for this as well.
Interestingly, navigating to the parent, and then doing
:read-resource(include-runtime=true, recursive=true)
shows the resource information. The CLI GUI must work this way, as it shows the resources.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months