It worked!
Thank you
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866878#3866878
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866878
---
SF email is sponsored by
Hello,
I solved a part of my problem using TCP & TCPPING instead of UDP. The different
options proposed with this protocol seems to make a finer setup possible. These
are my settings for cluster-service.xml on one node (I used for that the
excellent documentation found at JGroups website):
Hi
I'm trying to add the jmx-console to the minimal configuration. I added the
jmx-console.war directory of the default config. Up on starting the minimal
config I get the error listed below.
What else do I have to configure to get the jmx-console working with the
minimal config?
Thanks in ad
Finally solved it!
Had to use the Oracle 10g ojdbc14.jar file.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866873#3866873
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866873
Hi all,
Usually if we wanna deploy a web application, called MyApp, we make a directory
structure name MyApp.war and put it into %JBOSS_HOME%\server\default\deploy
Now, I have one question. I put my web application in : C:\Deploy\MyApp.war .
Is there anyway to deploy it into JBoss without copy
"gotoharry" wrote :
| jboss-web.xml
| ==
|
| java:/jaas/jbossmq
|
|
| - Hari
java:/jaas/jbossmq
jdbc/x
javax.sql.DataSource
java:/xxx
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3
Hi,
Did you find out what the maximum file size we can send with JBOSS byt using
MySQL or Oracle persistence approach. (I mean without using Hypersonic DB)
No one give clear answer with JBOSS
BR
Senaka
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866867#38
Hi,
Did u find the way to handle large message with JBOSS?
BR
Senaka
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866865#3866865
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866865
---
OK. I have more information.
I have discovered it is a shortcoming in the ORACLE JDBC Driver. It will not
allow a BLOB with more than 4000 bytes in it.
However, I have downloaded the new ORACLE 9 JDBC Driver set (ojdbc14.jar -
1172Kb) but it still fails.
Does anyone know a fix for this probl
"[EMAIL PROTECTED]" wrote :
|
| What does the logged exception look like?
Well, the patch is out already so I'll have to fat-finger in what I have from a
hard copy. I suspect you'll actually need more than this, but here is the
first bit:
2005-02-13 14:28:54,660 TRACE [org.jboss.mq.Conn
(oops, I guess angle brackets in posts aren't a good idea, anyway, to
continue...)
I've tried it both with the hibernate and related jars in both the server/lib/
dir and in the SAR file i'm using to deploy hibernate (which in turn is
contained in an EAR)
Is there a fix / workaround / solution
I'm having the exact same problem as daborg, Hibernate 2.1.5, JBoss 4.0.1
I've tried it both with the hibernate and related jars in both /lib/ and inside
the sar i'm using to deploy hibernate (which itself is in an EAR)
Is there a fix / workaround / solution to this problem?
View the original
Where you able to get around it?
Everytime I deploy I seem to get the same error. I'm going to try it against
oracle tommorow and see if I get the same error.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866860#3866860
Reply to the post :
http://www.jbos
I encountered the same problem, submitted it as a bug
http://jira.jboss.com/jira/browse/JBAS-1383?page=all
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866858#3866858
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38
Hi,
Please could someone point me to any resource explaining how to integrate
hibernate 3 beta with Jboss 4.
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866856#3866856
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=
Hello All.
I have JBOSS 4.0.0 and a CMP Entity Bean called Image. The bean has a field
called content, which I have defined as byte[].
I load my image via a URL and encode it in Base64:
| URL imageUrl = new URL( "http://"; );
| URLConnection imageConnection = imageUrl.openConnection();
Just a quick note I encountered this problem using the oracle 9.2 drivers so I
tried the Oracle 10g drivers and it worked fine.
I tested it with 1mb message. If you belive oracle the 10g driver is backwardly
compatible with 9.2.x and 8.1. We are using 9.2.x
Hope this helps
Cheers,
Aaron Walke
Hi,
On the lines of the process/model of Open Software development, what is this
JBoss Development Model that everyone talks about?
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866853#3866853
Reply to the post :
http://www.jboss.org/index.htm
Hi,
I am using redhat_init.sh sctip to stop jboss process, Its giving following
error message.
| /etc/init.d/jboss stop
|
| su -jboss -c '/usr/java/j2sdk1.4.2/bin/java -classpath
/home/jboss-4.0.0/bin/shutdown.jar:/home/jboss-4.0.0/client/jnet.jar
org.jboss.Shutdown --shutdown'
|
Hi,
Would you discribe the characterization of "SP" ??
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866851#3866851
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866851
I've just done a first pass at migrating an existing application from 3.2.7 to
4.0.1.
Has anyone ran in to the "The backend currently does not support this feature."
when running 4.0.1 against PostgreSQL 7.4.X.
I haven't made any changes to the jar file beyond re-compiling, is there some
plac
We have processes within once instance of JBoss that need to access session
beans in a remote instance of JBoss.
We just upgraded from 3.2.3 to 3.2.7 and JNDI lookups to remote servers stopped
working. The funny thing is that there are no exceptions, but the JNDI lookup
always returns a refere
Ideally there would be say 50 retail store chain.
So from each store query will go to other 49 stores. Each webservice is
designed to query the local Store Database and return the inventory status for
a particular item.
In that case I have to write ws4ee clients for all 49 stores.
I agree that
I had posted before regarding what I perceived as a bug in JbossWS such that
upon each invocation of a web service, the subject would be reauthenticated,
negating any value the JAAS authentication cache provides and introducing a
potentially time/resource consuming requirement.
I was able to so
Hi,
Is it possible to keep the deploy process from using "tmp" names when it copies
jars to tmp/deploy/, maybe through a configuration somewhere?
I ask because we are running JBoss (4.0.1) on an iSeries. Java on OS/400 has an
amusing little quirk: when it loads a class from a jar that it hasn't
Thanks for the response. I'm not sure that the change I made to
log4j.xml is the best solution but it seems to have worked. In the
"Limit categories" section of the file I added:
--drg
sdanig wrote:
Probably {jboss.home}\server\{server.type}\conf\log4j.xml...
The default {server.type} is "
Probably {jboss.home}\server\{server.type}\conf\log4j.xml...
The default {server.type} is "default", of course.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866840#3866840
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p
Good research, could you create an issue in jira that links to this topic and
attach the war to it? Thanks.
http://jira.jboss.com/jira/browse/JBWS
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866839#3866839
Reply to the post :
http://www.jboss.org/index.h
Hi,
I'm trying to build JBoss from CVS. I followed the instructions at
http://docs.jboss.org/jbossas/jboss4guide/r1/html/ch01.html and have the JBoss
source on my local machine (module jboss-4.0). However, when I try to "build
all" it eventuall gets to the "aop" top-level directory and can't fi
You cannot use JBossWS and the apache axis libraries at the same time in jboss.
Starting from jboss-4.0.2 we will move the axis package required by ws4ee to a
org.jboss package to avoid these types of classloading issues.
What is your reason not to use ws4ee clients on storeX/Y?
View the origin
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866172#3866172
Vishal from Australia documented the steps he followed to integrate custom axis
jars (Axis 1.1 and 1.2)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866835#3866835
Reply to the post :
Here is a clue:
I replaced the axis.jar by axis-ws4ee.jar (jboss4.0.0) in
%JBOSS_HOME%\server\defualt\deploy\lib and started the JBoss.
My webserice started up well, But the web-application for storeX while querying
StoreY has returned an exception:
Guys,
Env:
JBoss 4.0.1
2*WinXP sp. 2 test setup
I have a problem with fail-over using a web-service. I have created a
web-service as a facade for a stateless session bean. I works like a charm
except for fail-over. I have not included a web.xml in my deployment. Not for
any particular reason. I
Although this is not a xdoclet forum I'll send an answer.
For such a n-1 relation we use this (replace mbi_festa with person and
mbi_feber with family for your need):
/**
* @ejb.interface-method
* @ejb.relation
* name="MbiFesta-MbiFeberBereichNr"
*
Hi, I'm a begginer.
I get this error when trying to debug a simple app:
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
I'm a windows user and there's no spaces in the installation path of JBoss.
Any help will be appreciated.
Thanks.
Laura.
View the
Summing up how I did JMS over https (sorry Adrian, overlooked multiple
forum-related dropdowns):
deploy/jms/jbossmq-httpil.sar/META-INF should have:
| https://
| 8443
|
| deploy/jbossweb-tomcat50.sar/server.xml have:
|
certpath.keystore has your self-signed digital sign
Hello ..
When I started JBoss with the default configuration, Solaris 9 and Java
1.4.2_06, I get the java.io.EOFException in
ServerThread.
Can you help me ?
Thanks.
./run.sh
=
JBoss Bootstrap Environment
JBOSS_
I know it's been a year since the last post, but here are some things that
should be done:
the certificate should be stored back to the cacerts repository on the server,
so server authentication doesnt throw exception
use host ip not name if that's how the HTTPServerILService is configured.
us
Hi,
I've found a similar problem when undeploying exploded .war files containing
web services in JBoss-4.0.1.
I've put together a simple JSE based web service based on the example in
Chapter 12 of the jboss4guide. My war file is called Hello.war.
If I deploy Hello.war as an exploded directory th
Hi all
I would like to run JBoss 4.0 with a policy file which grants different
Permissions to different Codebases. I would in particular like to grant
different Permissions to server deployment modules (e.g. tomcat.sar) deployed
in server/default/deploy, and application deployment modules, whic
Hello All,
This is a question regarding JBossWS and Axis Client.
Let me explain my project architechture in this regard.
I'm working with two laptops. One will run webervices and web-application for
storeX(say) and another will do the same for store Y. I have written the
web-application and we
Hi, Jimmy:
I got the exactly same problem as you listed above, so, did you figure out how
to build javadoc api yet? Could you please share with us?
Thanks a lot
David
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866819#3866819
Reply to the post :
http:/
I am running a jboss 4.0.1 in my linux box, since my isp will change the
ipaddress from time to time, and i found that after the ip is changed, the ejb
service of the jboss cannot be performed. How should I config in order fix this
problem?
View the original post :
http://www.jboss.org/index.h
Hi,
this seem to be an authorisation or connection problem.
Are you using a local or remote instance of mysql ?
To test it edit the user table in the mysql database (ex. with mysql query
browser),
open a new user with an empty host/userid/password and give Y to all
privililedges.
Restart mysql a
Hello,
I've deployed a simple SessionBean with jndi name="Libro"
I've written a servlet, the client of the EJB, which tries to access to
"saluda()", the method of the EJB. I get the following error when I compile the
client:
cannot find symbol
symbol: variable sal
location: myServlet
sal.salud
Sorry for causing trouble, I found the solution. There was only a jar missing
in the classpath.
Eddie
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866796#3866796
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866796
Hello im using nukes for CMS. I would like to use xml to hold information.
How can i implement this.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866795#3866795
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866
Can you post your "-ds.xml" file?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866791#3866791
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866791
---
SF email is
it definately helps... and gives me hope. When jboss removes axis from the web
services stack, the problem will go away...
Ultimately i think that i need to learn if it is possible to resolve the
problem and how, by using class loader issolation/override, since you never
know when you'll be ru
Pablo
Thankyou for the response to my question, it will give me a start.
David
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866786#3866786
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866786
Hello, I have done the same thing, but after setting up the attributes as you
have described, my application does not answer sure in useful time! Perhaps
the marshalling and unmarshalling of the objects it's very inefficient!
There is another solution for this problem???
View the original pos
HI Pavel,
Thanks a lot, it actually did worked :). I am quite surprised as to why was
this crutial information missed in so many documents on jboss clustering how to.
anyways thanks once again!
Have a great day
Vikram
View the original post :
http://www.jboss.org/index.html?module=bb&op=vie
Hi,
I tried to get the following code (mix of code from the wiki and old examples)
to work (first try to use MBEans, so this may be a stupid question):
-
InitialContext ctx = new InitialContext();
//RMIAdaptor server = (RMIAdaptor) ctx.lookup("jmx/rmi/RMIAdaptor");
MBeanServ
ok.. fault was mine (as usual :-)..
we shared the created client stub between our threaded ejb's. It seems the
client is not threadsafe.. when we created dedicated clients for each ejb we
got no more errors.. (should it be threadsafe?)
another (minor) problem that showed up was that looking up
thanks for all the help
I have tried a new driver, and I think I got a little bit closer.
The error I get now is:
Could not create connection
Communication exception during handshake
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866770#3866770
Reply to the
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=60037
Check this if that helps to you.
Vishal
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866768#3866768
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866768
Hi all,
I am new to EJB development in JBOSS. I wish to build a sample example of
session facade.For that i would like to start off with a simple example of a
session bean. The develpoment wont be in EJB 3 for now.
Can u please tell me where I can find good resources for the above
develpoment-
Hello,
I have an EAR with several SARs, JARs, etc. I need to share classes between two
SARs (MBeans) inside the EAR.
What's the correct way to do it?
Thanks,
Kirill.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866764#3866764
Reply to the post :
http://w
I am not sure about this, but I think is a complete version of tomcat
servlet/jsp container. But it lacks of the two web applications you are
pointing: Manager and Server Administration.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866761#3866761
Reply t
Re your sure that com.mysql.jdbc.Driver is driver class for MySQL JDBC's
implementation?
As fbiaggi stated, make sure that driver's jar is in:
$JBOSS_HOME/server/default/lib directory "before" you start JBOSS.
Hope this helps.
View the original post :
http://www.jboss.org/index.html?module=bb
Hi,
i have a pretty serious problem.
I use Jboss jboss-3.2.0 with tomcat-4.1.24; well when i deploy a war file it
seems that tomcat doesn't get the changes into the property file where i put
all my messages ( i use Struts).
Is there any way to force JBoss or Tomcat not to cache the files ?
It is
Hi all..
We have a stateless EJB that both exposes an SEI and consumes an external
web-service. Both client and server stubs have been generated from existing
wsdls using wscompile/etc... When loading-testing with 1 thread we have no
problems, but as soon as we move up to multiple threads we ge
I'm happy to announce the availability of the first public training course on
JGroups and JBossCache:
http://www.jboss.org/services/training/schedule
This is a 3 day hands-on class, to be held in San Francisco in April, London in
May and Boston in June. Check out the URL above for details.
Hope
The 4.0.1SP1 release is available from sourceforge here:
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942&release_id=305380
The release notes are available here:
Changes between 4.0.1SP1 and 4.0.1
Issue and feature requests for JBossAS can be entered on the jira p
64 matches
Mail list logo