It seems to me that writing an MBean to host your CORBA servant is probably the
way to go if you already have the CORBA servant part written.
I plan to contribute a CORBA service framework MBean that you can plug any
CORBA servant into in the near future. I plan to post about this in the Design
Hi there,
I am trying to get JBoss AS to run on Solaris 10. I have had similar issues on
Solaris 9.
I have set the CLASSPATH and JAVA_HOME directories using Sun's jdk 1.4 and 1.5:
CLASSPATH=/usr/jdk/j2sdk1.4.2_06/lib:/usr/jdk/j2sdk1.4.2_06/jre/lib:/usr/jdk/j2sdk1.4.2_06/jre/lib/ext:.
JAVA_HOME=
Please help me!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874045#3874045
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874045
---
SF email is sponsored by - Th
insert-after-ejb-post-create works in Weblogic with Oracle sequences with
non-null FK fields being set in ejbPostCreate.
I wish someone could provide a definitive answer on how to accomplish this for
JBoss 4.0 and MySql.
View the original post :
http://www.jboss.org/index.html?module=bb&op=v
hi,
"milowe" wrote : 1. Define and deploy the Oracle DS (oracle-ds.xml).
| 2. Grab a connection for the BMP bean from that DS using its jndi-name.
.Deployed oracle DS, and also created the connection for BMP to that
DS. But my database transaction is with a table on the default Database
Try this:
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874042#3874042
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874042
---
SF email is sponsored by
Scott,
Thanks for your input, as you mentioned,
It was a false alarm raised by the Network Scanner of (ISS http://www.iss.net).
This was confirmed by one of their staffs.
Regards,
Badri.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874040#3874040
R
Scott,
Thanks for your input, as you mentioned,
It was a false alarm raised by the Network Scanner of (ISS http://www.iss.net).
This was confirmed by one of their staffs.
Regards,
Badri.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874039#3874039
Repl
Hi all:
I used a hibernate service with JBoss4.0.0, the configure file:
hibernate-service.xml
|
|
| java:OracleDS
| net.sf.hibernate.dialect.OracleDialect
| java:/hibernate/OracleSessionFactory
| net.sf.hibernate.cache.TreeCacheProvider
|
We are running sucessfuly Jboss3.2.6 on solaris 8 with java j2sdk1.4.2_08
We want to switch to the 64 bits JVM in order to have more then 4G memory.
I applied the following changes in run.conf
JAVA_HOME="/export/home/stargus/j2sdk1.4.2_08"
JAVA="/export/home/stargus/j2sdk1.4.2_08/bin/sparcv9/java"
when trying to run jboss using jdk 1.5
I get the following error:
Caused by: java.lang.ClassNotFoundException: Unexpected error during load of:
org.jboss.management.j2ee.LocalJBossServerDomain,
msg=org/jboss/management/j2ee/LocalJBossServerDomainMBean
at
org.jboss.mx.loading.UnifiedClassLoader3
Can you please point me in the right direction? Where should I post this
question?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874035#3874035
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874035
-
Its still supported. The webdav client api needs to be revisted for updates and
a more robust mechanism that would allow the authentication info to be obtained
in a more opaque fashion would be good.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874033#387
I Started fooling with netboot on JBoss 4.0.2rc1 last weekend, and found that
it didn't want to netboot from a server that required authentication.
I fooled around with org.jboss.Main and
org.jboss.net.protocol.http.DavURLLister and by adding about 15 lines of code,
I managed to get JBoss to ne
The wiki says:
anonymous wrote :
| If you want a clustered singleton MDB you need to deploy your mdb in
deploy-hasingleton or create your own clustered singleton deployment.
|
Are there any instructions for doing this?
I copied my mdb to the deploy-hasingleton directory, but the bean wasn't
I want to know the solution too as I am facing exactly the same situation. I
need to monitor the connection pool on JBoss 2.4.8 to see if it is the
bottleneck of my web-app's performance.
I browsed the JMX web-console on port 8082. But it only provides configurations
for the DataSourceLoader, s
Hello,
Is it possible to deploy your datasource from EAR file? Basically I would like
to include the ds.xml configuration file in my EAR file.
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874029#3874029
Reply to the post :
http://www.jboss.org/in
Thanks for the tip on disabling HAJNDI autodiscovery.
Ok, I ran my server through the debugger watching both the JGroups multicast
socket creation and the DetatchedHANamingService.AutoDiscovery multicast socket
creation.
The main difference is that in org.jgroups.protocols.UDP.createSockets(),
Hi:
1.) MDBs on JBoss are setup to use transacted sessions, always. The following
lines in JMSContainerInvoker actually do that:
| // set up the server session pool
| pool = createSessionPool(tConnection,
| minPoolSize,
| maxPoolSize,
| keepA
Hi all,
I'm having problems to invoke finder methods (only those that returns various
Value Objects within a Collection) of my BMP-EJBs through their local home
interface. If I call them from the home interface it works pretty fine, but
when I call from the local home I get a ClassCastExcepti
Just to add for that is that when trying to run it using jdk 1.5
I get the following error:
Caused by: java.lang.ClassNotFoundException: Unexpected error during load of:
org.jboss.management.j2ee.LocalJBossServerDomain,
msg=org/jboss/management/j2ee/LocalJBossServerDomainMBean
at
org.jbo
We currently have a large system based on a number (10-15) CORBA singelton
services (eg. messaging, payment, reporting etc)
These are running in out own-made "service-container" which we frankly don't
want to maintain...
However, the system is NOT designed around an J2EE "bean-like" architectu
I had several EJBs deployed in a single module, and JNDI lookup worked fine.
After splitting some of the EJBs into a separate jar and adding a new module to
my EAR for the new EJB jar, the JNDI lookup fails for the EJBs in the new
module.
All EJBs are local stateless session beans, and so netwo
One more time, with proper formatting
Put this in your web.xml (as per spec will put it in comp/env):
| My important datasource
| jdbc/JdelfosDataSource
| javax.sql.DataSource
| Container
|
And this in your jboss-web.xml (which maps from global to local):
Put this in your web.xml (as per spec will put it in comp/env):
My important datasource
jdbc/JdelfosDataSource
javax.sql.DataSource
Container
And this in your jboss-web.xml (which maps from global to local):
jdbc/JdelfosDataSource
java
And here is what my console says:
===
.
JBoss Bootstrap Environment
.
JBOSS_HOME: c:\jboss4\bin\\..
.
JAVA: c:\program\java\jdk1.5.0_01\bin\java
.
JAVA_OPTS: -Dprogram.name=run.bat -Xms128m -Xmx512m
.
CLASSPATH
Thanks for the answer,
i know about the jmx console, what i wanted was to read all jndi name of
deployed ejbs at runtime, i mean programmaticly. Anyway i fix this problem by
using the class XMlBean if some has interess to see the code just make sign.
thanks everybody.
View the original post :
Hi, I have a problem which I have tried to solve for a couple of days now with
now success.
I have deployed an ordinary Entity CMP Bean which name is Customer.
This bean has 2 fields, an id field and a customername field.
I use DB2 where the table is named customer and the fields are named as
I can use
< Context path="/images" docBase="I:/images" >
to share a unique images folder between different web applications.
But if I try to share html files or jsp files, it doesn't run
E.g.
< Context path="/commonhtml" docBase="I:/commonhtml" >
and in a JSP, I try to use
< jsp : include page="/c
I have some entity bean with commit option B, it has most getters marked as
read-only. I start transaction on client, obtain instance of bean and call
couple of those methods. I expect ejbLoad only once, but it is called 3 times
(ie before each business method). If I remove read-only attribute,
please read the next post.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873987#3873987
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873987
---
SF email is spons
If I run JCache in each instance of WL and run it in local mode where each
Cache shares a common backing store - will I be able to retrieve the same
objects on any node providing I have the correct path and key. Weblogic is
providing session replication and we don't want any extra overhead with
I can use
< Context path="/images" docBase="I:/images" >
to share a unique images folder between different web applications.
But if I try to share html files or jsp files, it doesn't run
E.g.
< Context path="/commonhtml" docBase="I:/commonhtml" >
and in a JSP, I try to use
< jsp : include page=
I can use
to share a unique images folder between different web applications.
But if I try to share html files or jsp files, it doesn't run
E.g.
and in a JSP, I try to use
does anybody knows how to include jsp or htmls with a path based on web server?
View the original post :
http://www.
"[EMAIL PROTECTED]" wrote : If I understand you correctly, your
| In case your Java Service Endpoint (JSE) is deployed on jboss as well, it
is thread safe. Not sure if Jason is right in saying that you should assume the
oposite. With our current implementation you get the same behaviour with J
Here is a page in the WIKI that describes how a MBean can depend on a session
bean: -
http://www.jboss.org/wiki/Wiki.jsp?page=HowCanAnMBeanDependOnASessionBean
If you add a depends tag for each component your service depends on the service
will not be deployed until the other components are rea
We are running sucessfuly Jboss3.2.6 on solaris 8 with java j2sdk1.4.2_08
We want to switch to the 64 bits JVM.
I applied the following changes in run.conf
JAVA_HOME="/export/home/stargus/j2sdk1.4.2_08"
JAVA="/export/home/stargus/j2sdk1.4.2_08/bin/sparcv9/java"
The 64 bit JVM seems to reside unde
I searched jboss forum and documents. But I could not find any detailed info
about how to set up snmp adaptor's notifications.xml in 4.0.1.
Since we use sitescope to monitor production in our company, we want to use
sitescope to monitor our own mbeans also. But sitescope does not support jboss
Hello. Hope that this question will be answered easily by some of you.
I am trying to use a DurableSubscriber in my servlet so that the messages
posted to the Topic while the subscriber is inactive can be received. This is
what I do in init()
resultTopic = (Topic)jndiContext.lookup(RESULT_JNDI_N
My previous entry had all the xml tags stripped - !!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873976#3873976
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873976
Plug the cacheloader into the config - example:
org.jboss.cache.loader.JDBCCacheLoader
false
false
false
cache.jdbc.table.name=jbosscache
cache.jdbc.fqn.column=fqn
cache.jdbc.fqn.typ
How about the very first post on this forum
HOWTO use this forum
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=62678
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873974#3873974
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=pos
Just a warning for others attempting to follow this path for creating a
JBossMQ.rar. The jms-ra.rar code's ManagedConnection.getConnection returns a
session object!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873973#3873973
Reply to the post :
http://ww
"anguyen" wrote : Perhaps the connections are remaining open until _ncRef and
_server are garbage collected.
|
I tried it now but it does not work. :( The connections are still there even
after a call to the _release() methods and to System.gc().
View the original post :
http://www.jboss.or
hi, i'm using 3.2.3 on redhat es10 and jdk 1.4.2, and at seemingly random times
the jboss server just seems to shut itself down. here is a brief snippet:
10:25:44,101 ERROR [STDERR] sql:select guid from event_dates where event_date =
'2005-04-16';
10:25:44,115 ERROR [STDERR] inside spaceManage
Help me please with a webserice tutorial on jboss,
I want to start to use webservice on jobss and need some links or tutorials
.thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873969#3873969
Reply to the post :
http://www.jboss.org/index.html?module=bb
If JbossJCache is running on weblogic ahould it be hooked up to the Weblogic
Transaction Manager . How is this done ?
On tree cache startup the following code breaks because no credential are used
to obtain the context and bind is not allowed in this context.
public static DummyTransactionMa
Hi all,
I have .sar to deploy in the server. This has to work as scheduler job, its
worked. but I want deploy it as the last component. So that I can use some of
the resources that is already deployed. The problem is how can I control the
order of deployment. Hope you all undestood my problem
P
This is officially my last post (for non bug related questions) until the
portal developers
provide a mechanism to weed out these posts by lazy users.
The FAQ is there for a reason.
http://www.jboss.org/wiki/Wiki.jsp?page=DynamicallyChangeADatasourceWithRestartingOrRedeployingApplicationsDepe
Hello. I am implementing a custom login module, extending the
UsernamePasswordLoginModule, that calls a web service in another process to
authenticate/authorize. So I have a new LoginModule class and some supporting
classes that it references.
I have pointed to my new class in the login-conf
Problem solved, Jboss 3.2.7 seems to work with Informix JDBC 2.21 JC4
I wonder why informix JDBC 3.0 JC1 didn't work, maybe in JBoss 4.
There should be a JDBC versions for JBoss, it would save a lot of time.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic
Hi everbody ! I'm trying to configure a oracle datasource for JBOSS 4. My
oracle-xa-ds.xml (specific jboss file) looks like:
JdelfosDataSource
false
oracle.jdbc.xa.client.OracleXADataSource
jdbc:oracle:thin:@192.168.124.40:1521:idelfos
mario
mario
and my servlet looks like :
javax.sql.Dat
There are examples: get the source and search for FileCacheLoaderTest, or
JDBCCacheLoaderTest.
Source is at cvs.sf.net:/cvsroot/jboss co JBossCache
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873959#3873959
Reply to the post :
http://www.jboss.org/index.h
I was already doing this, but the problem isnÂt solve.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873957#3873957
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873957
-
Thanks Bela. As per docs getChildrenNames(Fqn fqn)should return a set of child
node names if it finds children or null if there are not children found for the
fqn.I have /poc/1,/poc/2,/poc/3 as a Fqns in my database.So it should return
these three if i try to search for getChildrenNames(new Fqn
Hi everbody ! I'm trying to configure a oracle datasource for JBOSS 4. My
oracle-xa-ds.xml (specific jboss file) looks like:
JdelfosDataSource
false
oracle.jdbc.xa.client.OracleXADataSource
jdbc:oracle:thin:@192.168.124.40:1521:idelfos
mario
mario
and my servlet looks like :
javax.sql
Hi,
I have a set of calendar entities in my application, which have relations as
follows:
Calendar-->CalendarMonth 1:n (cascade delete)
CalendarMonth-->CalendarWeek 1:n (cascade delete)
CalendarWeek-->CalendarDay 1:n (cascade delete)
additionally, CalendarDay refers to itsel
This is probably both a FAQ and Wiki. You're missing these MBeans:
MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
ObjectName: jboss.jca:name=DefaultDS,service=DataSourceBinding
state: NOTYETINSTALLED
ObjectName: jboss.jca:name=jdbc/InformixDS,service=DataSourceBinding
state: NOTYETINSTALLED
Thanks guys, that was very helpful. I had just forgot to call start() on my
QueueConnection and that is why I was not getting any messages. Once I did that
everything started working as it should. I appreciate your quick responses and
effort in getting me back on track! Once I looked at the exam
Hi everbody ! I'm trying to configure a oracle datasource for JBOSS 4. My
oracle-xa-ds.xml (specific jboss file) looks like:
JdelfosDataSource
false
oracle.jdbc.xa.client.OracleXADataSource
jdbc:oracle:thin:@192.168.124.40:1521:idelfos
mario
mario
and my servlet looks like :
javax.sql
http://jira.jboss.com/jira/browse/JBCACHE-131
Attached to it is a modified version of TreeCache based on the latest CVS
revision that provides the behavior described in this thread.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873950#3873950
Reply to the p
I'm deploying an application that uses JSPs, JSFs and EJBs. My .war and .jar
files are in the deploy directory.
Sometimes, when I redeploy my web application and restart jboss, when I request
jsp pages it expends a lot of time... 2 or 3 seconds when it may use less than
a second.
I know that i
I have solved the problem!!
My country have dst (daylight save time) and I've updated the time on my
development machine but not on the server. When I deploy war and jar files on
the server it recompiles all jsps because It believe that they are older.
View the original post :
http://www.jboss
This has been assigned
http://jira.jboss.com/jira/browse/JBWS-180
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873945#3873945
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873945
---
anonymous wrote : Do I understand right that I need an implementation of Valve
interface running as a valve on Tomcat and for every request that has not been
authenticated yet, it should connect to JBoss, perform the authentication and
populate local subkect with principals received remotely fro
I guess, your problem is this
http://jira.jboss.com/jira/browse/JBAS-979
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873942#3873942
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873942
It works fine with ANT now .. thanks for the replies...
Here is a test build file that works...
|
|
|
|
|
|
|
|
|
|
|
|
Thank you, I thought about it, but in this case (I have BASIC authentication on
Tomcat) I have to supply my LoginContext with a callback object which, in turn,
supplies the system with login and password.
How shall I get the login and password from Tomcat? It prompts the user by
itself and then
The 4.0.x/3.2.x interop issues won't be fixed until the 4.0.2/3.2.8 release.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873935#3873935
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873935
---
enter the following address in your browser
http://localhost:8080/jmx-console/HtmlAdaptor
or http://localhost:8080
and then click JMX Console
then click service=JNDIView under the jboss title
then on the invoke button for a list or a xml list
i hope this will help you
View the original post :
Yes.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873936#3873936
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873936
---
SF email is sponsored by - The IT Produc
I created a JIRA issue for that, sorry about that.
http://jira.jboss.com/jira/browse/JBWS-178
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873934#3873934
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873934
--
I don't know what's wrong,
first when i configure informix driver in JBoss I had a problem that said
something about it didn't support read only mode :
" 10:29:38,583 WARN [JBossManagedConnectionPool] Throwable while
attempting to get a new connection:
org.jboss.resource.JBossResourceE
I don't know what's wrong,
first when i configure informix driver in JBoss I had a problem that said
something about it doesn't support read only mode :
" 10:29:38,583 WARN [JBossManagedConnectionPool] Throwable while
attempting to get a new connection:
org.jboss.resource.JBossResourceException
Every call to service.getPort(seiClass) should give you a new instance of a
dynamic proxy which internally should not reuse the stateful Call object.
Could you perhaps confirm this for me? If this is not the case, we are looking
at a bug.
The Service you lookup from JNDI should be stateless, so
"Legga" wrote : Do I understand right that I need an implementation of Valve
interface running as a valve on Tomcat and for every request that has not been
authenticated yet, it should connect to JBoss, perform the authentication and
populate local subkect with principals received remotely from
Can you debug this ? Should be simple to find out.
BTW: the JGroups code should do almost the same, so maybe you compare the 2
beasts.
Note that you can turn multicast HA-JNDI discovery off by setting a system
prop, afair jnp.multicastDiscovery=false. But hit the manual for the exact name.
View
Thanks, Scott - that really helped me and now it works.
By the way - I had problem with request.getRemoteUser() returning null on
resources not protected by url-pattern in web.xml.
Found topic on that - may be useful for others:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=9104
View
Do I understand right that I need an implementation of Valve interface running
as a valve on Tomcat and for every request that has not been authenticated yet,
it should connect to JBoss, perform the authentication and populate local
subkect with principals received remotely from JBoss?
View the
I found this. May be it will be useful for you too.
http://www.josso.org
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873925#3873925
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873925
---
Switching to the DukesBank solved all my problems! :-)
It worked right away, and should work as a great template to get into this WS
thing
-Jon
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873924#3873924
Reply to the post :
http://www.jboss.org/index.html
I opened a bug report in JIRA after inspecting the source code which excludes
an empty searchbase which is needed for Domino:
http://jira.jboss.com/jira/browse/JBAS-1682
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873923#3873923
Reply to the post :
http:
ok..
We are not creating Call objects but using the Stub returned by
service.getPort( seiClass ) for our invocations.
Could we just create a new stub for each client/thread instead of looking up a
new service instance?
/Ole
View the original post :
http://www.jboss.org/index.html?module=bb
The javax.rpc.xml.Service that you look up from JNDI should be thread safe. The
Call you create from it, is not.
Every thread should simply create a new Call. Does that not work for you?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873921#3873921
Reply to
The last one should not deploy at all.
The security is associated with the context. You cant reuse the context accross
deployments.
With normal web apps you can't reuse the context either.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873919#3873919
Reply
Is there any place left on the wiki advising you to use java2wsdl? Please use
wscompile, java2wsdl does not generate WS4EE artifacts. i.e. no
jaxrpc-mapping.xml
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873915#3873915
Reply to the post :
http://www.jbo
Perhaps the connections are remaining open until _ncRef and _server are garbage
collected. You can try changing your destroy() method to:
| if (_server != null) {
| _server._release();
| _server = null;
| }
| if (_ncRef != null) {
| _ncRef._release();
| _ncRef = null;
|
I have a web app that uses commons-collections-3.0.jar. I deploy the webapp
into jboss, Jboss does it's job and deploys the webapp.
The problem arises when I use a part of the app that is depenant on the
commons-collections-3.0.jar. I get a method not found exception. This is due to
a conflicti
FWIW, I get the same error when starting the all configuration on Mac OS X
10.3.8, JBoss 3.2.7. I even tried changing the HAJNDI autodiscovery mcast
address to the same address used in the JGroup config (different port of
course), and still get the same error. I've pretty much ignored it, sinc
If you want to do it in code, you can define a Logger for each service, get
these Loggers using the static Logger.getLoger(name) method and then
setLevel(level) on the Logger instanaces. See the log4j API for details.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtop
Actually the only solution I have found is to package the multiple ejbs into
the same jar.
I would like to have different jar files for each ejb but have them use the
same base context.
/contextA/partB/service123
/contextA/partB/service124
I could not find a way to get the same base context p
No, JBWS-82 was about having the keyword 'services' in your path. I don't think
this is related to WS at all
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873914#3873914
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3
We have a multitiered architecture with a business tier consisting mostly of
stateless session beans running JBoss 3.2.2, and several web applications
running various JBoss 3.2.x versions making RMI calls to the business tier. We
would like to be able to upgrade some of these client web applicat
Unfortunately elementFormDefault="qualified" can only be achieved by exlicitly
defining the type structure in ws4ee-deployment.xml
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873911#3873911
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=
Have a look at the messages exchanged by the varions header and handlerflow
tests, they don't use mustUnderstand either.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873910#3873910
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&
Can you show me the modifications to make this fail?
| $ ant -Dtest=org.jboss.test.webservice.jbws128.JBWS128TestCase one-test
| one-test:
| [junit] Running org.jboss.test.webservice.jbws128.JBWS128TestCase
| [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.343 sec
If your target is a smalltalk web service, can you somehow provide a simple
webapp that you can access from a browser via https?
Also does the smalltalk endpoint offer a GET for the wsdl? Try that from a
browser via https.
Finally, use some simple java to retrieve content from that server via h
When I tried package ejb, I am getting the following error.
could not find file account-ejb.xml to copy.
I verified no account-ejb.xml in dd folder. Please help.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873907#3873907
Reply to the post :
http://www.j
Hi!
You are correct in assuming that the threading issue arises on the client side
(in our struts action) which had created one instance of the sei which it
shared between calling threads. The actual web-service endpoint is deployed as
a stateless session-bean under jbossws on another machine a
I am using jboss 3.2.6 with MySQL 4.1 with mysql connector 3.0.16. I am using a
DAO object to access persistant data for a BMP beans which works fine but than
at some stage the DataSource getConnection method hangs without ever returns.
All the connections ever opened are alsways closed however
1 - 100 of 129 matches
Mail list logo