[JBoss-user] [Security JAAS/JBoss] - Re: flushing cache on session timeout!

2005-04-05 Thread Belal
The web.xml has: .. session-config session-timeout1/session-timeout /session-config .. The jboss-web.xml looks like: jboss-web security-domain flushOnSessionInvalidation=true java:/jaas/TatSecurityDomain /security-domain /jboss-web when I wanted to access any page after

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Question about JMSPriority

2005-04-05 Thread schrouf
Message priority is assigned by the message sender during it's client-side send operation. Afterwards (on the server-side) there is no way to change the message priority. Regards Ulf View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872681#3872681 Reply to the

[JBoss-user] [Security JAAS/JBoss] - Re: flushing cache on session timeout!

2005-04-05 Thread mikoskin
I'm having similar problems with JBoss 3.2.6 when I'm trying to logout a user. I have Tomcat SSO enabled. Here's a log printout of what's happening: 09:22:28,173 INFO [STDOUT] logoutSession get principal 09:22:28,173 INFO [STDOUT] logoutSession principal: testuser 09:22:28,173 INFO [STDOUT]

[JBoss-user] [Installation Configuration] - configuration Jboss 4.0sp1 with Resin 2

2005-04-05 Thread sam29jboss
Any body have an experience about configuration of Jboss 4.0sp1 with Resin 2. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872684#3872684 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872684

[JBoss-user] [Performance Tuning] - Re: Getting Data Via CMR fires select for each column

2005-04-05 Thread jvembuna
Hi, After adding the jboss.relation xdoclet tag the container goes fires the select only once and pulls all the necessary data. Thanks for your help. Should this not be a default behaviour of the cmp rather than we adding the extra xdoclet tag? Regards, V.Janardhanan View the original

[JBoss-user] [Clustering/JBoss] - Re: jgroup connection unstable

2005-04-05 Thread debarcar
I also tested it in the 2.2.7. And the result is same. I use a new hardisk to install a new system and it is stable now. But the issue was not soluted in the old hardisk :(. Any method for the checking? Thanks and best regards! View the original post :

[JBoss-user] [JBossWS] - Re: Education question - literal/encoded, RPC/Document

2005-04-05 Thread md5georg
Hello, A month ago I asked the same question and I have spent quite some time digging out the information needed to understand this also. The two best articles I found are these http://java.sun.com/developer/technicalArticles/xml/jaxrpcpatterns/ and

[JBoss-user] [JBossWS] - Re: Education question - literal/encoded, RPC/Document

2005-04-05 Thread md5georg
Oh... I forgott. On the .Net side (if you are going to use that), in Visual Studio 2003, you point out a WSDL file and the program takes care of the code generation and compilation. You just use the generated classes and structures directly... Very easy. I guess there is some similar tools for

[JBoss-user] [JBossWS] - Re: Returning a complex type

2005-04-05 Thread md5georg
Hello, I guess you are using JBoss 4.0.0 or 4.0.1? This is a bug that is fixed in 4.0.2. There is a workaround you can do but if you do not have any problems with legacy system I recommend uppgrading to 4.0.2. You can find it here (while waiting for the real non-RC release on JBoss):

[JBoss-user] [Installation Configuration] - Jboss 3.2.2 [Wonderland] not running in jdk1.5

2005-04-05 Thread anil_pathak
Why cant i run jboss-3.2.2 in jdk1.5 When ever jdk1.5 is in classpath it throws this exception E:\jboss-3.2.2\binrun.bat === . JBoss Bootstrap Environment . JBOSS_HOME: E:\jboss-3.2.2\bin\\.. . JAVA: C:\Program

[JBoss-user] [HTTPD, Servlets JSP] - Class version how to solve this

2005-04-05 Thread anil_pathak
Hello i am getting this problem with my jsp. [javac] Compiling 1 source file [javac] E:\jboss-3.2.2\server\default\work\MainEngine\localhost\springs_web\applicant\applicant_form_jsp.java:7: cannot access com.spring.web.host.HostInfo [javac] bad class file:

[JBoss-user] [Installation Configuration] - Re: Jboss 3.2.2 [Wonderland] not running in jdk1.5

2005-04-05 Thread darranl
anil_pathak wrote : Why cant i run jboss-3.2.2 in jdk1.5 | You need a much later version of JBoss to use JDK 5 http://www.jboss.org/wiki/Wiki.jsp?page=RunJBossWithJ2SDK1.5 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872693#3872693 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - CMP .remove() not updating related CMRs

2005-04-05 Thread tpaterson
JBoss 3.2.6 3.2.7, CMP, CMT, Postgres DB I have two tables (salesorderdetail, lock), salesorderdetail has a lock_id column which is a foreign key into the lock table, and I have two corresponding entitys (salesorderdetail, lock) one of which has a CMR into the other SalesOrderDetailBean.java

[JBoss-user] [JNDI/Naming/Network] - Re: Calling remote EJB ended up calling the local EJB

2005-04-05 Thread drakonis
Same problem, was about to post it. I still actually cannot belive it. Well i use 4.01sp1 so no go with that one. Temporary solution for me is to have them deployed under different names, add a little R for remote to the other one:). It's an overhead, but View the original post :

[JBoss-user] [Persistence CMP/JBoss] - Entity Beans not portable between diffirent DB

2005-04-05 Thread tbech
Hi all, I had to port application to PostgreSQL and I found it rather clumsy. One of the key of EJB/or other good persistance is independence of underlying DB. Even if I use EJBQL, portable selects, etc. JBoss-Entity-Beans depend on the DB type. 1. jbosscmp-jdbc.xml jbosscmp-jdbc

[JBoss-user] [Security JAAS/JBoss] - Re: method-permission problem

2005-04-05 Thread morenito9000
Thank you Darranl, I followed your suggest and now everything is Ok except one thing. When Prg Role calls remove() on session bean I have a SecurityException generated by JBoss. I'm using Xdoclet to write my session bean's class (it automatically generates ejb-jar.xml file and bean's interfaces)

[JBoss-user] [Security JAAS/JBoss] - Cannot access secured SB from MDB despite run-as set correct

2005-04-05 Thread ottoberg
OK, I know this is probably a stupid question, but I need some answers before I go on wasting my - and my employers - time. Our applications SBs are secured using an LDAP realm with no unauthenticatedIdentity allowed. Now I have got an MDB with the run-as attribute set to a role with

[JBoss-user] [EJB/JBoss] - jdom problems with 4.0.1sp1

2005-04-05 Thread fowlerb
I have recently upgraded from jboss 4.0.0 to jboss 4.0.1sp1. However my ejb jar file that ran fine under 4.0.0 is failing under 4.0.1sp1. I have tracked the problem down to the jdom.jar inside my ejb jar file. For some reason jboss takes exception to it. I get the error: 2005-04-04

[JBoss-user] [Performance Tuning] - Re: The best JVM

2005-04-05 Thread vishak_s
Tried jdk1.5 vm with JBoss 3.2.3 At startup its giving the following exception. 15:55:12,690 INFO [Server] Starting General Purpose Architecture (GPA)... Failed to boot JBoss: javax.management.InstanceNotFoundException: JMImplementation:service=LoaderRepo itory,name=Default at

[JBoss-user] [Performance Tuning] - Re: The best JVM

2005-04-05 Thread darranl
You need to upgrade to a later version of JBoss. http://www.jboss.org/wiki/Wiki.jsp?page=RunJBossWithJ2SDK1.5 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872708#3872708 Reply to the post :

[JBoss-user] [EJB/JBoss] - Entity bean failing as DataSource not deployed before bean

2005-04-05 Thread gareth.powell
I have created a SAR that contains a service that uses an EJB3 entity bean. If the the server is running with the required datasource configured, the SAR can be deployed and runs perfectly. The problem arises when I come to restart the server. It appears that the SAR attempts to deploy before

[JBoss-user] [Security JAAS/JBoss] - Re: method-permission problem

2005-04-05 Thread morenito9000
In ejb-jar.xml file I made a mistake. The correct method-permission section is: | method-permission | description/description | role-namePrg/role-name | role-nameLis/role-name | method | description/description |

[JBoss-user] [JBossWS] - Re: Problems with type unsignedLong OUT INOUT in WSDL

2005-04-05 Thread anders.hedstrom
anonymous wrote : This is most likely a bug. Could you make as stripped down as possible test that demonstrates this problem, and open a bug on it. | | http://jira.jboss.org/jira/browse/JBWS | | Thanks, | -Jason | I have now opened a bug at

[JBoss-user] [Performance Tuning] - Deploy using JBoss4.01 + JDK1.5

2005-04-05 Thread rforte
Hi, I am deploying an application on JBoss 4.01, but when I shutdown the system it raises the folowing error: java.lang.OutOfMemoryError: PermGen space message. I am using Xms128m and -Xmx512m jvm option. Need I use a customized configuration to the Garbage Collector increasing the permanent

[JBoss-user] [JBossWS] - Re: Education question - literal/encoded, RPC/Document

2005-04-05 Thread dhartford
great responses and references, thank you!! md5georg, I confirm some of the warnings regarding .NET compatibility. RPC/encoded seems to work flawlessly (for the simple cases), while RPC/literal doesn't seem to play nicely. The Document Literal does work, just a different way of thinking (and

[JBoss-user] [Messaging, JMS JBossMQ] - Large Messages Support

2005-04-05 Thread sunil1877
Hi I need to transfer very large file using JMS( Size 2 GB) in my project. Can anyone help me how this can be done using JBoss JMS. I am working on JBoss 3.2.6. Thanks Sunil View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872723#3872723 Reply to the post :

[JBoss-user] [JBossWS] - Re: Returning a complex type

2005-04-05 Thread dannox02
That did it! Thanks! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872724#3872724 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872724 --- SF email is sponsored by -

[JBoss-user] [Persistence CMP/JBoss] - Re: JBoss 4.01sp MySql 4.1: JNDI ok, but cmp will not depl

2005-04-05 Thread Czernay
I had a similar problem in another context. There where two major changes from MySQL 4.0 to 4.1: 1. Authentication to the server has changed completly, so be sure to recompile all MySQL libs with support for 4.1. 2. Some SQL syntax has changed. Reconfigure JBoss to output all SQL statements

[JBoss-user] [Installation Configuration] - problem during build.sh

2005-04-05 Thread k_s_ashok
i downloaded jboss 3.2.3 source code and i did some changes in the code, then i build the server under messaging folder. i changed my Linux date also for testing. When i build the server thru build.sh under messaging folder..it shows it's already build and does not reflect my changes also

[JBoss-user] [Clustering/JBoss] - Re: Problem with HAJMS MDB accessing load balanced SLSB.

2005-04-05 Thread leonardosalvatore
I finished to stand up my cluster in this way: Two Machine Jboss and one Mysql. I deployed cluster Entity,MDB and a JMX class able to control and monitor my application. (All these in a single SAR) All persistency is on Mysql and the queue is on cluster master (Roundrobin) and allow load

[JBoss-user] [EJB/JBoss] - Re: Does JBoss 4.0.x still support EJB1.1?

2005-04-05 Thread BigCanOfTuna
OK, well then can anyone point me in the direction of a document that outlines all the supported specs in JBoss? Thanks again! AR. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872730#3872730 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Automatic topic/queue creation

2005-04-05 Thread apinto
Hi there, We're using JBoss 3.2.6 and we have an MDB that listens in a remote JMS queue (configured with the resource adapter method). The problem is that when the network connection is lost between the machines where the JMS service and the MDB are, a dummy queue in created in the MDB

[JBoss-user] [Messaging, JMS JBossMQ] - Re: How to Acess JBOSS Naming Server (JNDI)/JBOSSMQ behind F

2005-04-05 Thread arunchaks
Hi Antti, I tried by specifying the same address as the firewall has natted(orange.stpc.net). Also tried with jboss3.2.7 by specifying the property (in UIL2 desciptor) clientAddress=orange.stpc.net. Still I get the same same error. Can u please help me out to get out of this. -arun View the

[JBoss-user] [Security JAAS/JBoss] - Re: Cannot access secured SB from MDB despite run-as set cor

2005-04-05 Thread [EMAIL PROTECTED]
run-as sets the role of the caller, but if there is no authenticated caller, then the security domain receiving the call has to all unauthenticated callers. run-as is a grant of a role, not identity. View the original post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: mod_cookies security issue in Tomcat

2005-04-05 Thread [EMAIL PROTECTED]
I already expressed my thought. This issue has nothing to do with Tomcat. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872737#3872737 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872737

[JBoss-user] [JNDI/Naming/Network] - Re: Calling remote EJB ended up calling the local EJB

2005-04-05 Thread sksiazek
This is a problem caused by the clustering code, right ? Can we disable clustering to get around this problem, or is it truly necessary to use a different name in the remote's JNDI ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872738#3872738 Reply to the

[JBoss-user] [Persistence CMP/JBoss] - Re: JBoss 4.01sp MySql 4.1: JNDI ok, but cmp will not depl

2005-04-05 Thread natgross
1. My Linux install did NOT include mysql. I dl'd a fresh mysql with all new libs. 2. In mysql I have a 'jboss' schema, with full rights to a user 'jboss', which is what the jndi datasource uses. Now, jboss is correctly creating the jboss default tables (jms_messages, jms_transactions, etc) in

[JBoss-user] [Security JAAS/JBoss] - Re: Jboss Allow: GET, HEAD, POST, PUT, DELETE, TRACE, OPTION

2005-04-05 Thread [EMAIL PROTECTED]
The DELETE and PUT are not allowed by the default servlet unless its readonly mode has been set to false: | DELETE / HTTP/1.1 | Host: localhost | | HTTP/1.1 403 Forbidden | X-Powered-By: Servlet 2.4; Tomcat-5.0.28/JBoss-4.0.1 (build: CVSTag=JBoss_4_0_1 date=200412230944) |

[JBoss-user] [Installation Configuration] - Can I get JVM ouput through log4j?

2005-04-05 Thread bobjones
Hello, I would like to see when the garbage collector is run in my app running under JBoss. I have added -verbose:gc to the jvm opts, and I get the output from the jvm sent to the console. The reason I want the output to go via log4j is so that I can see the date/time the garbage collector

[JBoss-user] [JBossCache] - Set available memory

2005-04-05 Thread lehphyro
Hi, How do I set the available memory for cache? (Or max number of objects) Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872742#3872742 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872742

[JBoss-user] [Security JAAS/JBoss] - Re: Cannot access secured SB from MDB despite run-as set cor

2005-04-05 Thread ottoberg
[EMAIL PROTECTED] wrote : run-as sets the role of the caller, but if there is no authenticated caller, then the security domain receiving the call has to all unauthenticated callers. run-as is a grant of a role, not identity. | Yes, I figured that out. So if I mark an MDB with run-as=myrole I

[JBoss-user] [EJB/JBoss] - Re: Does JBoss 4.0.x still support EJB1.1?

2005-04-05 Thread [EMAIL PROTECTED]
http://java.sun.com/j2ee/1.4/docs/index.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872745#3872745 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872745 --- SF

[JBoss-user] [Installation Configuration] - Re: Can I get JVM ouput through log4j?

2005-04-05 Thread [EMAIL PROTECTED]
No. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872747#3872747 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872747 --- SF email is sponsored by - The IT Product

[JBoss-user] [JNDI/Naming/Network] - Re: Calling remote EJB ended up calling the local EJB

2005-04-05 Thread [EMAIL PROTECTED]
I tried JBoss 4.0.2 RC1 and it DOES work. So can someone tell us when will 4.0.2 become official. We are going production with JBoss in May. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872749#3872749 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: Cannot access secured SB from MDB despite run-as set cor

2005-04-05 Thread [EMAIL PROTECTED]
Yes. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872750#3872750 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872750 --- SF email is sponsored by - The IT Product

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Automatic topic/queue creation

2005-04-05 Thread [EMAIL PROTECTED]
As far as I know we never added such an option, but its needed so create a bug report in http://jira.jboss.com/jira/browse/JBAS The availability is determined by being able to lookup and connect to the destination. View the original post :

[JBoss-user] [Installation Configuration] - Re: SecurityAssociationValve and JBoss 4.x

2005-04-05 Thread [EMAIL PROTECTED]
The SecurityAssociationValve is now installed by the tomcat service itself. You have no control over it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872752#3872752 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872752

[JBoss-user] [Beginners Corner] - Jboss and Junit

2005-04-05 Thread mukti
Hello, I have written a junit testcase class for EJB's and i am running it through a jsp.I have set junit.jar file in the classpath. I get the following error junit.framework.TestCase.class not found So i copied the junit.jar file in the C:\jboss\server\default\lib directory then i am

[JBoss-user] [JBossCache] - Re: JDBCCacheLoader feature

2005-04-05 Thread [EMAIL PROTECTED]
Currently scheduled for 1.3, but it may spill over to 1.4, b/c this is a low priority issue View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872754#3872754 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872754

[JBoss-user] [JBossCache] - Re: Externalizeable versus Serializeable For Cache Loaders

2005-04-05 Thread [EMAIL PROTECTED]
sync or async repl ? Can you describe this a bit more in detail ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872755#3872755 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872755

[JBoss-user] [Beginners Corner] - Classpath problem - Sequences of jar files in the classpath

2005-04-05 Thread nirmalyamishra
Hi All, We have a J2EE application deployed on JBOSS 4.0.0 on Solaris 8. The site starts properly without error. However we are facing problems in the way the jar files put in the lib folder is interpreted by JBOSS. Ideally the sequence/order of jar files should be alphabetically. This is the

[JBoss-user] [Installation Configuration] - Classpath Problem - Sequence/Order of jar files in classpath

2005-04-05 Thread nirmalyamishra
Hi All, We have a J2EE application deployed on JBOSS 4.0.0 on Solaris 8. The site starts properly without error. However we are facing problems in the way the jar files put in the lib folder is interpreted by JBOSS. Ideally the sequence/order of jar files should be alphabetically. This is the

[JBoss-user] [Installation Configuration] - Re: problem during build.sh

2005-04-05 Thread k_s_ashok
I got the following warnings when i do build.sh under messaging directory. compile-parsers: [javac] Warning: org/jboss/mq/selectors/SelectorParser.java modified in the future. [javac] Warning: org/jboss/mq/selectors/SelectorParserTokenManager.java modified in the future. [javac]

[JBoss-user] [EJB/JBoss] - When is it necessary to set reentrant to true?

2005-04-05 Thread spoonman464
It appears difficult to find a conceptual explanation of when the reentrant node in an entity bean should be set to true. I realize that deep under the covers it has to do with concurrency and allowing multiple threads to access the same instance of an entity bean, blah, blah, blah, but I am a

[JBoss-user] [Installation Configuration] - Re: JBoss Web Console Access Problem -- HP-UX

2005-04-05 Thread [EMAIL PROTECTED]
I have actually tried what googleboy suggested and it works! What I did was remove the link(in unix) to javax.servlet.jar and create a link to file jbossweb-tomcat.sar/jsp-api.jar. However I would like to know if this would potentially break anything? View the original post :

[JBoss-user] [Installation Configuration] - Re: Suse - JBoss - Mysql doesn't work! please help me!

2005-04-05 Thread fbiaggi
Hi, I'm not shure if this works. connection-urljdbc:mysql://localhost/dating/connection-url try to add the port number: connection-urljdbc:mysql:3306//localhost/dating/connection-url View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872762#3872762 Reply to the

[JBoss-user] [JBossCache] - I cant deploy XML file

2005-04-05 Thread lehphyro
I receive the message: ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()' Cause: Incomplete Deployment listing: Packages waiting for a deployer: [EMAIL PROTECTED] {

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Automatic topic/queue creation

2005-04-05 Thread [EMAIL PROTECTED]
I've been meaning to change this for a while: http://jira.jboss.com/jira/browse/JBAS-1645 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872764#3872764 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872764

[JBoss-user] [JBossCache] - Re: TreeCache redeploy problem in WebLogic 8.1

2005-04-05 Thread JustinM
I put the following JARs in the WebLogic startup classpath (switched to JBoss Cache 1.1.1 as that is what ships with Hibernate 2.1.8): |

[JBoss-user] [JBossWS] - Determining who called web service

2005-04-05 Thread dannox02
Hi all, Is it possible to log details about the caller of your web method in a Handler? I have created a handler which I can use to extract the username and password from the MessageContext for authentication purposes. I'd also like to create a logging Handler to log other details. In

[JBoss-user] [JBossWS] - Re: Determining who called web service

2005-04-05 Thread dannox02
Never mind... I think I got it ;) I called MessageContext.getPropertyNames() to see what was available and there it was... remoteaddr! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872767#3872767 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: method-permission problem

2005-04-05 Thread gozilla
Hi morenito9000 Something you could also have tried is to specify the wildcard permission after the other one. Order often made a difference in descriptors. Gozilla View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872768#3872768 Reply to the post :

[JBoss-user] [JBossCache] - Re: I cant deploy XML file

2005-04-05 Thread kkalmbach
rename your xmlfile from jboss-cache.xml to something-service.xml If it does not end with -service.xml, jboss will not deploy it as an mbean. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872770#3872770 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Entity beans with null primary keys.

2005-04-05 Thread iwadasn
I am using oracle. We want the equivalent of an IDENTITY or autonumber column, so we created views on top of our tables, and use a sequence to generate the primary key when an insert attempts to insert null. This works fine in SQL. Most JDBC drivers also have some functionality that allows auto

[JBoss-user] [Persistence CMP/JBoss] - Re: Entity beans with null primary keys.

2005-04-05 Thread iwadasn
Oh, and of course throw the exception immediately if there is no transaction, as there would be no way to recover in that case. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872774#3872774 Reply to the post :

[JBoss-user] [Installation Configuration] - MBean for Hibernate3 with Jboss ... solved !

2005-04-05 Thread samfra
Hello, I wanted to upgrade to Hibernate3... but JBoss is for Hibernate2... otherwise the mbean don't start because it's looking for net.sf.* classes... and Hibernate3 is now org.hibernate.* So what did I do ? Well I've installed the latest Jboss 4.0.1sp1 I've downloaded Hibernate3

[JBoss-user] [Installation Configuration] - Re: MBean for Hibernate3 with Jboss ... solved !

2005-04-05 Thread samfra
I don't know how to use Wiki so I uploaded the jboss-hibernate3.jar on the first page I don't think it will stay there for a long time. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872777#3872777 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: Removing hibernate2.0 in jboss 4.0.1

2005-04-05 Thread samfra
read my post I've just written ! you can now deploy hibernate3 in .har ! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872778#3872778 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872778

[JBoss-user] [EJB/JBoss] - Re: Does JBoss 4.0.x still support EJB1.1?

2005-04-05 Thread BigCanOfTuna
Thanks for the kick in the butt Scott. For future reference. The 2.1 specs mandate EJB 1.1 support, and according to EJB3.0 early draft 2, EJB 1.1 is also manadated. Thanks. BCOT. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872780#3872780 Reply to the

[JBoss-user] [Performance Tuning] - JConsole remote monitoring using JConsole

2005-04-05 Thread leonardosalvatore
I'm trying to monitor a clustered application over SSL using jmx but i failed quickly After a run -c all under WinXPpro with Jboss4.0.1sp1 i try to connect with JConsole to configured 4142 debug port. But after some minutes (in meanwhile jconsole is in connecting) i reveive this message: |

[JBoss-user] [Management, JMX/JBoss] - RMIAdaptor and JBoss 4.0.1sp1

2005-04-05 Thread mcobery
HI, I am trying to access the the RMIAdaptor and keep running into the same problem. I am using the sample code with JBoss 4.0.1 sp1: | Properties properties = new Properties(); | properties.put(Context.INITIAL_CONTEXT_FACTORY, |

[JBoss-user] [Management, JMX/JBoss] - Re: How do I start session beans at deployment time?

2005-04-05 Thread mooktarus
Update: I tried to do this by extending the Standard Stateless SessionBean container-configuration, and setting the MinimumSize attribute to 1 (in jboss.xml). When I RTFM'd, I found the following disclaimer: MinimumSize: The MinimumSize element gives the minimum number of instances to keep in

[JBoss-user] [JBoss Getting Started Documentation] - Configuration Eclipse with remote Jboss

2005-04-05 Thread Newj2ee
I try to conect to a remote jboss server running on a lan machine. I try to configure a remote server into eclipse, but i can't conect, At What port Jboss listening to remote conections from Eclipse Jboss IDE?? I need to configuration any file to Jboss server? thanks. View the original post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: Configuration Eclipse with remote Jboss

2005-04-05 Thread Newj2ee
Hi any time! Now i try with the port 8003 and the Jboss launched display this: bad package signature 19012 whats hapenned? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872787#3872787 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: How do I start session beans at deployment time?

2005-04-05 Thread [EMAIL PROTECTED]
What is that your session bean is doing that takes up so much time? It seems to me you need more like an adapter to some external resource or something. If you want to have full control over the lifecycle of this external thing, you'll have to write a JCA adapter (which is quite difficult) or

[JBoss-user] [J2EE Design Patterns] - Error whit Remote conection

2005-04-05 Thread Newj2ee
I have one cliente of one aplixation J2ee, and executing this from the command line run ok, but when i try to execute from another pc in a remote place don't runing! the error it's whit time out error, it's possible to need special configuration of Jboss for Acecpt remote conections?? thanks

[JBoss-user] [Beginners Corner] - Unresolved compilation problems: EJB using JDK 1.5

2005-04-05 Thread noliver
Any suggestions would be useful. Using JBoss 4.0.x for the first time and JDK 1.5.x also for the first time. I have an EJB that uses some 1.5 syntax which compiles just fine when building the project, however when the EJB is used for the first time in the container, in particular the

[JBoss-user] [Security JAAS/JBoss] - Per-application role to principal mappings

2005-04-05 Thread hclau
Hi, I am trying to create an application EAR file with role to principal mappings that are specific to the application. For example, an EJB in my EAR file has granted permission to role role_1, while user user_2 in the user repository (e.g. an LDAP directory) has role role_2. I want to grant

[JBoss-user] [HTTPD, Servlets JSP] - class loading and unloading

2005-04-05 Thread jbosss
We bundle our application with JBoss and have a Logon.jsp page for logging in. From the Logon.jsp you are directed to Page1.jsp. When the application is deployed it works fine, but after sometime, we get a 404 when we try to login from the Logon.jsp page. This is happening everyday Restarting

[JBoss-user] [JCA/JBoss] - Using JBoss jms-ra.rar in another application server

2005-04-05 Thread disrael
See original thread at: http://www.jboss.org/index.html?module=bbop=viewtopicp=3870289#3872657 I have the activemq-ra-2.1.rar working as a JMS resource in a SIP application server and would like to replace it with JBoss JMS. Currently the jms-ra.rar is not a self contained rar like ActiveMQ

[JBoss-user] [JCA/JBoss] - Re: Using JBoss jms-ra.rar in another application server

2005-04-05 Thread [EMAIL PROTECTED]
There is no jbossmq.rar jms-ra.rar is a generic rar for deploying *ANY* jms implementation into JBossAS If you want to make it into a generic rar for *ANY* jms implemenation into *ANY* Application Sever, you would need to remove the dependencies on JBoss/JCA, like that JBossResourceException.

[JBoss-user] [Beginners Corner] - Suggestions on content for a J2EE Tutorial

2005-04-05 Thread vashistvishal
I have been threatening myself for quite a while to publish a J2EE tuorial based on full development life cycle after i published Tutorial for building J2EE Applications using JBOSS and ECLIPSE as a co-author in 2003 which has been a huge success, with people across the globe accessed it and

[JBoss-user] [JCA/JBoss] - Re: Using JBoss jms-ra.rar in another application server

2005-04-05 Thread disrael
Thanks for clearing up some of my confusion. What I am looking for is a jbossmq.rar then. I want to integrate JBoss JMS implementation into the SIP application server using JCA. As you pointed out I don't think jms-ra.rar is relevant to this task. With the activemq-ra-2.1.rar I just used

[JBoss-user] [JCA/JBoss] - Re: Using JBoss jms-ra.rar in another application server

2005-04-05 Thread disrael
I guess I could follow your directions and modify jms-ra.rar to incorporate JBoss JMS. Still interested in a road map though. Thank you. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872801#3872801 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: Does JBoss 4.0.x still support EJB1.1?

2005-04-05 Thread bwallis42
BigCanOfTuna wrote : | For future reference. The 2.1 specs mandate EJB 1.1 support, and according to EJB3.0 early draft 2, EJB 1.1 is also manadated. | A couple of weeks ago (at the serverside symposium) the EJB 3.0 team were seriously considering removing this from the spec. I'd wait

[JBoss-user] [Installation Configuration] - Re: SecurityAssociationValve and JBoss 4.x

2005-04-05 Thread crumble
Thanks for the info Scott. :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872805#3872805 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872805 --- SF email is

[JBoss-user] [Management, JMX/JBoss] - Re: How do I start session beans at deployment time?

2005-04-05 Thread mooktarus
To make a long story short, this external thing is a perl app that takes a while to initialize, then listens for requests. The MBean service idea sounds most promising, I'll give that a try. Thanks, John View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - SUCCESS! Re: JMS with DB2

2005-04-05 Thread mpelzsherman
Yay! We finally got this working! I basically just renamed the oracle-jdbc2-service.xml to db2-jdbc2-service.xml. The issue was with the following differences from the Oracle SQL in the jdbc2-service.xml file: $ diff db2-jdbc2-service.xml oracle-jdbc2-service.xml 60c60

[JBoss-user] [Security JAAS/JBoss] - Re: Jboss Allow: GET, HEAD, POST, PUT, DELETE, TRACE, OPTION

2005-04-05 Thread dkdkdk
Thanks your reply. Yes. I have tested by nikto.pl/telnet. in fact, 'Delete' is forbidden. then I think Jboss AS give the delusive Response.(?) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872808#3872808 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Using enums on JSP pages

2005-04-05 Thread treespace
Constant management is a major sore point that can be addressed using static final constants accessed via snipplets. It's ugly but you get compile time checking versus flakey runtime symptoms from typos. Enums might improve things but 3.2.6 jasper is using javac without the -source 1.5

[JBoss-user] [JBossWS] - Re: Problems with type unsignedLong OUT INOUT in WSDL

2005-04-05 Thread [EMAIL PROTECTED]
Thanks! -Jason View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872810#3872810 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872810 --- SF email is sponsored by - The IT

[JBoss-user] [Advanced Documentation] - Re: Release 2 of the Application Server Guide

2005-04-05 Thread chengwei_lee
Thank you. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872811#3872811 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872811 --- SF email is sponsored by - The IT

[JBoss-user] [J2EE Design Patterns] - Re: Error whit Remote conection

2005-04-05 Thread kabirkhanna148
Newj2ee wrote : I have one cliente of one aplixation J2ee, and executing this from the command line run ok, but when i try to execute from another pc in a remote place don't runing! | | the error it's whit time out error, it's possible to need special configuration of Jboss for Acecpt

[JBoss-user] [J2EE Design Patterns] - Re: Error whit Remote conection

2005-04-05 Thread kabirkhanna148
try using external interface instead of local interface. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872814#3872814 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872814

[JBoss-user] [J2EE Design Patterns] - Re: Error whit Remote conection

2005-04-05 Thread kabirkhanna148
i know that we can use MDB and EJB in jboss but how to exactly communicate with the database. thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872815#3872815 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872815

[JBoss-user] [Persistence CMP/JBoss] - Re: Hibernate 3.0 and the 4.0.1 HARDeployer

2005-04-05 Thread yuricake
For any future lurkers: this is fairly easy to create. Step 1: Download JBOSS 4 source code. there's going to be a hibernate subdirectory which contains the source for the jboss-hibernate.jar file. Step 2) open those sources in Java Project Step 3) replace all net.sf.hibernate with

[JBoss-user] [Management, JMX/JBoss] - Memory leak in Linux

2005-04-05 Thread diripu
From remote am monitoring MBeans of JBoss in every 5 minutes interval. In my code am creating a new Management object within a thread(in run method) like the below in every interval. And am creating more than one thread. | Object obj = context.lookup( ejb/mgmt/MEJB ); | ManagementHome

[JBoss-user] [JBoss Getting Started Documentation] - Beginners Book for Jboss

2005-04-05 Thread thomas908
I have just started using Jboss. Can someone plz tell a good Beginners book for Jboss 3.2.x. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872819#3872819 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872819