I am in the process of upgrading our systems from Tomcat 7.0.34 to Tomcat 
8.0.53 and Java 7 to Java 8

I'm not sure if this is a java 8 or a Tomcat 8 issue.

We have several application which use EJBs.  These are not working.  I have no 
experience in EJB's and having problems trying to figure out what is happening.

Because of my lack of knowledge on EJB's the following may be rambling.

Via the java debugger, I am able to determine that the EJB is not be 
initialized.

Example of a class .
...
    @EJB
    CustomerService customerService;
    @EJB
    OrderStatusService orderStatusService;
    @EJB
    SettingService settingService;
    @EJB
    ErrorLogService errorLogService;
    @EJB
    EsbBroker esbBroker;
...
             orderStatusService.createOrderStatus(orderRequest);
...

On the original server orderStatusService has a value, but in the new server 
the value is null.

Is there something with Tomcat 8/Java 8 I need to change to get the code to 
work correctly?

If this is not a Tomcat8 issue, please let me know and I can try to follow 
other avenues to get help.

Thanks in advance,
-Steve Nelligan


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to