SOAP message size limitation

2004-03-08 Thread Sean Cohan
We are analyzing current application functionality and identifying which functionality could be exposed as web services. Some of the data that would need to be embedded into the soap body part (or added as an attachment) could be quite large. How large of a SOAP message can you send before it doe

RE: Discovering the webapp path.

2004-01-07 Thread Sean Leblanc
Thanks, that worked just great. -- Sean LeBlanc Software Developer insightamerica "Those who do not understand Unix are condemned to reinvent it, poorly." --Henry Spencer -Original Message- From: Jeff [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 1:25 PM

RE: Discovering the webapp path.

2004-01-07 Thread Sean Leblanc
t access to the directory in question in the first place. I need the path so that I can write some data to a file there. TIA, -- Sean LeBlanc Software Developer insightamerica "Those who do not understand Unix are condemned to reinvent it, poorly." --Henry Spencer -Original

Discovering the webapp path.

2004-01-07 Thread Sean Leblanc
n how tomcat is started, root is in different places. TIA, -- Sean LeBlanc Software Developer insightamerica "Those who do not understand Unix are condemned to reinvent it, poorly." --Henry Spencer e-Mail Notice: This communication may contain sensitive information. If you are not t

Axis over SSL when certificate is not valid?

2003-08-14 Thread Sean Leblanc
Hi, Does anyone know how to make Axis work over SSL even when the (server) cert is not valid? I've tried writing my own HostVerifier, and also my own version of X509TrustManager, but neither worked. Is this possible to do, and if so, does anyone have a working example? Thanks, Sean LeBlanc

SOAP-ENV vs. soapenv (was RE: Formatting the envelope?)

2003-08-06 Thread Sean Leblanc
act same question as I did, but there were no followups: http://marc.theaimsgroup.com/?l=axis-user&m=105968266717515&w=2 Thanks, Sean LeBlanc -Original Message- From: Sean Leblanc [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 5:31 PM To: '[EMAIL PROTECTED]&

RE: SOAP-ENV vs. soapenv (was RE: Formatting the envelope?)

2003-08-05 Thread Sean Leblanc
rg/TR/SOAP/#_Toc478383495 Under 1.2, they talk of SOAP-ENV and SOAP-ENC, for example. Confused, Sean LeBlanc -Original Message- From: Mike Perham [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 12:04 PM To: [EMAIL PROTECTED] Subject: RE: SOAP-ENV vs. soapenv (was RE: Form

Out parms best practices?

2003-08-05 Thread Sean Leblanc
How does one go about generating a proper call to a service with OUT parms? Is there a way to get Java2WSDL to generate a WSDL with OUT parms, or does this require editing the WSDL by hand? Thanks in advance, Sean LeBlanc

Formatting the envelope?

2003-08-04 Thread Sean Leblanc
I'm wondering if there is any way to tweak the formatting in Axis. The reason I ask is that I'm trying to call a web service in which the expected format for the body and envelope look like:

App jars vs. Axis jars

2003-03-31 Thread Sean Leblanc
luded those jars from the list of jars to flatten and put in my own...but what if, down the road, I need to include a different version of something Axis also uses? Is there a way to do this, and how does one go about it? Thanks, Sean This e-mail, including attachments, is intended for the person(

RE: Axis with JBOSS

2003-03-30 Thread Cohan, Sean
I was trying to get my axis web services to run under the jboss server\default\deploy. I was unsuccessful (but I didn't have the time to figure it all out.) Just to test it out, I ended up copying all of my class files under the tomcat webapps\axis\web-inf\classes dir. To run under jboss, what d

Naming parms (was RE: Java2WSDL and DocumentRange)

2003-03-28 Thread Sean Leblanc
class name it's generating the WSDL from. TIA, Sean -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 9:58 AM To: [EMAIL PROTECTED] Subject: Re: Java2WSDL and DocumentRange http://java.sun.com/j2se/1.4/docs/guide/standards/index.ht

Java2WSDL and DocumentRange

2003-03-28 Thread Sean Leblanc
I cannot get Java2WSDL to run. Here's my command line: C:\j2sdk1.4.1_02\jre\bin\java.exe -classpath C:\cvs\ACRADRSS\build;C:\xmllibs\xml-apis.jar;C:\xmllibs\xmlParserAPIs.jar org.apache.axis.wsdl.Java2WSDL -oexpress.wsdl -llocalhost/axis/services/MyService -nurn:express -pcom urn:express com.MySer

RE: Returning Server Side Exceptions

2003-03-26 Thread Cohan, Sean
Can anyone answer the following? We have a ServiceResponse class defined which all of our web services return. If a web service is successful and there is something returned to the client, we put it in the result property of ServiceResponse (result is defined as an Object.) If an error occur

Returning Server Side Exceptions

2003-03-24 Thread Cohan, Sean
We have a ServiceResponse class defined which all of our web services return. If a web service is successful and there is something returned to the client, we put it in the result property of ServiceResponse (result is defined as an Object.) If an error occurred, we put the error in the error p

Out parameters

2003-03-24 Thread Sean Leblanc
I had some questions about using "out" parameters. First of all, can it be done? Second of all, do I have to build a special deployment descriptor to do this, or can this still be done automatically (by copying .java file to .jws)? TIA, This e-mail, including attachments, is intended for the perso

RE: Could not find resource server-config.wsdd

2003-03-24 Thread Cohan, Sean
s are present. 1 optional axis library is missing But it has no bearing on the operation of the rest of axis. Did you try to run "View" and "Call a local Endpoint" from the axis index.html page? Are they working? Larry --- On Mon 03/24, Cohan, Sean < [EMAIL PROTECTED] > w

Could not find resource server-config.wsdd

2003-03-24 Thread Cohan, Sean
Can anyone explain why I am seeing the following under the Optional Components when I try to Validate my installation? * Optional Components Found Mail API (javax.mail.internet.MimeMessage) Warning: could not find class org.apache.xml.security.Init from file xmlsec.jar Attachments will no

RE: Connection limit

2003-03-21 Thread Sean Leblanc
years, and is purely a licensing thing. It doesn't make much sense to stress test on a desktop edition of the OS anyway; you could look at the other, cheaper, OS out there that don't impose abitrary limits like this (ducks to avoid flamewar) -Baz Sean Leblanc wrote: > I'm n

RE: Connection limit

2003-03-17 Thread Sean Leblanc
stry param on Windows 2000 Professional too. Did you tried it on Linux? Aureliano. > Lock for Tomcat connector threads. > > HTH > -Mensaje original- > De: Sean Leblanc [mailto:[EMAIL PROTECTED] > Enviado el: lunes, 17 de marzo de 2003 19:31 > Para: '[EMAIL PR

RE: Connection limit

2003-03-17 Thread Sean Leblanc
nsaje original- De: Sean Leblanc [mailto:[EMAIL PROTECTED] Enviado el: lunes, 17 de marzo de 2003 19:31 Para: '[EMAIL PROTECTED]' Asunto: Connection limit I'm not sure if it's Tomcat, Axis, or Windows 2000 professional, but I'm having what looks like a 15 connection limit whe

Connection limit

2003-03-17 Thread Sean Leblanc
I'm not sure if it's Tomcat, Axis, or Windows 2000 professional, but I'm having what looks like a 15 connection limit when I'm trying to do some stress testing - after that, my Soap client starts saying that it cannot connect to my service. Is there some parm I can crank up, or is this MS interveni

RE: Probs with installation of AXIS

2003-03-14 Thread Sean Leblanc
ng". It's similar to an off-by-one problem, since it seems to be so common. :) FWIW, Sean -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 4:55 PM To: [EMAIL PROTECTED] Subject: Re: Probs with installation of AXIS - Original

RE: Probs with installation of AXIS

2003-03-13 Thread Sean Leblanc
rch 13, 2003 4:55 PM To: [EMAIL PROTECTED] Subject: Re: Probs with installation of AXIS - Original Message - From: "Sean Leblanc" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 13, 2003 14:38 Subject: Probs with installation of AXIS > Hi al

Probs with installation of AXIS

2003-03-13 Thread Sean Leblanc
r.processConne ction(Http11Protocol.java:386) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:534) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav a:530) at java.lang.Thread.run(Thread.java:536) TIA, Sean LeBlanc Th

RE: Standalone server questions

2003-03-12 Thread Sean Leblanc
Wow, thanks for all the info! It's going to take a while before I'll be able to digest all that, but someone else here may have some time to delve into it before I do. I definitely appreciate all the pointers. Cheers, Sean -Original Message- From: Dan Diephouse [mailto:[EMAIL

RE: Standalone server questions

2003-03-12 Thread Sean Leblanc
app, I'd deploy services to Tomcat, and then...that's where I get lost. J I'm unsure where the communication happens so that my app can see the requests and Do The Right Thing (tm).     TIA, Sean   P.S. I apologize to all you folks using text-based mailers. I'm using Outl

RE: Standalone server questions

2003-03-12 Thread Sean Leblanc
P. It does not need a web server and is free.   Axis as a server is more suited for environments where Apache is running. You can use Axis (Java) or gSOAP (C++) as a standalone client.   -Original Message- From: Sean Leblanc [mailto:[EMAIL PROTECTED] Sent: Wednesday, Mar

Standalone server questions

2003-03-12 Thread Sean Leblanc
profiling."   Are there other, better classes to use for this, then?   TIA, Sean LeBlanc       This e-mail, including attachments, is intended for the person(s) or company named and may contain confidential and/or legally privileged information. Unauthorized disclosure, copying o

interop with apache SOAP and axis 1.1rc1

2003-03-05 Thread Sean Brandt
t saying that there is no deserializer for those types. If I again 'adjust' the wsdl2java generated code so that the namespaces for those to types are xmlschema ( hence generating xsd:int and xsd:boolean types ) that seems to solve those issues. Thoughts? - Sean Brandt

SSL issues (wildcard hostname)

2003-02-04 Thread Sean Leblanc
t cert says <*.clearstar.net>   I know there's a way to override the host verification, or write your own, but how can I do this so the httpsconnection used within Axis will use mine? Or maybe someone has a better solution to this?     Thanks in advance,   Sean LeBlanc

SSL and Axis (client-side)

2003-02-03 Thread Sean Leblanc
Hi,   I'm trying to call a SOAP function via AXIS over SSL.   However, I get an AxisFault error (below). Searching around the archives, I saw someone say that:   AxisProperties.setClassDefault(SecureSocketFactory.class, "org.apache.axis.components.net.SunJSSESocketFactory");   woul

OT RE: DateTime

2003-01-21 Thread Cohan, Sean
Sorry, this ended up in the wrong mailing list. -Original Message- From: Cohan, Sean [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 1:57 PM To: '[EMAIL PROTECTED]' Subject: DateTime I'm trying to pass a java.util.date.getTime() to the DateTime format tag usin

DateTime

2003-01-21 Thread Cohan, Sean
I'm trying to pass a java.util.date.getTime() to the DateTime format tag using a Struts bean tag, but keep getting an 'Invalid Date' message displayed on my page. I know the data is a valid date. Not sure if I'm doing something wrong with the tag though. Any ideas? Here's how I'm using it.

RE: Bug/Wierdness in reading config file after class update

2003-01-20 Thread Sean Leach
Notice the two namespace decs? Those cause the traceback, being an Axis (and SOAP for that matter) novice, where does that come from? The deploy descriptor? Thanks, Sean -Original Message- From: Benjamin Tomasini [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 1:47 PM

Bug/Wierdness in reading config file after class update

2003-01-20 Thread Sean Leach
.wsdd, and it looks like valid XML... Anyone have a suggestion? Thanks, Sean

Re: deploy on https

2002-10-14 Thread Sean
Yes, thanks Junaid. Works great. - Original Message - From: "Martin Jericho" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Sean" <[EMAIL PROTECTED]> Sent: Sunday, October 13, 2002 6:00 PM Subject: Re: deploy on https Is there any reason why you

deploy on https

2002-10-11 Thread Sean
tps? https:/// is responding and the axis server is happily running (i.e. happyaxis.jsp). I'm using: Resin 2.1.2 JDK 1.4 JSSE 1.0.3 Axis 1.0 Thanks in advance, Sean Moore Emazing Inc.

Re: WSDL2Java on https

2002-10-11 Thread Sean
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 4:59 PM Subject: Re: WSDL2Java on https I haven't tried this, but I imagine you would need to install JSSE. Put the JSSE jar files on your classpath, or drop them in the jre/lib/ext f

RE: WSDL2Java Exception When Return Type is in Another Package.

2002-07-24 Thread Cohan, Sean
I have decided for other reasons to place the src files in the same namespace, but here you go in case you still want to verify what I've experienced.  I am using the 7/8 nightly build with tomcat 4.0.4 and jdk 1.4.0_1 on Win2K.  Thanks.     -Original Message-From: [EMAIL PROTECTE

RE: WSDL2Java Exception When Return Type is in Another Package.

2002-07-24 Thread Cohan, Sean
Thank you.  I failed to mention that I used Java2WSDL to gen the wsdl so there may be a problem there. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Wednesday, July 24, 2002 1:57 PMTo: [EMAIL PROTECTED]Subject: RE: WSDL2Java Exception When Return

RE: WSDL2Java Exception When Return Type is in Another Package.

2002-07-24 Thread Cohan, Sean
I attached the wrong version to the last message.  This is the correct one. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Wednesday, July 24, 2002 12:22 PMTo: [EMAIL PROTECTED]Subject: Re: WSDL2Java Exception When Return Type is in Another Pac

RE: WSDL2Java Exception When Return Type is in Another Package.

2002-07-24 Thread Cohan, Sean
here it is. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Wednesday, July 24, 2002 12:22 PMTo: [EMAIL PROTECTED]Subject: Re: WSDL2Java Exception When Return Type is in Another Package.WSDL2Java supports multiple namespaces. Each namespace wo

WSDL2Java Exception When Return Type is in Another Package.

2002-07-24 Thread Cohan, Sean
I'm trying to return a java class (ServiceResponseImpl) defined in another package than my web service, but I get the following exception when running WSDL2Java. C:\bis-axis\snap>java org.apache.axis.wsdl.WSDL2Java -o c:\bis-axis\snap -p gov.doc.bis.ecass2k.soap.snap --server-side --skeletonDepl

RE: what to do to use ssl

2002-07-18 Thread Cohan, Sean
Look at the 'Can't find Trusted Cert' thread started by me last week. That should help. -Original Message- From: Oliver Rettig [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 6:55 AM To: [EMAIL PROTECTED] Subject: what to do to use ssl Hallo, what to do for use ssl to connect

Multiple Attachments

2002-07-18 Thread Cohan, Sean
Can you attach more than one file to a single SOAP envelope?  

Package Name in Method Parameter and Return Types

2002-07-17 Thread Cohan, Sean
I'm using Java2WSDL and WSDL2Java. WSDL2Java places the fully qualified class name in method parameters and return types. For example, if I have an Integer being passed to method myMethod which returns an Integer, WSDL2Java would gen: public java.lang.Integer myMethod(java.lang.Integer in0) {.

RE: Asynchronous Messaging

2002-07-17 Thread Cohan, Sean
nous (at least the example >presented isn't.) It uses queues, but the client doesn't continue >processing after sending the request. It waits till the server finishes and >prints out the results. > >Thanks. > >Sean Cohan >Software Performance Systems

Asynchronous Messaging

2002-07-17 Thread Cohan, Sean
t.) It uses queues, but the client doesn't continue processing after sending the request. It waits till the server finishes and prints out the results. Thanks. Sean Cohan Software Performance Systems

RE: MOMs using axis

2002-07-17 Thread Cohan, Sean
I came in this morning and was going to look for an open source MOM implementation. I just need a simple P2P so the client can receive a 'message received ok' type indicator and then go on to do other processing while the server processes the message and eventually returns the results of processi

RE: Can't find Trusted Cert.

2002-07-12 Thread Cohan, Sean
this helps... keytool -import -alias juice -file my-server.cert -keystore client.keystore Check out that URL I sent in one of my previous messages, it has a very good article that might answer some of your questions. Jeremy -Original Message- From: Cohan, Sean [mailto:[EMAIL PROTECTED]]

RE: Can't find Trusted Cert.

2002-07-12 Thread Cohan, Sean
#x27;t know what platform this is on, but try the slashs like \\ Also, the path you specific is going to be relative to the user.dir system property.. Is that correct? JL -Original Message- From: Cohan, Sean [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 1:58 PM To: '[EMAIL

RE: Can't find Trusted Cert.

2002-07-12 Thread Cohan, Sean
rustStore", "gov/doc/bis/snap/clienttruststore"); But this doesn't help. It still doesn't find the trustStore. Can anyone explain the keyStore is empty? I don't set this anywhere in the code, just in tomcats server.xml. Thanks. -Original Message- From:

RE: Can't find Trusted Cert.

2002-07-12 Thread Cohan, Sean
#x27;s really > happening. You can find out whether the system finds your > trusstore file. > Or maybe the problem is exactly what the exception says: there is > no proper certificate in your truststore. In this case you should > import one into your truststore. Or the other side is

RE: Can't find Trusted Cert.

2002-07-12 Thread Cohan, Sean
my client code as specified in the second email in this thread. I hope that helps pinpoint what I'm missing or doing wrong. Thanks again. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 10:05 AM To: [EMAIL PROTECTED] Subject: RE: Can&

RE: Can't find Trusted Cert.

2002-07-12 Thread Cohan, Sean
r trusstore file. Or maybe the problem is exactly what the exception says: there is no proper certificate in your truststore. In this case you should import one into your truststore. Or the other side is sending the wrong certificate ? Good luck, Geza > -Original Message- > From: ext

RE: Can't find Trusted Cert.

2002-07-11 Thread Cohan, Sean
oA6275) . . . What should I do? Thanks. -Original Message- From: Cohan, Sean [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 4:25 PM To: [EMAIL PROTECTED] Subject: Can't find Trusted Cert. What's happening

Can't find Trusted Cert.

2002-07-11 Thread Cohan, Sean
there, I can feel it. Thanks. Sean Cohan Software Performance Systems

Session?

2002-07-09 Thread Cohan, Sean
xplain why my set values aren't kept?) I tried setting the maintainSession flag to true on the stub, but that didn't help. Thanks. Sean Cohan Software Performance Systems

Invoke Error

2002-07-05 Thread Cohan, Sean
I'm using the 7/5 build. I'm glad to see the error trying to deploy with the 7/2 build has gone away. I'm able to build and deply a little test app I wrote. I used Java 2WSDL and WSDL2Java. I'm able to put the service in axis\services and have tomcat/axis recognize it as an axis service. But

Deploy Errors

2002-07-03 Thread Cohan, Sean
ase.java:943) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java :174) at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5 66) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472) at org.apache.catalina.core.ContainerBase.

RE: WSDL2Java Bug?

2002-07-02 Thread Cohan, Sean
bd.gosps.com" com.gosps.cbd.note.api.NoteApi C:\My Documents\com\gosps\cbd\note>java org.apache.axis.wsdl.WSDL2Java --server-side --skeletonDeploy true Note.wsdl  Thanks.   -Original Message-----From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Tuesday, July 02, 2002 9:09 AMTo:

RE: WSDL2Java Bug?

2002-07-02 Thread Cohan, Sean
Documents\com\gosps\cbd\note>java org.apache.axis.wsdl.WSDL2Java --server-side --skeletonDeploy true Note.wsdl  Thanks.   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Tuesday, July 02, 2002 9:09 AMTo: [EMAIL PROTECTED]Subject: Re: WSDL2Java Bu

RE: WSDL2Java Bug?

2002-07-02 Thread Cohan, Sean
ks.       -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Tuesday, July 02, 2002 9:09 AMTo: [EMAIL PROTECTED]Subject: Re: WSDL2Java Bug?Sean, could you send me your interface and WSDL files? The problem is, you have bad WSDL. When working with overlo

RE: WidgetClass Main

2002-07-01 Thread Cohan, Sean
Nervermind. DUH! -Original Message- From: Cohan, Sean [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 6:49 PM To: '[EMAIL PROTECTED]' Subject: WidgetClass Main Why do I get the following when I run Main in the WidgetClass sample? Thanks. C:\jakarta-tomcat-4.0.4\we

WidgetClass Main

2002-07-01 Thread Cohan, Sean
der.loadClass(ClassLoader.java:297) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286) at java.lang.ClassLoader.loadClass(ClassLoader.java:253) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313) Sean Cohan Software Performance Systems

WSDL2Java Bug?

2002-07-01 Thread Cohan, Sean
.Note getNote(com.gosps.cbd.note.api.Note in0) throws java.rmi.RemoteException; public com.gosps.cbd.note.api.Note getNote(com.gosps.cbd.note.api.Note in0) throws java.rmi.RemoteException; Is this a bug in WSDL2Java or am I missing something? Thanks. Sean Cohan Software Performance Systems

wsdd

2002-07-01 Thread Cohan, Sean
We can use wsdl2java to gen our stubs and skeletons and java2wsdl to gen our wsdl. Is there anything the will gen our wsdd for us? Unless we're using jws, we need this descriptor, don't we? Sean Cohan Software Performance Systems

RE: Errors running sample clients

2002-06-27 Thread Cohan, Sean
ess(AdminClient.java:299) at org.apache.axis.client.AdminClient.process(AdminClient.java:250) at org.apache.axis.client.AdminClient.main(AdminClient.java:335) Any ideas Thanks. -Original Message- From: Cohan, Sean [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 200

RE: Errors running sample clients

2002-06-27 Thread Cohan, Sean
I was really hoping that your suggestion would work and I'd be off to the races, but... I then got the following error: C:\xml-axis-beta2\samples\userguide\example2>java samples.userguide.example2.CalcClient -p8080 add 2 5 - Exception: org.apache.axis.ConfigurationException: java.lang.SecurityEx

Errors running sample clients

2002-06-27 Thread Cohan, Sean
I am a complete newbie (to axis) and have just installed axis. I'm running through the user guide samples and I get an error when trying to run clients. For example, when I run the example2\CalcClient as instructed in the user guide, I get the following error: C:\xml-axis-beta2\samples\userguid

axis and iPlanet Application Server.

2002-04-25 Thread Sean Hamblett
Hi, I was wondering if anyone had any experience implementing Axis with the iPlanet Application server? I want to use the Application Servers' Servlet Container, not the Web Servers' Servlet Container. Thanks, Sean