[JBoss-user] [Beginners Corner] - Re: NoClassDefFoundError occured on a class file that DOES e

2004-07-15 Thread rzanner
Hi layman, maybe I'm wrong here but as far as I can see, the class you said is under WEB-INF/lib and the class JBoss is reporting are different: "layman" wrote : | ... | | class com/embisoft/dvb/user/DVBUser, | which stays in a jar file under WEB-INF/lib. | | ... | | java.lan

[JBoss-user] [Beginners Corner] - Re: JBoss error when deploying webapp

2004-07-15 Thread rzanner
Hi, it seems that the versions of Struts and the JSP API you're using don't fit together. The Tomcat 5 shipped with JBoss 3.2.5 is already using the javax.servlet.* classes from the J2EE1.4 API. There the BodyTagSupport class - from which the Struts iterate tag is inheriting - implements the ne

[JBoss-user] [EJB/JBoss] - Re: jaws, jbosscmp-jdbc.xml

2004-07-15 Thread mahanare
Thanks buddy. so i can go ahead with the other one right.. regards harinath mallepally View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842350#3842350 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842350 ---

[JBoss-user] [EJB/JBoss] - Re: findAll and Collection result optimization

2004-07-15 Thread loubyansky
You could check it out from CVS -r Branch_3_2 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842349#3842349 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842349 ---

[JBoss-user] [EJB/JBoss] - Re: jaws, jbosscmp-jdbc.xml

2004-07-15 Thread loubyansky
JAWS is out of date for CMP1.1. Not supported anymore. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842348#3842348 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842348 --

[JBoss-user] [Persistence & CMP/JBoss] - Re: Strange sql query generated from findAll ejbQL.

2004-07-15 Thread loubyansky
This "strange" behaviour is documented and you can tune it as you wish. See on-line docs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842347#3842347 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842347 --

[JBoss-user] [EJB/JBoss] - jaws, jbosscmp-jdbc.xml

2004-07-15 Thread mahanare
Hi all What is the difference between jaws, and jbosscmp.jdbc.xml.. first of all are they 2 different options serviing the same purpose of O-R mapping. if yes which one is better and which one could be better for mapping tables. any help pls thnx View the original post : http://www.jboss

[JBoss-user] [Management, JMX/JBoss] - Re: Question on this MBean Service

2004-07-15 Thread Setya
Thanks for the response, I've tried to use org.w3c.dom.Element as parameter type but it throws the following exception : org.jboss.deployment.DeploymentException: No property editor for attribute: Key; type=interface org.w3c.dom.Element I notice that MBean service org.jboss.mail.MailService al

[JBoss-user] [Performance Tuning] - Memory problems?

2004-07-15 Thread benstarr
I have a large J2EE application which serves a number of websites and also periodically performs complex background tasks using JMS, MDBs, stateless session beans and entity beans. I have allocated a minimum of 128MB to the application and a maximum of 1GB. However, even when the application is

[JBoss-user] [Management, JMX/JBoss] - Re: Twiddle, MBean attributes and other

2004-07-15 Thread [EMAIL PROTECTED]
3.2.6RC1 I see setAttrs was added for 3.2.4RC1 (about 5 months ago). http://cvs.sourceforge.net/viewcvs.py/jboss/jboss-console/src/main/org/jboss/console/twiddle/command/SetAttrsCommand.java?rev=1.1.2.1&only_with_tag=Branch_3_2&view=log View the original post : http://www.jboss.org/index.html?mo

[JBoss-user] [Management, JMX/JBoss] - Re: Can an XMBean be deployed inside an EAR ?

2004-07-15 Thread [EMAIL PROTECTED]
No it falls into the "It does not work category". i.e. too little relevent information. Nobody wants to play 20 questions with you try to understand what your problem is. They will just press back on the browser and look for a question they can understand. As an exercise, let's dissect your post:

[JBoss-user] [Management, JMX/JBoss] - Re: Can an XMBean be deployed inside an EAR ?

2004-07-15 Thread tysmeister
Adrian, Thanks for the link, however if you are implying that my post constitutes either; a) bad behaviour or b) a bad question then I am a little confused. Regards, Andrew View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842338#3842338 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: Building tyrex-tm-plugin.jar from varia\build.xml

2004-07-15 Thread cchris
It seems all the required jar files are not correctly set in your classpath. Check $JBOSS_HOME/client/jbossall-client.jar is in your classpath (this library contains javax.management.Attribute and javax.management.ObjectName) and so on for other missing jars. Hope this helped Chris View the or

[JBoss-user] [Installation & Configuration] - Re: Startup RC script odity

2004-07-15 Thread jcommand
"jcommand" wrote : well... it turned out to be a permission problem with the log folder it was own as root... | | I could have sworn I chown'ed it to jboss... | | Oh well hope this helps someone else out! and I did I though...anonymous wrote : | [EMAIL PROTECTED] (/usr/local)# ll |

[JBoss-user] [Installation & Configuration] - Re: Startup RC script odity

2004-07-15 Thread jcommand
well... it turned out to be a permission problem with the log folder it was own as root... I could have sworn I chown'ed it to jboss... Oh well hope this helps someone else out! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842335#3842335 Reply to the post

[JBoss-user] [Installation & Configuration] - Re: Startup RC script odity

2004-07-15 Thread jcommand
I am having the same problem... I am running Fedora Core 2 with JBoss 3.2.5. I can run it fine manually via ./run.sh and I see all the console messages. If I try to run it service jboss start it seams to startup and the I check to see if its running via ps auwx|grep java and java disappears afte

[JBoss-user] [Beginners Corner] - Re: How to make an object available in the jndi context?

2004-07-15 Thread drmack
Cheers, mate. Thanks for your input. I think you have just confirmed certain conclusions that I had. Thanks again :D View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842333#3842333 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[JBoss-user] [HTTPD, Servlets & JSP] - Invalid class loader hierarchy problem with commons-logging

2004-07-15 Thread pcolagrosso
Hi, In the course of porting our app from JBOSS 3.2.3 (Tomat 4.x) to JBOSS 3.2.5 we have come across a problem with some interference between the commons-logging classes bundled within our app and the one which coimes bundled with the Tomcat SAR. Our web app consists of an EAR file which is

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot delete temporary queue, it is in use.

2004-07-15 Thread [EMAIL PROTECTED]
Just set the category "org.jboss" to INFO, there is an example in conf/log4j.xml You'll notice it is much faster as well. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842331#3842331 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [Nukes User] - Try AutoDeploy For Nukes

2004-07-15 Thread ThorntonD
Hi folks, I have created an automated process for deploying Nukes 1.0 on JBoss and I have a couple of servers that are sitting idle. If you want to try your own test Nukes web site with just the click of a submit button, go to http://www.wymaya.com . Click on the Web Site Registration Page, e

[JBoss-user] [Persistence & CMP/JBoss] - Strange sql query generated from findAll ejbQL.

2004-07-15 Thread jlmcknight
Running JBoss 3.2.3 with an Oracle 8 database, I've defined a findAll EJBQL to get all rows from a table: SELECT OBJECT(f) FROM FOO AS f Then when I execute it, I see this: Executing SQL: SELECT t0_f.KEY1, t0_f.KEY2 FROM FOO t0_f But, then when I begin iterating through the returned collection

[JBoss-user] [Clustering/JBoss] - Re: Help required setting up TCP based cluster

2004-07-15 Thread mondrejko
Thanks for the quick reply. Unfortunately, even using a real IP address gives me the same result. The two nodes still fail to recognize one another. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842327#3842327 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot delete temporary queue, it is in use.

2004-07-15 Thread mkarrys
Sorry if I shooÂd a hamster out of the hen house but it would be nice if Jboss didnÂt print stack trace's to the log file unless there is actually a problem. I would much rather have the code changed to: public void asynchFailure(String error, Throwable e) { if (trace) log

[JBoss-user] [Javassist user questions] - Re: PROBLEM WITH Jboss 3.2.5 Starting

2004-07-15 Thread caveli
Hi. This file exist on all/lib, default\lib and minimal\lib. Please check the boot.log and search for: 09:14:11,242 DEBUG [SARDeployer] Found classpath element: [classpath: null] 09:14:11,242 DEBUG [SARDeployer] codebase URL is file:/C:/jboss-3.2.5/server/all/lib/ 09:14:11,242 DEBUG [SARDeployer] l

[JBoss-user] [Clustering/JBoss] - Re: Help required setting up TCP based cluster

2004-07-15 Thread bela
Change the bind_addr from "localhost" to a real IP address. Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842323#3842323 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842323

[JBoss-user] [Persistence & CMP/JBoss] - Re: Exception: CMR field value is already loaded

2004-07-15 Thread cvandyck
Hey Guys Any updates on this issue? thanks, Collin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842322#3842322 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842322

[JBoss-user] [JBoss Getting Started Documentation] - Cannot login into Duke Bank

2004-07-15 Thread geogeyi
I am following the Getting Started Document. So far compilation and deployment are ok. But when I try to login to Duke Bank as describe on page 24. I got server error. The server log shows the first exception is this: EJBException: javax.ejb.EJBException: ejbFindByCustomerId Unable to connect to

[JBoss-user] [Installation & Configuration] - JBoss 3.0.8 Tomcat Windows Service problems

2004-07-15 Thread kevinb11
We have had earlier versions of JBoss (with out Tomcat) running as Windows Services with no problem. We are using this JavaService as described in the Wiki http://www.alexandriasc.com/software/JavaService/index.htm When we migrated to 3.0.8 with Tomcat we get an error when the Tomcat service loa

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: org.jboss.mq.SpyJMSException: Cannot authenticate user

2004-07-15 Thread genman
I don't think this is security related, it just happens that the socket fails when doing its handshaking. Perhaps the FAQ has something about Windows and sockets? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842319#3842319 Reply to the post : http://www.

[JBoss-user] [The Lizzard's corner] - Re: What is the biggest site using JBoss ?

2004-07-15 Thread creatura
"michael_lacy" wrote : 2 weeks from today (July 15th) we will be relaunching our site, and it is built on a JBoss/Tomcat core. At peak hours of the day we will be serving nearly 10,000 concurrent users. | | http://www.bolt.com | | [EMAIL PROTECTED] | | Hi Michael ! Is this new l

[JBoss-user] [Clustering/JBoss] - Help required setting up TCP based cluster

2004-07-15 Thread mondrejko
I am attempting to setup a simple two-node cluster using TCP/TCPPING on JBoss 3.2.3 (currently on Windows 2000, but we also develop for Linux and Solaris). Unfortunately, the nodes are not finding each other with my current cluster configuration (I have the nodes successfully finding each other

[JBoss-user] [EJB/JBoss] - Re: Jboss memeory leak? .EJBs OutOfMemoryError

2004-07-15 Thread cchris
It's possible to modify your JVM parameters in run.bat (under windows). Uncomment the following line : JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m. Xms and Xmx are standard java paameters. You'll have to stop and restart JBoss of course. Xmsn Specify the initial size, in bytes, of the memory

[JBoss-user] [Clustering/JBoss] - Re: JGroups Configuration With XML Element

2004-07-15 Thread jiwils
I will check in the changes after work tonight. I do not have a copy of my private key at work currently. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842315#3842315 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=384

[JBoss-user] [Persistence & CMP/JBoss] - Re: Unable to passivate due to ctx lock

2004-07-15 Thread davidmboon
We only get these warnings when we extend a container, if we leave the container configuration blank the jboss.xml, which means we're using 'Standard CMP EntityBean' container, we don't get these warnings. However when I extend the 'Standard CMP EntityBean' container, I also get these wranings.

[JBoss-user] [Installation & Configuration] - Re: cvs download question

2004-07-15 Thread nortonk87
I have the same problem. Connected the first time checked out module then came back later and could not login. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842310#3842310 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Beginners Corner] - JBoss error when deploying webapp

2004-07-15 Thread gmccormick
Hi, I am new to JBoss and am trying to set up a web app that i currently have running in tomcat 4.1.24. The version of JBoss I am running is 3.2.5. When I drop the web-app in this is the browser stack trace I get. HTTP Status 500 -

[JBoss-user] [EJB/JBoss] - Jboss memeory leak? .EJBs OutOfMemoryError

2004-07-15 Thread arvindbc
I have about 40 EJBs deployed on JBOSS , and has moderate traffic.After 2-3 days it gives me OutOfMemoryError.Is there a memory leak in JBOSS. Is there any setting that can be configured to overcome this? Thanks, Arvind View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [Clustering/JBoss] - Re: JGroups Configuration With XML Element

2004-07-15 Thread bela
"jiwils" wrote : | Basically, I ended up making the XMLConfigurator parse(InputStream) method call the parse(Element) method, fixed a possible ClassCastException causing situation in ConfiguratorFactory (I caused one), and added File as a possible parameter for the JChannel constructor that i

[JBoss-user] [JCA/JBoss] - Re: 3.2.4 needless warning about unclosed resultset

2004-07-15 Thread [EMAIL PROTECTED]
No, read the source. It remembers where you allocated the ResultSet in a HashMap resultSets; The STACKTRACE is only logged if you haven't closed the ResultSet when you execute Statement.close() The stacktrace of the statement.close() wouldn't be very revealing if you had two results sets from t

[JBoss-user] [EJB/JBoss] - how to load custom class

2004-07-15 Thread goodidea
Hello everybody! I want to load some class B. Class B extends class A. Class A placed in xxx.jar. If i try Class.forName("B",true,myClassLoader) I've got an Exception ClassNotFound "A". This is happened inside onMessage() method of some MDB. Help me please to understand how I can load custom cla

[JBoss-user] [JCA/JBoss] - Re: 3.2.4 needless warning about unclosed resultset

2004-07-15 Thread davidmboon
LmnkStatementImpl is a InvocationHandler, and in the ivoke method we do this: | else if (method.getName().equals("close")) { | this.close(); | realStatement.close(); | } | So we intercept the the close of the statement and first close the resultsets,

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Experiences with Apache/jk/JBoss + Linux

2004-07-15 Thread ibruell
Yes, i have a working configuration on: Debian sarge with kernel-2.6.6-2 J2sdk1.4.2_04 Apache-1.3.29.0.2-4 libapache-mod-jk 1:1.2.5-2 JBoss-3.2.5 with embedded Tomcat 5 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842301#3842301 Reply to the post : http:

[JBoss-user] [JCA/JBoss] - Re: 3.2.4 needless warning about unclosed resultset

2004-07-15 Thread [EMAIL PROTECTED]
This is the jboss code: http://cvs.sourceforge.net/viewcvs.py/jboss/jbosscx/src/main/org/jboss/resource/adapter/jdbc/Attic/WrappedPreparedStatement.jpp?rev=1.1.2.5&only_with_tag=Branch_3_2&view=markup http://cvs.sourceforge.net/viewcvs.py/jboss/jbosscx/src/main/org/jboss/resource/adapter/jdbc/Attic

[JBoss-user] [JCA/JBoss] - Re: 3.2.4 needless warning about unclosed resultset

2004-07-15 Thread [EMAIL PROTECTED]
That's part of the code. The rest is just assertion: anonymous wrote : | The resultset is close when the statement is closed, which is close when the connection is closed. Here is the code that we use to close the resultsets: | and you don't show where the ResultSet is added to the "resou

[JBoss-user] [EJB/JBoss] - Query on building jar files for my project after making a fe

2004-07-15 Thread kjvaidya
Hello everyone! I have made a few changes in the classes of jboss open source and i want to generate the jar files again to start on with my project but right now i missed/skipped out of my mind how to proceed? Can any one help me by guiding me ... Thanks a lot in advance for you auspicious time

[JBoss-user] [Beginners Corner] - wants to generate jar files for jboss

2004-07-15 Thread kjvaidya
Hello everyone! I have made a few changes in the classes of jboss open source and i want to generate the jar files again to start on with my project but right now i missed/skipped out of my mind how to proceed? Can any one help me by guiding me ... Thanks a lot in advance for you auspicious tim

[JBoss-user] [Installation & Configuration] - Re: load-repository to a acheive ear isolation(deployment ba

2004-07-15 Thread davidmboon
just to follow up, the problem turned out to be that we were missing the trailing slash on our extra deployment url '/'. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842296#3842296 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-user] [JCA/JBoss] - Re: 3.2.4 needless warning about unclosed resultset

2004-07-15 Thread davidmboon
This might be more what you were after though: |/** | * Get the emails that have not been sent yet. This email contains | * a recipient list of 1 IndividualRecipient. | * | * @param since the time to look for new emails since, this | * is a perfor

[JBoss-user] [JCA/JBoss] - Re: 3.2.4 needless warning about unclosed resultset

2004-07-15 Thread davidmboon
the resultset is close when the statement is closed, which is close when the connection is closed. Here is the code that we use to close the resultsets: | /** | * free up resources opened from this statement. | */ |public void close() { | if ( resources.size() == 0

[JBoss-user] [Installation & Configuration] - Re: Can U Help Me: javax.servlet.jsp.JspException: Missing m

2004-07-15 Thread edisonpaul
Yes I found the reason... Through ant deploy, somehow, I had the ApplicationResources.properties file only in the main diretory but not in the WEB-INF/classes directroy. Now I just tried copying the message resources property files into this WEB-INF/classes directory and packed it back to struts

[JBoss-user] [Installation & Configuration] - Confiuration of jboss when using hibernate

2004-07-15 Thread dittup
I get the following error when I try to start jboss server 3.2.3. after this message the server starts normally. --- [ObjectName: jboss.jca:service=HibernateFactory, name=HibernateFactory | state: CONFIGURED | I Depend On: jbos

[JBoss-user] [JCA/JBoss] - Re: 3.2.4 needless warning about unclosed resultset

2004-07-15 Thread [EMAIL PROTECTED]
And the code that closes that specific ResultSet? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842290#3842290 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842290 ---

[JBoss-user] [Security & JAAS/JBoss] - Re: Retrieve Username after authentication

2004-07-15 Thread Kintar
Hi there. I'm afraid I don't have terribly useful information, but I did want to let you know that in some instances, Principal.getName() does indeed return the username. I'm using a custom written database login module, and after returning from authentication, I can perform the following to l

[JBoss-user] [Clustering/JBoss] - Re: JGroups Configuration With XML Element

2004-07-15 Thread jiwils
The XML unit tests passed (and my test did too). Basically, I ended up making the XMLConfigurator parse(InputStream) method call the parse(Element) method, fixed a possible ClassCastException causing situation in ConfiguratorFactory (I caused one), and added File as a possible parameter for the

[JBoss-user] [JCA/JBoss] - Re: 3.2.4 needless warning about unclosed resultset

2004-07-15 Thread davidmboon
Ok, smarty pants, here's the full stack: | 2004.07.10 00:34:15.153 GMT WARN [org.jboss.resource.adapter.jdbc.WrappedConnection] Closing a result set you left open! Please close i | t yourself. | java.lang.Exception: STACKTRACE | at org.jboss.resource.adapter.jdbc.WrappedStateme

[JBoss-user] [EJB/JBoss] - Static data EJB's participation in transaction

2004-07-15 Thread varun_garg
I have a implemention of a transactional system based on JBoss using CMP, Session fascade. I have CMP's for static type objects like Country/State/Status etc. I have marked such ejbs true in the jbosscmp-jdbc.xml. Still they participate in transactions and I often get the following error Applic

[JBoss-user] [Clustering/JBoss] - Re: JGroups Configuration With XML Element

2004-07-15 Thread jiwils
Nevermind my unit test question, they were right there in front of me (and the tests for XML have their own Ant target)! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842285#3842285 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [Persistence & CMP/JBoss] - Help with using Commit Option C

2004-07-15 Thread atait
Working on implementing commit option c for a few CMP1.1 entity beans shared by two applications. These beans will be managed in two containers. I have copied and modified, with commit option c, the "Standard CMP EntityBean" config and placed it in jboss.xml. Now when accessing these beans t

[JBoss-user] [Nukes User] - Re: Menu edit?

2004-07-15 Thread MilesParker
But that attitude isn't going to work unless the basics are there -- you should be able to use it to do useful things in a straightforward way out of the box. My point was that perhaps the Constructor flag shouldn't have been set, given that the only way to edit menus is to edit the .xml? Havin

[JBoss-user] [Beginners Corner] - Re: Using threads with EJB

2004-07-15 Thread hawkmoon
JMX mbean is a Message Driven Bean ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842282#3842282 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842282 --- This SF.

[JBoss-user] [Persistence & CMP/JBoss] - Unable to passivate due to ctx lock

2004-07-15 Thread davidmboon
Appologies if this is a faq, can't find much information on it though. We're getting these warnings about 'Unable to passivate due to ctx lock, id=101663' Happens on jboss 3.2.3 with cmp 1.X beans , we're using a customized container for these entity beans: | | LMNK Standard C

[JBoss-user] [EJB/JBoss] - Re: findAll and Collection result optimization

2004-07-15 Thread cchris
JBoss distribution - According to your article (http://www.jboss.org/wiki/Wiki.jsp?page=LazyResultSetLoading), lazy ResultSet loading feature is available since 3.2.6rc1. The latest stable production download available from http://www.jboss.org/downloads/ is jboss-3.2.5.zip (June 25, 2004). C

[JBoss-user] [EJB/JBoss] - Re: Context.PROVIDER_URL or something else

2004-07-15 Thread javri28
Guys, I solved it. In fact it was completely other problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842280#3842280 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842280 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: org.jboss.mq.SpyJMSException: Cannot authenticate user

2004-07-15 Thread chuckharris
Thanks for the reply. I converted to using UIL2 ejb-jar.xml: |jms/UIL2ConnectionFactory | javax.jms.UIL2ConnectionFactory | Container | jboss.xml: | jms/UIL2ConnectionFactory | queue/MY_Queue | but the same exception is thrown, although it does take a few

[JBoss-user] [JBoss.NET & SOAP] - Can't deploy wsdd file to Axis on JBoss

2004-07-15 Thread arielah
I'm getting the following exception when I try to deploy my deploy.wsdd file: Processing file deploy.wsdd Exception:: Cannot invoke Call with null namespace URI for method deployment This is my file: Please help | http://xml.apache.org/axis/wsdd/"; | targetNamespace="http://localhost:80

[JBoss-user] [Clustering/JBoss] - Re: ClusterPartition's view members intermittently contain u

2004-07-15 Thread Sacha Labourey
Please try with 3.2.5, I don't think you will get much help in the forums if you don't have a recent version of JBoss. Cheers, sacha View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842276#3842276 Reply to the post : http://www.jboss.org/index.html?module=b

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

2004-07-15 Thread javaexpert
Hi Vishal, thanks for your reply! Indeed it was the wrong JND Name while accessing the remote interface ("StoreAccess" instead of "StoreAccessBean"). But still it does not work with the the >local< interface: My "deploy.wsdd" file looks as followed (as described in the tutorial): | http://xml

[JBoss-user] [Performance Tuning] - Limiting the number of JRMP/RMI connections

2004-07-15 Thread tracex
Hi, is there any way to limit the maximum number of concurrent JRMP/RMI connections to JBoss? I have tried to understand if it's possible to replace the JRMPInvoker with the PooledInvoker in the deployment files (definining a new container configuration), but I think it makes no sense. I'm te

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: org.jboss.mq.SpyJMSException: Cannot authenticate user

2004-07-15 Thread chuckharris
I left the other server at 1.3.1.9 to see if it was the version of Java. It appeasrs that 1.4.2_04 is the root cause??? I moved the other server to 1.4 and now the same exception is thrown. I ran netstat and: TCPCHARRIS-53510:8090 CHARRIS-53510:0LISTENING TCPCHARRIS-53510

[JBoss-user] [Nukes User] - HTML block permission setting

2004-07-15 Thread arnaud.tessier
Hi, I want to display an HTML block only in anonymous mode. So this block should be disapear when a user log himself. I set permission on this block only READ for ANONYMOUS in the permission module but the block always appears. Is anybody even do that ? ideas ? View the original post : http:/

[JBoss-user] [HTTPD, Servlets & JSP] - Re: deploy question

2004-07-15 Thread ciscodisco
You need to deploy your web app. in exploded format - then use the getRealPath("/myDirectory/") method in the ServletContext class to find a directory under the exploded apps. root directory to which you can write. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&

[JBoss-user] [Security & JAAS/JBoss] - Single Sign On and JBoss Clusters in 3.2.5

2004-07-15 Thread Kintar
Hi, everyone. I'm trying to get SSO up and running across a JBoss cluster. I found the WIKI page regarding SSO using Jboss 3.2.4RC2 and Tomcat 5 (http://www.jboss.org./wiki/Wiki.jsp?page=SingleSignOn), but the valve listed doesn't seem to work in Jboss 3.2.5, as I get NoClassDefFound exception

[JBoss-user] [EJB/JBoss] - Context.PROVIDER_URL or something else

2004-07-15 Thread javri28
Hi guys, I know this question is old as our world. I know there are lots of topics about that, but I couldn't find the solution. So, forgive me the one more same topic and look: public static final Properties JBOSS_JNDI_PROPERTIES; static { //asign default properties

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: XA Messaging

2004-07-15 Thread [EMAIL PROTECTED]
The only difference with Postgres (which is not XA) is that there is no guarantee that the commit will even work. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842267#3842267 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [Clustering/JBoss] - Re: JGroups Configuration With XML Element

2004-07-15 Thread jiwils
Great!! I am taking a closer look at XMLConfigurator now in order to try to make the changes you alluded to. Is there a unit test out there for this stuff? I would feel more comfortable with my changes if there was (though I will test them regardless). Given that this change is likely to be l

[JBoss-user] [Beginners Corner] - problem of IndexWriter AND pb with HtmlBlock permissions

2004-07-15 Thread ninus2
Hi, I installed Nukes and I have a question to submit: I made a little login block that's designed to be in the central part above the main area and it worked well for a while, but I don't know what I've changed: it's now always below the main page which looks quite bad I tried changing its

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: XA Messaging

2004-07-15 Thread [EMAIL PROTECTED]
I just added this to the FAQ: http://www.jboss.org/wiki/Wiki.jsp?page=MyJMSReceiverCannotSeeADBUpdateMadeInTheSameTransactionAsASend View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842266#3842266 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Difference between JmsXA and *XAConnectionFactory

2004-07-15 Thread jardia
Posted your "XA Messaging" post under http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842263#3842263 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842264#3842264 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Messaging, JMS & JBossMQ] - XA Messaging

2004-07-15 Thread jardia
(Posted by jardia on behalf of Phar) I'm publishing to a Topic during a transaction. The basic gist of execution is as follows: 1. Client calls method on SLSB 2. Do some stuff 3. Save data to db 4. Publish JMS message to clients that data has been updated 5. Do a little cleanup 6. SLSB method r

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Jboss 3.2.4 - java:/JmsXA -> connection.start() ?

2004-07-15 Thread [EMAIL PROTECTED]
stop() is invoked when it is returned to the pool, i.e. your connection.close() It behaves exactly like on a client, except you can't add a message listener. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842262#3842262 Reply to the post : http://www.jboss.or

[JBoss-user] [Beginners Corner] - Re: Deploying CMP to JBoss

2004-07-15 Thread nsr250
I followed the suggestion in http://www.jboss.org/wiki/Wiki.jsp?page=NukesDeploymentErrors and it is working now. Just curious why Session bean is working but CMP throws the above exception? I got the same setting for both projects (using Eclipse 2.x with Jboss IDE) Thanks, Andy View the origi

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Jboss 3.2.4 - java:/JmsXA -> connection.start() ?

2004-07-15 Thread StephaneNicoll
OK. Now, let's say I want to receive X messages in a transactional context, I have a session bean for that (see JmsReceiver on the Wiki). Should I stop the connection at the end as well? Regards, Stephane View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38422

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Jboss 3.2.4 - java:/JmsXA -> connection.start() ?

2004-07-15 Thread [EMAIL PROTECTED]
That is correct. The change was made to be inline with the spec, otherwise I wouldn't have fixed something that breaks backwards compatibility. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842259#3842259 Reply to the post : http://www.jboss.org/index.html?m

[JBoss-user] [Security & JAAS/JBoss] - Re: Access to HttpServletRequest in custom LoginModule

2004-07-15 Thread ceasaros
In a javax.servlet.Filter you can acces the authenticated/authorizated Principal where you can add your own values to the Principal. The Principal will travel to the ejb context where you can retrieve the values you put in the Principal. For this you probably need to define your own Principal.

[JBoss-user] [Beginners Corner] - Re: JBoss Web app logging

2004-07-15 Thread jsissom
Is anyone else having this problem? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842257#3842257 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842257 --- This SF.N

[JBoss-user] [Messaging, JMS & JBossMQ] - Jboss 3.2.4 - java:/JmsXA -> connection.start() ?

2004-07-15 Thread StephaneNicoll
If I am not wrong, we have to call connection.start() as from 3.2.4 using java:/JmsXA to receive a message Am I correct? Regards, Stephane PS : since we move from 3.2.3 to 3.2.4 we do not receive any message using java:/JmsXA. View the original post : http://www.jboss.org/index.html?module=

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Difference between JmsXA and *XAConnectionFactory

2004-07-15 Thread pharaohh
I would love to do that, but I can't find the previous post anymore...I guess it has already been deleted... I assumed that the cause of my problem (publishing before transaction commits) would be solved by the answers I received in this thread ;) I'll let you know how things go once I try out

[JBoss-user] [HTTPD, Servlets & JSP] - Experiences with Apache/jk/JBoss + Linux

2004-07-15 Thread jardia
Hello. Just wondering if people are able to report on any sucessfull/working configurations of Apache + mod_jk + JBoss on Linux. Questions in particular are: Q1) What versions of these products are in production use? Q2) Is it 'safe/good' to use Apache2 in Red Hat Enterprise Linux 3? (ie.

[JBoss-user] [Management, JMX/JBoss] - Re: Twiddle, MBean attributes and other

2004-07-15 Thread Wizzie
May I ask what is the JBoss release in the example? I get the following result: | twiddle commands: | get Get the values of one or more MBean attributes | invokeInvoke an operation on an MBean | unregisterUnregister one or more MBeans | create

[JBoss-user] [Persistence & CMP/JBoss] - Re: cmp performance problem with getmethod

2004-07-15 Thread Smilidon
ok, thanks :) i try it and i have a problem to add this tags to my jbosscmp-jdbc.xml | | | all | filename | extension | disk | size | id3title | id3a

[JBoss-user] JSP precompilation after 3.2.5 upgrade

2004-07-15 Thread jboss
Hello: I am attempting to upgrade from JBoss 3.0.4 to 3.2.5. However, following the upgrade, I can no longer seem to precompile my JSPs as I did before. The following build.xml extract worked fine in 3.0.4:

[JBoss-user] [Installation & Configuration] - stateless session ejb accesses ldap

2004-07-15 Thread opfau
Hi, my stateless session ejb uses open ldap to retrieve user informations... I am using jboss 3.2.4 and get this exception when a lookup is invoked: java.rmi.UnmarshalException: Error unmarshaling return; nested exception is: java.io.WriteAbortedException: writing aborted; java.io.NotS

[JBoss-user] [Installation & Configuration] - Re: loader repository problem

2004-07-15 Thread jae77
you should definately read this wiki page: http://www.jboss.org/wiki/Wiki.jsp?page=HotDeployClassCastExceptions some of the information contained w/in will be relevant to you. can you send me the ear you're working w/ (jgangemi at yahoo dot com) and i'll take a look at it locally. also, are yo

[JBoss-user] [Management, JMX/JBoss] - Re: Question on this MBean Service

2004-07-15 Thread [EMAIL PROTECTED]
| public void setKey(Element key) | { | // use the xml element | } | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842246#3842246 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842246

[JBoss-user] [EJB/JBoss] - Re: EJB's + Java Preferences

2004-07-15 Thread cranphin
Ok, here's an idea ;) -I set up a java preferences listener from an InitServlet. -The listenere gets destroyed along with the servlet, so it won't hang around after an undeploy. -The listener will hava a constructor that looks up an ejb with lookup/home/narrow etc. , plain client ejb lookup. -Th

[JBoss-user] [Security & JAAS/JBoss] - Re: Access to HttpServletRequest in custom LoginModule

2004-07-15 Thread cmoesel
Will/Can the filters push the authentication down to the EJB level though? I need to be able to access the user principal and roles in the EJB tier as well. The Yale CAS actually works by default with servlet filters, so that would be great-- if I can figure out how to get the authentication t

[JBoss-user] [Management, JMX/JBoss] - Re: Cross-dependencies between MBeans and EJB

2004-07-15 Thread [EMAIL PROTECTED]
This depends upon your deployment. Making an MBean depend upon EJB will often promote the EJB to before other deployments, which means those other deployments have not started yet and hence have not been bound to JNDI. If it is random, then most likely you are missing a dependency. Sometimes you g

[JBoss-user] [Nukes User] - Re: Menu edit?

2004-07-15 Thread jae77
if you don't see the functionality you want, write it yourself and submit a patch. that's one of the many beauties of open source. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842244#3842244 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Persistence & CMP/JBoss] - Oracle sequence - ClassCastException

2004-07-15 Thread davram
Hi all, I'm trying to configure JBoss (3.2.0) to use Oracle sequences for my CMP PKs. I have followed both "unknown-pk" and "known pk" paths, they both end up in the same wall. I prefer the known pk solution, therefore I designated my Pk as java.lang.Long, I have configured the necessary pk-sql

[JBoss-user] [Management, JMX/JBoss] - Re: Twiddle, MBean attributes and other

2004-07-15 Thread [EMAIL PROTECTED]
Thanks for the info about the typo. I see a set command? | [EMAIL PROTECTED] bin]$ ./twiddle.sh --help-commands | twiddle.sh commands: | info Get the metadata for an MBean | get Get the values of one or more MBean attributes | invokeInvoke an oper

  1   2   >