Top "Weblogic11g" questions

The 11.

How to use @PostConstruct to create timers in a stateless bean EJB3?

I want to create a timer EJB3 when a stateless bean is created in the pool. But if I use @…

java jakarta-ee ejb-3.0 weblogic weblogic11g
how do I pass "-D" argument in Eclipse to my weblogic server

I am developing on Eclipse on ubuntu and deploy on weblogic. I am fething the system property values using System.…

eclipse weblogic11g
ClassNotFoundException: org.hibernate.hql.internal.ast.HqlToken even after adding classic.ClassicQueryTranslatorFactory

Possible Duplicate: org.hibernate.HibernateException: could not instantiate QueryTranslatorFactory: org.hibernate.hql.classic.ClassicQueryTransactionFactory I am using Hibernate 4, Spring 3 and …

java spring hibernate jpa weblogic11g
What SAAJ package is used by WebLogic

I have had many problems because there are different SAAJ packages with SOAP classes: com/sun/xml/internal/messaging/saaj/…

soap weblogic weblogic11g saaj
package javax.annotation.security does not exist

I'm trying to start a Jersey/1.7 based project from scratch (as opposed to copying an existing project and adding new …

jersey jax-rs jdeveloper weblogic11g oid
Weblogic 11g URL Rewrite

I have a client running a WebLogic 11g install on a Windows Server machine who wishes to implement Apache-style mod_…

oracle weblogic url-rewriting weblogic11g
WAR loads differently on weblogic when inside an EAR, why?

How does WebLogic 11g load libraries in an EAR file? I have this problem with a web application, that when …

java weblogic ear weblogic11g
Weblogic Management Exception

I have been trying to deploy my Java Servlet on Oracle weblogic 11g, but getting this exception, when I try …

java servlets weblogic11g