Re: Example request

2018-05-23 Thread Andy Gumbrecht
What Java version is required for Tibco, and is the tomee running on that version? Have you added the Tibco jars to the tomee/lib directory? Andy. On 05/17/2018 12:02 AM, Lakshmikanth W wrote: Are there any particular settings to integrate tibco with tomee plus? I am seeing below error

Re: Example request

2018-05-16 Thread Romain Manni-Bucau
Hi Add a conf/exclusions.list file with this content (assuming tibco- is a common prefix of tibco jars): default-list tibco- Le jeu. 17 mai 2018 02:41, Lakshmikanth W a écrit : > Are there any particular settings to integrate tibco with tomee plus? > I am seeing below error

Example request

2018-05-16 Thread Lakshmikanth W
Are there any particular settings to integrate tibco with tomee plus? I am seeing below error while tomee starting. I have added necessary tibco jars to lib folder. java.lang.Exception: Could not load com.tibco.security.ssl.String.class at

Re: Example+request

2017-07-07 Thread Romain Manni-Bucau
Hi did you have a look to https://github.com/apache/tomee/tree/master/examples/rest-example? Except the client part it matches it. Not sure what you mean by "client using EJBContainer" since EJBContainer is a server technology so orthogonal to the client needs. Romain Manni-Bucau @rmannibucau

Example+request

2017-07-07 Thread Ojha, Pradeep Kumar
Hi, I'm new to EJB. I'm looking for a simple EJB3 application with CRUD operations. The project should have Maven. The EJB component needs to be deployed on server (either OpenEJB or JBoss) and then accessed through client application or Junit with the help of EJBContainer. For Example: I have

tomee example request

2016-10-19 Thread Chris Graves
Rest service using JSON Schema not xsd. I can't seem to get the JSONProvider to work correctly. It works fine if I have an xsd. Thanks Chris

Example request

2016-07-19 Thread Roxanne El Baff
Hello, I have a maven ear project with: - war maven module - No openEjb or openJPA is used here! Only front end stuff - EJBD module - Main communication with POSTGRES DB by using EJB and JPA. - *Here I should use openEjb and openJPA instead of the regular ones?*

Re: Web service Example+request

2016-07-11 Thread Romain Manni-Bucau
Hi tomee+ includes CXF so nothing to add. To configure a pojo webservice just define the webservice as a servlet in web.xml to map it like in https://github.com/apache/tomee/blob/master/examples/pojo-webservice/src/main/webapp/WEB-INF/web.xml To get the wsld just add ?wsdl to the URL logged at

Re: Example+request

2016-05-26 Thread Romain Manni-Bucau
Issue with mails is it depends on: - the type of transport - the provider setup - the provider protocol (some dont respect the standard protocol) I can share the config for gmail but it is pretty much the one you have and it is straight forward. Yahoo is another story typically. Romain

Re: Example+request

2016-03-09 Thread Romain Manni-Bucau
Depends which one. Some are spevifoc in term of api or config but several are portable. Le 9 mars 2016 22:30, "Fidel Villanueva" a écrit : > Hello, I have a question. The example that you show in > http://tomee.apache.org/examples-trunk/ these examples work in

Example+request

2016-03-09 Thread Fidel Villanueva
Hello, I have a question. The example that you show in http://tomee.apache.org/examples-trunk/ these examples work in WebLogic and Glassfish, or only work on Apache TomEE?

Re: Example+request

2016-01-07 Thread Nilesh Chauhan
Dear David, Thank you for the response. Initially looking for CORBA support but adding transaction and security will be advantage plus plus. Regards, Nilesh Chauhan On Wed, Jan 6, 2016 at 9:28 PM, David Blevins wrote: > Thanks for the feedback, Nilesh. > > On your

Re: Example+request

2016-01-07 Thread Nilesh Chauhan
Sorry. Forgot to ask you, How do we go ahead with current situation i.e with current TomEE and OpenEjb to access EJB3 with Corba. Regards, Nilesh On Thu, Jan 7, 2016 at 10:02 AM, Nilesh Chauhan wrote: > Dear David, > > Thank you for the response. Initially looking for

Re: Example+request

2016-01-07 Thread Romain Manni-Bucau
Hi Nilesh, Contributions are welcomed and we can add an optional corba module if it has enough tests which is probably the best compromise for you and other users. Le 7 janv. 2016 10:33, "Nilesh Chauhan" a écrit : > Sorry. Forgot to ask you, How do we go ahead with

Re: Example+request

2016-01-06 Thread Nilesh Chauhan
Dear All, First of all, Wishing you all a happy new year and many thanks for your prompt response. The requirement is came to the picture as we are currently using Glassfish and as oracle dumped the production support plan and further development; we are looking for the suitable application

Re: Example+request

2016-01-06 Thread David Blevins
Thanks for the feedback, Nilesh. On your CORBA usage, do you need either of? - Distributed transactions - Distributed security -- David Blevins http://twitter.com/dblevins http://www.tomitribe.com > On Jan 5, 2016, at 9:43 PM, Nilesh Chauhan wrote: > > Dear All,

Re: Example+request

2016-01-05 Thread David Jencks
Hi Nilesh, I too would like to know exactly what you need from the ejb remote protocol. I think I did the majority of the work getting CORBA to work in Geronimo, and I’m almost a CORBA fan :-) It’s very hard to get IIOP transport to work and even harder to keep it working :-). (for instance

Re: Example+request

2016-01-05 Thread David Blevins
> On Jan 5, 2016, at 4:09 PM, David Jencks > wrote: > > I think I did the majority of the work getting CORBA to work in Geronimo, > and I’m almost a CORBA fan :-) With significant props to the late, great (read, retired) Rick McGuire :) Who knows, maybe he’s

Re: Example+request

2016-01-05 Thread David Blevins
Hi Nilesh! CORBA is not supported in the current TomEE distributions, however remote EJBs definitely are. We support a custom EJB protocol going back to the early days of OpenEJB (1999). It is significantly lighter and faster, designed to compete against WebLogic T3 which was quite hot in

Re: Example+request

2016-01-05 Thread David Blevins
Hi Nilesh! CORBA is not supported in the current TomEE distributions, however remote EJBs definitely are. We support a custom EJB protocol going back to the early days of OpenEJB (1999). It is significantly lighter and faster, designed to compete against WebLogic T3 which was quite hot in

Re: Example+request

2016-01-04 Thread Nilesh Chauhan
Any inputs from tomee dev team for example requested in email chain below. any help on the same is highly appreciated. Regards, Nilesh Chauhan On Wed, Dec 30, 2015 at 11:06 AM, Nilesh Chauhan wrote: > Hi, > > > > I am looking for some hint or possibly an example on

Re: Example+request

2016-01-04 Thread Romain Manni-Bucau
Where is your project and what is the state of your impl - trying to get concrete inputs from you since i think you got the answer and you just ask us to do your work there and ignore people not doing it. Le 4 janv. 2016 20:45, "Nilesh Chauhan" a écrit : > Any inputs

Example+request

2015-12-30 Thread Nilesh Chauhan
Hi, I am looking for some hint or possibly an example on exposing EJB3 as IIOP/CORBA compliant and accessing the EJB3 with IIOP/CORBA client. Our current application is designed as such that it’s EJBs(EJB3) are exposed to IIOP client and all our WEB and standalone clients are using those

Re: Example+request

2015-12-30 Thread Romain Manni-Bucau
Hi Nilesh, The documentation has some corba pointers in tomee.xml like the corba resource: but the EJB are not exposed through corba in the recent versions. Is switching to ejbd protocol an option? It is the protocol used by default by tomee for remote ejbs. Romain Manni-Bucau @rmannibucau

Example+request

2015-06-04 Thread Michael Wiggins
Hello there, I'm looking for a very specific requirement: This Web Application must be a CRUD application for a MySQL database, running in Tomcat version 5.5.3, Any help on this would be a fantastic help... *Thanks,* *Michael*

Re: Example+request

2015-02-13 Thread David Blevins
The short answer is everything is already loaded only on an as-needed basis. Nothing is added to the runtime -- regardless of what jars are on disk -- unless you add them explicitly or implicitly. Explicitly: - You have declared the CMP, JMS, MDB etc container in your tomee.xml Implicitly:

Re: Example+request

2015-02-13 Thread Romain Manni-Bucau
@David: not in term of classloading but that's our choice Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2015-02-13 19:15 GMT+01:00 David Blevins david.blev...@gmail.com: The short answer is everything is already

Example+request

2014-11-30 Thread Bhagwati Joshi
HI Guys, I am working on Jsf2.1 and Seam2.3.0. I have done the setup for Jsf2.1 but need to help in Seam configuration. If you can provide the Step/Example for seam with Tomee it will be very helpful. Thanks Bhagwati Joshi

Re: Example+request

2014-11-30 Thread Romain Manni-Bucau
Hi Seam is now replaced by DeltaSpike. Why trying to use seam today? Note also seam never was portable and it worked with some first versions of TomEE but we decided to not support it anymore since 2-3 versions to keep the CDI implementation consistent with openwebbeans. Le 1 déc. 2014 03:25,

Example+request

2013-12-15 Thread Danny Trieu
Does tomee support XA?

Re: Example+request

2013-11-15 Thread Loïc Rodier
Not sure that is what you want... Based on simple-webservice : https://github.com/pouicr/simplews 2013/11/15 Christof May christof@wibu.com I would like to see an example where CDI is used in conjunction with JAX-WS Thank you! Christof May

Example+request

2013-08-20 Thread Stefan Scheid
Hi Where's the moviefun example gone? (broken link on http://tomee.apache.org/examples-trunk/ ) Mit freundlichen Grüßen i.A. Stefan Scheid Senior Consultant ___ [Beschreibung: CDI_email] CDI Concepts Development Integration AG Standort Rhein/Main

Re: Example+request

2013-08-16 Thread Romain Manni-Bucau
Hi i guess that's more a jaxb question, you need to do a wrapper instead of returning the list directly (the wrapper is just a class holding as an attribute the list you want to return). *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog:

Re: Example+request

2013-06-19 Thread Oz M
To me it sounds very interesting. Oz 2013/6/19 Helge Waastad he...@waastad.org Hi, would it be interesting to show an example of testing an (secure) webservice and mocking subsequent @EJB calls? br hw -- בברכה, עוז מולאים