On Wed, Feb 9, 2011 at 09:44, Charles Moulliard <[email protected]> wrote: > Hi, > > 1) Is it planned to open an IRC channel for #aries project ? > > 2) Schemas locations : Are the blueprint schemas available on a web site ? > It would be great to have that in order to add xsi:schemaLocation="" > in XML file definition of Blueprint file to allow IntelliJ, Eclipse to > display the list of tags, attributes
I would definitely argue against the use of schemaLocation in your xmls, as it means you can't really use them offline anymore. The schema are embeded in the blueprint jar, so I think you'd better configure your IDE to map to it, or to a schema in an external location, but not in the blueprint files directly. That said, I think the schema should be available on central as a maven artifact *and* on the aries web site. > > Regards, > > Charles Moulliard > > Sr. Principal Solution Architect - FuseSource > Apache Committer > > Blog : http://cmoulliard.blogspot.com > Twitter : http://twitter.com/cmoulliard > Linkedin : http://www.linkedin.com/in/charlesmoulliard > Skype: cmoulliard > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
