Hooman Valibeigi

Results 8 comments of Hooman Valibeigi

This is the protocol we use store customField values in a XML database column. As mentioned above, the format is: ```xml foo 123 ``` XML mapping was powered by SimpleXML...

It works with ElementList as I said. But I want a java.util.Map not a List ``` java class Config { @ElementMap(entry = "dataSources", attribute = true, key = "name") private...

I have tried it before. ``` java @Root(name="dataSources") public class Config { @ElementMap(attribute = true, inline = true, key = "name") public Map dataSources; } @Root(name = "dataSource") public class...

First: I need a map of <String, DataSource> not <String, String>. Second: You mentioned @ElementMap(... value="url" ...) What if dataSource was like this ``` xml ... ... ... ``` It...

I don't think @ElementMapUnion will be of any help in this case. Can you provide a sample code that works exactly with this xml ``` xml ... ... ``` And...

Split package issue makes hapi unusable in other java modules. Is anyone on the path to release a java 9+ friendly package?

``` # pfcount -i ens32 Using PF_RING v.9.0.0.250610 kernel module v.9.0.0 Dumping statistics on /proc/net/pf_ring/stats/486814-ens32.34 Capturing from ens32 [mac: 00:0C:29:02:07:F1][if_index: 2][speed: 1000Mb/s] # Device RX channels: 1 # Polling threads:...

> Do you see any related log in dmesg when you start the application? ``` [420599.769135] e1000 0000:02:00.0 ens32: entered promiscuous mode [420606.778361] e1000 0000:02:00.0 ens32: left promiscuous mode ```