Java EE Service Engine Technical details Java EE Service Engine article Java EE Service Units Security and Transactions [ Earlier Java EE service engine web page|https://glassfish.java.net/javaee5/jbi-se/ServiceEngine.html] Tips 'n' Tricks To make Java EE Service Engine dump more debug informations into log server.log :
- During service assembly deployments - asadmin set server.log-service.module-log-levels.deployment=FINE
- During processing the request & response - asadmin set server.log-service.module-log-levels.server=FINE
Open Issues Open issues in Issue Tracker Reporting a bug : If you find any bugs in Java EE Service Engine, please follow these steps to report it :
- Go to Issue Tracker
- Select Version = 9.1pe (or whichever is appropriate), Subcomponent=jbi.
- Please follow these guidelines in order for the issues to get addressed very quickly :
- Set the debug levels to FINE as mentioned in "Tips n Tricks" section, run your application and attach the server.log file.
- Attach the Service Assembly (built using JDK5).
- Explain the test scenario.
- Explain the steps to reproduce the issue.
- Mention products and their versions used.
- As as example, please refer to this issue which follows these guidelines carefully : http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6517884
|