[ 
https://issues.apache.org/jira/browse/OPENJPA-2761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16739358#comment-16739358
 ] 

ASF subversion and git services commented on OPENJPA-2761:
----------------------------------------------------------

Commit aae0a95f6c8f38e0df18e5f538761ee502d9eb08 in openjpa's branch 
refs/heads/master from Mark Struberg
[ https://gitbox.apache.org/repos/asf?p=openjpa.git;h=aae0a95 ]

OPENJPA-2761 properly handle javax.sql.Types.SQLXML


> problem inserting more than 4000 charcters in oracle XMLTYPE column
> -------------------------------------------------------------------
>
>                 Key: OPENJPA-2761
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-2761
>             Project: OpenJPA
>          Issue Type: Bug
>    Affects Versions: 2.2.1, 2.4.3, 3.0.0
>            Reporter: Nezih BEN FREDJ
>            Assignee: Mark Struberg
>            Priority: Blocker
>         Attachments: XMLTypeTester.zip
>
>
> In attachement an eclipse project with a testcase showing the problem.
> my table is created with :
> CREATE TABLE Message (id NUMBER NOT NULL, 
> created TIMESTAMP, 
> message VARCHAR2(255), 
> XML_CONTENT XMLTYPE, 
> PRIMARY KEY (id));
> My jdbc4 driver version is 11.2.0.4 (ojdbc6.jar)
> I tried to follow instructions mentioned here with no success : 
> https://issues.apache.org/jira/browse/OPENJPA-1691?focusedCommentId=13086429&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13086429
> Thx



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to