[JBoss-user] [Beginners Corner] - Re: Running Java application inside JBoss

2004-06-01 Thread Brolly
Nevermind, I was making a mistake, the code is working fine. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837094#3837094 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837094 --

[JBoss-user] [Beginners Corner] - Re: Running Java application inside JBoss

2004-06-01 Thread Brolly
I got it working. Partially at least, the application starts but I have found a problem. I need to access a datasource directly without referencing any EJB ( The datasource is already correctly defined in a -ds.xml file and I can access it through my EJBs). Can I do it? If so how? I've been tr

[JBoss-user] [Beginners Corner] - Re: Running Java application inside JBoss

2004-05-29 Thread Brolly
ok, thank you. So if I want to disable a service deployed in my ear file and that is currently running I must delete that jar from the ear from what I understood. Tomorrow I'll do a few tests if I run into some issue I'll ask help here at the forums. View the original post : http://www.jboss.o

[JBoss-user] [Beginners Corner] - Re: Running Java application inside JBoss

2004-05-29 Thread Brolly
I'll give it a try tomorrow. So using XMBeans would only require adding a descriptor to the package, that might be a good solution for me, though now at this point I also don't find MBeans problematic at all. First I will probably use MBeans and then I'll look at XMBeans. I'll try to find good

[JBoss-user] [Beginners Corner] - Re: Running Java application inside JBoss

2004-05-28 Thread Brolly
Thanx for the replies, they really helped. It seems easy to implement that way. So I won't even need a MANIFEST file in my app JAR to run the service right? All the info will be in the jboss-service.xml file is this correct? If so my app will still be usuable as standalone. Also please confirm

[JBoss-user] [Beginners Corner] - Re: Running Java application inside JBoss

2004-05-28 Thread Brolly
Yes, I understand that. I was just trying to confirm if that would be the only way of doing it or if I was missing something. Personally I think a kind of configuration as ORION Server's is better since you don't need to change any code on your application, but I understand that the way JBoss w

[JBoss-user] [Beginners Corner] - Re: Running Java application inside JBoss

2004-05-28 Thread Brolly
Part of my post was auto formatted I guess... Application.xml example should be: ... (module) (java)Monitor-Client.jar (/java) (/module) ... Replace '(' and ')' by '<' and '>' View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836685#3836685 Reply to the pos

[JBoss-user] [Beginners Corner] - Running Java application inside JBoss

2004-05-28 Thread Brolly
Hi. I currently deploy J2EE applications using ORION as my application Server. I've been trying to test JBoss to see how it compares to ORION to future developments. I've successfully configured JBoss to use most of what I need in my current applications (EJB,Web Services,JMS,etc). Still there