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 tomee starting. I have added necessary
tibco jars to lib folder.

java.lang.Exception: Could not load com.tibco.security.ssl.String.class
 at 
org.apache.openejb.util.AnnotationFinder.readClassDef(AnnotationFinder.java:305)
 at 
org.apache.openejb.util.AnnotationFinder.find(AnnotationFinder.java:164)
 at 
org.apache.openejb.config.DeploymentLoader.checkAnnotations(DeploymentLoader.java:2088)
 at 
org.apache.openejb.config.DeploymentLoader.discoverModuleType(DeploymentLoader.java:1971)
 at 
org.apache.openejb.config.DeploymentsResolver.processUrls(DeploymentsResolver.java:361)
 at 
org.apache.openejb.config.DeploymentsResolver.loadFromClasspath(DeploymentsResolver.java:257)
 at 
org.apache.openejb.config.DeploymentsResolver.loadFromClasspath(DeploymentsResolver.java:322)
 at 
org.apache.openejb.config.DeploymentLoader.createAppModule(DeploymentLoader.java:648)
 at 
org.apache.openejb.config.DeploymentLoader.load(DeploymentLoader.java:168)
 at 
org.apache.openejb.config.ConfigurationFactory.configureApplication(ConfigurationFactory.java:855)
 at 
org.apache.openejb.config.ConfigurationFactory.getOpenEjbConfiguration(ConfigurationFactory.java:547)
 at 
org.apache.openejb.config.ConfigurationFactory.getOpenEjbConfiguration(ConfigurationFactory.java:634)
 at 
org.apache.openejb.assembler.classic.Assembler.getOpenEjbConfiguration(Assembler.java:507)
 at 
org.apache.openejb.assembler.classic.Assembler.build(Assembler.java:486)
 at org.apache.openejb.OpenEJB$Instance.(OpenEJB.java:150)
 at org.apache.openejb.OpenEJB.init(OpenEJB.java:307)
 at 
org.apache.tomee.catalina.TomcatLoader.initialize(TomcatLoader.java:247)
 at 
org.apache.tomee.catalina.ServerListener.lifecycleEvent(ServerListener.java:168)
 at 
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:94)
 at 
org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:395)
 at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:108)
 at org.apache.catalina.startup.Catalina.load(Catalina.java:607)
 at org.apache.catalina.startup.Catalina.load(Catalina.java:630)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:606)
 at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:311)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:494)

Thanks,
Laks





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 starting. I have added necessary
> tibco jars to lib folder.
>
> java.lang.Exception: Could not load com.tibco.security.ssl.String.class
> at
> org.apache.openejb.util.AnnotationFinder.readClassDef(AnnotationFinder.java:305)
> at
> org.apache.openejb.util.AnnotationFinder.find(AnnotationFinder.java:164)
> at
> org.apache.openejb.config.DeploymentLoader.checkAnnotations(DeploymentLoader.java:2088)
> at
> org.apache.openejb.config.DeploymentLoader.discoverModuleType(DeploymentLoader.java:1971)
> at
> org.apache.openejb.config.DeploymentsResolver.processUrls(DeploymentsResolver.java:361)
> at
> org.apache.openejb.config.DeploymentsResolver.loadFromClasspath(DeploymentsResolver.java:257)
> at
> org.apache.openejb.config.DeploymentsResolver.loadFromClasspath(DeploymentsResolver.java:322)
> at
> org.apache.openejb.config.DeploymentLoader.createAppModule(DeploymentLoader.java:648)
> at
> org.apache.openejb.config.DeploymentLoader.load(DeploymentLoader.java:168)
> at
> org.apache.openejb.config.ConfigurationFactory.configureApplication(ConfigurationFactory.java:855)
> at
> org.apache.openejb.config.ConfigurationFactory.getOpenEjbConfiguration(ConfigurationFactory.java:547)
> at
> org.apache.openejb.config.ConfigurationFactory.getOpenEjbConfiguration(ConfigurationFactory.java:634)
> at
> org.apache.openejb.assembler.classic.Assembler.getOpenEjbConfiguration(Assembler.java:507)
> at
> org.apache.openejb.assembler.classic.Assembler.build(Assembler.java:486)
> at org.apache.openejb.OpenEJB$Instance.(OpenEJB.java:150)
> at org.apache.openejb.OpenEJB.init(OpenEJB.java:307)
> at
> org.apache.tomee.catalina.TomcatLoader.initialize(TomcatLoader.java:247)
> at
> org.apache.tomee.catalina.ServerListener.lifecycleEvent(ServerListener.java:168)
> at
> org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:94)
> at
> org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:395)
> at
> org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:108)
> at org.apache.catalina.startup.Catalina.load(Catalina.java:607)
> at org.apache.catalina.startup.Catalina.load(Catalina.java:630)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:311)
> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:494)
>
> Thanks,
> Laks
>


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 
org.apache.openejb.util.AnnotationFinder.readClassDef(AnnotationFinder.java:305)
at 
org.apache.openejb.util.AnnotationFinder.find(AnnotationFinder.java:164)
at 
org.apache.openejb.config.DeploymentLoader.checkAnnotations(DeploymentLoader.java:2088)
at 
org.apache.openejb.config.DeploymentLoader.discoverModuleType(DeploymentLoader.java:1971)
at 
org.apache.openejb.config.DeploymentsResolver.processUrls(DeploymentsResolver.java:361)
at 
org.apache.openejb.config.DeploymentsResolver.loadFromClasspath(DeploymentsResolver.java:257)
at 
org.apache.openejb.config.DeploymentsResolver.loadFromClasspath(DeploymentsResolver.java:322)
at 
org.apache.openejb.config.DeploymentLoader.createAppModule(DeploymentLoader.java:648)
at 
org.apache.openejb.config.DeploymentLoader.load(DeploymentLoader.java:168)
at 
org.apache.openejb.config.ConfigurationFactory.configureApplication(ConfigurationFactory.java:855)
at 
org.apache.openejb.config.ConfigurationFactory.getOpenEjbConfiguration(ConfigurationFactory.java:547)
at 
org.apache.openejb.config.ConfigurationFactory.getOpenEjbConfiguration(ConfigurationFactory.java:634)
at 
org.apache.openejb.assembler.classic.Assembler.getOpenEjbConfiguration(Assembler.java:507)
at 
org.apache.openejb.assembler.classic.Assembler.build(Assembler.java:486)
at org.apache.openejb.OpenEJB$Instance.(OpenEJB.java:150)
at org.apache.openejb.OpenEJB.init(OpenEJB.java:307)
at 
org.apache.tomee.catalina.TomcatLoader.initialize(TomcatLoader.java:247)
at 
org.apache.tomee.catalina.ServerListener.lifecycleEvent(ServerListener.java:168)
at 
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:94)
at 
org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:395)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:108)
at org.apache.catalina.startup.Catalina.load(Catalina.java:607)
at org.apache.catalina.startup.Catalina.load(Catalina.java:630)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:311)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:494)

Thanks,
Laks


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  |  Blog
 | Old Blog
 | Github  |
LinkedIn  | JavaEE Factory


2017-07-07 8:20 GMT+02:00 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 one Entity such as Employee or Student. One local
> Session Bean and its implementation.  The EJB need to be deployed in server
> and then need to access through client using EJBContainer.
>
>
> Thanks and regards,
> Pradeep Kumar Ojha
> pradeepkumaro...@live.com
>
>


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 one Entity such as Employee or Student. One local Session 
Bean and its implementation.  The EJB need to be deployed in server and then 
need to access through client using EJBContainer.


Thanks and regards,
Pradeep Kumar Ojha
pradeepkumaro...@live.com



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?*
  - What are the required dependencies to use openEJB, openJPA on tomEE
  to generate entities and JPAControllers by connecting to a
PostGres 9.5 DB?
  - Should I use an older version of POSTGRES 9.5 ?

Thank you for your time and help !

Regards,

-- 
*Roxanne El Baff*
Software Developer
Computer Science Masters Student
Bauhaus-Universität, Weimar, Germany

+49 (0) 1523 / 9516877
LinkedIn Profile 


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 startup


Romain Manni-Bucau
@rmannibucau  |  Blog
 | Old Wordpress Blog
 | Github  |
LinkedIn  | Tomitriber
 | JavaEE Factory


2016-07-11 20:47 GMT+02:00 Morris Ang :

> Hi,
>
> I’m currently learning web services. I have a question about
> simple_webservice example. I’ve downloaded Tomee+ so that it includes
> JAX-WS. Why is there a need to use a stateless EJB for web services to work
> in Tomee+? Is it necessary to use EJB as web service for Tomee? I’ve tried
> running it without @Stateless and even tried to create my own simple class
> without it but I keep getting the following:
>
> SEVERE - Error deploying CXF webservice for servlet
> com.service.MyService
> javax.xml.ws.WebServiceException: Service resource injection failed
>
> I’ve tried with Wildfly and all I have to do is annotate my POJO with
> @Webservice.
>
> I’m also confused as to how to generate WSDL or the java source. I’m using
> IntelliJ and I can’t add a CXF engine. I thought Tomee+ already includes
> CXF? Do I need to download CXF separately along with Tomee+ for web service
> support?
>
>


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-Bucau
@rmannibucau  |  Blog
 | Github  |
LinkedIn  | Tomitriber
 | JavaEE Factory


2016-05-26 21:54 GMT+02:00 paul :

> In order to avoid be spammed to death I am keeping any email address off
> my website and only giving the user a HTML form to fill out with a backing
> Servlet.  Then in the Servlet I am sending an email using a external email
> service provider, back to the appropriate person at their corporate email
> address.   The external email service provider requires a SSL/TLS
> connection on port 465.  There is no example on the TomEE examples page (
> https://tomee.apache.org/examples-trunk/index.html) for this use case.
> The only thread on the users form that I found is this three year old one (
> http://tomee-openejb.979440.n4.nabble.com/Not-loading-smtps-resource-properly-td4664442.html#a4664460).
> There is a lot of back and forth about trying this then that then it
> worked, O, not it didn't really work, etc.
>
> Please consider creating a JavaMail SSL/TLS Servlet example.
>


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 work on Apache TomEE?
>


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 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 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 server and we can see the TomEE
> has the good potential in terms of ease of use and production support, etc.
>
> Come to the point, current application is using the Glassfish AS and our
> EJBs are exposed to web service and Corba clients. We have different
> application client based on various technologies like C++, dot net, PHP,
> etc. to access and invoke the EJB service to execute the business use cases
> for various exposed functionality to inter operate between different
> applications and clients.
>
> Thanks,
> Nilesh Chauhan
>
> On Wed, Jan 6, 2016 at 5:52 AM, David Blevins 
> wrote:
>
>> > On Jan 5, 2016, at 4:09 PM, David Jencks <
>> david_jen...@yahoo.com.INVALID> 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 retirement :)
>> (or at least I’m going to use this as an opportunity to wave at him and say
>> hi) :D
>>
>> He just drove around the entire US practically.  Time for some coding,
>> right?
>>
>> >  It’s very hard to get IIOP transport to work and even harder to keep
>> it working :-).  (for instance there are a bunch of java language features
>> that need support added to Yoko to work with ee7)  We never implemented
>> actual distributed transactions, just the support for throwing an exception
>> when you tried to do something that actually required transmitting the
>> existence of a transaction from one orb to another.
>> >
>> > csiv2 security is (IMO) pretty amazing and wonderful, but I haven’t
>> really found anyone who understands what it does and uses it effectively.
>> If you actually need the capabilities it offers it would be much easier to
>> extend the tomee ejbd protocol than integrate IIOP.
>>
>> Thanks for chiming in, David!
>>
>> On a related question, how much work do you think it’d be to add CORBA
>> support in TomEE?   JAX-RPC is deprecated in EE 7 leaving CORBA as the last
>> thing that would prevent a full profile certification.  It’s tempting to
>> consider.  It is however a huge pain — as you note.
>>
>>
>> -David
>>
>> >> On Jan 5, 2016, at 3:50 PM, David Blevins 
>> wrote:
>> >>
>> >> 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 old days.
>> >>
>> >> Are you using IIOP for any of the following?
>> >>
>> >> - Communication with non-Java clients
>> >> - Distributed transactions
>> >> - Distributed security
>> >>
>> >> I’ll note we did add CORBA support to Geronimo via Yoko and in the 8+
>> years of the project, we never saw anyone use it.  The topic of deprecating
>> CORBA came up in the Java EE expert group and was almost unanimously agreed
>> on.   Seeing a request for it makes me wonder if that was the right
>> decision.  I’m quite interested in your use case.
>> >>
>> >> Any details you have are very welcome.  Also, Cc’ing you directly as
>> you did get a response, but if you’re not subscribed to the list you
>> probably missed it.
>> >>
>> >> Happy new year!
>> >>
>> >> --
>> >> David Blevins
>> >> http://twitter.com/dblevins 
>> >> http://www.tomitribe.com
>> >>
>> >>> On Jan 4, 2016, at 4:36 AM, Nilesh Chauhan > > wrote:
>> >>>
>> >>> 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 <
>> nileshbchau...@gmail.com >
>> >>> wrote:
>> >>>
>>  Hi,
>> 
>> 
>> 
>>  I am looking for some hint or possibly an example on exposing EJB3 as
>>  IIOP/CORBA 

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
> 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 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 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 server and we can
>> see the TomEE has the good potential in terms of ease of use and production
>> support, etc.
>>
>> Come to the point, current application is using the Glassfish AS and our
>> EJBs are exposed to web service and Corba clients. We have different
>> application client based on various technologies like C++, dot net, PHP,
>> etc. to access and invoke the EJB service to execute the business use cases
>> for various exposed functionality to inter operate between different
>> applications and clients.
>>
>> Thanks,
>> Nilesh Chauhan
>>
>> On Wed, Jan 6, 2016 at 5:52 AM, David Blevins 
>> wrote:
>>
>>> > On Jan 5, 2016, at 4:09 PM, David Jencks <
>>> david_jen...@yahoo.com.INVALID> 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 retirement :)
>>> (or at least I’m going to use this as an opportunity to wave at him and say
>>> hi) :D
>>>
>>> He just drove around the entire US practically.  Time for some coding,
>>> right?
>>>
>>> >  It’s very hard to get IIOP transport to work and even harder to keep
>>> it working :-).  (for instance there are a bunch of java language features
>>> that need support added to Yoko to work with ee7)  We never implemented
>>> actual distributed transactions, just the support for throwing an exception
>>> when you tried to do something that actually required transmitting the
>>> existence of a transaction from one orb to another.
>>> >
>>> > csiv2 security is (IMO) pretty amazing and wonderful, but I haven’t
>>> really found anyone who understands what it does and uses it effectively.
>>> If you actually need the capabilities it offers it would be much easier to
>>> extend the tomee ejbd protocol than integrate IIOP.
>>>
>>> Thanks for chiming in, David!
>>>
>>> On a related question, how much work do you think it’d be to add CORBA
>>> support in TomEE?   JAX-RPC is deprecated in EE 7 leaving CORBA as the last
>>> thing that would prevent a full profile certification.  It’s tempting to
>>> consider.  It is however a huge pain — as you note.
>>>
>>>
>>> -David
>>>
>>> >> On Jan 5, 2016, at 3:50 PM, David Blevins 
>>> wrote:
>>> >>
>>> >> 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 old days.
>>> >>
>>> >> Are you using IIOP for any of the following?
>>> >>
>>> >> - Communication with non-Java clients
>>> >> - Distributed transactions
>>> >> - Distributed security
>>> >>
>>> >> I’ll note we did add CORBA support to Geronimo via Yoko and in the 8+
>>> years of the project, we never saw anyone use it.  The topic of deprecating
>>> CORBA came up in the Java EE expert group and was almost unanimously agreed
>>> on.   Seeing a request for it makes me wonder if that was the right
>>> decision.  I’m quite interested in your use case.
>>> >>
>>> >> Any details you have are very welcome.  Also, Cc’ing you directly as
>>> you did get a response, but if you’re not subscribed to the list you
>>> probably missed it.
>>> >>
>>> >> Happy new year!
>>> >>
>>> >> --
>>> >> David Blevins
>>> >> http://twitter.com/dblevins 
>>> >> http://www.tomitribe.com
>>> >>
>>> >>> On Jan 4, 2016, at 4:36 AM, Nilesh Chauhan >> > wrote:
>>> >>>
>>> >>> Any inputs from tomee dev team for example requested in email chain
>>> below.
>>> >>>
>>> >>> any 

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 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
> > 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 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 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 server and we
> can
> >> see the TomEE has the good potential in terms of ease of use and
> production
> >> support, etc.
> >>
> >> Come to the point, current application is using the Glassfish AS and our
> >> EJBs are exposed to web service and Corba clients. We have different
> >> application client based on various technologies like C++, dot net, PHP,
> >> etc. to access and invoke the EJB service to execute the business use
> cases
> >> for various exposed functionality to inter operate between different
> >> applications and clients.
> >>
> >> Thanks,
> >> Nilesh Chauhan
> >>
> >> On Wed, Jan 6, 2016 at 5:52 AM, David Blevins 
> >> wrote:
> >>
> >>> > On Jan 5, 2016, at 4:09 PM, David Jencks <
> >>> david_jen...@yahoo.com.INVALID> 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 retirement :)
> >>> (or at least I’m going to use this as an opportunity to wave at him
> and say
> >>> hi) :D
> >>>
> >>> He just drove around the entire US practically.  Time for some coding,
> >>> right?
> >>>
> >>> >  It’s very hard to get IIOP transport to work and even harder to keep
> >>> it working :-).  (for instance there are a bunch of java language
> features
> >>> that need support added to Yoko to work with ee7)  We never implemented
> >>> actual distributed transactions, just the support for throwing an
> exception
> >>> when you tried to do something that actually required transmitting the
> >>> existence of a transaction from one orb to another.
> >>> >
> >>> > csiv2 security is (IMO) pretty amazing and wonderful, but I haven’t
> >>> really found anyone who understands what it does and uses it
> effectively.
> >>> If you actually need the capabilities it offers it would be much
> easier to
> >>> extend the tomee ejbd protocol than integrate IIOP.
> >>>
> >>> Thanks for chiming in, David!
> >>>
> >>> On a related question, how much work do you think it’d be to add CORBA
> >>> support in TomEE?   JAX-RPC is deprecated in EE 7 leaving CORBA as the
> last
> >>> thing that would prevent a full profile certification.  It’s tempting
> to
> >>> consider.  It is however a huge pain — as you note.
> >>>
> >>>
> >>> -David
> >>>
> >>> >> On Jan 5, 2016, at 3:50 PM, David Blevins 
> >>> wrote:
> >>> >>
> >>> >> 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 old
> days.
> >>> >>
> >>> >> Are you using IIOP for any of the following?
> >>> >>
> >>> >> - Communication with non-Java clients
> >>> >> - Distributed transactions
> >>> >> - Distributed security
> >>> >>
> >>> >> I’ll note we did add CORBA support to Geronimo via Yoko and in the
> 8+
> >>> years of the project, we never saw anyone use it.  The topic of
> deprecating
> >>> CORBA came up in the Java EE expert group and was almost unanimously
> agreed
> >>> on.   Seeing a request for it makes me wonder if that was the right
> >>> decision.  I’m quite interested in your use case.
> >>> >>
> >>> >> Any details you have are very welcome.  Also, Cc’ing you 

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 server and we can see the TomEE
has the good potential in terms of ease of use and production support, etc.

Come to the point, current application is using the Glassfish AS and our
EJBs are exposed to web service and Corba clients. We have different
application client based on various technologies like C++, dot net, PHP,
etc. to access and invoke the EJB service to execute the business use cases
for various exposed functionality to inter operate between different
applications and clients.

Thanks,
Nilesh Chauhan

On Wed, Jan 6, 2016 at 5:52 AM, David Blevins 
wrote:

> > 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 retirement :)  (or
> at least I’m going to use this as an opportunity to wave at him and say hi)
> :D
>
> He just drove around the entire US practically.  Time for some coding,
> right?
>
> >  It’s very hard to get IIOP transport to work and even harder to keep it
> working :-).  (for instance there are a bunch of java language features
> that need support added to Yoko to work with ee7)  We never implemented
> actual distributed transactions, just the support for throwing an exception
> when you tried to do something that actually required transmitting the
> existence of a transaction from one orb to another.
> >
> > csiv2 security is (IMO) pretty amazing and wonderful, but I haven’t
> really found anyone who understands what it does and uses it effectively.
> If you actually need the capabilities it offers it would be much easier to
> extend the tomee ejbd protocol than integrate IIOP.
>
> Thanks for chiming in, David!
>
> On a related question, how much work do you think it’d be to add CORBA
> support in TomEE?   JAX-RPC is deprecated in EE 7 leaving CORBA as the last
> thing that would prevent a full profile certification.  It’s tempting to
> consider.  It is however a huge pain — as you note.
>
>
> -David
>
> >> On Jan 5, 2016, at 3:50 PM, David Blevins 
> wrote:
> >>
> >> 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 old days.
> >>
> >> Are you using IIOP for any of the following?
> >>
> >> - Communication with non-Java clients
> >> - Distributed transactions
> >> - Distributed security
> >>
> >> I’ll note we did add CORBA support to Geronimo via Yoko and in the 8+
> years of the project, we never saw anyone use it.  The topic of deprecating
> CORBA came up in the Java EE expert group and was almost unanimously agreed
> on.   Seeing a request for it makes me wonder if that was the right
> decision.  I’m quite interested in your use case.
> >>
> >> Any details you have are very welcome.  Also, Cc’ing you directly as
> you did get a response, but if you’re not subscribed to the list you
> probably missed it.
> >>
> >> Happy new year!
> >>
> >> --
> >> David Blevins
> >> http://twitter.com/dblevins 
> >> http://www.tomitribe.com
> >>
> >>> On Jan 4, 2016, at 4:36 AM, Nilesh Chauhan  > wrote:
> >>>
> >>> 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 <
> nileshbchau...@gmail.com >
> >>> wrote:
> >>>
>  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 EJBs using IIOP/CORBA clients.
> 
> 
> 
>  As Glassfish fully supports that, we are using the same as our
> application
>  server but as there are no commercial support from Oracle from next
>  versions; we are looking for suitable candidate for replacement of
>  Glassfish.
> 
> 
> 
>  Any inputs or help on the same will leads to us in deciding to select
>  Tomee as the suitable candidate for 

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 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 server and we can see the TomEE has 
> the good potential in terms of ease of use and production support, etc.
> 
> Come to the point, current application is using the Glassfish AS and our EJBs 
> are exposed to web service and Corba clients. We have different application 
> client based on various technologies like C++, dot net, PHP, etc. to access 
> and invoke the EJB service to execute the business use cases for various 
> exposed functionality to inter operate between different applications and 
> clients.
> 
> Thanks,
> Nilesh Chauhan
> 
> On Wed, Jan 6, 2016 at 5:52 AM, David Blevins  > wrote:
> > 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 retirement :)  (or at 
> least I’m going to use this as an opportunity to wave at him and say hi) :D
> 
> He just drove around the entire US practically.  Time for some coding, right?
> 
> >  It’s very hard to get IIOP transport to work and even harder to keep it 
> > working :-).  (for instance there are a bunch of java language features 
> > that need support added to Yoko to work with ee7)  We never implemented 
> > actual distributed transactions, just the support for throwing an exception 
> > when you tried to do something that actually required transmitting the 
> > existence of a transaction from one orb to another.
> >
> > csiv2 security is (IMO) pretty amazing and wonderful, but I haven’t really 
> > found anyone who understands what it does and uses it effectively.  If you 
> > actually need the capabilities it offers it would be much easier to extend 
> > the tomee ejbd protocol than integrate IIOP.
> 
> Thanks for chiming in, David!
> 
> On a related question, how much work do you think it’d be to add CORBA 
> support in TomEE?   JAX-RPC is deprecated in EE 7 leaving CORBA as the last 
> thing that would prevent a full profile certification.  It’s tempting to 
> consider.  It is however a huge pain — as you note.
> 
> 
> -David
> 
> >> On Jan 5, 2016, at 3:50 PM, David Blevins  >> > wrote:
> >>
> >> 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 old 
> >> days.
> >>
> >> Are you using IIOP for any of the following?
> >>
> >> - Communication with non-Java clients
> >> - Distributed transactions
> >> - Distributed security
> >>
> >> I’ll note we did add CORBA support to Geronimo via Yoko and in the 8+ 
> >> years of the project, we never saw anyone use it.  The topic of 
> >> deprecating CORBA came up in the Java EE expert group and was almost 
> >> unanimously agreed on.   Seeing a request for it makes me wonder if that 
> >> was the right decision.  I’m quite interested in your use case.
> >>
> >> Any details you have are very welcome.  Also, Cc’ing you directly as you 
> >> did get a response, but if you’re not subscribed to the list you probably 
> >> missed it.
> >>
> >> Happy new year!
> >>
> >> --
> >> David Blevins
> >> http://twitter.com/dblevins  
> >> >
> >> http://www.tomitribe.com 
> >>
> >>> On Jan 4, 2016, at 4:36 AM, Nilesh Chauhan  >>>   >>> >> wrote:
> >>>
> >>> 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 

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 there are a bunch of java 
language features that need support added to Yoko to work with ee7)  We never 
implemented actual distributed transactions, just the support for throwing an 
exception when you tried to do something that actually required transmitting 
the existence of a transaction from one orb to another.

csiv2 security is (IMO) pretty amazing and wonderful, but I haven’t really 
found anyone who understands what it does and uses it effectively.  If you 
actually need the capabilities it offers it would be much easier to extend the 
tomee ejbd protocol than integrate IIOP.

thanks
david jencks

> On Jan 5, 2016, at 3:50 PM, David Blevins  wrote:
> 
> 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 old days.
> 
> Are you using IIOP for any of the following?
> 
> - Communication with non-Java clients
> - Distributed transactions
> - Distributed security
> 
> I’ll note we did add CORBA support to Geronimo via Yoko and in the 8+ years 
> of the project, we never saw anyone use it.  The topic of deprecating CORBA 
> came up in the Java EE expert group and was almost unanimously agreed on.   
> Seeing a request for it makes me wonder if that was the right decision.  I’m 
> quite interested in your use case.
> 
> Any details you have are very welcome.  Also, Cc’ing you directly as you did 
> get a response, but if you’re not subscribed to the list you probably missed 
> it.
> 
> Happy new year!
> 
> -- 
> David Blevins
> http://twitter.com/dblevins 
> http://www.tomitribe.com
> 
>> On Jan 4, 2016, at 4:36 AM, Nilesh Chauhan > > wrote:
>> 
>> 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/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 EJBs using IIOP/CORBA clients.
>>> 
>>> 
>>> 
>>> As Glassfish fully supports that, we are using the same as our application
>>> server but as there are no commercial support from Oracle from next
>>> versions; we are looking for suitable candidate for replacement of
>>> Glassfish.
>>> 
>>> 
>>> 
>>> Any inputs or help on the same will leads to us in deciding to select
>>> Tomee as the suitable candidate for our applications server in place of
>>> Glassfish.
>>> 
>>> 
>>> 
>>> Thanks,
>>> 
>>> Nilesh Chauhan
>>> 
>> 
>> 
>> 
>> -- 
>> Thanks and Regards,
>> Nilesh Chauhan
> 



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 retirement :)  (or at 
least I’m going to use this as an opportunity to wave at him and say hi) :D

He just drove around the entire US practically.  Time for some coding, right?

>  It’s very hard to get IIOP transport to work and even harder to keep it 
> working :-).  (for instance there are a bunch of java language features that 
> need support added to Yoko to work with ee7)  We never implemented actual 
> distributed transactions, just the support for throwing an exception when you 
> tried to do something that actually required transmitting the existence of a 
> transaction from one orb to another.
> 
> csiv2 security is (IMO) pretty amazing and wonderful, but I haven’t really 
> found anyone who understands what it does and uses it effectively.  If you 
> actually need the capabilities it offers it would be much easier to extend 
> the tomee ejbd protocol than integrate IIOP.

Thanks for chiming in, David!

On a related question, how much work do you think it’d be to add CORBA support 
in TomEE?   JAX-RPC is deprecated in EE 7 leaving CORBA as the last thing that 
would prevent a full profile certification.  It’s tempting to consider.  It is 
however a huge pain — as you note.


-David

>> On Jan 5, 2016, at 3:50 PM, David Blevins  wrote:
>> 
>> 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 old days.
>> 
>> Are you using IIOP for any of the following?
>> 
>> - Communication with non-Java clients
>> - Distributed transactions
>> - Distributed security
>> 
>> I’ll note we did add CORBA support to Geronimo via Yoko and in the 8+ years 
>> of the project, we never saw anyone use it.  The topic of deprecating CORBA 
>> came up in the Java EE expert group and was almost unanimously agreed on.   
>> Seeing a request for it makes me wonder if that was the right decision.  I’m 
>> quite interested in your use case.
>> 
>> Any details you have are very welcome.  Also, Cc’ing you directly as you did 
>> get a response, but if you’re not subscribed to the list you probably missed 
>> it.
>> 
>> Happy new year!
>> 
>> -- 
>> David Blevins
>> http://twitter.com/dblevins 
>> http://www.tomitribe.com
>> 
>>> On Jan 4, 2016, at 4:36 AM, Nilesh Chauhan >> > wrote:
>>> 
>>> 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/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 EJBs using IIOP/CORBA clients.
 
 
 
 As Glassfish fully supports that, we are using the same as our application
 server but as there are no commercial support from Oracle from next
 versions; we are looking for suitable candidate for replacement of
 Glassfish.
 
 
 
 Any inputs or help on the same will leads to us in deciding to select
 Tomee as the suitable candidate for our applications server in place of
 Glassfish.
 
 
 
 Thanks,
 
 Nilesh Chauhan
 
>>> 
>>> 
>>> 
>>> -- 
>>> Thanks and Regards,
>>> Nilesh Chauhan
>> 
> 



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 old days.

Are you using IIOP for any of the following?

 - Communication with non-Java clients
 - Distributed transactions
 - Distributed security

I’ll note we did add CORBA support to Geronimo via Yoko and in the 8+ years of 
the project, we never saw anyone use it.  The topic of deprecating CORBA came 
up in the Java EE expert group and was almost unanimously agreed on.   Seeing a 
request for it makes me wonder if that was the right decision.  I’m quite 
interested in your use case.

Any details you have are very welcome.  Also, Cc’ing you directly as you did 
get a response, but if you’re not subscribed to the list you probably missed it.

Happy new year!

-- 
David Blevins
http://twitter.com/dblevins 
http://www.tomitribe.com

> On Jan 4, 2016, at 4:36 AM, Nilesh Chauhan  > wrote:
> 
> 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/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 EJBs using IIOP/CORBA clients.
>> 
>> 
>> 
>> As Glassfish fully supports that, we are using the same as our application
>> server but as there are no commercial support from Oracle from next
>> versions; we are looking for suitable candidate for replacement of
>> Glassfish.
>> 
>> 
>> 
>> Any inputs or help on the same will leads to us in deciding to select
>> Tomee as the suitable candidate for our applications server in place of
>> Glassfish.
>> 
>> 
>> 
>> Thanks,
>> 
>> Nilesh Chauhan
>> 
> 
> 
> 
> -- 
> Thanks and Regards,
> Nilesh Chauhan



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 old days.

Are you using IIOP for any of the following?

 - Communication with non-Java clients
 - Distributed transactions
 - Distributed security

I’ll note we did add CORBA support to Geronimo via Yoko and in the 8+ years of 
the project, we never saw anyone use it.  The topic of deprecating CORBA came 
up in the Java EE expert group and was almost unanimously agreed on.   Seeing a 
request for it makes me wonder if that was the right decision.  I’m quite 
interested in your use case.

Any details you have are very welcome.  Also, Cc’ing you directly as you did 
get a response, but if you’re not subscribed to the list you probably missed it.

Happy new year!

-- 
David Blevins
http://twitter.com/dblevins
http://www.tomitribe.com

> On Jan 4, 2016, at 4:36 AM, Nilesh Chauhan  wrote:
> 
> 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/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 EJBs using IIOP/CORBA clients.
>> 
>> 
>> 
>> As Glassfish fully supports that, we are using the same as our application
>> server but as there are no commercial support from Oracle from next
>> versions; we are looking for suitable candidate for replacement of
>> Glassfish.
>> 
>> 
>> 
>> Any inputs or help on the same will leads to us in deciding to select
>> Tomee as the suitable candidate for our applications server in place of
>> Glassfish.
>> 
>> 
>> 
>> Thanks,
>> 
>> Nilesh Chauhan
>> 
> 
> 
> 
> -- 
> Thanks and Regards,
> Nilesh Chauhan



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/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 EJBs using IIOP/CORBA clients.
>
>
>
> As Glassfish fully supports that, we are using the same as our application
> server but as there are no commercial support from Oracle from next
> versions; we are looking for suitable candidate for replacement of
> Glassfish.
>
>
>
> Any inputs or help on the same will leads to us in deciding to select
> Tomee as the suitable candidate for our applications server in place of
> Glassfish.
>
>
>
> Thanks,
>
> Nilesh Chauhan
>



-- 
Thanks and Regards,
Nilesh Chauhan


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 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/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 EJBs using IIOP/CORBA clients.
> >
> >
> >
> > As Glassfish fully supports that, we are using the same as our
> application
> > server but as there are no commercial support from Oracle from next
> > versions; we are looking for suitable candidate for replacement of
> > Glassfish.
> >
> >
> >
> > Any inputs or help on the same will leads to us in deciding to select
> > Tomee as the suitable candidate for our applications server in place of
> > Glassfish.
> >
> >
> >
> > Thanks,
> >
> > Nilesh Chauhan
> >
>
>
>
> --
> Thanks and Regards,
> Nilesh Chauhan
>


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 EJBs using IIOP/CORBA clients.



As Glassfish fully supports that, we are using the same as our application
server but as there are no commercial support from Oracle from next
versions; we are looking for suitable candidate for replacement of
Glassfish.



Any inputs or help on the same will leads to us in deciding to select Tomee
as the suitable candidate for our applications server in place of Glassfish.



Thanks,

Nilesh Chauhan


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  |  Blog
 | Github  |
LinkedIn  | Tomitriber


2015-12-30 6:36 GMT+01:00 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 EJBs using IIOP/CORBA clients.
>
>
>
> As Glassfish fully supports that, we are using the same as our application
> server but as there are no commercial support from Oracle from next
> versions; we are looking for suitable candidate for replacement of
> Glassfish.
>
>
>
> Any inputs or help on the same will leads to us in deciding to select Tomee
> as the suitable candidate for our applications server in place of
> Glassfish.
>
>
>
> Thanks,
>
> Nilesh Chauhan
>


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:

  - You did not declare anything explicitly in configuration, but you did 
deploy an application that requires  CMP, JMS, MDB.  In this case we will 
virtually add the required config so the right things are loaded and log that 
so you are aware.

You can disable the implicit behavior by setting `tomee.autoconfig` to `false` 
in `conf/system.properties` or as a plain -D jvm system property.


-- 
David Blevins
http://twitter.com/dblevins
http://www.tomitribe.com

On Jan 28, 2015, at 5:44 AM, Massimiliano Maggiari 
massimiliano.maggi...@ericsson.com wrote:

 Hi guys, is there a way to mimic JBoss modules in Tommy?
 Thanks
 Max
 



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

   - You did not declare anything explicitly in configuration, but you did 
 deploy an application that requires  CMP, JMS, MDB.  In this case we will 
 virtually add the required config so the right things are loaded and log that 
 so you are aware.

 You can disable the implicit behavior by setting `tomee.autoconfig` to 
 `false` in `conf/system.properties` or as a plain -D jvm system property.


 --
 David Blevins
 http://twitter.com/dblevins
 http://www.tomitribe.com

 On Jan 28, 2015, at 5:44 AM, Massimiliano Maggiari 
 massimiliano.maggi...@ericsson.com wrote:

 Hi guys, is there a way to mimic JBoss modules in Tommy?
 Thanks
 Max




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, Bhagwati Joshi bhagwatilal.jo...@gmail.com a
écrit :

 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



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
Stefan Scheid
Im Leuschnerpark 4
D-64347 Griesheim (Darmstadt)

T:  +49.6155.605.359
M: +49.172.4494612

stefan.sch...@cdi-ag.demailto:stefan.sch...@cdi-ag.de
www.cdi-ag.dehttp://www.cdi-ag.de/

Vorstand: Dr. Egbert Dittmar
Vorsitzender des Aufsichtsrats: Tillmann Hüttenhain
Amtsgericht Dortmund  HRB 15579



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: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*



2013/8/16 Van Geertruy, Michael michael.vangeert...@schoolspecialty.com

 Could you provide an example of how to write a web-service that creates a
 list of objects to be sent in the response message? I was thinking that a
 modification to the webservice-holder might do the trick, but can't find
 any good examples of that implementation.

 Eg:

 listOfThings
 thing
 thingNameName1/thingName
 thingAtt1Att1something/thingAtt1
 someRandomStuffstuff here for
 1/someRandomStuff
 /thing
 thing
 thingNameName2/thingName
 thingAtt1Att2something/thingAtt1
 someRandomStuffstuff here for
 2/someRandomStuff
 /thing
 thing
 thingNameName3/thingName
 thingAtt1Att3something/thingAtt1
 someRandomStuffstuff here for
 3/someRandomStuff
 /thing
 thing
 thingNameName4/thingName
 thingAtt1Att4something/thingAtt1
 someRandomStuffstuff here for
 4/someRandomStuff
 /thing
 /listOfThings

 Michael Van Geertruy, PMP, CSM
 BT - Middleware Team
 (o) 920-882-5175
 (cell) 920-843-8705
 School Specialty, Inc.
 Greenville, WI

 To the optimist, the glass is half full. To the pessimist, the
 glass is half empty. To the engineer, the glass is twice as big
 as it needs to be.




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




-- 
בברכה,
עוז מולאים