[JBoss-user] [Beginners Corner] - Re: JBoss Dependencies

2005-10-20 Thread jpsabadini
It must be a better way... this is a very common issue. I'm still wondering a solution for this PLEASE SOMEBODY HELP US (specially for the GURUS) :P JP View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3902355#3902355 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: JBoss Dependencies

2005-10-20 Thread jpsabadini
I didn't find the PrefixDeploymentSorter... :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3902365#3902365 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3902365 ---

[JBoss-user] [Beginners Corner] - Re: JBoss Dependencies

2005-10-10 Thread jpsabadini
But there is no way to specify an order that I want? thanks... JP View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900296#3900296 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3900296

[JBoss-user] [Beginners Corner] - JBoss Dependencies

2005-10-07 Thread jpsabadini
Hi there!! I`m looking for some way to configure the modules (.ear, .war, .sar, etc...)dependencies. I trying to specify an order to deploy my modules. If anyone have a tutorial or something like that please send it to me... thanks JP View the original post :

[JBoss-user] [Beginners Corner] - Method to kill HttpSession (besides invalidate() )

2005-07-13 Thread jpsabadini
Hi there! I have an application variable that have all the session Id (one sid for each logged users). I want that de System Administrator be able to kill any session for a given sid, so I need a method or something that kills a session given the sid. I cannot use the invalidate() method from

[JBoss-user] [Beginners Corner] - Deployment dependencies

2005-03-23 Thread jpsabadini
Can I set dependencies between different deploy files? How? Regards, JP View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871337#3871337 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871337

[JBoss-user] [Beginners Corner] - Re: NEWBIE: Deploying a SAR

2005-03-23 Thread jpsabadini
Follow this: http://www.jboss.org/wiki/Wiki.jsp?page=ExampleHelloWorldService JP View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871350#3871350 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871350

[JBoss-user] [Management, JMX/JBoss] - Problem to deploy

2005-03-21 Thread jpsabadini
Hi! I'm getting a javax.management.NotCompliantMBeanException when deploy my MBean: Here is the interface: package com.miradores.vmon.mbean; | | import javax.management.ObjectName; | import org.jboss.mx.util.ObjectNameFactory; | import org.jboss.system.ServiceMBean; | | public

[JBoss-user] [Management, JMX/JBoss] - Re: Problem to deploy

2005-03-21 Thread jpsabadini
dimitris: It's tue, but this makes no difference. I still have the same exception. JP View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870982#3870982 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870982

[JBoss-user] [Management, JMX/JBoss] - How access an MBean service

2005-03-21 Thread jpsabadini
Hi, I want to know how make a client to access a certain method of a certain MBean. IE.: I have the EquipmentQuerie class, that implements the EquipmentMBean interface ( this interface have two public methods hiGreeting() and byeGreeting() ). The service's name is Greeting. I've been searching

[JBoss-user] [Beginners Corner] - Creating a service

2005-03-18 Thread jpsabadini
Hi there! I trying to put as a service a class created by me. Anybody knows a really good tutorial for service creation?? regards JP View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870747#3870747 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Help for a super beginner user

2005-03-16 Thread jpsabadini
Hi there! I`m trying to solve a problem and I'm think that MBeans can be the solution. But I don't finish to understand what is a MBean. Is there any really good tutorial for MBeans? That was my fist question, the second one is a little more complicated: My application consist in a client