awesome, thank you very much.
Type: Posts; User: willcode4beer; Keyword(s):
awesome, thank you very much.
could you post the code?
It looks like the annotations are ignored for me.
If I don't implement an XXXMBean interface then my beans don't get exported to JMX unless I do the old style configuration (which also ignores the annotations).
The problem with the old style...
thanks for the reply, I was beginning to think the forum was inactive.
I ripped the config off from 20.3.3 (copy/paste); still, none of the meta-data from the annotations is showing up...
It...
Maybe I'm doing something wrong but, I can't find a way to get the annotations to be read by Spring for my managed Beans.
ManagedResource(description = "Configurable Data Service Factory allows...
thanks, I'll guess I'll just use both forms of config for now :-)
When using the old JndiObjectFactoryBean, you could pass a defaultObject property to use when an object can't be found in JNDI.
How do I go about configuring this when using the new goodness...
org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'jee:jndi-lookup'....
How did you configure the HttpServletBean?
I can't get the init method to be called and am unable to find any documentation about how to configure this class.
thx
Since I could not find any documentation for configuring the HttpServletBean, I switched to extending the FrameworkServlet (which is well documented).
Now, I'm trying to figure out how to get rid of...
Is there any documentation on how to configure the org.springframework.web.servlet.HttpServletBean ?
Google reveals nothing.
I've pasted the relevant bits of code below, the setter in my...