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 while

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 while tomee startin

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

Re: Example request

2016-07-19 Thread Romain Manni-Bucau
2016-07-19 16:07 GMT+02:00 Roxanne El Baff : > Hello, > > 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. > - *Her

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 Manni-Buc

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 WebLogic > and Glassfish, or only wo

Re: Example+request

2016-01-26 Thread agumbrecht
Hi Ilya, Anytime you see a 'pom.xml' file in the root directory of any project then it is more than likely a maven build file. Unless otherwise stated, this usually means that you can build the project just using the following command line at the root directory of the project: mvn clean install

Re: Example+request

2016-01-25 Thread Romain Manni-Bucau
Hi Ilya, normally running "mvn" or "mvn install" is enough on all examples. Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber

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 current situation i.e > with c

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 CORBA support but adding >

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 CORBA usage, do you need eit

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, > > First of all, Wishing

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 serve

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 looking for a side project in his

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
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 the

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 the

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 from tomee dev team for examp

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 exposing EJB3 as > IIOP/CORB

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

Re: Example+request

2015-06-04 Thread Romain Manni-Bucau
2015-06-04 11:15 GMT-07:00 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, > hmm, isn't it a typo? this is just not more maintained (including security pa

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 : > The short answer is everything is already loaded only on an as-needed

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-01-28 Thread Romain Manni-Bucau
Hi You mean "OSGi" like feature? Intentionally not to keep thing simple for everybody and avoid to depend on it in apps. why do you need it in a EE app BTW? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2015-01-28 14:4

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, "B

Re: Example request

2014-02-21 Thread Romain Manni-Bucau
Hi we have some sample using it http://svn.apache.org/repos/asf/tomee/tomee/trunk/examples/ for instance http://svn.apache.org/repos/asf/tomee/tomee/trunk/examples/multiple-tomee-arquillian/ and http://svn.apache.org/repos/asf/tomee/tomee/trunk/examples/multiple-arquillian-adapters/ Romain Manni

Re: Example+request

2013-12-16 Thread Romain Manni-Bucau
Yes, quickly here are the main info: 1) TomEE supports Connectors (JCA spec) (so you can use 2) TomEE can create XADataSource since last version (https://issues.apache.org/jira/browse/TOMEE-1049) 3) I never tested with default TomEE transaction manager but it should support it (code is here to sup

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 > I would like to see an example where CDI is used in conjunction with JAX-WS > > Thank you! > > Christof May >

Re: Example+request

2013-10-13 Thread Romain Manni-Bucau
Hi not sure what you are looking for, EJBContainer starts a container in JSE. You can use deltaspike too http://deltaspike.apache.org/documentation.html#start-a-cdi-container-using-java-se *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rmannibucau.w

Re: Example+request

2013-10-13 Thread Jean-Louis MONTEIRO
Hi, Indeed, that's is not the primary objective of TomEE ;-) Go to openwebbeans project. It our CDI implementation and it can be used in a servlet container as well as in standalone mode. JLouis 2013/10/13 Radhakrishna Kalyan > Hi, > > Because there are various examples but, sorry to say that

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 * *Blog: **http://rmannibucau.wo

Re: Example+request

2013-07-17 Thread Jean-Louis MONTEIRO
Not clear as well for me. Checkout the download page and you will see a standalone version with a structure, script files, etc. Jean-Louis 2013/7/17 Nrkkalyan > Hi > > I want to use open ejb in a standalone java application. I don't want any > application server to deploy my application. > The

Re: Example+request

2013-07-17 Thread Romain Manni-Bucau
Hi, our samples are http://tomee.apache.org/examples/ All is done in unit tests can be done in Main. That said not sure i got your query right. *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rmannibucau.wordpress.com/*

Re: Example+request

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

Re: Example request

2013-05-21 Thread Romain Manni-Bucau
Did you check this dll? Le 21 mai 2013 21:44, "Biju Philip" a écrit : > Hi > I need an example which unit tests an EJB connecting to a remote Database > with JPA 2.0 > Database is DB2 32 bit version 9.7 > JPA provider is openJPA > My system : Windows 7 64 bit > DB2 JDBC Drivers : 32 bit Type 4