[jboss-user] [EJB 3.0] - EJBs and XML-RPCs

2007-08-01 Thread aroppone
Hi, I'm very new to JBoss and EJBs, but I've task to make EJB that connects to eXist XML database via XML-RPC (don't know if it is the best way). The problem is that I wouldn't like to hard code the URL. Is there a way to give EJBs initialization parameters like in web apps (web.xml)? View

[jboss-user] [EJB 3.0] - EJBs and XML-RPCs

2007-08-01 Thread aroppone
Hi, I'm very new to JBoss and EJBs, but I've task to make EJB that connects to eXist XML database via XML-RPC (don't know if it is the best way). The problem is that I wouldn't like to hard code the URL. Is there a way to give EJBs initialization parameters like in web apps (web.xml)? View

[jboss-user] [JBoss and NetBeans] - EJB3 and Netbeans

2007-08-01 Thread aroppone
Hi, I'm very new to JBoss, so this may be quite simple. I'm using Netbeans 5.5 +JBoss 4.0 and I can make EJBs etc. just fine, but as I wanted to add env-entries (defing some properties) I can't seem to place ejb-jar.xml correctly neither it's automaticly changed as I create more EJBs. Can yo

[jboss-user] [EJB 3.0] - Re: EJBs and XML-RPCs

2007-08-01 Thread aroppone
Thanks for your answer. I noticed this feature, but as I'm working with Netbeans 5.5 IDE I somehow can't get that ejb-jar.xml configured. Have you worked with NB 5.5 and could you give me some tips? As I looked the JBoss samples from NB update center I noticed that they don't use ejb-jar.xml eit

[jboss-user] [EJB 3.0] - Re: EJBs and XML-RPCs

2007-08-01 Thread aroppone
I've search the jar and all the files but there is no ejb-jar.xml. I read somewhere that EJB3s don't need deployment descriptors, I this totally false statement? I also tried to create own dep.desc. and configure manually, but as my EJB looks for the env-entry that I created it throws exception

[jboss-user] [EJB 3.0] - Re: EJBs and XML-RPCs

2007-08-01 Thread aroppone
I checked everything JNDI related but can't find out if the correct value nor the other values stated in the dep.desc. above. I quess that the problem is the way NB deploys the EJBs. any ideas how to solve that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [JBossWS] - JBoss, JXB and NetBeans

2007-11-02 Thread aroppone
Hi! I'm using Netbeans 5.5 and JBoss 4.0. I'd like to make a web service and I've written XML Schemas (or it was already made) that descripes message contents (GetMatadataRequest and GetMetadataResponse). I know that there is a tool , XJC, that can "convert" those Schemas to Java classes. How

[jboss-user] [JBossWS] - Re: JBoss, JXB and NetBeans

2007-11-19 Thread aroppone
Thanks for your reply. I read that wiki topic and found it very confusing as it has been with JbOss all the time. Could you point a suitable tutorial that goes through createng web services and deploing them to JBoss with some IDE, or is there any? Regards Antti View the original post : http:

[jboss-user] [JBossWS] - Securing WS

2007-10-01 Thread aroppone
Hi I'm a bit newbie so this may sound idiotic. I want to secure (SSL and XML-Signature) few of my web services that run on JBoss 4.0, but don't know how to do that? I know I could use eg. WSS4J and simple put SSL on, but don't know if that is the best way. I'd also like to know waht's the comm

[jboss-user] [JBossWS] - WSSecurity and client information

2007-07-25 Thread aroppone
Hi, I'm very new to JBoss so this one could be very easy. I'm making an application that has both ws and servelt interfaces which both uses EJBs fo actual processing. At those web services I'd like to sign pretty much every message, which can be done via jboss-wsse-server/client.xml (?), but