[JBoss-user] [Security & JAAS/JBoss] - Re: j_security_check & Struts

2004-11-09 Thread tschraepen
I've done a couple of things since my last post: 1. Moved my loginAction to path /login.do instead of /actions/login.do, so that I can use an url-pattern on /actions/* for my filter. 2. Added JAAS login to that filter. It's still not working though, logging in refers me to the index page. But whe

[JBoss-user] [Installation & Configuration] - Re: JVM_Bind problem but no port indicated in stacktrace

2004-11-09 Thread [EMAIL PROTECTED]
It can happen if an invalid ServerBindAddress has been specified and your trying to bind to a non-existent address. Have you modified the PooledInvoker configuration in the default/conf/jboss-service.xml? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854556#

[JBoss-user] [Security & JAAS/JBoss] - Re: Form based auth + EJB Auth working, How to use form-auth

2004-11-09 Thread [EMAIL PROTECTED]
The only thing left is to file a bug report on sourceforge with an example application that shows the problem. http://sourceforge.net/tracker/?group_id=22866&atid=376685 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854555#3854555 Reply to the post : http

[JBoss-user] [Security & JAAS/JBoss] - Re: SecurityProxy reset?

2004-11-09 Thread [EMAIL PROTECTED]
If this is a stateful session bean it will be discarded after a SecurityException as this is an unchecked exception. You should be getting a NoSuchObjectException in this case. If its a stateless session bean then I don't know what the problem is. You would need to create a bug report on source

[JBoss-user] [Security & JAAS/JBoss] - Re: LdapLoginModule overrides the principal and credentials

2004-11-09 Thread [EMAIL PROTECTED]
I suppose that could be supported. You are disabling authentication via ldap and only using authorization based on the roles. You need to validate that a search against the ou=Groups,dc=claudius,dc=com context for uniqueMember uid=caller,ou=People,dc=claudius,dc=com for attribute cn returns a m

[JBoss-user] [Installation & Configuration] - Multiple DataSources

2004-11-09 Thread cheenu78
Hi all, I have jboss3.2.2RC3 i want to connect to multiple databases. I have configured multiple datasources. Can anyone tell me how to create entity bean from multiple databases? thanks in advance srinivas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=385455

[JBoss-user] [Installation & Configuration] - Re: Unable to use MySQL for DefaultDS

2004-11-09 Thread pyuill
Thanks for the link. It is very useful, but as at 4.0.1 RC1 it is incorrect for MySQL 4.1. The problem turns out to be a change introduced in JBoss 4.0.1 that 'hard codes' the Timer table column names in the EJB Timer GerneralPurposeDatabasePersistencePlugin. I have raised a bug report on it, bu

Re: [JBoss-user] ejb not bound - but it is!

2004-11-09 Thread Nathan Coast
solved - me being a dumbass I forgot the ejb-ref from EJB-B to EJB-A Nathan Coast wrote: Hi, I'm using jboss in conjunction with xdoclet to generate the ejb support classes. I have two scenarios both of which call the same jndi lookup code to retrieve the home interface for an entity bean. Case

[JBoss-user] [EJB/JBoss] - Where is the generated ejb class of JBOSS?

2004-11-09 Thread mcenita
Hi all? Im just curious, where can i find the generated java files of my CMP classes on JBOSS? Thx View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854547#3854547 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854547

[JBoss-user] ejb not bound - but it is!

2004-11-09 Thread Nathan Coast
Hi, I'm using jboss in conjunction with xdoclet to generate the ejb support classes. I have two scenarios both of which call the same jndi lookup code to retrieve the home interface for an entity bean. Case 1 - no problem, case 2 - ejb not bound exception. Case 1 summary - Create EntityA Str

[JBoss-user] [HTTPD, Servlets & JSP] - Class Loaders and application isolation

2004-11-09 Thread robert_alt
I have a number of applications that I am trying to deploy in the same JBoss 3.2.5 app server instance. Each of these applications is really just a collection of web services deployed via Axis. I am not using any EJBs (although I may in the future) so the ear files I deploy really just contain a

[JBoss-user] [Nukes User] - Error with creating tables.

2004-11-09 Thread zam62
Got this error after I logged in and selected the 'Download' link. I also received it on a few others. I am running Nukes on Mysql 4.0. org.jboss.deployment.DeploymentException: Error while creating table nuke_downloads_ratings; - nested throwable: (java.sql.SQLException: Invalid argument val

[JBoss-user] [Management, JMX/JBoss] - Re: Array return type from ACTION fails to deploy

2004-11-09 Thread treespace
Oops... try disable HTML. Foo generateFoo Foo[] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854540#3854540 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854540 -

[JBoss-user] [Management, JMX/JBoss] - Re: Array return type from ACTION fails to deploy

2004-11-09 Thread treespace
Forgot to quote my XML Foo generateFoo Foo[] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=385

[JBoss-user] [Management, JMX/JBoss] - Array return type from ACTION fails to deploy

2004-11-09 Thread treespace
Are there restrictions on JMX operation return types? Probably an RTFM solution but nothing jumped out at me. Got this error deploying. String array also croaked. Exception: ... Caused by: java.lang.IllegalArgumentException: Return type is not a valid java identifier (or is reserved): Foo[]

[JBoss-user] [JBoss Getting Started Documentation] - Re: server\all\deploy\jboss-net.sar not found.

2004-11-09 Thread kewoldt
To fix this problem, in the jboss-build.xml, replace the existing classpath setting with this one. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854536#3854536 Reply to the post : http://www.jboss.org/

[JBoss-user] [JBoss Getting Started Documentation] - Re: server\all\deploy\jboss-net.sar not found.

2004-11-09 Thread kewoldt
Sorry...the code didn't come out...try this... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854537#3854537 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854537 -

[JBoss-user] [EJB/JBoss] - Re: Hot Deploy not Deploying, sort of

2004-11-09 Thread [EMAIL PROTECTED]
This does not help and since you already said the log shows the redeployment has happened you'll have to explain how you have validated that the redeployment has not been done as expected. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854533#3854533 Reply t

[JBoss-user] [Management, JMX/JBoss] - Re: New DeploymentService

2004-11-09 Thread [EMAIL PROTECTED]
Discussions on its further development are here: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=55637 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854532#3854532 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Installation & Configuration] - Re: problem with installation on linux

2004-11-09 Thread EDineva
Hey, I have the same problem on FreeBSD. Did you solve it? Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854531#3854531 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854531 --

[JBoss-user] [Management, JMX/JBoss] - Re: Classloader issue - class not visible with JNDI lookups

2004-11-09 Thread parressh
bump View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854530#3854530 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854530 --- This SF.Net email is sponsored by: Sybas

[JBoss-user] [Persistence & CMP/JBoss] - hibernate + JTA error

2004-11-09 Thread berkgypsy
Using jboss-4.0.0 with built-in hibernate: My app runs ok for awhile, but then crashes with this message: net.sf.hibernate.TransactionException: could not register synchronization with JTA TransactionManager 11:38:08,353 INFO [STDOUT 140] Caused by: javax.transaction.RollbackException:

[JBoss-user] [EJB/JBoss] - Re: Jboss Auto deploy after compile the class files...

2004-11-09 Thread pageld
hmmm interesting. touch -a filename.jar or something else? I'm with the 'verycool' guy on the subject. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854525#3854525 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [EJB/JBoss] - Re: [JBOSS][Database]

2004-11-09 Thread david.wade
You are probably running eclipse on the JRE rather than the JDK. Ensure when you configure JBoss 4 in JBoss IDE that you set the JDK correctly. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854524#3854524 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [Clustering/JBoss] - HAJMS - A Conceptual Level

2004-11-09 Thread tmjkeeney
I am considering using HAJMS with JBoss 3.2.6 and want to confirm that I understand the basic architecture for this configuration. >From what I could read off the forum and other resources, I believe that HAJMS >works something like this: 1) The cluster is a group of nodes sharing their status

[JBoss-user] [Management, JMX/JBoss] - New DeploymentService

2004-11-09 Thread [EMAIL PROTECTED]
Available from JBoss v3.2.7RC2 and v4.0.1RC2 there is a new DeploymentService. It uses apache-velocity templates and it allows you to generate deployment descriptors or more complex deployment and move them in and out of ./deploy. Read more at: http://www.jboss.org/wiki/Wiki.jsp?page=DeploymentS

[JBoss-user] [Installation & Configuration] - New DeploymentService

2004-11-09 Thread [EMAIL PROTECTED]
Available from JBoss v3.2.7RC2 and v4.0.1RC2 there is a new DeploymentService. It uses apache-velocity templates and it allows you to generate deployment descriptors or more complex deployment and move them in and out of ./deploy. Read more at: http://www.jboss.org/wiki/Wiki.jsp?page=DeploymentS

[JBoss-user] [EJB/JBoss] - Re: Hot Deploy not Deploying, sort of

2004-11-09 Thread pageld
it acts more or less like hot deployment is not on. Hopefully that's a better explanation. I only use 'caching' as an adjitive...I don't mean that's exactly what's goin' on :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854519#3854519 Reply to the post

[JBoss-user] [EJB/JBoss] - Transaction XAOracleDS vs OracleDS

2004-11-09 Thread hmae
To all: Before I posted a topic: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=53288 where I was having a problem where transactions did not update the database instantaneously. I solved the problem by using OracleDS (the usual Oracle driver) instead of the recommended XAOracleDS (the

[JBoss-user] [Installation & Configuration] - Re: Naming.list(...)

2004-11-09 Thread [EMAIL PROTECTED]
The value of the Context.PROVIDER_URL is coupled to the Context.INITIAL_CONTEXT_FACTORY value. You cannot use a jboss specific url with a sun provider, and likewise, a sun specific url and provider is not going to work with jboss. http://www.jboss.org/wiki/Wiki.jsp?page=JNDIClientConfiguration

[JBoss-user] [Installation & Configuration] - Naming.list(

2004-11-09 Thread thoste
JNDI show exceptions as well: Source code: try { Hashtable hashtable = new Hashtable(2); hashtable.put (Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.rmi.registry.RegistryContextFactory"); hashtable.put (Context.PROVIDER_URL, "rmi://localhost:1099");

[JBoss-user] [Security & JAAS/JBoss] - Re: Form based auth + EJB Auth working, How to use form-auth

2004-11-09 Thread WebSel
"[EMAIL PROTECTED]" wrote : If you are using the embedded tomcat in jboss there will be automatic propagation of the security context required to access the servlet to the ejb tier. If the servlet accessing the ejb is not under a restricted context there is no security context to propagate howe

[JBoss-user] [Persistence & CMP/JBoss] - jboss internal server problem ??

2004-11-09 Thread madadi
dear all, i developed a user management system using j2ee-jboss-mysql. everytime when try to access link(registration form) first time, message appears "internal server problem" , if i try to access again no problem after words . what is the reason ..? regards madadi View the original post

[JBoss-user] [Installation & Configuration] - Re: Installing struts in jboss 3.2.3

2004-11-09 Thread WebSel
Hi, I've put the struts.jar file in the .war file i create. It should be placed in the directory: WEB-INF\lib Don't forget that usualy more lib's from the struts project should be placed in there. Wessel de Roode View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&

[JBoss-user] [HTTPD, Servlets & JSP] - Truncated HTML

2004-11-09 Thread pants
We are currently experiencing a strange problem with truncated content being downloaded to a browser. We are running JBoss 3.2.3_Jetty off Redhat 9. The content we are loading is a frameset containg 7 frames. Each of those frames reference many js, images, css files. Every so often one of the

[JBoss-user] [Messaging, JMS & JBossMQ] - Error while deploying an ejb module with mdb

2004-11-09 Thread avinash4you
Hi I deployed an ejb module (which was earlier deployed for weblogic) using foedeployer. On the console Iam getting these errors, though it is deployed successfully. Iam getting these warnings and errors on the console: ... ..WARN [JMSContainerInvoker] destination not fou

[JBoss-user] [Beginners Corner] - Re: One more beginner question on JBoss (3.2.6)/Tomcat/Apach

2004-11-09 Thread dpasiuk
Great, thanks for the help. And, do I have the right binaries? Are the ones with names like "jakarta-tomcat-connectors-jk-1.2.6-solaris8-sparc-apache-1.3.31_EAPI_native.so" equivalent to the mod_jk.so files that are needed? Do I simply rename those? Thanks View the original post : http://ww

[JBoss-user] [Beginners Corner] - Re: Applet problem - ClassNotFoundException

2004-11-09 Thread meatus
As far as never conflicting, there definitely could be a problem there. In a very similar deployment scheme, I was getting ClassCastExceptions because I had redundant files in different archives. In looking into the matter, I found similar stories with most developers blaming the fact that jav

[JBoss-user] [Nukes User] - Re: How to Change default index.html to news module in cente

2004-11-09 Thread cnovara
About viewing news in index page http://www.jboss.org/index.html?module=bb&op=viewtopic&t=53733 see http://enfanceetcroissance.com View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854500#3854500 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [EJB/JBoss] - Re: Hot Deploy not Deploying, sort of

2004-11-09 Thread [EMAIL PROTECTED]
There is no caching of anything across deployments you will have to explain what is not working and validate that this feature is in fact isolated to the deployment. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854501#3854501 Reply to the post : http://ww

[JBoss-user] [Nukes User] - Re: How to Get Rid of

2004-11-09 Thread cnovara
You can take a look at that : http://www.jboss.org/index.html?module=bb&op=viewtopic&t=54735 Hope this helps View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854499#3854499 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [Installation & Configuration] - Re: Jboss 3.2.5 Error in

2004-11-09 Thread mrostan
I've modified the class BeanMetaData to avoid this debug message when specifying a "method" element without a "transaction-timeout" child. DEBUG [org.jboss.metadata.MetaData] Ignoring transaction-timeout 'null' The modification is simply: |if (txTimeout != null) { |

[JBoss-user] [Installation & Configuration] - Re: start & stop JBOSS remotely

2004-11-09 Thread darranl
Once installed as a service on Windows XP you can use the 'Computer Management' console to remotely start and stop service. All version of Windows back to NT 4.0 that supported services have a mechanism to remotely start and stop services. View the original post : http://www.jboss.org/index.ht

[JBoss-user] [EJB/JBoss] - Re: Hot Deploy not Deploying, sort of

2004-11-09 Thread pageld
I'm sorry if I wasn't clear... I don't want it to cache anything right now. This is just our development server so quick little "let's see if this bean works now" deployments are all we are after. I would like it to 'refresh' after I deploy a new EJB. View the original post : http://www.jbos

[JBoss-user] [The Lizzard's corner] - Re: Setting cron jobs in jboss

2004-11-09 Thread darranl
You could use the scheduler that is part of J2EE 1.4. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854490#3854490 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854490 ---

[JBoss-user] [EJB/JBoss] - Re: Removing a Stateless Session Bean

2004-11-09 Thread darranl
You can NOT and WILL NOT have two clients using the same stateless session bean concurrently. Unless you have configured the pool differently there will be two stateless session bean instances one for each client. If you call x.doSomething() from one thread and at the same time call x.doSometh

[JBoss-user] [EJB/JBoss] - Re: Hot Deploy not Deploying, sort of

2004-11-09 Thread [EMAIL PROTECTED]
jboss does not cache deployments across restarts so you will have to debug this further. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854487#3854487 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854487 --

[JBoss-user] [Installation & Configuration] - Re: servlet-api.jar equivalent in JBoss 4.0.0

2004-11-09 Thread [EMAIL PROTECTED]
jboss-4.0.0/server/default/lib/javax.servlet.jar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854486#3854486 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854486

[JBoss-user] [Security & JAAS/JBoss] - Re: critical exception using jaas on a production server - t

2004-11-09 Thread [EMAIL PROTECTED]
It means that there is a file leak in your applications. File or some other descriptor is being opened and not closed. You'll have to use an os specific tool to try to track down where this is occurring. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854485#3

[JBoss-user] [Advanced Documentation] - Re: Thinking about a subscription. Is it worth it?

2004-11-09 Thread [EMAIL PROTECTED]
All of our docs will be freely available in the not too distant future. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854483#3854483 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854483 -

[JBoss-user] [Security & JAAS/JBoss] - Re: Login permitted after principal row deleted

2004-11-09 Thread lpmon
Many THANKS Scott !!! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854478#3854478 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854478 --- This SF.Net email is

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem with j_security_check, Form Login and Filter

2004-11-09 Thread victorl
Hi Claudio, Thank you very much for your response. I followed your example and login to LDAP is now OK ! :-)) Thanks once again. God bless you !! All the best. Regards, Victor View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854479#3854479 Reply to t

[JBoss-user] [Beginners Corner] - Re: One more beginner question on JBoss (3.2.6)/Tomcat/Apach

2004-11-09 Thread janilsal
I tried apache 1.3.x with mod_jk1.2 and JBoss in August. The details are here: http://www.jboss.org/wiki/Wiki.jsp?page=HttpSessionReplicationonMacOS View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854480#3854480 Reply to the post : http://www.jboss.org/inde

[JBoss-user] [Security & JAAS/JBoss] - Re: Login permitted after principal row deleted

2004-11-09 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=CachingLoginCredentials View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854477#3854477 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854477

[JBoss-user] [Beginners Corner] - Re: One more beginner question on JBoss (3.2.6)/Tomcat/Apach

2004-11-09 Thread dpasiuk
Thanks, I appreciate it. But, been there, got stuck there. It's one of the dead ends I mentioned in my original post. But, maybe you or someone out there can address two of those problems I faced with the directions at this page: 1. My installation is with Apache 1.3.31. This page is for co

[JBoss-user] [Clustering/JBoss] - Re: getChannel method on ClusterPartition MBean for JBoss ca

2004-11-09 Thread Sacha Labourey
yes, if you are using the HAPartition for the RPC calls, it will work but I bet that sharing the underlying JChannel will not work at all as I don't think it could discriminate messages that should be sent to JBossCache and those that should be handled by the clustering framework. Bela could fur

[JBoss-user] [Beginners Corner] - Re: One more beginner question on JBoss (3.2.6)/Tomcat/Apach

2004-11-09 Thread janilsal
http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854458#3854458 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854458 -

RE: [JBoss-user] [JMX - JBOSS]

2004-11-09 Thread Are, Chandrasekhara
Hi, I have mbean called 'Startup'.It is registered fine. I have probelm in accessing mbean from a servlet using jndi lookup.Can anybody help me? thanks, Chandra -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of thebadpete Sent: Tuesday, November 09, 2004 11:22

[JBoss-user] [Persistence & CMP/JBoss] - Re: problem with jboss 4.0.0 and mysql 4.0.21

2004-11-09 Thread thebadpete
Hi there, I have EXACTLY the same problem. I just tried 4.0.1RC1, and this time, I got a slightly different problem: 00:00:48,420 ERROR [DatabasePersistencePolicy] Starting failed jboss.ejb:persistencePolicy=database,service=EJBTimerService java.sql.SQLException: Syntax error or access violati

[JBoss-user] [Beginners Corner] - Re: One more beginner question on JBoss (3.2.6)/Tomcat/Apach

2004-11-09 Thread dpasiuk
Anyone?! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854439#3854439 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854439 --- This SF.Net email is sponsored by: S

[JBoss-user] [Advanced Documentation] - Re: Thinking about a subscription. Is it worth it?

2004-11-09 Thread meatus
I think I read that 4.0 documentation and beyond will be free; a shift in the JBoss business model? Has anyone else heard that the 4.0 docs will be free? In any case, I wouldn't recommend getting the subscription to begin with. From what I've seen so far (about 4 months of development with the

[JBoss-user] [Beginners Corner] - Re: What is the best Workflow Management System with JBoss?

2004-11-09 Thread darranl
Alchemista, You may be interested in the following: - http://sourceforge.net/forum/forum.php?thread_id=1173482&forum_id=240085 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854437#3854437 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Upgrading from 3.2.1 to 3.2.6: topic has no jndi binding

2004-11-09 Thread [EMAIL PROTECTED]
There needs to be a WEB-INF/jboss-web.xml jboss-web/resource-ref that specifies the jndi name of the topic connection factory being referred to here. | | ... | | jms/SKTopicConnection | ConnectionFactory | | | View the original post : http://www.jb

[JBoss-user] [Installation & Configuration] - Re: Naming.list(

2004-11-09 Thread [EMAIL PROTECTED]
Oh, your using the rmi registry Naming.list, not the jndi Context.list as I thought. JBoss does not implement an rmi registry. Use jndi. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854430#3854430 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [Clustering/JBoss] - Re: getChannel method on ClusterPartition MBean for JBoss ca

2004-11-09 Thread lyc1
"Sacha Labourey" wrote : and does this actually work?!? Euhh... not really without further modifications. I didn't notice that my cache was not replicated around the cluster :-( The RequestDispatcher stays null when TreeCache(JChannel) constructor is used. Grrr... Before using this new JBoss ca

[JBoss-user] [EJB/JBoss] - Re: Unexpected transaction retries

2004-11-09 Thread [EMAIL PROTECTED]
There is retry logic on application deadlock detection. The retry attempt is logged at debug level. See the org.jboss.ejb.plugins.TxInterceptorCMT code. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854432#3854432 Reply to the post : http://www.jboss.org/in

[JBoss-user] [EJB/JBoss] - Hot Deploy not Deploying, sort of

2004-11-09 Thread pageld
Hi, Question for all of ya'll smart people roaming the forums. Two days ago, our server needed to be shut down but all was well. JBoss worked flawlessly. But, after the shutdown, a few little quirks emerged for some odd reason. The biggest and foremost is the hot deploy. When I put a newer

[JBoss-user] [Installation & Configuration] - Re: Naming.list(

2004-11-09 Thread darranl
What are you trying to achieve? Why aren't you using JNDI? Are you still following a tutorial for a different application server? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854427#3854427 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Installation & Configuration] - Can you change the Web Root?

2004-11-09 Thread Matt_Lewis
I was wondering if I am able to change the web root inside JBOSS to point to a static directory on the server's hard drive? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854425#3854425 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Security & JAAS/JBoss] - Re: Big problem with login-config.xml on Jboss-3.2.6 on Debi

2004-11-09 Thread yakup
I got the similar problem, in jboss-web.xml i'm telling use identityLoginMoudul but it still uses by default the UserRolesLoginModules ! i'll have a look why and let u know View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854424#3854424 Reply to the

[JBoss-user] [Security & JAAS/JBoss] - Re: j_security_check & Struts

2004-11-09 Thread cuoz
I'm just curious (for my own knowledge) what kind of integration with struts you are looking for? I broke my app into multiple struts modules, each one has an associated role that is required to access it. It is fairly simple and works well. For the logout, yes, when they hit the server again

[JBoss-user] [Security & JAAS/JBoss] - Re: Big problem with login-config.xml on Jboss-3.2.6 on Debi

2004-11-09 Thread yakup
You are using UserRolesLoginModul, that's why the jmx user won't work ! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854422#3854422 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854422 -

[JBoss-user] [Security & JAAS/JBoss] - Re: LdapLoginModule authenticates against active directory,

2004-11-09 Thread hawkinsak
Here is my login-config.xml entry ldap://myserver/ dc=asrs,dc=local userPrincipalName memberOf true name View the original post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Persistence & CMP/JBoss] - Re: Optimistic version field does not increment with cmp2.x

2004-11-09 Thread jobor
Hello Alexey, I don't understand your answer. Are you trying to say that using a version field is not supported with the cmp2.x jdbc2 pm container? The container reacts on the version field with updating as you can see in the where clause of the update in listing 2 (where arc_seq=? and arc_vers

[JBoss-user] [EJB/JBoss] - Unexpected transaction retries

2004-11-09 Thread jesper6tv
Im using JBoss 3.2.5. I have a problem with a SLSB, where in some cases, a call to one of its method is performed twice, that is the transaction is apparently being retried, without any Exception being thrown. No deadlock is being reported. Is this a feature or a bug? Does JBoss transaction mana

[JBoss-user] [Management, JMX/JBoss] - Re: server.addNotificationListener problem - intermitent

2004-11-09 Thread bartvh
Is it possible your listener is registered only after the server has been started? Try to check if the server has been started already before registering the listener. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854415#3854415 Reply to the post : http:/

[JBoss-user] [Security & JAAS/JBoss] - Re: SecurityProxy reset?

2004-11-09 Thread henkkacre
Hi, Here's the code I am using in my test proxy. When the method test is called inside session bean, the SecurityException is thrown. If I try to call any other method session bean after that nothing happens. Could it be in the use of ThreadLocal? isnt it needed for multiple user control? pack

[JBoss-user] [EJB/JBoss] - JBoss performance

2004-11-09 Thread desarrolladoreshrs
I'm using JBoss 3.2.5 with CMP beans and I have noticed that when I query a database using primary keys (direct access) is quite fast, but when I search a hole table and I need to bring more than 50 records is gets too slow. Is there any way to do it faster? The tables are not very big (less tha

[JBoss-user] [Messaging, JMS & JBossMQ] - Upgrading from 3.2.1 to 3.2.6: topic has no jndi binding

2004-11-09 Thread tnx
Hello, I'm trying to move my application from JBoss 3.2.1 to 3.2.6 but something seems to be changed in the JMS part. On startup I'm getting the following error: 15:18:06,185 ERROR [WebModule] Starting failed jboss.web.deployment:war=sk.war,id=364662924 org.jboss.deployment.DeploymentException:

[JBoss-user] [EJB/JBoss] - comlex changeable queries in databases

2004-11-09 Thread ware
Hello, i've written a web application using EJB and JBOSS and i need to build some windows of many types searchs in my database but the problem is that the numbers of parameters to search by are changeable and can numbers from 1 to 90 parameters... is there any other apis and frameworks for qu

[JBoss-user] [Installation & Configuration] - Re: Naming.list("rmi://localhost:1099"); does not work

2004-11-09 Thread thoste
Changing to "jnp" does NOT solve the problem. I got now the following exception: MyClient exception: invalid URL scheme: jnp://localhost:1099/ java.net.MalformedURLException: invalid URL scheme: jnp://localhost:1099/ at java.rmi.Naming.parseURL(Naming.java:233) at java.rmi.Naming.l

[JBoss-user] [Security & JAAS/JBoss] - Does JBoss 3.2 work with SSL on non-Sun JRE??

2004-11-09 Thread jova73
Hi, I have an answer for the question I raised, and the answer is no, but I'd like to share my thought and have some feedback. I've installed JBoss 3.2.1 on AIX with IBM JRE 1.4.2, I've configured JBoss&Tomcat in order to use SSL and I started it but I got the following exception: java.security

[JBoss-user] [Messaging, JMS & JBossMQ] - Caching messages in Hypersonic database

2004-11-09 Thread topatidle
Hello, I'm running JBoss 3.2.5 on a Windows 2003 Server machine. I've noticed that messages posted to a JMS Queue I use in my application are stored in the Hypersonic database. What I don't understand is in which scenario a message is moved to the cache (always, on low memory or by configuratio

[JBoss-user] classloader problem when loading Xalan transformer

2004-11-09 Thread Gert-Jan Braas
Hi, I'm trying to use xalan 2.5.1 in an application, but I'm running into NoClassDefFound error's. This is the code to create the Transformer (snip 2) and the code that tries to translate (snip 1): == code snip 1 = import javax.xml.transform.Transformer; // get XSLT Transformer Tra

[JBoss-user] [Installation & Configuration] - Trouble getting SSL working on 3.2.5 / Tomcat 5

2004-11-09 Thread brent_whitney
This must have a simple explaination... I created a keystore file using Tomcat directions found both at various threads and at http://jakarta.apache.org/tomcat/tomcat-5.0-doc/ssl-howto.html to the tee: keytool -genkey -alias tomcat -keyalg RSA and followed instructions such as using changeit

[JBoss-user] [Persistence & CMP/JBoss] - Timestamp issue

2004-11-09 Thread clau25
Something weird happens in my application. I have a timestamp field in a table that has all the time's values set to hour 0 (ex. 2004-11-09 00:00:00.0). When my application loads this field from the database (within a session bean), some of the values have the time set to hour 1 (ex. 2004-11-09

[JBoss-user] [Clustering/JBoss] - Re: getChannel method on ClusterPartition MBean for JBoss ca

2004-11-09 Thread Sacha Labourey
and does this actually work?!? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854402#3854402 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854402 --- This SF.Net em

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS Username and Password

2004-11-09 Thread charleswong8
When I start jboss, I always get the following error message: --- 11:01:19,625 WARN [JMSContainerInvoker] JMS provider failure detected:javax.jms.JMSSecurityException: User: myuser is NOT authenticated at org.jboss.mq.security.SecurityManager.authenticate(SecurityManager.ja va:232) at org.jboss.

[JBoss-user] [Advanced Documentation] - Thinking about a subscription. Is it worth it?

2004-11-09 Thread desole
Since I need some good documentation about JBoss, I'm thinking about subscribing to the JBoss documentation. The question is if I should consider a subscription instead of buying some books. The site says: "Instead of buying the books individually, we recommend this advantageous and convenient

[JBoss-user] [Security & JAAS/JBoss] - Re: Problems with JAAS authentication and Struts/EJB

2004-11-09 Thread tschraepen
You guys should check out this article on using JAAS with Struts: http://www.mooreds.com/jaas.html I think you'll find point 2.3.2 interesting. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854399#3854399 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [JCA/JBoss] - JCA Stats...

2004-11-09 Thread diripu
In JCAStats there is a method called getConnectionPools(), which inturn returns a array of JCAConnectionPoolStats . But My understanding is, A JCAStats represents a connectionpool. So why this getConnectionPools() again. In Jboss,the following MBean returns a stats and i think the "name=Jms

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP many-to-many relationship with 3 beans

2004-11-09 Thread Benzin2
I have the same problem but with with some differences, these are: 1. I would like to use the two foreign relation keys as a composite primary key for the "fake" entity bean (so that I can have additional colums/feilds), and do not have to change the database design to have a new primary key for

[JBoss-user] [Clustering/JBoss] - getChannel method on ClusterPartition MBean for JBoss cache

2004-11-09 Thread lyc1
Hello, I'm using JBoss clustering and cache features, but until now, I needed to declare 2 JGroups channels to use them together. I succeeded in linking them by adding "getChannel" method to ClusterPartition MBean, in order to initiate JBoss cache with it. Would it be possible to add this meth

[JBoss-user] [EJB/JBoss] - Re: RuntimeErrorException: java.lang.NoClassDefFoundError: o

2004-11-09 Thread eddiectc
try to remove jboss/lib/endorsed/xml-apis.jar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854394#3854394 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854394 ---

[JBoss-user] [Persistence & CMP/JBoss] - Re: Optimistic version field does not increment with cmp2.x

2004-11-09 Thread loubyansky
This strategy is not (yet) supported for this persistence manager. You have to take care yourself of that. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854393#3854393 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=385

[JBoss-user] [Persistence & CMP/JBoss] - Re: EJB QL parsing pb

2004-11-09 Thread loubyansky
This is fixed in 4.0.1, 3.2.7 and 5.0.0alpha. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854392#3854392 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854392 ---

[JBoss-user] [Installation & Configuration] - Re: updating single war when there are multiple wars in vm

2004-11-09 Thread Frito
Try the wiki to learn something about LoaderRepositories and configuration of deployment units, this will help you. If you change something on common libraries deployed once for every war, you have to redeploy these or ClassLoader conflicts will occur. View the original post : http://www.jbos

[JBoss-user] [Installation & Configuration] - Re: NamingException error

2004-11-09 Thread Frito
Post some significant code, snippets of your deployment descriptors and stacktrace. Even watch the server.log for exceptions during deployment or invocation. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854389#3854389 Reply to the post : http://www.jboss.