Re: What happened to mustSupply?

2007-10-04 Thread Mike Edwards

Folks,

It's fixed now - the online sca-core.xsd matches the XSD published in 
the SCA Assembly 1.0 spec.



Yours,  Mike.

Mike Edwards wrote:

Folks,

This is a screw-up in the online versions of the XSDs on www.osoa.org - 
they don't match the spec declarations for the XSDs.


I'll go fix that, since those online files have no business failing to 
match the spec.



Yours,  Mike.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tuscany service with bea WebLogic

2007-10-04 Thread Nishant Joshi
Hi All,

I am trying to access Tuscany service from bea weblogic. I have deployed it
on weblogic successfully but i can't generate wsdl on the fly. has
anybody tried to deploy and access tuscany service from weblogic?
I am using latest tuscany sca build. I am using weblogic 9.2 MP2


-- 
Thanks
Nishant Joshi


Re: Reg: Big-Bank Demo

2007-10-04 Thread Jean-Sebastien Delfino

Hi, some answers inline.

Ashwin Jeksani wrote:

Hi,

Can someone please clear my doubts?

1. In the bigbank-account demo the Account Component is refering to
AccountData Component in the same Composite then why do we have two
composite files(BigBank.composite & AccountData.composite) can some one
explain me?
  


AccountData could have been just declared in BigBank.composite, the idea 
with this demo was to illustrate that you can nest composites, and then 
once you've done that you can make changes to AccountData, grow it from 
one small component to a bigger assembly of components without having to 
change BigBank.composite. That's all :)



2. If we are referring to a local component and sending the input as a
String and the response is an Object then do we have to serialize the
object?
  


No serialization should be needed to call a local component (the 
interface is not marked as @Remote, the component runs in the same node 
and no binding is used to call it).




Thanks & Regards,
Ashwini Kumar

  

--
Jean-Sebastien


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tuscany service with bea WebLogic

2007-10-04 Thread Jean-Sebastien Delfino

Nishant Joshi wrote:

Hi All,

I am trying to access Tuscany service from bea weblogic. I have deployed it
on weblogic successfully but i can't generate wsdl on the fly. has
anybody tried to deploy and access tuscany service from weblogic?
I am using latest tuscany sca build. I am using weblogic 9.2 MP2


  

Hi,

I have not tried Tuscany on WebLogic. Maybe some other users have tried it?

Is the Web Service actually working and it's only the WSDL generation 
that doesn't work?


Just to be sure, is the exact same WAR working on Tomcat?

Are you seeing any exception? What are you getting when you open the 
?wsdl?


Thanks

--
Jean-Sebastien


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Reg: Big-Bank Demo

2007-10-04 Thread Ashwini Kumar J
Thank you..



On 10/4/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
>
> Hi, some answers inline.
>
> Ashwin Jeksani wrote:
> > Hi,
> >
> > Can someone please clear my doubts?
> >
> > 1. In the bigbank-account demo the Account Component is refering to
> > AccountData Component in the same Composite then why do we have two
> > composite files(BigBank.composite & AccountData.composite) can some one
> > explain me?
> >
>
> AccountData could have been just declared in BigBank.composite, the idea
> with this demo was to illustrate that you can nest composites, and then
> once you've done that you can make changes to AccountData, grow it from
> one small component to a bigger assembly of components without having to
> change BigBank.composite. That's all :)
>
> > 2. If we are referring to a local component and sending the input as a
> > String and the response is an Object then do we have to serialize the
> > object?
> >
>
> No serialization should be needed to call a local component (the
> interface is not marked as @Remote, the component runs in the same node
> and no binding is used to call it).
>
> >
> > Thanks & Regards,
> > Ashwini Kumar
> >
> >
> --
> Jean-Sebastien
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: Tuscany service with bea WebLogic

2007-10-04 Thread Nishant Joshi
Hi,

As I have mention that i have one jsp which i was accessing  from weblogic
but when i am submitting values following error comes to me.
 Error 500--Internal Server Error

org.osoa.sca.ServiceUnavailableException: No service invoker is
available for reference default (bindingURI=ClientServiceComponent
operation=getMessage).
at 
org.apache.tuscany.sca.binding.sca.impl.RuntimeSCAReferenceBindingProvider.createInvoker(RuntimeSCAReferenceBindingProvider.java:192)
at 
org.apache.tuscany.sca.core.assembly.RuntimeWireImpl.addBindingInterceptor(RuntimeWireImpl.java:214)
at 
org.apache.tuscany.sca.core.assembly.RuntimeWireImpl.initInvocationChains(RuntimeWireImpl.java:156)
at 
org.apache.tuscany.sca.core.assembly.RuntimeWireImpl.getInvocationChains(RuntimeWireImpl.java:97)
at 
org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.getInvocationChain(JDKInvocationHandler.java:190)
at 
org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JDKInvocationHandler.java:124)
at $Proxy47.getNode(Unknown Source)
at jsp_servlet.__nodeclient._jspService(__nodeclient.java:129)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
at 
weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at 
weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at 
weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at 
weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at 
org.apache.tuscany.sca.host.webapp.TuscanyServletFilter.doFilter(TuscanyServletFilter.java:93)
at 
weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at 
weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3229)
at 
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at 
weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at 
weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2002)
at 
weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1908)
at 
weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1362)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)

this is the exact WAR working with Tomcat.

When i was openning url ?wsdl followign error comes to me.

Error 404--Not FoundFrom RFC 2068 *Hypertext Transfer Protocol --
HTTP/1.1*:10.4.5 404 Not Found

The server has not found anything matching the Request-URI. No
indication is given of whether the condition is temporary or
permanent.

If the server does not wish to make this information available to the
client, the status code 403 (Forbidden) can be used instead. The 410
(Gone) status code SHOULD be used if the server knows, through some
internally configurable mechanism, that an old resource is permanently
unavailable and has no forwarding address.

This will help you to get the exact reason, and I dont think any problem
with this WAR file.
-- 
Thanks
Nishant Joshi