[JBoss-user] [Installation, Configuration & Deployment] - Jacorb timeout

2006-04-07 Thread golubec
Hi, I've JBOSS application that uses jacorb. The problem is when application tries to talk by jacorb with host that isn't accessible - it takes a lot of time (probably ~ 20secs). So I've edited jacorb.properties file and changed number of retries to zero (It takes about 1 minute when retries wa

[JBoss-user] [Installation, Configuration & Deployment] - Re: Jacorb timeout

2006-04-09 Thread golubec
I'm using JBOSS 4.0.0 (and I can't update it to the new version, since there are some business constraints). So jacorb went along with my JBOSS doesn't have such property , as jacorb.connection.client.connect_timeout=0 So what could you advise me? If there is possibility to update my jacorb ca

[JBoss-user] [Installation, Configuration & Deployment] - Re: Jacorb timeout

2006-04-10 Thread golubec
Thanks a lot jiwils, I've downloaded last jacorb lib and just added to jacorb.properties absent property. Now it's working. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936505#3936505 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [Installation & Configuration] - https configuration with web services ,as servlet and ejb en

2005-04-15 Thread golubec
I am new to JBOSS and want to make decision of choosing servlets or ejb for providing services over https to my applet: When i started documentation i learned that must use jax-rpc for such interoperability , and wondered how to configure https for servlet and ejb. The https with servlet nee

[JBoss-user] [EJB/JBoss] - access to EJB from external client by rmi/https ?

2005-04-15 Thread golubec
what constraints for this access method and how to implement it? need advice. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874063#3874063 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874063 ---

[JBoss-user] [JBossWS] - https access to service endpoints

2005-04-15 Thread golubec
I am new to JBOSS and want to make decision of choosing servlets or ejb for providing services over https to my applet: When i started documentation i learned that must use jax-rpc for such interoperability , and wondered how to configure https for servlet and ejb. The https with servlet need t

[JBoss-user] [JBossWS] - article : securing endpoint details ... comments are needed

2005-04-15 Thread golubec
JBossWS wiki contains such tutorial as "securing endpoint access". Example at "requiring SSL" demonstrates changes in jboss.xml file , but where is the file situated that must be changed ? And can anyone provide me with details about invoking SLSB methods through jax-rpc, when i use ejb se

[JBoss-user] [Security & JAAS/JBoss] - Re: Client EJB under RMI+SSL

2005-04-16 Thread golubec
Hi, i'm also looking for such decision like rmi over ssl and can only suggest that there must be certificat changing mechanis. May be details can be get from JSSE manuals at java.sun.com. At jboss4guide this package is represented for ssl support. View the original post : http://www.jboss.org

[JBoss-user] [JBossWS] - jax-rpc lacks in wsee xdoclet

2005-04-18 Thread golubec
Hi, i try to deploy web service with wsee xdoclet as it's described in http://www.jboss.org/wiki/Wiki.jsp?page=JBossWSandXdoclet But i can't get valid jaxrpc-mapping.xml file, there are always such comments with mandatory tags : Does it mean that wsee xdoclet doesn't support ja

[JBoss-user] [JNDI/Naming/Network] - ejb not bound

2005-04-21 Thread golubec
Hi , i've deployed my cmp ejb .The service JNDIView at JMX console shows me next : Ejb Module: configstore.jar java:comp namespace of the ConfigStore bean: +- HandleDelegate (class: org.jboss.proxy.ejb.handle.HandleDelegateImpl) +- ORB (class: org.jacorb.orb.ORB) +- env (class: org.jnp.int

[JBoss-user] [JBossWS] - axis tcpmon

2005-04-21 Thread golubec
cured at console : E:\golubec\temp>java org.apache.axis.utils.tcpmon 7070 localhost 8080 java.lang.NoClassDefFoundError: org.apache.commons.logging.LogFactory at org.apache.axis.components.logger.LogFactory.class$(LogFactory.java:4 5) at org.apache.axis.components.logger.LogFacto

[JBoss-user] [Beginners Corner] - where should user library be placed?

2005-04-22 Thread golubec
Hi , i use in my ejb huge library. I don't want to deal with this library every time when i hot-deploy ejb.jar through debuging process. So could i place it at some static place and then use it in my ejb ? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[JBoss-user] [Beginners Corner] - Re: where should user library be placed?

2005-04-22 Thread golubec
thank you. i also 've gone through with this documentaion but there is no case when some libraries should be shared for examlpe between some ejbs. And as i need in my case library shouldn't be deployed but just exist at classpath for jboss applications. So if anyone look for the subject i recomm

[JBoss-user] [JBossWS] - Re: axis tcpmon

2005-04-22 Thread golubec
web services in JBOSS documentation are examined by this way : through tcpmon. So i've thought that at JBOSSWS i can find the people experienced with this utility. I need to analyze SOAP traffic and look for appropriate toolkit. As i see some use Ethereal but unfortunely it doesnt' provide traff

[JBoss-user] [Beginners Corner] - Re: where should user library be placed?

2005-04-23 Thread golubec
ok ... i guess that need just to put them into lib directory at %jboss_home%/server/default/lib , if server running from run.bat script without any arguments. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875153#3875153 Reply to the post : http://www.jboss

[JBoss-user] [EJB/JBoss] - Re: hot re-deploy ejb and class cache

2005-04-23 Thread golubec
it's my own fault ... i have provided the same classes with another jar , so jboss starts use it from another archive ... i'll take this rule into account: don't provide the same library with different jars View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875

[JBoss-user] [JBossWS] - Re: axis tcpmon

2005-04-22 Thread golubec
i'm not so strong in JBOSS details and i want to use tcpmon just like external SOAP sniffer - that's all. But i little confused with you post 'cos it's claimed at jbossws-wiki jbossws is based at apache-axis. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387

[JBoss-user] [EJB/JBoss] - hot re-deploy ejb and class cache

2005-04-22 Thread golubec
Through debugging process i need to deploy the same ejb but with some changes many times. As i can see at log file that i use for debugging information output , since some moment no changes are occured whenever i delete ejb.jar from deploy directory , and copy back it again but with changed bean

[JBoss-user] [JBossWS] - WSSecureEndpoint. SOS

2005-04-24 Thread golubec
I still wonder : have anyone succeded with EJB service endpoint SSL securing ? I follow all recommends at wssecureendpoint article , but it still doesn't work. And what is more : the SSL secure example cant' be deployed for the tag is used. This tag should be replaced with . I have some ex

[JBoss-user] [Persistence & CMP/JBoss] - cmp ejb : business method invocation

2005-04-26 Thread golubec
I am trying to use cmp as data source shared between some session ejb. As i understood i can rely on container in this case . I mean that only one invocation of business method is permitted at a time, so others invocations just wait is some queue. Is it right ? Or i should care about some syncr

[JBoss-user] [Installation & Configuration] - binding jboss to specific network interface

2005-05-12 Thread golubec
i have jboss runnig at host with several network interfaces(ip addresses) , so how could i choose interface jboss will listen to requests from ? By default , it start at localhost. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877475#3877475 Reply to the po

[JBoss-user] [Beginners Corner] - binding jboss to specific network interface

2005-05-12 Thread golubec
i have jboss runnig at host with several network interfaces(ip addresses) , so how could i choose interface jboss will listen to requests from ? By default , it start at localhost. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877476#3877476 Reply to the po

[JBoss-user] [JNDI/Naming/Network] - Re: ejb not bound

2005-06-02 Thread golubec
thanks , but i have already solved this problem. At JNDIView in JBOSS i found that my ejb can be accessed one can say - globally , as "ConfigStore" . But this name come from deployment file : ejb-jar.xml. So i don't try to use "java:/comp/env" anymore because dont' see any sense. View the origi

[JBoss-user] [Beginners Corner] - Re: No Classloaders found for...

2005-06-07 Thread golubec
realy helpful - why at JBOSS Co. no one have paid attention to this fact ?? even at 4.0.2 Getting Start Guide this mistake is contained :(( Thanks to raygardner. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880617#3880617 Reply to the post : http://www.jbo

[JBoss-user] [Persistence & CMP/JBoss] - column of datatype LOB cannot be unique or a primary key

2005-06-07 Thread golubec
i'm trying to use Oracle 10g as default data source for my entity bean . Through getting started manual and jboss forums i come to deploying stage and get error message : column of datatype LOB cannot be unique or a primary key and i don't know really what shoud i do : 1) as i understand only P

[JBoss-user] [Installation, Configuration & Deployment] - Re: Net communication over HTTPS. (Safe to disable JRMP?)

2005-12-06 Thread golubec
Hi , do you use ejb as web-services ? I wonder if anyone succeeded with them through ssl. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911067#3911067 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911067 --

[JBoss-user] [Installation, Configuration & Deployment] - Re: Net communication over HTTPS. (Safe to disable JRMP?)

2005-12-07 Thread golubec
I had a project where i used JBossWS and not Jboss.NET. I successfully deployed all necessary services, but one things wasn't completed. The requirements for project said that services should be accessed through SSL. When i tried to study how it can be done with JBossWS I didn't find any manual