• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

JDeveloper using xmlBeans inner interfaces

 
Ranch Hand
Posts: 166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using a library that was built with apache's xmlBeans framework. I can create objects implementing the interface that is generate. Inside that interface there is an inner interface to work with objects that are returned from the top level interface. In jDeveloper I cannot create an object on that inner interface. Does anyone know if there is something special I need to configure in JDeveloper to work with the inner interfaces. I believe it has to support this, in eclipse I have no issues with this.

Thanks,
Jeremy
reply
    Bookmark Topic Watch Topic
  • New Topic