Questions tagged [tomee-8]

Apache TomEE 8 is the Java Enterprise Edition (JEE8) of Apache Tomcat that combines several Java enterprise projects. Use this tag to mark questions which clearly relate to TomEE versions >= 8.0.0-M1.

Definition

The latest release of Apache TomEE 8.0.2, which is based on Apache Tomcat 9.0.35 ...

Apache TomEE 8.0.2 can be downloaded at the official download page.

It combines several software components of different projects of the Apache Foundation:

  • Apache Tomcat
  • Apache OpenEJB
  • Apache OpenWebBeans
  • Apache OpenJPA
  • Apache MyFaces
  • Apache ActiveMQ
  • Apache CXF
  • Apache Derby
36 questions
0
votes
1 answer

netbeans unable to copy context xml file from temp folder to tomee's localhost when deploy. FileNotFoundException(access denied)

netbeans unable to copy context xml file from AppData\Local\Temp\ folder to tomee's conf\Catalina\localhost when deploy. already tried: deploy to tomee 7.0.X is fine but tomee 8.0.0 fail. fatal error in stderr.log: 03-Oct-2019 16:31:22.358 fatal…
YuanJhen
  • 1
  • 2
0
votes
1 answer

Testing persistence with Arquillian and Tomee8. Tests are passing but Exception is thrown

I am trying to test my DAO Class using Tomee8 and Arquillian. I use Hibernate as persistence provider. The tests are passing but an exception is terminating the build. The Exception: java.lang.IllegalStateException: Illegal access: this web…
0
votes
1 answer

Why this simple REST application deploys/runs successfully to Tomee Plume 8.0.0-M2, but, *not* to Tomee Microprofile 8.0.0-M2?

Why does this simple REST application deploys successfully to Tomee Plume 8.0.0-M2, but, will NOT successfully deploy to Tomee Microprofile 8.0.0-M2? MICROPROFILE deployment (fails): - - - 21-Jun-2019 15:50:59.688 INFO [main]…
sairn
  • 381
  • 3
  • 22
  • 52
0
votes
0 answers

Why does data source not match migrating from TomEE 1.7.4 to 8.0.0-M2?

I try to migrate from Apache TomEE Plume from 1.7.4 to 8.0.0-M2 and there are some things which were working in the previous version and do not working with the new release. I have resource in context.xml
0
votes
1 answer

TomEE+ 8.0 - OperationNotSupportedException: Context is read only]

Using TomEE+ 8.0 (Tomcat 9.0.12) in local Eclipse IDE and remote CentOS server. The application starts normally locally and previously started normally on the remote server. Now after changes adding a javascript WebSocket, throws a NPE on deployment…
Ted Spradley
  • 3,274
  • 3
  • 19
  • 23
0
votes
1 answer

TomEE custom property provider

I am running my application in TomEE 8. I want to read some property from my DB and pass it to application. I saw one example from https://rmannibucau.wordpress.com/2014/08/06/tomee-and-more-advanced-resource-configuration/ . may be it is old. it…
Gnana
  • 1,662
  • 3
  • 19
  • 48
1 2
3