Hi, 

Assume I have a POJO annotated with the @Service annotation, implementing an 
interface annotated with the @Management annotation:

  | 
  | @Management
  | public interface BirtReportEngine {
  |    // ... methods
  | }
  | 
  | @Service 
(objectName="com.sadalbari.reporting.birt:service=BirtReportEngine")
  | public class BirtReportEngineMBean implements BirtReportEngine {
  |    // ... attributes and methods
  | }
  | 

How do I specify default values for attributes in a deployment descriptor?  The 
tutorial for service POJOS with deployment descriptors 
(http://docs.jboss.org/ejb3/app-server/tutorial/service_deployment_descriptor/service.html)
 makes no mention of how to specify attributes

Thanks in advance, 
  

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955293#3955293

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955293

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to