[JBoss-user] [The Lizzard's corner] - Tool for view the used TCP/IP ports

2004-03-19 Thread fbiaggi
Hi, http://www.foundstone.com/index.htm?subnav=resources/navigation.htmsubcontent=/resources/proddesc/fport.htm Ciao a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826494#3826494;View the original post/a a

[JBoss-user] [Installation Configuration] - Re: Migrating from 3.0.5 to 3.0.8 (redux!)

2004-03-19 Thread poweribo
without changing a bit and replicating exact configuration, the web app works flawlessly in 3.0.5. does this mean 3.0.8 is not backward compatible? or has it introduced new format in xml configs? a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826495#3826495;View the original

[JBoss-user] [Management, JMX/JBoss] - Re: Generating attribute tags via xdoclet

2004-03-19 Thread joedev42
Done. Overlooked the value-parameter in the @jmx.managed-attribute tag. Cheers, Olaf a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826496#3826496;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826496Reply to the post/a

[JBoss-user] [Installation Configuration] - Re: Migrating from 3.0.5 to 3.0.8 (redux!)

2004-03-19 Thread [EMAIL PROTECTED]
There's no new format, it appears your descriptors may have been flawed in the first place, but the deployment (or the parser) was more lenient before. It looks like SAX is not even able to find the root element. Try to validate your XML files and you'll see if there are any faults. a

[JBoss-user] [HTTPD, Servlets JSP] - Re: Session becoming null after using it in the same page

2004-03-19 Thread darranl
Any curly braces {} that could be changing the visibility of any session variables? a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826498#3826498;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826498Reply to the post/a

[JBoss-user] [Installation Configuration] - Re: Migrating from 3.0.5 to 3.0.8 (redux!)

2004-03-19 Thread poweribo
the deployment (or the parser) was more lenient before that what i thought so. ill check it out. the stack trace was not very helpful on pinpointing the exact prob though. btw, im looking at ejb-jar.xml, jboss.xml, jaws.xml. each ejb has its own, separate, set of config files. heres my sample

[JBoss-user] [Persistence CMP/JBoss] - Re: Entity Bean Explosion?

2004-03-19 Thread darranl
Are you reading the spec for session beans or entity beans? a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826500#3826500;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826500Reply to the post/a

[JBoss-user] [HTTPD, Servlets JSP] - Re: Losing objects in session

2004-03-19 Thread jayasudan
Hi, I am also getting the same problem with JBoss 3.2.3 Tomcat 4.1 Did you get any answer for the posting? Pl let me know how you solved the problem if you have solved. I am behind this issue for the past 2 weeks and unable to figure out whats happening. :( Any kind of info or pointers could

[JBoss-user] [EJB/JBoss] - Re: Crazy problem

2004-03-19 Thread tthiele
I observed similar behaviour with Windows as well as Linux. Make sure that your network configuration is really correct. I.e. the _reverse_ ns-lookup must be correct. Hope it helps /tilo a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826502#3826502;View the original post/a a

[JBoss-user] [HTTPD, Servlets JSP] - Re: Why are the session objects lost?

2004-03-19 Thread jayasudan
Hi ggopal, I am also getting the same problem with Jboss 3.2.3 Tomcat 4.1 Did you get answer to the issue? Can you pl let me know the solution if you have solved the issue? I have been behind this issue for the past 2 weeks and struggling to find out whats wrong with my code / config. :( Any

[JBoss-user] [Beginners Corner] - Re: CMP vs. BMP

2004-03-19 Thread nickman
But you did not ask which was most flexible, you asked which was fastest, and for a number of reasons, CMP is nearly always faster than BMP. JBossCMP is also very flexible. I was able to make it support a series of unusual constructs. a

[JBoss-user] [Beginners Corner] - Error while deploying Fibo Tutorial (UnknownHostException)

2004-03-19 Thread tenebrus
After follow all the tutorial steps, ive got this error on deploying of FiboApp.ear Ive tryied to deploy the others jars individually, and it worked fine. Anyone could please help ? heres the error log : 09:47:12,796 ERROR [MainDeployer] Could not initialise deloyment:

[JBoss-user] [Performance Tuning] - Re: how to imporove Jboss performance

2004-03-19 Thread mbeyer73
Wonderful :) ROTFL Marcus a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826506#3826506;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826506Reply to the post/a --- This

[JBoss-user] [Security JAAS/JBoss] - Tomcat SSL does not work on Windows but fine on Unix/Linux

2004-03-19 Thread osf_lover
Hi All, I am using Jboss 3.2.4 and webcontainer Tomcat 5 bundled with it. I configured it for SSL. It works fine on Unix and Linux. But the same does not work on windows, shows following errors, any ideas? 2004-03-19 12:24:41,617 WARN [org.apache.coyote.http11.Http11Processor] Exception

[JBoss-user] [Security JAAS/JBoss] - which keystore certificate for ssl

2004-03-19 Thread Martin0
Hi, How does the SSLServerSocketFactory know which certificate in the keystore file should be presented for SSL? I expected something to identify the certificate in the Factory config (like alias or DN). Thanks Martin a

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-03-19 Thread raffaelecorvino
Hello I understand because my client (in execise chap 4 and 5) is wrong, because I don't configure Hypersonic database by file myStoreSchema.script, myStorSchema.data and myStoreSchemaDrop.script. I put this file in jboss3.2.3's Hypresonic directory, but when I go to

[JBoss-user] [HTTPD, Servlets JSP] - Re: Session becoming null after using it in the same page

2004-03-19 Thread jorgewf
No. The page works well until a undetermined situation and then it starts to throw NullPointerExceptions. My guess is that is some problem in HP-UX 11, JDK and JBoss, because I've never seen using a variable and, later, the variable becomes null without changin its value. Have anyone ever

[JBoss-user] [Datasource Configuration] - Re: Can anyone help me, i can't configure my JBoss 3.2.3 wit

2004-03-19 Thread [EMAIL PROTECTED]
You should post the error messages you're seeing, otherwise no one is able to help you. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826514#3826514;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826514Reply to the post/a

[JBoss-user] [Installation Configuration] - Re: extremly slow when in debug mode?

2004-03-19 Thread dan2000
are there any document talking about this in detail? a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826516#3826516;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826516Reply to the post/a

[JBoss-user] [Installation Configuration] - Re: ssl on multiple JBossinstances

2004-03-19 Thread tonyawbrey72
I thought the exact same thing when I reported it, somebody else has to have this working? a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826515#3826515;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826515Reply to the

[JBoss-user] [EJB/JBoss] - Re: ClassNotFound exception finding Home interface

2004-03-19 Thread [EMAIL PROTECTED]
Make sure you've packaged the class correctly, the directory hierarchy must reflect the java package structure. Also make sure the class package declaration matches what you think it should be. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826517#3826517;View the original

[JBoss-user] [Clustering/JBoss] - Re: JNDI rebinding

2004-03-19 Thread darranl
The CMP documentation answers all of your questions. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826519#3826519;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826519Reply to the post/a

[JBoss-user] [Clustering/JBoss] - Re: JBOSS load balancing

2004-03-19 Thread darranl
No other software is required if you are just accessing session beans. If you are talking about web application load ballancing then you will need either software or hardware. The clustering documentation explains all of this. a

[JBoss-user] [Clustering/JBoss] - Re: JNDI rebinding

2004-03-19 Thread darranl
Sorry that should have been clustering documentation (The CMP documentation is very good as well.) a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826521#3826521;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826521Reply to the

[JBoss-user] [HTTPD, Servlets JSP] - How to setup default web application in JBoss 3.2.x

2004-03-19 Thread MatthewYeh
How to setup default web application in JBoss 3.2.x? Thanks in advance, Matthew Yeh a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826522#3826522;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826522Reply to the post/a

[JBoss-user] [HTTPD, Servlets JSP] - Re: HTTP Request Params are lost on form submit to the serve

2004-03-19 Thread wxie
I think I have the similar problem as yours. Now I switched to Jboss3.2.3+Tomcat4.1, the problem is the same. It happened randomly only. I didn't happen before with Jboss3.0.4+Jetty, no JDK upgrades. Please let me know if you have any clue.

[JBoss-user] [Advanced Documentation] - Re: JBoss migration methodology

2004-03-19 Thread darranl
You are unlikely to get a lot of help in this forum, this forum is for discussing the advanced documentation sold by JBoss. The JBoss Group may be able to assist you http://localhost:8080/jmx-console/cluster/index.html Alteratively posting your question in the beginners or ejb forum you may

[JBoss-user] [HTTPD, Servlets JSP] - Re: Losing objects in session

2004-03-19 Thread wxie
Well, I don't loss session object but rather request values. randomly request value wouldn't pass to useBean bean objects, either can be get by using request.getParameter(). Happens with both JBoss3.2.3+Tomcat4.1 and JBoss3.0.4+Jetty HELP!!!

[JBoss-user] [Advanced Documentation] - pay-on-demand docs

2004-03-19 Thread ahardy66
Just a note to say that the JBoss Admin Development manual is a bit of let-down after paying for it. If it was a book in a bookstore and I'd seen it beforehand, I would have saved myself the cash. $10 = 4 pints of beer. The inclusion of pages and pages of logging output - what's that in aid

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Multicast JMS

2004-03-19 Thread ggimler
Will the new version 0.2 be released today or some time next week? Perhaps it's already been released and I don't know where to look to get it? a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826527#3826527;View the original post/a a

[JBoss-user] [Security JAAS/JBoss] - Re: custom login module using AbstractServerLoginModule

2004-03-19 Thread ahardy66
It seems to work the way I have programmed it, which violates what the javadoc in the AbstractServerLoginModule class tells me to do. Is the AbstractServerLoginModule wrong when it nests the Roles group within another nestable group? I doesn't show up correctly in the logging - the log

[JBoss-user] [Advanced Documentation] - Re: pay-on-demand docs

2004-03-19 Thread jae77
while i do agree that there are holes in the docs and there are areas that could be improved upon, i think that they are really invaluable to have. i've gone back and referenced what is contained in those documents for my work on custom interceptors and subdeployers, and i don't think i would

[JBoss-user] [Advanced Documentation] - Re: pay-on-demand docs

2004-03-19 Thread darranl
What is it that you were actually trying to get out of the manual? I have found it invaluble when trying to work out how JBoss operates. Maybe I have got a different version of the documentation to you but I couldn't find any logging output that wasnt there to reinforce a point that was being

[JBoss-user] [Persistence CMP/JBoss] - Re: Entity Bean Explosion?

2004-03-19 Thread loubyansky
I think the instance will be returned to pool. But where is the context of the instance? It is thrown away. Question is, where the app server gets the context for the bean? Just creates a new instance. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826531#3826531;View the

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-03-19 Thread darranl
raffaelecorvino, Follow the instructions at the bottom of the hsqldb-ds.xml deployment descriptor in the deploy folder to enable the MBean. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826532#3826532;View the original post/a a

[JBoss-user] [Persistence CMP/JBoss] - Re: JBoss - Error while checking if table aleady exists

2004-03-19 Thread loubyansky
Frankly, I don't know. Maybe there is some other cause. This is what I found in the net. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826534#3826534;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826534Reply to the post/a

[JBoss-user] [Installation Configuration] - Should distro jndi.properties work w/non-clustering ?

2004-03-19 Thread ftg314159
I'm upgrading to 3.2.3 from 3.2.1, and I'm seeing a change in behavior using a single non-clustering server whose clients are on the same machine. Previously, my clients would successfully create an InitialContext by referencing server/default/conf/jndi.properties, and that worked in 3.2.1. In

RE: [JBoss-user] problem with finder findAll

2004-03-19 Thread Alexey Loubyansky
It means the none of home interfacescontains findAll. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of benoitSent: Wednesday, March 17, 2004 6:37 PMTo: [EMAIL PROTECTED]Subject: [JBoss-user] problem with finder findAll Hi all, Im trying to insert

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS HTTPIL Ping Question

2004-03-19 Thread mkprim
I don't understand your question? I need a way to detect client disconnection, to inform to my own system to erase the client from a connected list. HTTP is a stateless protocol, unlike UIL2. OK How can sending a message to a client help you? You send the message to the server not the

[JBoss-user] [Installation Configuration] - Re: Should distro jndi.properties work w/non-clustering ?

2004-03-19 Thread darranl
You should never have edited the file in the first place. That file is for the server not the clients. It has never been for the clients and it has allways (At least since 3.0.6) had a message in it saying not to change it. The message was changed because way too many people were ignoring the

[JBoss-user] [Installation Configuration] - Re: Should distro jndi.properties work w/non-clustering ?

2004-03-19 Thread ftg314159
Thanks for the reply. That, of course, makes sense. However, I think it would be a lot more intuitive if a sample client jndi.properties were distributed in the client subdirectory. With the server one being the only one there, it's kind of natural to assume that everyone's supposed to use

[JBoss-user] Setting classpath in JBoss(Please help)

2004-03-19 Thread Chanchal Malik
Does any body know how to set up classpath for MQSeries in JBoss??I am using a Servlet for MQseries which is accessing paramaeters froma HTML form and creating a MQSeries message and putting it in a queue.When servlet is invoked then it gives ResourceException.If anyone is working on JBoss/MQ then

[JBoss-user] [Beginners Corner] - SINGLE ejb jar deploy gives NoClassDefFoundError!

2004-03-19 Thread zeron
Hello All, Jboss 3.2.3 I am a JBoss newbie.. 2 days only. I was really surprized how easy it is to deploy something under JBoss, but then things went bad. I'm trying to deploy a single ejb. No external dependencies.. nothing. It is packaged in a single jar file like this: mycomp/ ---

[JBoss-user] [Nukes User] - Where's The Beef?

2004-03-19 Thread wobbet
After all of my build issues I can now get into the Nukes home page on my site. But there doesn't appear to be any content there. When I had the RCX candidate on there I would see a navigation pane on the left-hand side but now there isn't anything there. There isn't anywhere for me to log in

[JBoss-user] [Beginners Corner] - Re: SINGLE ejb jar deploy gives NoClassDefFoundError!

2004-03-19 Thread darranl
Which methods throw the missing exception? a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826542#3826542;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826542Reply to the post/a

[JBoss-user] [Advanced Documentation] - Re: pay-on-demand docs

2004-03-19 Thread ahardy66
jae77 wrote : and besides, you're getting a full j2ee app server for free , is 10 bux really that much money to shell out for documentation? With no disrespect to JBoss as a product, this idea of charging $10 for the docs is appalling marketing. There is a whole mind-set behind the idea of

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Multicast JMS

2004-03-19 Thread ovidiuf
A version that contains everything you need to experiment with your relaying solution is ready to be released. I don't want to call it 0.2. Not that the name matters, anyway, but 0.2 was supposed to include persistent delivery, and I am still working on that. I will post the URL on the forum

[JBoss-user] [Advanced Documentation] - Re: pay-on-demand docs

2004-03-19 Thread jae77
ahardy66 wrote : Just don't forget that as a developer I can always get weblogic for 90 days or websphere for 60 or whatever, and not have to pay a thing, and have the online docs available. | that is true, but at the end of that 60/90 day period, i have to pay an obscene amount of money

[JBoss-user] [Advanced Documentation] - Where can I get JBoss.net Documentation? - Urgent !

2004-03-19 Thread kkanagaraj
Hey friends, I have decided to buy the documentation for JBoss 3.*, But not sure whether that document contains JBoss.net or not ? If yes I will buy it immediately, if no, can any one please let me know on where to find the resource. Or Do I need to follow Apache Axis's documentation for

RE: [JBoss-user] cmr bug in 3.2.4RC1?

2004-03-19 Thread Alexey Loubyansky
This XDoclet results in 1:m with relation table mapping (on my machine). And it is in fact broken at the moment. True m:n works fine for me. Here is an example of unidirectional m:n /** * @ejb.interface-method * @ejb.relation *name=B-C *role-name=B-has-Cs *

[JBoss-user] [Advanced Documentation] - Re: pay-on-demand docs

2004-03-19 Thread kkanagaraj
hey, You guys are really confusing me, I just decided to buy that document so that I could know more on JBoss.net. If that doc doesn't provide any info on that, definitely i will not buy it. Please tell me how do i get more info on JBoss.net, Do I need to follow Axis documention? Will it suit

RE: [JBoss-user] cmr bug in 3.2.4RC1?

2004-03-19 Thread Alexey Loubyansky
This XDoclet results in 1:m with relation table mapping (on my machine). And it is in fact broken at the moment. Fixed in 3.2.4RC2 and 4.0.0DR4. --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by

[JBoss-user] [Nukes User] - Re: Basic Usage Documentation?

2004-03-19 Thread jmartinson
so the workflow for that is... permissions - select component - which component should i be selecting? is this a 'manage html' permission? thanks! -jacob a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826551#3826551;View the original post/a a

[JBoss-user] [Beginners Corner] - error in deploy a web application

2004-03-19 Thread Silborn
Hi, I have a problem during startup of jboss, I try to deploy a web application with the embedded tomcat, in the configuration file /www/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/META-INF/jboss-service.xml i have put a new host definition: !-- Access logger --

[JBoss-user] [Advanced Documentation] - Re: pay-on-demand docs

2004-03-19 Thread darranl
anonymous wrote : With no disrespect to JBoss as a product, this idea of charging $10 for the docs is appalling marketing. I don't quite understand what you mean by it is appaling marketing, if they want to charge for a service that they provide what is wrong with that. anonymous wrote :

[JBoss-user] [Clustering/JBoss] - Re: JBOSS load balancing

2004-03-19 Thread Nandkumar
Thanks, Nandkumar a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826552#3826552;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826552Reply to the post/a --- This SF.Net

[JBoss-user] [Installation Configuration] - Re: Setting up JMS servlet in JBoss

2004-03-19 Thread chanchal11
I mean I am using JMS QueueSender and QueueReceiver classes in my servlet to send and receive messages. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826554#3826554;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826554Reply

[JBoss-user] [Nukes User] - Re: Cannot Get Into Nukes

2004-03-19 Thread sgwood
cd to the nukes directory. build deploy-components This will deploy the core components, including the menu. Modules also have a deploy target. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826555#3826555;View the original post/a a

[JBoss-user] [Clustering/JBoss] - Re: JNDI rebinding

2004-03-19 Thread Nandkumar
Hi, thank you very much. Yes I am cluster documentation. We have JAAS login module custom implementation . while testing failover , when one node goes down (shutdown) switch to other node seems to look for security contact switch and not finding (I am not sure). The problem that I have may

[JBoss-user] [EJB/JBoss] - Re: Writing my own Interceptor - cannot deploy

2004-03-19 Thread davetron5000
OK, I didn't include the details hoping it was an obvious mistake. Stacktrace is below. server/default/standardjboss.xml contains the default stuff, except for the following stanza (to which I added one line): | container-configuration | container-nameStandard Stateless

[JBoss-user] [Installation Configuration] - Re: Setting up JMS servlet in JBoss

2004-03-19 Thread darranl
Ok to get help in the forums you need to provide the following:- Desription of what you are actually doing. Tell us the JBoss version JDK version OS version Code snippets Deployment descriptors / snippets as appropriate. Stack traces including error messages a

[JBoss-user] [Nukes User] - Re: Basic Usage Documentation?

2004-03-19 Thread jmartinson
I was able to add a new block. How do I edit the content of that block? Thanks! -jacob a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826559#3826559;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826559Reply to the post/a

[JBoss-user] [Installation Configuration] - Re: loader-repository used but exception is throw when deplo

2004-03-19 Thread shortpasta
i ran into this last night. it's because you are including a log4j.jar in your ear that's older than the one in /lib. the problem is that your old log4j.jar is using the new log4j.xml configuration from /conf. so to fix this you need to do one of the following in order of preference: 1. remove

[JBoss-user] [Installation Configuration] - PostgreSQL 7.4 JDBC Driver

2004-03-19 Thread schumhan
Hi, i am really a newbie at JBoss so I have maybe a dumb question. I have a Web-Application (WAR-File) which I deploy with JBoss. Now within this apps i access a PostgreSQL DB. I copied the the latest JDBC-Jar into server/default/lib dir. Everytime I try to access the driver within my webapps I

[JBoss-user] [Management, JMX/JBoss] - Re: sample program to test MBean

2004-03-19 Thread alanc_yang
This was straight from the example provided. It encountered the same problem. Can somebody ploease help? Thanks, Alan - C:\examplesant -Dchap=chap2 -Dex=xmbean1 run-example Buildfile: build.xml validate: [java] ImplementationTitle: JBoss [WonderLand] [java]

Re: [JBoss-user] [Installation Configuration] - Re: Setting up JMS servlet in JBoss

2004-03-19 Thread Chanchal Malik
Hey, I am passing some form parameters from a HTML form to a Servlet which is accessing these parameters and creating a MQSeries message from these parameters and sending it to a queue.When servlet is invoked then it displays name and value of passed parameters but when MQSeries code is executed

[JBoss-user] [JBoss.NET SOAP] - WebService on JBoss connecting EJB running on Weblogic

2004-03-19 Thread lcastro
Hi, I have an EJB running on weblogic and I`m trying to deploy a WebService on JBoss to access this EJB. Is this possible? Best Regards a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826563#3826563;View the original post/a a

[JBoss-user] [Installation Configuration] - Re: PostgreSQL 7.4 JDBC Driver

2004-03-19 Thread darranl
Have a look at the Wiki http://jboss.org/wiki/Wiki.jsp?page=CreateAJDBCDataSource a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826564#3826564;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826564Reply to the post/a

[JBoss-user] [EJB/JBoss] - sfsb ejbActivate and run-as role

2004-03-19 Thread edstorm
Quick question for the experts: I am using jboss-3.2.3 and I have a sfsb with a run-as role set. Everything works fine, except when the container calls ejbActivate - I get security exceptions that lead me to believe that the run-as role is not being associated with the call. I have found this

[JBoss-user] [Persistence CMP/JBoss] - session ejb in diff. contexts

2004-03-19 Thread marcord
Hi All, I have a question, i have 2 sites 2 different context's, how can i maintain the state of a session ejb when i foward from one site to an other. One site is running on https. same server, debian, apache, jboss 3.2.3 and tomcat 5.0.19 Any imput would help. Thanks a

[JBoss-user] [Persistence CMP/JBoss] - Major CMP bug with relations with JBoss 3.2.2?

2004-03-19 Thread edikus
I have set up a many-to-one relation using CMR and Oracle 8i, where the navigation is unidirectional from the many side to the one side. In my jboss relation, I set up an fk constraint (done via XDoclet). Due to an error in another part of the code, I was attempting to delete some of the rows

[JBoss-user] [Installation Configuration] - Re: Unable to start HSQL Database Manager from JMX Console

2004-03-19 Thread hbwang
I have the same problem in starting the database manager. I am running jboss 3.2 on redhat 8. I got the same error message. Anyone has an idea about what causes this problem? Thanks. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826572#3826572;View the original post/a a

[JBoss-user] [Installation Configuration] - Re: Setting up JMS servlet in JBoss

2004-03-19 Thread chanchal11
Hey, I am passing some form parameters from a HTML form to a Servlet which is accessing these parameters and creating a MQSeries message from these parameters and sending it to a queue.When servlet is invoked then it displays name and value of passed parameters but when MQSeries code is executed

[JBoss-user] [Installation Configuration] - Error when starting jboss with mysql default ds

2004-03-19 Thread marcord
Hi, I changed the default database to mysql did the changes in deploy dir to the xml as the getting started guide says and modified the conf/standardjbosscmp-jdbc.xml to reflect the default ds as mysql and when i restart jboss i get an error. How can i correct it, can't seem to find the xml

[JBoss-user] [Persistence CMP/JBoss] - Re: Major CMP bug with relations with JBoss 3.2.2?

2004-03-19 Thread loubyansky
Why is this unexpected? Removing one side detroys relationships, hence, foreign keys are set to null. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826576#3826576;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826576Reply to

[JBoss-user] [Persistence CMP/JBoss] - Re: Major CMP bug with relations with JBoss 3.2.2?

2004-03-19 Thread edikus
That's not what would happen in SQL. The whole idea is that you are PREVENTED from doing certain things so that the integrity of your DB is maintained. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826577#3826577;View the original post/a a

[JBoss-user] [Management, JMX/JBoss] - Re: why java.rmi.StubNotfoundException was thrown

2004-03-19 Thread jj
Your listener stub must be deployed on the server. The same can be said for a filter class you may decide to use. I generally jar the listener stub and the filter together and then just deploy the jar file. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826580#3826580;View

[JBoss-user] [Persistence CMP/JBoss] - Re: Major CMP bug with relations with JBoss 3.2.2?

2004-03-19 Thread loubyansky
I interpret unidirectional CMR as you can navigate a relationship only in one direction. Not that I can't remove the blind side if relationship still exists. I implement CMP spec, not SQL. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826579#3826579;View the original post/a a

[JBoss-user] [Beginners Corner] - Re: retry delay for MDB

2004-03-19 Thread joebarh
With JBoss 3.2.3, there is a JBoss-specific property that you can set on the message prior to publication here is an example cat.info(Creating a TextMessage ...); TextMessage outMessage= topicSession.createTextMessage(outString); outMessage.setStringProperty( modifiedDate, modifiedDate );

[JBoss-user] [Management, JMX/JBoss] - Re: why java.rmi.StubNotfoundException was thrown

2004-03-19 Thread alanc_yang
but how the stub code, TestXMBean1$Listener_Stub is generated? it's not generated by running ant on the build.xml. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826582#3826582;View the original post/a a

[JBoss-user] [Management, JMX/JBoss] - problem with remote client jmx nofications via rmi

2004-03-19 Thread jj
Using 323, I have a remote client that recieves jmx notifications by implementing RMINotificationListener. I instantiate many of these clients. They all receive notifications correctly. However, if I kill one of the clients (just as my users do with 'kill -9' whenever they feel like it), the

[JBoss-user] [Management, JMX/JBoss] - Re: why java.rmi.StubNotfoundException was thrown

2004-03-19 Thread jj
Run the 'build-all' target first before running the examples. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826585#3826585;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826585Reply to the post/a

[JBoss-user] [Management, JMX/JBoss] - from session bean to invoke mbean's method

2004-03-19 Thread alanc_yang
If I have to invoke from a session bean the mbean's method, how to do that, can people shed some lights? Thanks in advance. Alan a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826586#3826586;View the original post/a a

[JBoss-user] [Management, JMX/JBoss] - Re: why java.rmi.StubNotfoundException was thrown

2004-03-19 Thread alanc_yang
GREAT! Thanks a lot. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826587#3826587;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826587Reply to the post/a --- This SF.Net

[JBoss-user] [Management, JMX/JBoss] - Re: from session bean to invoke mbean's method

2004-03-19 Thread starksm
Look up the MBeanServer via the MBeanServerFactory and invoke away. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826588#3826588;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826588Reply to the post/a

[JBoss-user] [Management, JMX/JBoss] - Re: problem with remote client jmx nofications via rmi

2004-03-19 Thread starksm
Yes, I just fixed this for the 3.2.4RC2 or 3.2.4 relase, whichever comes first. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826589#3826589;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826589Reply to the post/a

[JBoss-user] [Frequently Asked Questions (FAQ)] - Re: (Apache 2.0.45) - ajp13 via jk2 -- (JBoss 3.2.1 and Jak

2004-03-19 Thread amoldc
Where can I find that Doc Please ? Thanks in advance. Amol alexspetty wrote : alexspetty wrote : alexspetty wrote : Fellow JBossonians: | | | | | | I thought it was time to update my how-to guide from december 2002. | | | | | | This guide walks you through setting up:

[JBoss-user] [Management, JMX/JBoss] - Re: RemoteMBeanServer.addNotificationListener hangs for a wh

2004-03-19 Thread csib
incidentally changing the jboss-service.xml to pooled invoker in in jmx-invoker-adapter-server.sar seems to have resolved my hang problem. But notifications are not coming back. Don't see any exception either. There's probably more to than just changing it to pooled invoker. I kept the client

[JBoss-user] [Security JAAS/JBoss] - Re: How to handle dynamic authorization?

2004-03-19 Thread [EMAIL PROTECTED]
I expose a method in my remote interface called updatePerson(int personID) Now the only two roles that can execute this method are admin and isManager. Observe the person being updated is a parameter being passed into the updatePerson method in the remote interface. As I understand it, the

[JBoss-user] [Messaging, JMS JBossMQ] - Re: explicit /etc/hosts reference required on linux JMS clie

2004-03-19 Thread bghcm
The problem was fixed by: -Changing invocation layer to UIL2 from OIL -Upgrading to 3.2.3 client files (mistakenly was using 3.2.1 on client and 3.2.3 on server) Thanks for the help! a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826594#3826594;View the original post/a a

[JBoss-user] [Security JAAS/JBoss] - Re: How to handle dynamic authorization?

2004-03-19 Thread starksm
If the security check depends on the data coming in with the call then you really need to use a custom security interceptor. This can be handled by the current custom security proxy, or via your own custom security interceptor. a

[JBoss-user] [Messaging, JMS JBossMQ] - Expiration of JMS messages

2004-03-19 Thread JCMichaelW
We have a client that is using version 3.2.1 of JBoss and is interested in allowing JMS messages to live forever. According to Sun's JMS spec, setting the TIME_TO_LIVE on a published message to zero will indicate that the message should not expire. However, this does not seem to work. The

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

2004-03-19 Thread [EMAIL PROTECTED]
No it does not support it. Care to implement it? Regards, Adrian a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826597#3826597;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826597Reply to the post/a

[JBoss-user] [Installation Configuration] - Re: Error when starting jboss with mysql default ds

2004-03-19 Thread [EMAIL PROTECTED]
You will find an example configuration for mysql as jms persistence in docs/examples/jms Regards, Adrian a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826598#3826598;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826598Reply

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Expiration of JMS messages

2004-03-19 Thread [EMAIL PROTECTED]
What is a non-persistent publisher? You mean you have configured a publisher to send non persistent messages? Non persistent messages are lost in the event of server reboot, regardless of whether the subscription is durable or not. Yes, I would not recommend using hsqldb in production. How many

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Expiration of JMS messages

2004-03-19 Thread JCMichaelW
What I meant by a non-persistent publisher is that the DELIVERY_MODE is set to DeliveryMode.NON_PERSISTENT. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826601#3826601;View the original post/a a

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Expiration of JMS messages

2004-03-19 Thread JCMichaelW
We are not looking for the messages to last after the server has been rebooted. The messages should only live for the time the server is running. At most the messages last about an hour. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826602#3826602;View the original post/a a

[JBoss-user] [Messaging, JMS JBossMQ] - JMS Persistence Manager Exception

2004-03-19 Thread kalyanmulampaka
Hi, I am getting this exception when sending a message to the queue. This happens occasionally. looks like two messages of the queue are creating the same message id and trying to persist in the JMS_MESSAGES table which has message_id and queue name as the Primary key. How is the message id

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS Persistence Manager Exception

2004-03-19 Thread [EMAIL PROTECTED]
More likely is that you are sharing your JMS_MESSAGES table with another jboss instance. Regards, Adrian a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826606#3826606;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826606Reply

[JBoss-user] [Installation Configuration] - problems deploying an .ear with a web app (.war)?!?!?!?!?!

2004-03-19 Thread f2racer
I'm trying to get my application running, but when I deploy the .ear file I get the following error: | 17:22:32,026 ERROR [EmbeddedTomcatService] Problem in init | org.jboss.deployment.DeploymentException: Was unable to move war to:

  1   2   >