dev@glassfish.java.net

Re: WebLogic deployment descriptors in the 3.1 download

From: vince kraemer <vince.kraemer_at_oracle.com>
Date: Fri, 04 Jun 2010 14:44:47 -0700

Sorry for being obtuse...

I was actually wondering if we would need to include ALL the schemas
described in the document...

including:
http://xmlns.oracle.com/weblogic/weblogic-rdbms-jar/1.0/weblogic-rdbms-jar.xsd,
http://xmlns.oracle.com/weblogic/persistence-configuration/1.0/persistence-configuration.xsd,
http://xmlns.oracle.com/weblogic/weblogic-wsee-clientHandlerChain/1.0/weblogic-wsee-clientHandlerChain.xsd,
http://xmlns.oracle.com/weblogic/webservice-policy-ref/1.0/webservice-policy-ref.xsd,
http://xmlns.oracle.com/weblogic/weblogic-wsee-standaloneclient/1.0/weblogic-wsee-standaloneclient.xsd,
http://xmlns.oracle.com/weblogic/jdbc-data-source/1.0/jdbc-data-source.xsd,
http://xmlns.oracle.com/weblogic/deployment-plan/1.0/deployment-plan.xsd,
http://xmlns.oracle.com/weblogic/weblogic-diagnostics/1.0/weblogic-diagnostics.xsd

Note: I can understand if we do not include the deployment-plan.xsd or
the weblogic-diagnostics.xsd... but some of the other DD files may be
interesting

Thanks,
vbk

BTW: I guess your response is an answer to my question regarding the
schemaLocation data. Please add it to the issue and close the issue.


Hong Zhang wrote:
> Hi, Vince
> I assume you were referring to issue
> https://glassfish.dev.java.net/issues/show_bug.cgi?id=12109
>
> I copied the current set of weblogic schemas from the exact
> location you pointed to. There is just no schemaLocation in these
> schema declarations..
>
> Thanks,
>
> - Hong
>
> On 6/4/2010 2:39 PM, vince kraemer wrote:
>> Hi all,
>>
>> I see the following files in the 3.1 downloads:
>>
>> VBKMacBookPro:lib vkraemer$ find dtds schemas -name '*weblogic*'
>> schemas/weblogic-application-client.xsd
>> schemas/weblogic-application.xsd
>> schemas/weblogic-connector.xsd
>> schemas/weblogic-ejb-jar.xsd
>> schemas/weblogic-javaee.xsd
>> schemas/weblogic-jms.xsd
>> schemas/weblogic-web-app.xsd
>> schemas/weblogic-webservices.xsd
>>
>>
>> I was reading through a doc about developing apps for WebLogic 11g
>> and ran into this...
>> http://download.oracle.com/docs/cd/E14571_01/web.1111/e13706/overview.htm#i1074199
>>
>>
>> The section title 'XML Deployment Descriptors' seems relevant. And it
>> appears that our current set of bundled DD files may be 'lacking'.
>>
>> Thanks,
>> vbk