sorinpepelea

Results 13 comments of sorinpepelea

is postgresql database ..basicaly that query just return a string in json format ..tested and it works ..but i get the error ClassCastException: java.lang.String cannot be cast to CUSTOMTYPE if...

is there any way i can make automap to use custom converters .. or maybe be able to declare some custom converters ?

cause i happen to already mix json in the process : like this ... and the json part is working great ..along with your code ..well except the casting prb...

Maybe i am out of line here. but it would have been nice if along with annotation would be possible to have custom casting of fields or posibility of declaring...

something like @Column("A") @Converter(CustomConverter.class) CUSTOMTYPE getA();

thanks your response time is impressive , i appreciate it. this should work for now..i am behind schedule anyway. as suggestion, i was thinking that CustomConvertor.class must encapsulate CUSTOMTYPE rules...

Sorry for delay. I have no java 8 installed, and my project is set to java 9.04 - source/binary, compile .. i will post a project that works on java9...

Here is one of my prj . cropped to minimum for testing. All you need to do is to adjust setting.ini file to fill your need adjust query line in...

I could only find "/var/lib/kubelet/plugins_registry/storageos" folder in my system .. I have microk8s installed with snap ..(official instructions) .. there is no '/var/lib/kubelet/plugins/kubernetes.io~storageos' location . if i install storageos with...

In /var/lib/kubelet/plugins_registry i have a file : csi.storageos.com-reg.sock , and a folder : storageos , that folder contains a file : csi.sock .. I believe one of this must be...