[Bug 61170] CNTR0020E: EJB threw an unexpected (non-declared) exception during invocation of method "****" on bean "BeanId(****-ear#hrapps-ejb.jar#***ServiceImpl, null)". Exception data: java.lang.NoC

2017-06-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61170

--- Comment #6 from Javen O'Neal  ---
(In reply to PJ Fanning from comment #5)
> I added extra logging to SAXHelper in https://github.com/apache/poi/pull/58
> Maybe that might help to show if its the static initializer.

Thanks for the suggestion. Added in r1798792 and r1798793.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[GitHub] poi pull request #58: [Bug 61170] add extra logging to SaxHelper

2017-06-14 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/poi/pull/58


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 61170] CNTR0020E: EJB threw an unexpected (non-declared) exception during invocation of method "****" on bean "BeanId(****-ear#hrapps-ejb.jar#***ServiceImpl, null)". Exception data: java.lang.NoC

2017-06-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61170

--- Comment #5 from PJ Fanning  ---
I added extra logging to SAXHelper in https://github.com/apache/poi/pull/58
Maybe that might help to show if its the static initializer.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[GitHub] poi pull request #58: [Bug 61170] add extra logging to SaxHelper

2017-06-14 Thread pjfanning
GitHub user pjfanning opened a pull request:

https://github.com/apache/poi/pull/58

[Bug 61170] add extra logging to SaxHelper

Maybe the extra logging might help with debugging the class loading issue

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/pjfanning/poi Bug-61170

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/poi/pull/58.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #58


commit 4426461fcebb8598f0a4089e2ae0d81884362538
Author: pj.fanning 
Date:   2017-06-14T23:10:23Z

[Bug 61170] add extra logging to SaxHelper




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 61169] Text with Japanese characters overflows textbox

2017-06-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61169

--- Comment #3 from Andreas Beeker  ---
for the records, the corresponding SO issue:
https://stackoverflow.com/questions/44438618

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 61169] Text with Japanese characters overflows textbox

2017-06-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61169

Andreas Beeker  changed:

   What|Removed |Added

 OS||All

--- Comment #2 from Andreas Beeker  ---
tl;dr: the textbox is too short because of an undefined/unregistered font and
there is an issue in calculating the text height / width in POI.

There are a few issues with the current rendering code, which also applies for
calculating the text height:
- the textbox indents are ignored when the text height is calculated
- you need to register a font having those japanese glyphs in
- my test font (mona) has a textlayout leading of 0, hence the leading need to
be fixed somehow

The rendering in Libre Office seems to use some kind of tracking (= opposite of
kerning). Although the Tracking attribute can be added to the AttributedString,
this is ignored when breaking the text. An alternative to modify the registered
font [1] doesn't work.


[1] https://stackoverflow.com/questions/13229725

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 61162] En-/decryption support for HWPF

2017-06-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61162

Andreas Beeker  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Andreas Beeker  ---
#61162 - En-/decryption support for HWPF
- encryption support for HWPF
- refactor/unify EncryptionInfo handling in H**F classes
- remove Iterable interface from WorkbookRecordList - use getRecords() instead
to prevent modifications over the Iterator

via r1798722

I'll document the XOR encryption over a new ticket, i.e. I need to gather
sample xor files first ...

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org