[JBoss-user] [Installation, Configuration & Deployment] - Optional Package Support

2006-06-08 Thread jcoffee
Does JBoss provide Optional Package Support as defined by the J2EE Specification (e.g. J2EE Specification v1.4, Chapter J2EE.8.2)? Thanks for any advise. -Klaus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949843#3949843 Reply to the post : http://www.jb

[JBoss-user] [Beginners Corner] - Optional Package Support

2006-06-07 Thread jcoffee
Does JBoss provide Optional Package Support as defined by the J2EE Specification (e.g. J2EE Specification v1.4, Chapter J2EE.8.2)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949557#3949557 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [Messaging, JMS & JBossMQ] - Deserialization of dynamic proxy classes

2006-04-08 Thread jcoffee
Hi, I recently found that SpyObjectMessage is not able to properly deserialize proxy classes. A closer look at the implementation shows that the classloader issue has well been addressed, but for ordinary classes only. The getObject() method defines a subclass of ObjectInputStream reimplementi

[JBoss-user] [Beginners Corner] - Re: Post EAR-deploy / pre EAR-undeploy activities

2005-08-23 Thread jcoffee
Sorry, I didn't want to be sarcastic. I'm just a bit lost: Your query points me directly to the Wiki page ReceiveJMXDeploymentNotifications. That's where I started a couple of days before. I deploy a JMX based NotificationListener in an SAR registering with the EARDeployer. And it works fine fo

[JBoss-user] [Beginners Corner] - Post EAR-deploy / pre EAR-undeploy activities

2005-08-22 Thread jcoffee
Hi, let's try it in the beginners corner once more because with other application servers this is a very basic thing: I need to invoke some activity as soon as my EAR is completely deployed and to invoke some other just before my EAR gets undeployed. I studied the forums and meanwhile three rath

[JBoss-user] [Installation, Configuration & Deployment] - Re: EAR postStart and preStop activities

2005-08-19 Thread jcoffee
Now I managed to get a start notification of the EARDeployer. But no chance to get a notification before undeploy. My jboss-service.xml is like: | | | | | | | | | | | My listener class extends ListenerService

[JBoss-user] [Installation, Configuration & Deployment] - Re: EAR postStart and preStop activities

2005-08-19 Thread jcoffee
Thanks for your quick reply. It at least points the direction. But it's still hard for me to figure out what actually to write and where to put it. (Documentation has never been a strength of JBoss. Hope the books I've ordered will mend this...) Klaus View the original post : http://www.jboss

[JBoss-user] [Installation, Configuration & Deployment] - EAR postStart and preStop activities

2005-08-19 Thread jcoffee
Hi, I'm trying to do something on JBoss 3.2.6 which is very simple on BEA: Invoke some specific action before an EAR is undeployed and after is has been (re)deployed. I managed to couple these activities with starting and stopping the whole server by deploying a service definition in my configur