[JBoss-user] [Security & JAAS/JBoss] - Re: Extra call of LoginModule

2005-08-04 Thread peterbuus
I found the cause of the error: Always remember to include in your login.conf when accessing ejb's from external clients. This is somehow done automatically when the logincontext is established thru http invocation. Maybe the documentation should be more explicit about that. /Peter View the

[JBoss-user] [Security & JAAS/JBoss] - Re: has anyone managed to run the program in the top entry o

2005-08-04 Thread hakim55
first of all : tell me if this is the right file structrue META-INF ³ application.xml ³ jboss.xml ³ ejb-jar.xml ³ session ³ PrivateSessionBean.java ³ PublicSessionBean.java ³ Session.java ³ SessionHome.java ³ JaasLoginFilter.java ³ p

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss not setting up application-policy entries

2005-08-04 Thread galoch
I am not sure where to look at in jmx-console for that entry but I am getting the same error message as yours. Look at the thread below: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=67479 But I checked the source code for org.jboss.security.plugins.JaasSecurityManagerService.java in

[JBoss-user] [Clustering/JBoss] - Re: Failover problem

2005-08-04 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=RetryInterceptor View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888581#3888581 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888581 ---

[JBoss-user] [Beginners Corner] - Re: what's the error with such EJB-QL : SELECT Object(o) FRO

2005-08-04 Thread steven.zhong
Please give me a reply? why a smiple regular EJB-QL is not recognized? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888578#3888578 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888578 --

[JBoss-user] [Performance Tuning] - Running 4 clients simultaneously on Jboss leads to Deadlock

2005-08-04 Thread nmarees
hai friends, I am using jboss as an appication server for my project. When i do performance test on that, 4 clients simultaneously accessing my jboss server, at that time deadlock occurs. Deadlock occur in EJBContainer side. Please help me to resolve this. At the time of deadlock status

[JBoss-user] [JBossWS] - Re: JbossWS and polymorphism?

2005-08-04 Thread [EMAIL PROTECTED]
This has been assigned to http://jira.jboss.org/jira/browse/JBWS-349 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888576#3888576 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888576

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - EntityManager returns null from @PersistenceContext

2005-08-04 Thread ericbroda
I am unable to successfully create an EntityManager (returns null) using: - jboss 4.0.3RC1 - operating system: Win2K - database: MS SQL Server 2k Tried to apply concepts in the EJB3 turorials, and scanned the forums for last 3 days, and tried many different configs/suggestions, but no success...

[JBoss-user] [EJB/JBoss] - JBossRollbackException: Unable to commit

2005-08-04 Thread stevehines
I have a stateless session bean that creates a BMP entity bean in one of its methods. The ejbCreate callback on the entity bean executes successfully and returns, as does the session bean method. However, in the client code that calls the session bean method a JBossRollbackException is caught

[JBoss-user] [Management, JMX/JBoss] - How to enter values for my custom mbean parameters?

2005-08-04 Thread richaosu
Say I have an mbean that exposes a method whose parameter is an object that I created. Say the parameter is com.mycompany.Customer and that object has properties for Name, Age, Address, Phone, etc. Is it possible to use the jmx-console to enter values for my Customer object? Do I need to configu

[JBoss-user] [Installation, Configuration & Deployment] - Datasource configuration

2005-08-04 Thread flarosa
Hello, I have several different EJBs which each look for a datasource using a different JNDI name. In some cases (on some servers) I will create a unique datasource for each name. On others, I prefer to combine the tables used by two or more of the EJBs into one database and set up a single da

[JBoss-user] [Installation, Configuration & Deployment] - Re: Build problem JBoss 4.0.2 + security patch

2005-08-04 Thread miojo
I got the same problem... Maybe the patch source isn't synchronized with 4.0.2 source release. Is there any other solution? I'm trying to build JBoss 4.0.2 for production. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888563#3888563 Reply to the post : htt

[JBoss-user] [Security & JAAS/JBoss] - Re: Extra call of LoginModule

2005-08-04 Thread [EMAIL PROTECTED]
What in this call stack should be establishing the security context of the caller? Its not going to be the web container as there is no security context for a session expiration callback. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888559#3888559 Reply to

[JBoss-user] [Beginners Corner] - Re: MalformedObjectNameException: missing domain

2005-08-04 Thread [EMAIL PROTECTED]
It looks like an invalide jmx name has been specified via a jboss-app.xml descriptor. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888558#3888558 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888558 -

[JBoss-user] [JBossCache] - Re: how to activate logging

2005-08-04 Thread [EMAIL PROTECTED]
There is a log4j.xml sample in the distro. Check it out. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888557#3888557 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888557 ---

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - HSQLDB 1.8 + SELECT * FROM SYSTEM_TABLES not working

2005-08-04 Thread lpiccoli
hi all, i am using jboss-4.0.3RC1 with HSQLDB 1.8. When deploying my apps now it complains about executing the 'select * from system_tables'. In HSQLDB1.8 the system tables moved into the information_schema and can on;t be address with the schema prefix. Fine so where does JBOSS get the confi

[JBoss-user] [JBoss Portal] - Re: Error login in

2005-08-04 Thread ncerezo
Hi Roy, I already did it. It was throwing strange errors (NPE at hibernate methods) and the portal was unable to start, I forced the dialect and those errors were fixed but this one raised, so it's not related to the hibernate dialect. By the way, I forgot to say that I use Fedora Core 3 Linux, b

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss not setting up application-policy entries

2005-08-04 Thread ahardy66
I doubt it's been resolved at this point in time, since I haven't even got around to submitting a bug report for it yet :O So you've got exactly this problem then? An entry in the login-config.xml that doesn't show up in the JNDI jaas java namespace? I will log it tomorrow, but I'll see if I c

[JBoss-user] [Clustering/JBoss] - Re: Jboss Session Replication Problem on Linux.

2005-08-04 Thread svelur
We are using JBoss 4.0.2 Here is my config files for clustering: tc5-cluster-service.xml: --- jboss:service=Naming jboss:service=TransactionManager org.jboss.cache.JBossTransactionManagerLookup REPEATABLE_READ

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Could not store message: 127 msg=90 hard NOT_STORED PERS

2005-08-04 Thread [EMAIL PROTECTED]
Look just go read the FAQ and/or create a separate DataSource for jms until you fix the connection leak in your application. DO NOT HIJACK, CROSS POST OR ME TOO http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Could not store message: 127 msg=90 hard NOT_STORED PERS

2005-08-04 Thread thebadpete
I am also getting this issue in JBoss 4.0.1. And I am using MySQL database, not the default one. So it does seem like a lingering issue... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888542#3888542 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [Beginners Corner] - Re: what's the error with such EJB-QL : SELECT Object(o) FRO

2005-08-04 Thread steven.zhong
what's the problem with ">?1" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888538#3888538 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888538 --- SF.Net email is

[JBoss-user] [Beginners Corner] - what's the error with such EJB-QL : SELECT Object(o) FROM ro

2005-08-04 Thread steven.zhong
Jboss 4.02 Simple CMP roomeabn. with "String name (PK)", "int Capacity" In a finder named findRoomWithCapacityGreaterThan(), I defined the query as follows: SELECT Object(o) FROM room as o where o.capacity=?1 However, I got a deploy error like below: ___

[JBoss-user] [Management, JMX/JBoss] - Classes DomainData and MBeanData - What are they used for?

2005-08-04 Thread efhajg0
Would someone please explain the purpose of the classes DomainData and MBeanData. THey reside in the package org.jboss.jmx.adaptor.model. THank you View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888535#3888535 Reply to the post : http://www.jboss.org/inde

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Connection leakage w/ JMS Queue in JBoss 4.0.1?

2005-08-04 Thread thebadpete
I forget to mention, I did change the database to MySQL instead of the default Hypersonic. MySQL JDBC driver version is 3.0.15. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888534#3888534 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[JBoss-user] [Messaging, JMS & JBossMQ] - Connection leakage w/ JMS Queue in JBoss 4.0.1?

2005-08-04 Thread thebadpete
Hi all, I have an app that makes use of HA-JMS. The configuration is mostly the same as the "all" configuration. I have my own JMS queue put in the jbossmq-destinations-service.xml, using UIL2ConnectionFactory in the code. I ran into the following exceptions after the app runs for awhile. Is th

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss not setting up application-policy entries

2005-08-04 Thread galoch
Guys, Is there a new patch out there or has this been resolved. I cannot move forward without this fix as I am unable to login at all. Please advise! Thanks G View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888528#3888528 Reply to the post : http://www.jb

[JBoss-user] [JBoss Getting Started Documentation] - dukebank with HSQL

2005-08-04 Thread chwang
Hi guys, I am setting up dukebank with HSQL databse. refer to http://docs.jboss.org/jbossas/getting_started/v4/html/dukesbank.html#X-22013 When I did this step: ant -f jboss-build.xml db-create-table C:\j2eetutorial14\examples\bank>ant -f jboss-build.xml db-create-table Buildfile: jboss-buil

[JBoss-user] [Security & JAAS/JBoss] - Re: problem upgrading 3.2 to 4.0.2, security manager config

2005-08-04 Thread galoch
Adam, Did you ever find out the solution for this? I have the exact same problem. Thanks g View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888520#3888520 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888520 ---

[JBoss-user] [JBossWS] - Re: JbossWS and polymorphism?

2005-08-04 Thread keenan
I'm not the original author, but I'm having the same problem: In responses generated by JBoss hosted web services, the returned document does not properly identify the derived type with an xsi:type attribute when the service is defined to return an instance of the super type. Thomas, I've check

[JBoss-user] [Security & JAAS/JBoss] - j_security_check and DatabaseServerLoginModule don't work to

2005-08-04 Thread galoch
Hello all, I guess I will try again to put the complete error message at the end of this post. I am trying to do simple authentication using j_security_check and then using DatabaseServerLoginModule in my login-config.xml. For some reason it gives me the below error. But instead of using j_

[JBoss-user] [Beginners Corner] - Re: How to run JBoss3 and JBoss4 simultaneously in Eclipse

2005-08-04 Thread darranl
There are quite a few ports used by JBoss, have a look at the following page: - http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigurePorts View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888513#3888513 Reply to the post : http://www.jboss.org/index.html?module=b

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

2005-08-04 Thread tumitoto
Ok jbosszone, I thought I posted a reply to my own message. I guess it got messed up somehow. Anyway, after I remove the ws4e then everything went well, looks like there is some conflicts or something. I enjoy your tutorials, they are real nice, to the point and concise. Great job and thanks!! V

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Issue with jboss-app.xml and HAR deployment

2005-08-04 Thread rpochet
It seems there is a problem with the message, the har archive should be put between 'har' tag and the 'har' tag should be put inside a 'module' tag - jboss-app -- module --- har har archive --- har -- module - jboss-app View the original post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Issue with jboss-app.xml and HAR deployment

2005-08-04 Thread rpochet
Try this: http://www.jboss.org/j2ee/dtd/jboss-app_4_0.dtd";> your_har.har View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888505#3888505 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Beginners Corner] - How to run JBoss3 and JBoss4 simultaneously in Eclipse

2005-08-04 Thread western541
I'm trying to start a JBoss3 and a JBoss4 server under Eclipse at the same time. It appears the same port numbers are used in both the server configs when you download them to a Windows environment. In order to do this, I have to have each server instance use separate ports or I'll get an error

[JBoss-user] [EMAIL PROTECTED] - Senior Human Resources Generalist

2005-08-04 Thread [EMAIL PROTECTED]
Come join a rapidly growing enterprise software and services company and the home of Professional Open Source?. JBoss, Inc. has an opening for a Senior Human Resources Generalist to join our Atlanta, Georgia based team. This is a tremendous opportunity to be a part of a fast-paced, leading ed

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBoss4.0.x getRequestURI Return Different Result from 3.

2005-08-04 Thread nwc
Regarding the change in getRequestURL, I found this discussion: http://issues.apache.org/bugzilla/show_bug.cgi?id=28222 So evidently this change is here to stay. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888499#3888499 Reply to the post : http://www.jb

[JBoss-user] [Clustering/JBoss] - Re: Failover problem

2005-08-04 Thread vignesh76
Hi Nick, Apparently as this seems to be a long exisitng bug in JBoss, I have to look into handling the failover in the client as you have done for the time being. I am not too sure of the patch posted in JIRA nor have time to test it. Thanks. View the original post : http://www.jboss.org/inde

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBoss4.0.x getRequestURI Return Different Result from 3.

2005-08-04 Thread nwc
I just noticed that getRequestURL() also returns something different between 3.2.3 and 4.0.2 when called from a jsp; e.g.: 3.2.3 getRequestURL() = /aServletName/path/info 4.0.2 getRequestURL() = /path/to/the/file.jsp Is this intentional? From a JSP, how can I get the original request URL? View

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: log4j and JMS appender

2005-08-04 Thread [EMAIL PROTECTED]
It is an extremely bad idea (as I've already discussed in earlier posts). JBossMQ uses log4j internally so you are just going to get loops and deadlocks in the logging. logger -> appenders -> jbossmq -> logger -> appenders -> jbossmq and appender -> logger is a deadlock situation in log4j anon

[JBoss-user] [Clustering/JBoss] - Re: Cluster & MDB's

2005-08-04 Thread Rohan Talip
"chrisdutz" wrote : Well I can't realy provide a solution, but I can confirm that this problem seems to still exist in JBoss 4.0.0. | | Is there a JBoss Enterprise-Edition for more than 2-Node clusters available? ;) | I am not using a MDBs but I am using multiple distributed QueueReceiver

[JBoss-user] [Clustering/JBoss] - Clustering SFSB with 4.0.1sp1

2005-08-04 Thread john.mendonca
I'm tasked with demonstrating that Clustering works for an internal customer. I have no problem demonstrating HTTP session clustering and failover, but I just can't seem to get SFSB to failover. I'm using the JBoss "all" instance. Before I set \ to true for the SFSB objects the application se

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: log4j and JMS appender

2005-08-04 Thread kookywon
I still haven't solved this problem. Does anyone else have any idea? Is there a better forum to post this question on? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888488#3888488 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [Management, JMX/JBoss] - Re: Remote proxy for Singleton Mbean

2005-08-04 Thread pkles
Solved upgrading from 4.0.0 to 4.0.2 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888486#3888486 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888486 --- SF.Net e

[JBoss-user] [Beginners Corner] - Help for a tutoroal (Ergent)

2005-08-04 Thread chaser
Hi, there I am newbie in JBoss and EJB. I am following a tutorial from: http://bdn.borland.com/article/0,1410,32693,00.html It works fine till I reach the Testclient EJB. I debuged into the Testclient java code and at some point I get exception: log4j:WARN No appenders could be found for logge

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: autentication user null/null

2005-08-04 Thread [EMAIL PROTECTED]
"schachi" wrote : i spend another day with reading jboss-documentation. Try the JMS documentation (you can find the link to it at the top of the WIKI page) and search for the phrase JAAS -> nada. Then search for the phrase password... | createConnection(user, password); | You might also wa

[JBoss-user] [Clustering/JBoss] - Re: XAConnectionFactory not bound error

2005-08-04 Thread Rohan Talip
"regvito" wrote : | [JBAS-1892] - hajndi-jms-ds.xml uses the wrong connection factory binding | Thanks for posting the follow up Reggie. For anyone else that is interested, the JBAS-1892 bug can be found here: http://jira.jboss.com/jira/browse/JBAS-1892?page=all The fix for the JBAS-1892 b

[JBoss-user] [Clustering/JBoss] - Re: Jboss Session Replication Problem on Linux.

2005-08-04 Thread [EMAIL PROTECTED]
you will need to describe your enviornment in more detailed, AS version, what kind of testing, etc. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888480#3888480 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888

[JBoss-user] [Security & JAAS/JBoss] - Implementation of mandate-type access

2005-08-04 Thread artemgolubev
I have to implement mandate-type access to EJB beans it means, that: 1. Any user have a) username; b) password; c) mandate access level (simply, "mandate") for example it can be a integer number in range [0; 4]. 2. Any user can login with its username, password and current_mandate that can

[JBoss-user] [Messaging, JMS & JBossMQ] - autentication user null/null

2005-08-04 Thread schachi
i spend another day with reading jboss-documentation. i try to send a message from a java standalone-client to a message-queue. java-client: | public class Test_DocImportProcessor { |public static void main (String [] args) throws Exception { | | try{ | |

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: EJB spec violation when deploying MDB

2005-08-04 Thread mroosendaal
It's working now, some typo which i overlooked but i still have problems: javax.management.InstanceNotFoundException: jboss.j2ee:jndiName=local/[EMAIL PROTECTED],service=EJB is not registered. And also it does not seem to see the Queue i defined in the jboss-jar.xml which is present in JBoss. C

[JBoss-user] [JBossWS] - Re: Use of JBossXB

2005-08-04 Thread clairecostello
Hi, I've downloaded the JWSDP 1.6 and will use JAXB to bind XML Schemas to Java classes and unmarshal the WS params using the generated Java classes. Suggested alternatives to this approach welcomed (if in some way necessary). View the original post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: Exercise 6.1 with Ingres database

2005-08-04 Thread Bruce.Lunsford
We also recently ran into this problem with one of the tutorial programs. The resolution is to change the JBoss configuration file standardjbosscmp-jdbc.xml in server/default/conf and/or server/all/conf directories, under for the Ingres section of the file(s). Change the tag from: A

[JBoss-user] [Installation, Configuration & Deployment] - jboss.depends causing RMI hang

2005-08-04 Thread WonderSlug
Howdy Running JBoss 3.2.5 on a Sun 1.4.2_3 JVM (windows and linux) I was having some exceptions happening on start-up of an MDB due to a used axis service not being available yet. So I implemented ordering of the deployment of our application using the @jboss.depends xdoclet tags. Once I did

[JBoss-user] [JBossWS] - Re: Access to Soap Header from Generates EJB

2005-08-04 Thread acxsjones
Can you give me a url that points to how to do intergrate Soap Headers with a Soap service generated from an EJB endpoint View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888472#3888472 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [Beginners Corner] - Re: How does JBoss determine what is an application?

2005-08-04 Thread western541
Thank you. That's extremely helpful. Can you point me to documentation that describes how the Deployer works in determining which files to deploy, etc., which to skip, and what it does which each file it deems 'deployable'. View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: send message only if not alredy in jms

2005-08-04 Thread tomerbd2
Thanks, well sounds like a good solution (i thought about it as well ;) however i would like to investigate some more options comming to this investigation i noticed that in the jmx-console there is this : anonymous wrote : java.util.List listMessages() | | MBean Operation. for the specif

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: EJB spec violation when deploying MDB

2005-08-04 Thread jaikiran
Execute the following command and post the output: jar -tf jarfilename.jar where jarfilename.jar is the jar containing oyur beans View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888464#3888464 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [EJB/JBoss] - Re: Hanging threads...

2005-08-04 Thread jactor
Hmmm... It seems like the message got screwed up by the Html. Here is a new one: ... I have a entity bean which have a referance to another entitybean (just a local variabel: syntax - private = null; - with getters and setters: public get() - and - public set(...). The query looks like: from

[JBoss-user] [Advanced Documentation] - Invoking Ejb of Jboss 3.2.3 from JBoss 4.0.2

2005-08-04 Thread mohan_sm
Hi , I am trying to invoke an ejb which is deployed in Jboss3.2.3, from Jboss 4.0.2 ( EJB is the client here as well) . During this i am getting an exception 18:10:46,604 INFO [STDOUT] EXCEPTION in .. : null - javax.naming.CommunicationException [Root exception is java.io.Inva

[JBoss-user] [EJB/JBoss] - Calling Jboss 3.2.3 EJB from 4.0.2

2005-08-04 Thread [EMAIL PROTECTED]
When I do a look of an EJB deployed in Jboss 3.2.3 from Jboss 4.0.2 I am getting the following expection. Is it possible to look and invoke an EJB(2.0 on 3.2.3) from EJB 4.0.2 deployed class ? 18:10:46,604 INFO [STDOUT] EXCEPTION in .. : null - javax.naming.CommunicationException [Root

[JBoss-user] [EJB/JBoss] - Hanging threads...

2005-08-04 Thread jactor
When I query EJB3 OneToOne entitybeans, the EntityManager just keeps running and take processing speed, but don't finish executin. Is there a way to solve this problem? I am a newbie when it comes to EJB's and it is quite possible that I use the entity manager in a way I shouldn't. I have a en

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

2005-08-04 Thread schachi
thank you for the reply. | | | false | | DocImportProcessorEJB | queue/eManager-DocImportQueue | | | abc | xyz | | | jms/QueueFactory | java:/JmsXA |

[JBoss-user] [Security & JAAS/JBoss] - LDAP Authentication

2005-08-04 Thread gilkatz
Hi i'm trying to configure Jboss to work with ldap sun one server my login-confgi.xml is ldap://qaj-ddb.il.identify.com:389/ ou=Roles,dc=dukebank,dc=il,dc=identify,dc=com

[JBoss-user] [Performance Tuning] - Re: Low CPU Utilization on Linux

2005-08-04 Thread gozilla
jizzoe What king of JVM are you running ? Aren't you running it in green thread mode ? Gozilla View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888453#3888453 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888453 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: send message only if not alredy in jms

2005-08-04 Thread schrouf
>It wont be as good as a jms solution. such a good jms solution that you ask for help on your problems... :-) Ok, different approach. I guess (as you talk about 'user that its polling time is reached' ) that you have some kind of persistent user record with attributes like email address, pollin

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: send message only if not alredy in jms

2005-08-04 Thread tomerbd2
> Use scheduler service It wont be as good as a jms solution. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888443#3888443 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888443 --

[JBoss-user] [Messaging, JMS & JBossMQ] - EJB spec violation when deploying MDB

2005-08-04 Thread mroosendaal
Hi, I've created a simple MDB which i'm trying to deploy but i get the following error: 15:52:27,460 WARN [verifier] EJB spec violation: Bean : TestMDB Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's busine

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: send message only if not alredy in jms

2005-08-04 Thread schrouf
>What do you say ? Use scheduler service View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888441#3888441 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888441 --- SF.

[JBoss-user] [Performance Tuning] - Re: Low CPU Utilization on Linux

2005-08-04 Thread nickman
jizzoe; Just so we undestand what the CPU utilization is, can you post a sar -u or a top output ? //Nicholas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888440#3888440 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Installation, Configuration & Deployment] - Re: Apache JBoss integration on linux

2005-08-04 Thread sandeep123
hi friend for that you have to configure mod_jk that is used for loadbalancing and sticky session. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888439#3888439 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888439 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: EJB Create on MDB

2005-08-04 Thread Nandhu
That worked , thanks a lot. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888438#3888438 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888438 --- SF.Net email is S

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: send message only if not alredy in jms

2005-08-04 Thread tomerbd2
Hi I have users, im polling their emails accounts Here is the scenario: 1. For each user that its polling time reached send a jms message. 2. Many workers are listening to the jms message in queue one of them receives the jms messages and syhcornizes that user's email account. Now lets say pol

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: TransactionRolledbackLocalException in method

2005-08-04 Thread daniel.wakounig
Hello, after posting the question above I found the solution to my problem. The problem based on a wrong multiplicity-value. I used 'one' although I needed 'Many'. In my application an Instance of X is related to an instance of Y. So I though X would have always exactly one instance assigned. Ther

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: send message only if not alredy in jms

2005-08-04 Thread schrouf
DO NOT misuse JMS messaging for things it's not designed for ! The main purpose of JMS is fire-and-forget messaging. Rethink your general solution approach ! What you are describing is the following: select a dataobject based on some critieria, if the resultset is empty then insert a new datao

[JBoss-user] [Installation, Configuration & Deployment] - Re: Deployment order

2005-08-04 Thread meme
that's what I'm looking for Thanks!!! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888434#3888434 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888434 --- SF.Net

[JBoss-user] [JBossWS] - Re: Deserializing parameter error

2005-08-04 Thread Christy
Hi, I have the same problem but I have another type, bean class. In one project (using IDEA) it's working well, but in another ptoject, where datatype class is located I'm getting this error! I had tried to move libs, but nothing. Why using external import I'm not getting this error? View the or

[JBoss-user] [Performance Tuning] - Re: Low CPU Utilization on Linux

2005-08-04 Thread snoobabk
I might be guessing but do you have a hyperthreading CPU or do you actually have 4 cpu's. Could this not explain what you observe? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888432#3888432 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Security & JAAS/JBoss] - Re: Storing encripted password in Database

2005-08-04 Thread guadiana
I've answered myself again. If it helps here comes the java code to generate passwords: --- import java.util.ArrayList; import org.jboss.security.Base64Encoder; public class GenerarPasswords { public static void main(Stri

[JBoss-user] [Performance Tuning] - pb with active threads on Jboss 3.2.5

2005-08-04 Thread mlabonne
Hi, I would like to know how to configure thread Jboss timeout, cause I have a problem of thread saturation (more than 500 active threads) please help me. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888430#3888430 Reply to the post : http://www.jboss

[JBoss-user] [Messaging, JMS & JBossMQ] - send message only if not alredy in jms

2005-08-04 Thread tomerbd2
is there a possibility to send a message to jms only if the message does not exist already in it? something like to first query the jms and if message is not in there then to send it... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888426#3888426 Reply to t

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - TransactionRolledbackLocalException in method

2005-08-04 Thread daniel.wakounig
Hallo! I have a problem with chaning my ejbs from remote interfaces to local interfaces. I'm running jboss server 3.2.6 and my application works as long as i am using remote interfaces. As soon as I change to local interfaces I get the exception TransactionRolledbackLocalException in method: nu

[JBoss-user] [Security & JAAS/JBoss] - Re: Storing encripted password in Database

2005-08-04 Thread guadiana
OK, the right way to generate the password is using: java -classpath ./jbosssx.jar org.jboss.security.Base64Encoder jose MD5 Now I get: Zi6qRxmUYdAaYjiECAk0qw== instead of Zi6qRxmUYdAaYjiECAk0 With the new digest of the password the login works fine!! Any clue of why my Java code generated a

[JBoss-user] [Security & JAAS/JBoss] - Re: Storing encripted password in Database

2005-08-04 Thread Michael Konietzka
ps = conn.prepareStatement(principalsQuery); | ps.setString(1, username); | rs = ps.executeQuery(); | if( rs.next() == false ) | throw new FailedLoginException("No matching username found in Principals"); | Well, it seems it doesnt find the user "

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: EJB Create on MDB

2005-08-04 Thread jaikiran
Hi, I think the probelm may be because of some jar file present in the classpath, which contains your old .class file of the MDB. Delete the .class file of the MDB from your jar file and restart the jboss. If you get the same exception, then there is a wrong .class file in your classpath for t

[JBoss-user] [Security & JAAS/JBoss] - Storing encripted password in Database

2005-08-04 Thread guadiana
Hello, I've the following login-config security configuration: --- java:guadianaDS SELECT PASSWORD FROM USUARIOS WHERE id=? SELECT PERFIL, 'Roles' FROM USUA

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: EJB Create on MDB

2005-08-04 Thread Nandhu
Still the same problem... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888419#3888419 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888419 --- SF.Net email is Spo

[JBoss-user] [JBoss Portal] - Re: Tapestry 4.0 Portlets in JBoss Portal 2.0 - null title ?

2005-08-04 Thread sjlib
Actually, the initial cut and paste of the portlet.xml file is fine. It just doesn't render properly. If you view source, you can see that it exists. I should have used code tags like I did in the second post. Anyway, the original problem exists, title is null. Thanks. View the original post :

[JBoss-user] [JBoss Portal] - Re: Tapestry 4.0 Portlets in JBoss Portal 2.0 - null title ?

2005-08-04 Thread sjlib
I'm sorry, I think the cut and paste of the portlet.xml somehow got corrupted. I've verified that this is what is deployed inside the war. At runtime, I get the same result, the title displays as null. Incidentally, I've deployed the same portlet without modification into both Vignette Applicati

[JBoss-user] [Installation, Configuration & Deployment] - Re: Stateless Session Bean behind firewall/proxy -- RMI over

2005-08-04 Thread benoitx
Hi Johann, Yes I find it surprising that nobody seems to have an answer... Guys, please share it!!! Here is how I managed to use https to access JNDI: Client code: | System.out.println("Connect HTTPS"); | Properties prop = System.getProperties(); | | prop.put("java.naming.factory.ini

[JBoss-user] [Messaging, JMS & JBossMQ] - Error shutting down standalone JBossMQ

2005-08-04 Thread Node
I am running JBossMQ in its standalone mode, and it runs fine, but when I try to shut it down by running: shutdown -S I get the following exception: Exception in thread "main" javax.naming.NameNotFoundException: jmx not bound | at org.jnp.server.NamingServer.getBinding(NamingServer.j

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Tomcat's Manager Servlet: Help needed

2005-08-04 Thread claus.seitter
Well, I finally got it running but only without security constraints. If I put security-constraints in my manager.war/WEB-INF/web.xml my logons are not accepted, looks like JAAS Domain is messed up. I really like that manager servlet, best of it deplying from my developers machine my local war f

[JBoss-user] [JBoss Portal] - help me on portal web application

2005-08-04 Thread ramesa
Hi, How to use instant message, user module to my project accordinly.Is i can use the new portlet like http://myserver:80/portal/myapplication or is it needed the old one itself. How to utilize the jboss-portal.sar to add my classes servlets file , jsp to include in that one or in separte ap

[JBoss-user] [Clustering/JBoss] - Re: JBoss 3.02 farming: Missing attribute 'Deployer'

2005-08-04 Thread darranl
Gunjan, Don't dig up old posts to ask questions like this. Have you tried looking at the documentation at: - http://www.jboss.com/docs/index View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888388#3888388 Reply to the post : http://www.jboss.org/index.html?m

[JBoss-user] [Security & JAAS/JBoss] - Re: has anyone managed to run the program in the top entry o

2005-08-04 Thread niwhsa
please provide the o/p or stack trace etc etc View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888386#3888386 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888386 ---

[JBoss-user] [Clustering/JBoss] - Re: JBoss 3.02 farming: Missing attribute 'Deployer'

2005-08-04 Thread gunjan_iitk
Hi Kosulin, Can you suggest me some good doc on clustering Jbos as I have no idea about how to set up clustering. Thanks, Gunjan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888385#3888385 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-user] [Installation, Configuration & Deployment] - Re: Deployment order

2005-08-04 Thread darranl
You need to specify that your service depends on the datasource, that way it will wait for the datasource before deploying your service: - http://wiki.jboss.org/wiki/Wiki.jsp?page=DependOnDataSource View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888384#388838

[JBoss-user] [Performance Tuning] - Re: Low CPU Utilization on Linux

2005-08-04 Thread Thoennes
How do you determine CPU utilization? Perhaps it is scaled by the number of processors, so 25% already means maximum usage? Cheers, Jörg View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888383#3888383 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-user] [Installation, Configuration & Deployment] - Re: Jboss-4.0.2 throws exception with MS SQL server

2005-08-04 Thread sirajm
Dear Gunjan, Have you got a chance to work with DB2? I am having problem starting jboss-4.0.2 with DB2. Please see details in my post I made seperately Thanks, -Siraj View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888382#3888382 Reply to the post : http://

  1   2   >