LeRoy Hall wrote:
> I downloaded a self extracting jar file called
> "JAXWS2.1EA2_source_20061021.jar" from
> https://jax-ws.dev.java.net/servlets/ProjectDocumentList?folderID=6206&expandFolder=6206&folderID=4318
> <https://jax-ws.dev.java.net/servlets/ProjectDocumentList?folderID=6206&expandFolder=6206&folderID=4318>
>
> I had downloaded and installed WinCvs a while back, but never did get
> it setup to access the repository. I was perusing java.net yesterday
> looking for instructions on how to setup WinCvs to do so when I
> stumbled across the above link that allowed me to get the source
> without cvs.
>
> Is this a problem?
No its not a problem. This source is the snapshot of sources of EA2
release. If you want to build on top of jaxws you might like to work
off CVS repository so that you have access to the latest of sources and
has all the build infrastructure to use and latter on it might be easier
to sync-up or merge the changes if you decide to submit the patch.
To start with see,
https://jax-ws-sources.dev.java.net/
To setup wincvs client, see:
https://jax-ws-sources.dev.java.net/servlets/ProjectSource#wincvs
thanks,
-vivek.
> If so, can you send me a link to instruction on how to setup WinCvs to
> access the repository?
>
>
> */Vivek Pandey <Vivek.Pandey_at_Sun.COM>/* wrote:
>
> LeRoy Hall wrote:
> > The build file that came with the project only compiles the source.
> > When I add code to the build to jar the project, is the mapping as
> > follows:
> >
> If you're working off the code from the CVS repository and mr-21
> branch,
> just typing 'ant' on command line will compile the code and create
> the
> respective jars.
>
> Are you working off the source bundle in nightly?
>
> > jaxws-rt.jar includes com.sun.xml.ws.*
> > jaxws-tools includes com.sun.tools.* and com.istack.*
> >
> > ?
> yes.
>
> My recommendation would be to use the CVS repository mr-21 branch and
> you can use build.xml file frm it which will take care of
> compiling/jar etc.
>
> -vivek.
> >
> > Am I missing anything?
> >
>
> > */Vivek Pandey /* wrote:
> >
> > LeRoy Hall wrote:
> > > Paul,
> > >
> > > I finally got around to downloading the source today. I downloaded
> > > JAXWS 2.1 EA2 and created a project, however I'm getting the
> > > error "The type com.sun.mirror.type.TypeMirror cannot be
> > resolved. It
> > > is indirectly referenced..." from within the class
> > > MakeSafeTypeVisitor. Is the project missing a jar?
> > You need to put jdk's tools.jar in the classpath. If you are using
> > IDEA
> > then you may like to create a global library APT and reference
> > tools.jar. com.sun.mirror.type.TypeMirror is in tools.jar and can be
> > found at: $JAVA_HOME/lib/tools.jar.
> >
> > thanks,
> >
> > -vivek.
> >
> > >
> > >
> > > */Paul Sandoz /* wrote:
> > >
> > > LeRoy Hall wrote:
> > > > Paul,
> > > >
> > > > earlier you had said that I could look at the jax-ws source and
> > > hack
> > > > compression into it. I would like to take a shot at that. A
> > > couple of
> > > > questions:
> > > >
> > > > 1) How can I get a copy of the source?
> > > >
> > >
> > > See [1, 2]
> > >
> > > You need to use CVS to check out the 'mr-21' branch [3], which
> > is the
> > > latest source code for JAX-WS 2.1.
> > >
> > >
> > > > 2) Is there a preferred development environment, or can I use
> > > eclipse?
> > > >
> > >
> > > There are project files for NetBeans and IntelliJ but you can use
> > > what
> > > ever IDE you like as building the source does not depend on
> any IDE,
> > > just ant.
> > >
> > >
> > > > 3) Will there be instructions on how to setup and build the
> > project?
> > > >
> > >
> > > Yes, see here [2].
> > >
> > > If you have ant installed you should just be able to type 'ant
> dist'
> > > from the command line.
> > >
> > > Paul.
> > >
> > > [1] https://jax-ws.dev.java.net/
> > > [2] https://jax-ws-sources.dev.java.net/
> > > [3] http://fisheye5.cenqua.com/browse/~br=mr-21/jax-ws-sources
> > >
> > > > Thanks in advance.
> > > >
> > > >
> > > >
> > > > */Paul Sandoz /* wrote:
> > > >
> > > > LeRoy Hall wrote:
> > > > > Thank you all for your quick responses.
> > > > >
> > > > > Paul, yes, I would like to log an issue requesting this
> feature.
> > > > > However, I would like to request that it not only support
> > > GZIP, but
> > > > > other known compression formats as well.
> > > > >
> > > >
> > > > If you could state such compression formats in the Issue that
> > > would be
> > > > useful.
> > > >
> > > >
> > > > > Is there anything I need to do to log this issue?
> > > >
> > > > You need a java.net account, be logged in and then goto here
> > [1] and
> > > > enter a feature.
> > > >
> > > >
> > > > > After it is logged, how can I track it?
> > > > >
> > > >
> > > > You should get notified of any changes by email.
> > > >
> > > >
> > > > > Thanks again! Much appreciated.
> > > > >
> > > >
> > > > No problem.
> > > >
> > > > Gratuitous plug: if you like, and have the time, you can look
> > at the
> > > > JAX-WS source code, play around with it, hack compression into
> > > it, and
> > > > submit a patch for such a compression feature :-)
> > > >
> > > > Paul.
> > > >
> > > > [1] https://jax-ws.dev.java.net/servlets/ProjectIssues
> > > >
> > > > > LeRoy.
> > > > >
> > > > > */Paul Sandoz /* wrote:
> > > > >
> > > > > LeRoy Hall wrote:
> > > > > > Eduardo,
> > > > > >
> > > > > > I'm not using any application server that I'm aware of.
> > I'm only
> > > > > using
> > > > > > JAX-WS and would like to somehow utilize HTTP compression.
> > > Do you
> > > > > know
> > > > > > of any way to do this?
> > > > > >
> > > > >
> > > > > LeRoy, I should have read your email more carefully, as
> you say
> > > > > 'client'
> > > > > not 'service' in your original email, sorry!
> > > > >
> > > > > At the moment JAX-WS 2.x RI clients do not support the
> > > compression of
> > > > > outbound messages or the decompression of inbound messages
> using
> > > > > GZIP :-(
> > > > >
> > > > > Would you like to log an Issue requesting this feature?
> > > > >
> > > > > Paul.
> > > > >
> > > > > > */Eduardo Pelegri-Llopart /* wrote:
> > > > > >
> > > > > > Hi LeRoy. Could you report back on whether HTTP
> > compression (in
> > > > > GF V2)
> > > > > > is working for you? If it does not, we would like to
> know why.
> > > > > >
> > > > > > Thanks,
> > > > > > - eduard/o
> > > > > >
> > > > > > LeRoy Hall wrote:
> > > > > > > The vendor is requesting that we compress all of our
> traffic
> > > > > > using the
> > > > > > > gzip compression format. They apparently have a very high
> > > > volume of
> > > > > > > traffic and request that all messages be compressed to
> > > reduce the
> > > > > > amount
> > > > > > > of bandwidth needed on their end.
> > > > > > >
> > > > > > > Thanks for the info on FI. I'm not sure if I can use
> > > > this...really
> > > > > > > depends on whether or not our vendor supports it.
> > > > > > >
> > > > > > > Thanks.
> > > > > > >
> > > > > > > */Sameer Tyagi /* wrote:
> > > > > > >
> > > > > > > Can you elaborate a bit on what you want to do ?
> > > > > > >
> > > > > > > JAX-WS has a built in implementation for the FI standard,
> > > you can
> > > > > > > switch it on using
> > > > > > > a system property. Perhaps that will work for you ?
> > > > > > >
> > > > > > > See
> > > > > > >
> > > http://java.sun.com/developer/technicalArticles/xml/fastinfoset/
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> http://java.sun.com/developer/technicalArticles/WebServices/soa2/fastinfoset-soa.html
> > > > > > > https://fi.dev.java.net/
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> http://blogs.sun.com/roller/page/sandoz?entry=how_to_enable_fast_infoset
> > > > > > >
> > > > > > >
> > > > > > > /s
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > LeRoy Hall wrote:
> > > > > > >
> > > > > > >> I'm new to JAX-WS and am working on developing a
> client to
> > > > consume
> > > > > > >> a vendor's WSDL. This vendor is requiring that we
> > > compress our
> > > > > > >> messages, however I can't seem to find any information
> > > about how
> > > > > > >> to get JAX-WS to compress the message before sending
> > it. Does
> > > > > > >> anyone have any information about this?
> > > > > > >>
> > > > > > >> Thanks much.
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> ------------------------------------------------------------------------
> > > > > > >> All-new Yahoo! Mail
> > > > > > >> -
> > > > > > >> Fire up a more powerful email and get things done faster.
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > >
> > > > >
> > > >
> > >
> >
> ------------------------------------------------------------------------------
> > > > > > Accessline: 1-877-325-9504 Internal: x51601 Timezone : EDT -
> > > > Eastern
> > > > > > Standard Time, GMT -5:00 AIM : sameersjc Blog :
> > > > blogs.sun.com/sameert
> > > > > > >
> > > > > > >
> > > > >
> > >
> >
> ---------------------------------------------------------------------
> > > > > > > To unsubscribe, e-mail:
> > > dev-unsubscribe_at_jax-ws.dev.java.net For
> > > > > > > additional commands, e-mail: dev-help_at_jax-ws.dev.java.net
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ------------------------------------------------------------------------
> > > > > > > Do you Yahoo!?
> > > > > > > Get on board. You're invited
> > > > > > >
> > > > > > > to try the new Yahoo! Mail.
> > > > > >
> > > > > >
> > > >
> > >
> >
> ---------------------------------------------------------------------
> > > > > > To unsubscribe, e-mail: dev-unsubscribe_at_jax-ws.dev.java.net
> > > > > > For additional commands, e-mail:
> dev-help_at_jax-ws.dev.java.net
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ------------------------------------------------------------------------
> > > > > > All-new Yahoo! Mail
> > > > > > -
> > > > > > Fire up a more powerful email and get things done faster.
> > > > >
> > > > > --
> > > > > | ? + ? = To question
> > > > > ----------------\
> > > > > Paul Sandoz
> > > > > x38109
> > > > > +33-4-76188109
> > > > >
> > > > >
> > >
> >
> ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: dev-unsubscribe_at_jax-ws.dev.java.net
> > > > > For additional commands, e-mail: dev-help_at_jax-ws.dev.java.net
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> ------------------------------------------------------------------------
> > > > > Do you Yahoo!?
> > > > > Everyone is raving about the all-new Yahoo! Mail.
> > > > >
> > > > >
> > > >
> > > > --
> > > > | ? + ? = To question
> > > > ----------------\
> > > > Paul Sandoz
> > > > x38109
> > > > +33-4-76188109
> > > >
> > > >
> > >
> >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe_at_jax-ws.dev.java.net
> > > > For additional commands, e-mail: dev-help_at_jax-ws.dev.java.net
> > > >
> > > >
> > > >
> > >
> >
> ------------------------------------------------------------------------
> > > > Do you Yahoo!?
> > > > Everyone is raving about the all-new Yahoo! Mail.
> > > >
> > > >
> > >
> > > --
> > > | ? + ? = To question
> > > ----------------\
> > > Paul Sandoz
> > > x38109
> > > +33-4-76188109
> > >
> > >
> >
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe_at_jax-ws.dev.java.net
> > > For additional commands, e-mail: dev-help_at_jax-ws.dev.java.net
> > >
> > >
> > >
> >
> ------------------------------------------------------------------------
> > > Get your own web address for just $1.99/1st yr
> > >
> >
> >
> ------------------------------------------------------------------------
> > Get your email and more, right on the new Yahoo.com
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_jax-ws.dev.java.net
> For additional commands, e-mail: dev-help_at_jax-ws.dev.java.net
>
>
> ------------------------------------------------------------------------
> Yahoo! Messenger with Voice. Make PC-to-Phone Calls
> <http://us.rd.yahoo.com/mail_us/taglines/postman1/*http://us.rd.yahoo.com/evt=39663/*http://voice.yahoo.com>
> to the US (and 30+ countries) for 2¢/min or less.