I\'ve got the below code working on Weblogic Application Server 10.3.2. The long running task executed on timerExpired takes longer than the server wide StuckThreadMaxTime of 600 seconds. I do not wan
I am deploying a J2EE ear in weblogic 10.3.5. it uses Oracle internet directory LDAP , for authentication. after enterin开发者_如何学运维g username and password in the login page, I was able to see th
We need to get back a collection of Widgets, where each widget can contain zero or more Fidgets.Our problem is that whenever we run from Widget, Hibernate generates one SQL query for each Fidget on ea
I have a 2 war projects deployed as a library on a weblogic server (version 1 and version 2) and an EAR project deployed on the same server that u开发者_运维问答ses the library.
I\'m doing a few tests in weblogic to create webservices. Everything was ok, until I tried to add an Integer and a Boolean variable.
I\'ve found a similar issue described in detail in the scala mailing list (also here). It seems to be related to this change in classpath management when creating scala interpretation environments.
I know how to use @WebService and @Stateless annotation to write an EJB and expose it into a WebService.
I have a servlet that is employing the defaultWM for Weblogic.This servlet in turn calls an ejb.This ejb is associated with a different WM ( WM_EJB ).What I\'d like to know, when a thread comes in to
There are a lot of web services installed on Primavera P6. WSDL: Acti开发者_JAVA技巧vityCodeAssignment.wsdl
We are using j2ssh jar(j2ssh is an external jar used to connect Secured Shell)in our webapp.The webapp is running in weblogic server.