0

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.

gleX
  • 595
  • 2
  • 8
  • 22
  • Are you sure the properties file is placed in the scr\main\resources folder? – Sym-Sym Sep 14 '13 at 14:18
  • Yes, I'm sure. During the application inilization, I see all the properties, but after the placeholder initialized the beans for web services create an error because they can't see a propertie in the context. Like I said before, this work on tomcat, I don't if weblogic has another way to load the properties or any limitation or special way :S – gleX Sep 16 '13 at 07:53

0 Answers0