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
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
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
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
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
--
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
---
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
27 matches
Mail list logo