yes, idea fixed his adapter after the serialization fixes in tomee 1.7.4
and 7.x which implied some new config.


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://blog-rmannibucau.rhcloud.com> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
<https://javaeefactory-rmannibucau.rhcloud.com>

2016-12-07 18:06 GMT+01:00 José Luis Cetina <maxtorz...@gmail.com>:

> This problems occurs with TomEE 7 and intellij idea 14
> (idea-IU-141.2735.5). I tested on intellij idea 2016.3 without moving
> nothing from TomEE and works great.
>
> Thanks
>
> 2016-12-07 10:26 GMT-06:00 Romain Manni-Bucau <rmannibu...@gmail.com>:
>
> > you can do it in setenv.sh or setenv.bat (windows) in bin folder or
> tomee.
> > you have to create the file if not already there
> >
> >
> > Romain Manni-Bucau
> > @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> > <https://blog-rmannibucau.rhcloud.com> | Old Blog
> > <http://rmannibucau.wordpress.com> | Github <https://github.com/
> > rmannibucau> |
> > LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
> > <https://javaeefactory-rmannibucau.rhcloud.com>
> >
> > 2016-12-07 17:25 GMT+01:00 José Luis Cetina <maxtorz...@gmail.com>:
> >
> > > Thanks!! Im trying to run my webapp with TomEE 7 + intellijidea 14 and
> > when
> > > i run the server i always see this error: "Artifact XXX:war: Server is
> > not
> > > connected. Deploy is not available"  Then i cannot deploy to TomEE 7
> from
> > > intellij.
> > >
> > > I read about remove the line "set JAVA_OPTS...." from catalina.sh but i
> > > cannot find that line.
> > >
> > > Do you have any idea?
> > >
> > > Thanks Romain
> > >
> > > 2016-12-07 10:19 GMT-06:00 Romain Manni-Bucau <rmannibu...@gmail.com>:
> > >
> > > > hi
> > > >
> > > > tomee 1 is jaxrs 1.0, clientBuilder API is jaxrs 2. You can use
> tomee 7
> > > >
> > > >
> > > > Romain Manni-Bucau
> > > > @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> > > > <https://blog-rmannibucau.rhcloud.com> | Old Blog
> > > > <http://rmannibucau.wordpress.com> | Github <https://github.com/
> > > > rmannibucau> |
> > > > LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
> > > > <https://javaeefactory-rmannibucau.rhcloud.com>
> > > >
> > > > 2016-12-07 17:18 GMT+01:00 José Luis Cetina <maxtorz...@gmail.com>:
> > > >
> > > > > Hi. Currently im using TomEE 1.7.4 JAXRS.
> > > > >
> > > > > In my project we currently use our own services for receiving
> request
> > > to
> > > > > our server. We use @Path, @Post .... etc. This works great.
> > > > >
> > > > > No i want create an HTTP Request in my java class to an external
> > API. I
> > > > see
> > > > > an example like this:
> > > > >
> > > > >  Client client = ClientBuilder.newClient();
> > > > >                     String target = "....";
> > > > >                     Response responseTwilio = client.target(target)
> > > > >                             .request(MediaType.
> > APPLICATION_JSON_TYPE)
> > > > >                             .get();
> > > > >
> > > > > When i try to use it i always get an ClassNotFoundException for
> > > > > ClientBiulder... why this happen?
> > > > >
> > > > > Why i can get request but why i cannot create a request for send to
> > > > another
> > > > > server? I know TomEE use CXF, do i have to add any CXF dependency?
> > > > >
> > > > > extract of my pom:
> > > > >
> > > > >  <dependency>
> > > > >             <groupId>javax</groupId>
> > > > >             <artifactId>javaee-api</artifactId>
> > > > >             <version>${javaee.version}</version>
> > > > >             <scope>provided</scope>
> > > > >          </dependency>
> > > > >
> > > > >
> > > > >  <dependency>
> > > > >             <groupId>com.fasterxml.jackson.jaxrs</groupId>
> > > > >             <artifactId>jackson-jaxrs-json-provider</artifactId>
> > > > >             <version>${jackson.provider.version}</version>
> > > > >             <scope>compile</scope>
> > > > >         </dependency>
> > > > >
> > > > > .....
> > > > >
> > > > >
> > > > > Thanks.
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > ------------------------------------------------------------
> -------
> > > > > *José Luis Cetina*
> > > > > ------------------------------------------------------------
> -------
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > -------------------------------------------------------------------
> > > *José Luis Cetina*
> > > -------------------------------------------------------------------
> > >
> >
>
>
>
> --
> -------------------------------------------------------------------
> *José Luis Cetina*
> -------------------------------------------------------------------
>

Reply via email to