Hi Frank, I've added JIRA TUSCANY-761 to track this feature.
Thanks, - Ron ----- Original Message ---- From: Frank Budinsky <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, September 28, 2006 2:57:15 PM Subject: Re: XSDHelper.undefine(String namespaceURI) Hi Ron, The SDO spec hasn't address metadata lifecycle at all so far, so we'd need to do it as a Tuscany extension. We've already added SDOUtil.getTypes(TypeHelper typeHelper, String namespace), so I'd suggest SDOUtil.unregisterTypes(TypeHelper typeHelper, String namespace). If you want us to try to still sneak this into the M2 release, maybe you can provide a patch along with the JIRA :-) Thanks, Frank. Ron Gavlin <[EMAIL PROTECTED]> wrote on 09/28/2006 11:42:48 AM: > Hi Yang, > > That doesn't seem like the best solution to my problem. In my case I > have lots of different namespaces/schemas registered. I don't want > to endure the overhead of re-registering them all when just one was > deleted. Let me know if you need more details. > > - Ron > > ----- Original Message ---- > From: Yang ZHONG <[EMAIL PROTECTED]> > To: [email protected] > Sent: Thursday, September 28, 2006 11:28:42 AM > Subject: Re: XSDHelper.undefine(String namespaceURI) > > > XSDHelper defines Types into a certain scope(TypeHelper), > does SDOUtil.createXSDHelper work for you since it creates XSDHelper with > new scope(TypeHelper) without previously registered Types? > > > On 9/28/06, Ron Gavlin <[EMAIL PROTECTED]> wrote: > > > > Greetings, > > > > I am working on a dynamic application where namespaces are created and > > deleted throughout its lifecycle. I noticed there is no XSDHelper. > undefine(String > > namespaceURI) method available. Is this an oversight? If so, would it make > > sense for Tuscany to provide a similar method in SDOUtil to hide the EMF > > EPackage-related details required to perform such an operation. I'll create > > a JIRA if you think it makes sense. > > > > - Ron > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > > Yang ZHONG > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
