[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS methods undefined in JBoss 3.2.5

2004-10-23 Thread monocongo
My apologies, I stand rebuked. --James View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3852409#3852409 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852409 --- This

[JBoss-user] [Beginners Corner] - running servlet with JBoss Please Help

2004-10-23 Thread aqib9518
hi Im working with JBoss and servlet. i Made a servlet and tested it with Tomcat 4.1 IT WORKED. then i took same servlet to JBoss and it gave following error... Help viewer error URL: Unable to open location: Document not found on server THIS ERROR CAME ON JBUILDER X and on web browser it

[JBoss-user] [Beginners Corner] - running servlet with JBoss Please Help

2004-10-23 Thread aqib9518
hi Im working with JBoss and servlet. i Made a servlet and tested it with Tomcat 4.1 IT WORKED. then i took same servlet to JBoss and it gave following error... Help viewer error URL: Unable to open location: Document not found on server THIS ERROR CAME ON JBUILDER X and on web browser it

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Message Ordering

2004-10-23 Thread nath
Robisz, thanks for your inputs. Shall I use a transacted session to solve the problem? Will JMS ensures that a messages sent from a transacted session to a Queue will always arrive in the Queue in a group View the original post :

[JBoss-user] [Clustering/JBoss] - Re: UDP bind_addr vs. -Dbind.address JBoss 3.2.6

2004-10-23 Thread bela
I just re-ran 3.2.6: run.sh -b 127.0.0.1 -c all and it *did* bind to the correct address. In 3.2.6, if you use -b or --host, then this *overrides* the UDP.bind_addr property in the cluster-service.xml Bela View the original post :

[JBoss-user] [Persistence CMP/JBoss] - TransactionRolledBackException, IllegalStateException, JBoss

2004-10-23 Thread ivanlc
Hi all, I'm using JBoss 3.2.5. I'm getting a TransactionRolledBackException on an entity bean (EZonas) when I add new finder methods with serveral argument on some other entity bean. If I remove the added finder method then everything works again. The weird thing is that the modified entity

[JBoss-user] [Clustering/JBoss] - Problem, nodes doesn't register eachother

2004-10-23 Thread anre42
Hi, We've been working with jboss for over a year now but mostly in development. Now the time has come to set up a robust production site with jboss clustering. I've read the documentation around clustering, and seached all forums but still haven't found an answer to my problem wich is that

[JBoss-user] [Nukes User] - Module won't deploy / run

2004-10-23 Thread Waldi
Hi everyone, I spent the last couple of hours with a rather simple question: how do I deploy and run my own hello world module in nukes? When I deploy my .sar-file (compressed with the JDK's jar.exe) into the nukes directory I get this: anonymous wrote : 18:52:36,796 ERROR [MainDeployer]

[JBoss-user] [Nukes User] - Upload/Download Module and Uploading Files to the Server

2004-10-23 Thread ThorntonD
Hi all, Is anyone working on the file uploading and downloading for the Download module? If so, is there an estimated ETA when this will land in CVS? Danny View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3852423#3852423 Reply to the post :

[JBoss-user] [Beginners Corner] - ejb home method doubt -- plz help -- urjent

2004-10-23 Thread alexanderpetrous
Dear friends, i get the following error when i try to deploy my .ear file on jboss 3.0 tomcat! org.jboss.deployment.DeploymentException: Could not find matching method for public abstract java.util.Collection com.bussa.entities.interfaces.UserRemoteHome.getselectedusers() throws

[JBoss-user] [EJB/JBoss] - ejb home method doubt -- plz help

2004-10-23 Thread alexanderpetrous
Dear friends, i get the following error when i try to deploy my .ear file on jboss 3.0 tomcat! org.jboss.deployment.DeploymentException: Could not find matching method for public abstract java.util.Collection com.bussa.entities.interfaces.UserRemoteHome.getselectedusers() throws

[JBoss-user] [Nukes User] - Headlines block for GoJust.org

2004-10-23 Thread djaustintexas
I'm using Nukes for a non-profit site -- http://www.gojust.org I created a news headlines block to display the topic picture (in my case, a columnist) along with the title. I could make it available to others if anyone is interested. View the original post :

[JBoss-user] [JBoss.NET] - Re: Consume Webservice via an AXIS Client: ConfigurationExce

2004-10-23 Thread tdiesler
Adrian, are trying JBossWs on the server and standalone Axis on the client? If not, have you looked at the examples on the wiki, what a JBossWS client lookes like? It does not have a Locator. If you don't want to use JBossWS on the client but some other SOAP stack like Axis (which is perfectly

[JBoss-user] [JBoss.NET] - Re: Help Please.... No provider type matches QName

2004-10-23 Thread tdiesler
Is there a reason you not using J2EE compliant WS with JBossWS? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3852430#3852430 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852430

[JBoss-user] [Beginners Corner] - Re: ejb home method doubt -- plz help -- urjent

2004-10-23 Thread Raist_Majere
At first sight, I think your problem is on your naming convention used for that method. Instead of: | public Collection getselectedusers() | throws RemoteException; | you should write: | public Collection getSelectedUsers() | throws RemoteException; | in your home interface.

[JBoss-user] [Beginners Corner] - Re: running servlet with JBoss Please Help

2004-10-23 Thread Raist_Majere
You must provide some feedback if you want somebody to help you, 'cause with the information you provided I'm sure not much people could. Post, at least, the web.xml file and tell us how you deploy your servlet (packaged war or ear). If you have other information you think it could be usefull,

[JBoss-user] [EJB/JBoss] - Re: ejb home method doubt -- plz help

2004-10-23 Thread Raist_Majere
I've posted you a possible solution on the other topic you posted on Begginers Corner http://www.jboss.org/index.html?module=bbop=viewtopict=55620 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3852436#3852436 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Re: TransactionRolledBackException, IllegalStateException, J

2004-10-23 Thread Raist_Majere
Please provide ejb-jar.xml and other usefull config files/source classes to help you. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3852437#3852437 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852437

[JBoss-user] [Persistence CMP/JBoss] - Re: Sporadic CMP insert failures from LOB columns

2004-10-23 Thread Raist_Majere
Don't know if you have already tried it, but on a webapp I did last year using Oracle 9i, CMP and BLOBs, I had to use the OCI jdbc driver for my app to work (I'm sorry but I don't know if when you say thick driver you are referring to the OCI one). Hope this helps. If that's not the case, try

[JBoss-user] [Persistence CMP/JBoss] - Re: Max function error in ejb-ql

2004-10-23 Thread Raist_Majere
The problem is that finder methods can only return instances or collections of instances of the entity bean where the finder is, and max(a.id) returns an ID, not an instance. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3852447#3852447 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Re: Another Problem - table mapping

2004-10-23 Thread Raist_Majere
If you use EJB 1.1 on JBoss, you should include jaws.xml instead of jbosscmp-jdbc.xml one, which is used for EJB 2.0/2.1. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3852450#3852450 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: Network interface dies, EJB method invocations not faile

2004-10-23 Thread telrod
The invocations failover depends strictly on the behavior of the transport being used. If the socket is not timing out and reporting that the connection is broken, there will be no failover. Its upto the os tcp stack to determine how long to wait for the invocation to fail. We don't have a client