From: Brian W. <bwe...@xb...> - 2010-03-29 18:34:54
|
On Mar 29, 2010, at 12:55 AM, Jihane wrote: > > Hello Brian, > > Thank you for taking time to respond to my email. Yes it works for AAAA > record. But, it doesn't work for the new type. I have implemented a class ( > new type) which extends Record class and added the initialization to the > type class as you said. when i have run jnamed class i got the following > error: > > org.xbill.DNS.Tokenizer$TokenizerException: movie.db:3: invalid unknown RR > encoding > > Have you any idea to solve this problem? You probably missed adding the type initializer in the Type class. If not, there's not much I can tell you, since I don't have your code. Brian |