Hello,
I have an ear which has one sar archive. My sar isn't being correctly deployed on JBoss5 Beta4. In Beta2 and Beta3 they were correctly deployed. With Beta4 they simply aren't deployed and I don't even get an error.
I have DeviceIdentification interface and one POJO which implements this interface. The POJO has the following annotations:
| @Service(objectName="test:service=DeviceIdentification")
| @Management(DeviceIdentification.class)
|
On jboss-app.xml I have
| <module>
| <service>device-identification.sar</service>
| </module>
|
My sar archive has the interface and its POJO implementation.
Any ideas? Any help would be appreciated.
Thanks in advance.
Victor
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134425#4134425
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134425
Hi All,
I use JBoss 4.2.2 with the default DefaultDS (HSQLDB). That server uses a third party JMS provider (e.g. JBossMQ is disabled) and persistence in all applications that deployed there do not use DefaultDS but a separately defined one.
I know it is advised to have a DefaultDS changed from HSQL DB to something else in production.
Am I correct in assumption that since I don't use DefaultDS in applications and I don't use JBossMQ (which seems to use DefaultDS) than it really doesn't matter what my DefaultDS is?
Thanks in advance.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134419#4134419
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134419