[infinispan-issues] [JBoss JIRA] (ISPN-5555) Custom externalizer for Cache Store (jdbc)
Veli Cris (JIRA)
issues at jboss.org
Tue Jun 16 12:47:03 EDT 2015
[ https://issues.jboss.org/browse/ISPN-5555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Veli Cris updated ISPN-5555:
----------------------------
Description:
For a POJO object I created a class that implements Externalizer interface. I used @SerializeWith annotation for POJO class and I printed out debugging information in writeObject() method defined in Externalizer interface and I can see the log it's ok.
The problem is that in my database table (defined as Datasource), in data column I see some hexa code and not what I overrided in writeObject() method.
Thank you,
Cris
was:
Hi,
For a POJO object I created a class that implements Externalizer interface. I used @SerializeWith annotation for POJO class and I printed out debugging information in writeObject() method defined in Externalizer interface and I can see the log it's ok.
The problem is that in my database table (defined as Datasource), in data column I see some hexa code and not what I overrided in writeObject() method.
Thank you,
Cris
> Custom externalizer for Cache Store (jdbc)
> ------------------------------------------
>
> Key: ISPN-5555
> URL: https://issues.jboss.org/browse/ISPN-5555
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 6.0.2.Final
> Environment: WildFly 8.2.0 / Linux
> Reporter: Veli Cris
>
> For a POJO object I created a class that implements Externalizer interface. I used @SerializeWith annotation for POJO class and I printed out debugging information in writeObject() method defined in Externalizer interface and I can see the log it's ok.
> The problem is that in my database table (defined as Datasource), in data column I see some hexa code and not what I overrided in writeObject() method.
> Thank you,
> Cris
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the infinispan-issues
mailing list