I'm trying to deploy an application in weblogic 10gR3 but I'm having problems with beans initialitation if need a dymanic variable from the application context:
I need to put in the appication context some url to be used by webservices initialization, debbuging the code, I see that all the properties are contained in the context but when the webservice (bean) required the propertie an error is generated "....defined in null: Could not resolve placeholder...."
I don't know what to do, this is working on tomcat but I don't know what happend with weblogic.