[jboss-user] [Beginners Corner] - Migration to JBOSS App server

2008-05-16 Thread madhujboss
Hi, Are there any documenations/tools available for migrating to Jboss App server from other App servers? Cheers Madhu View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151251#4151251 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JavaMail : java.lang.ClassCastException: javax.mail.Sess

2008-05-16 Thread jaikiran
Please do not post the same question multiple times. Let's continue this discussion in your other thread at http://www.jboss.com/index.html?module=bbop=viewtopict=135628 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151252#4151252 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JavaMail : java.lang.ClassCastException: javax.mail.Sess

2008-05-16 Thread jaikiran
knarenderreddy wrote : | | This code is part of web application i mentioned clearly Using Jboss4.2.2 knarenderreddy, You don't have to post your comments in bold. Your first post did not mention whether the lookup code was part of a standalone client or a web application and that was the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: No matching credentials in Subject Exception!

2008-05-16 Thread jaikiran
module-option name=managedConnectionFactoryNamejboss.jca:name=MySqlDS,service=LocalTxCM/module-option Shouldn't this be: module-option name=managedConnectionFactoryNamejboss.jca:name=MySqlDS1,service=LocalTxCM/module-option View the original post :

[jboss-user] [Beginners Corner] - Re: jsfejb3 gettingstarted

2008-05-16 Thread jaikiran
Being discussed at http://www.jboss.com/index.html?module=bbop=viewtopict=135669 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151257#4151257 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4151257

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JavaMail : java.lang.ClassCastException: javax.mail.Sess

2008-05-16 Thread knarenderreddy
jaikiran wrote : Please do not post the same question multiple times. Let's continue this discussion in your other thread at http://www.jboss.com/index.html?module=bbop=viewtopict=135628 ok View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151258#4151258

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JavaMail : java.lang.ClassCastException: javax.mail.Sess

2008-05-16 Thread knarenderreddy
jaikiran wrote : knarenderreddy wrote : | | | | This code is part of web application i mentioned clearly Using Jboss4.2.2 | | knarenderreddy, | | You don't have to post your comments in bold. Your first post did not mention whether the lookup code was part of a standalone

[jboss-user] [Messaging, JMS JBossMQ] - problem in deploying MDB

2008-05-16 Thread priyarao234
Hi folks, I have created an MDB with JBOSS Eclipse IDE and after that i have created .ear file for my project manually through command prompt the i have plzced that .ear file in JBOSS(server/default/deply directory).upto that there is no problem it works fine. But whenever i made the changes in

[jboss-user] [JBoss Cache: Core Edition] - Re: Special charecters in FQN's

2008-05-16 Thread ciscosurendrakumar
Thanks for quick response View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151262#4151262 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4151262 ___ jboss-user mailing list

[jboss-user] [EJB/JBoss] - Error in ejb-jar.xml for Entity Bean CMPHome: expected only

2008-05-16 Thread mallikarjun_nbsg
Error in ejb-jar.xml for Entity Bean CMPHome: expected only one prim-key-class tag Hi, There is an error during deployment as the error says expected only one prim-key-class tag in the ejb-jar.xml. Below is the ejb-jar.xml code. | | ?xml version=1.0 ? | !DOCTYPE ejb-jar PUBLIC

[jboss-user] [JBoss Messaging] - Re: Clustering JBoss and MySQL, support for NDB

2008-05-16 Thread [EMAIL PROTECTED]
Hello, I'm afraid you are absolutely right. You can only have messaging cluster with MySQL as a single point of failure (supposing InnoDB doesn't support clustering). The best solution for you could be another database engine like PostgreSQL... View the original post :

[jboss-user] [JBoss Messaging] - Re: Clustering JBoss and MySQL, support for NDB

2008-05-16 Thread timfox
That's not correct, ndb *is* supported from JBM 1.4.0.SP3_CP02. See JIRA http://jira.jboss.org/jira/browse/JBMESSAGING-1261 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151266#4151266 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment Problem -- Unable to replace existing file

2008-05-16 Thread rajeevdr
Thank you very much Peter. This issue was eating my head from quite some time. __ Regards, Rajeev R. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151267#4151267 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Clustering JBoss and MySQL, support for NDB

2008-05-16 Thread [EMAIL PROTECTED]
Great, I was not aware of this. Sorry for confusion ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151269#4151269 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4151269 ___

[jboss-user] [JBoss Messaging] - Re: Clustering JBoss and MySQL, support for NDB

2008-05-16 Thread rvdploeg
No problem, thank you very much! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151270#4151270 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4151270 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Error in ejb-jar.xml for Entity Bean CMPHome: expected only

2008-05-16 Thread mallikarjun_nbsg
Error in ejb-jar.xml for Entity Bean CMPHome: expected only one prim-key-class tag Hi, There is an error during deployment as the error says expected only one prim-key-class tag in the ejb-jar.xml. Below is the ejb-jar.xml code. | | ?xml version=1.0 ? | !DOCTYPE ejb-jar PUBLIC

[jboss-user] [JBoss Tools (users)] - Re: project publishing...

2008-05-16 Thread [EMAIL PROTECTED]
that is something you set in your web.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151276#4151276 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4151276 ___ jboss-user

[jboss-user] [Management, JMX/JBoss] - Hide password in mbean attributes

2008-05-16 Thread gprigent
Hello, i have several password defined in xmbean xml file. I want to hide those passwords in the MBean Inspector like a input type password in HTML. Is it possible ? Thank's Glenn Prigent View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151285#4151285 Reply

[jboss-user] [EJB/JBoss] - Re: JBossLocalXAException after migration from 4.0.5 to 4.2.

2008-05-16 Thread [EMAIL PROTECTED]
There hints about his in the release notes. Have you read them? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151286#4151286 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4151286

[jboss-user] [JBoss Getting Started Documentation] - jboss licensing and CDDL

2008-05-16 Thread ndeloof
Hello, As jboss is LGPL-licensed, how can it come with SUN apis jars ? The CDDL license is NOT compatible with (L)GPL according to Free Software Fundation (http://www.fsf.org/licensing/licenses/) Do jboss guys have another reading of GPL license, or do you have some redistribution agreement ?

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss restarts without shutting down

2008-05-16 Thread roelvz
I just noticed that, 20 minutes after this happened, I start getting database connection errors. I don't know if that could have anything to do with this problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151295#4151295 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: javax.naming.NoInitialContextException: Can't find prope

2008-05-16 Thread joepareti
I have made the following code change (see statement in bold), because the expression involving = new InitialContext() should in my opinion follow the proerties settings, however that didn't solve the problem. kahzoo-san; do you mean the statement should be: Object beanHomeRef =

[jboss-user] [JCA/JBoss] - Implementing custom datasource

2008-05-16 Thread unnis
I am implementing my jdbc connections using datasource. Whenever I do a lookup for datasource in the JNDI, i gets the instance of following class org.jboss.resource.adapter.jdbc.WrapperDataSource and ds.getConncetion() will give the object of WrappedConnection Is there a way to change this

[jboss-user] [JBossWS] - Re: How to log entire incoming and outgoing message?

2008-05-16 Thread abhay_ps
I have enabled following in jboss-log4j to log incoming request/response at server side !-- Enable JBossWS message tracing |category name=org.jboss.ws.core.MessageTrace | priority value=TRACE/ |/category | | and | root | priority value=TRACE/ | /root |

[jboss-user] [JCA/JBoss] - Re: Implementing custom datasource

2008-05-16 Thread vickyk
unnis wrote : | Is there a way to change this using configuration. like when i am doing data source look up I should get the instance of CustomDatasource. What ever jboss implements using WrapperDataSource, I will implement in my Custom datasource also ( With some extra things ) . | |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss restarts without shutting down

2008-05-16 Thread jaikiran
roelvz, Based on the logs, i can't say what exactly is happening. I have seen posts which complained of JBoss shutting down unexpectedly (because of the way users started the server), but this is probably the first time that i am seeing the server restarts silently. Does this happen

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Eclipse + JBoss Debug Mode issue

2008-05-16 Thread jaikiran
nameghino wrote : However, it's taking extra-time for everything, it's not that it gets stuck at some specific point every time. I do expect the server startup to slow down when debugging is enabled. How much time does it take to start the server in debug mode without your application being

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Eclipse + JBoss Debug Mode issue

2008-05-16 Thread jaikiran
Also post the params that you are passing through the startup script to enabled debug mode for JBoss. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151321#4151321 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4151321

[jboss-user] [JBoss Portal] - Session invalidation on JAAS logout

2008-05-16 Thread sebgerpb
Hi, I wrote a custom login module which I use to authenticate an user against a remote server. I have overridden the login and logout-methods with my own code. Both work correctly. The only thing I do not unterstand is, why the sessions of my portlets do not get invalidated. If I login to my

[jboss-user] [JBoss jBPM] - Re: While starting process from a servlet error arise

2008-05-16 Thread coolex
Ok, great. Now this is a hibernate configuration problem? My hibernate.cfg.xml: | ?xml version='1.0' encoding='utf-8'? | | !DOCTYPE hibernate-configuration PUBLIC | -//Hibernate/Hibernate Configuration DTD 3.0//EN |

[jboss-user] [JBoss jBPM] - Re: Substitution arrangement for impeded actors

2008-05-16 Thread kukeltje
or use the webconsole View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151330#4151330 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4151330 ___ jboss-user mailing list

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Efficient concurrent insert and unique constraint

2008-05-16 Thread dcausse
Hi, Imagine a table Foo with : ID PRIMARY BAR UNIQUE For concurrent insert on this table at SQL/JDBC level I do : | Foo foo = foodao.findByBar(bar); | if(foo == null) { |// foobar does not exists or not committed. |foo = new Foo(bar); |try { |// If a second

[jboss-user] [JBoss jBPM] - Re: Substitution arrangement for impeded actors

2008-05-16 Thread kukeltje
anonymous wrote : Who will assume the completion of the task? Anyone you wish to. Just reassign the task to him/her with the jBPM api, no proxy actor needed View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151329#4151329 Reply to the post :

[jboss-user] [Beginners Corner] - replacement for ServerSocket

2008-05-16 Thread fermat42
Hello, I read that it is not allowed to use a ServerSocket in a J2EE EAR. This is clear besause of the component architecture. But now I am asking me how to integrate a new Protokoll. What would be the right way if I e.g. want to implement an ftp-Server, so if I want that my application is

[jboss-user] [JBoss jBPM] - Substitution arrangement for impeded actors

2008-05-16 Thread holly77
Imagine an actor currently assigned to an open, urgent task is getting ill, etc. Who will assume the completion of the task? To be able to solve this issue, I believe there's got to be a locum, i.e. a proxy actor, for the impeded actor. Do you know of any existing, generic solutions to this

[jboss-user] Returned mail: Cannot send message

2008-05-16 Thread Mail Delivery Subsystem
-SpamTest-Version: SMTP-Filter Version 3.0.0 [0282], KAS30/SDK/Release X-Anti-Virus: Kaspersky Mail Gateway, version: 5.6.23/RELEASE, bases: 20080516T075000 #777679, check: 20080516 clean___ jboss-user mailing list jboss-user@lists.jboss.org https

[jboss-user] Returned mail: Cannot send message

2008-05-16 Thread Mail Delivery Subsystem
: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0282], KAS30/SDK/Release X-Anti-Virus: Kaspersky Mail Gateway, version: 5.6.23/RELEASE, bases: 20080516T075000 #777679, check: 20080516 clean___ jboss-user mailing list jboss-user@lists.jboss.org https

[jboss-user] [JBoss Tools (users)] - Re: project publishing...

2008-05-16 Thread Aeternitas
hm... when I type http://host:port/ViewController/; JBoss looks for ViewController.war to load the application... so how web.xml influence it? I read http://edocs.bea.com/wls/docs81/webapp/web_xml.html, but didn't find any property where I can set the path to application (in my post I didn't

[jboss-user] [JCA/JBoss] - Re: Implementing custom datasource

2008-05-16 Thread unnis
Dear vicky, Thanks for your reply. Jboss is already providing JDBC resource adaptor called jboss-local-jdbc.rar. What might be the following properties in jboss-local-jdbc.rar/META-INF/ra.xml

[jboss-user] [Microcontainer] - Re: Get at Kernel from Unmanaged Object

2008-05-16 Thread alesj
ALRubinger wrote : | Yeah, for now I have a class called Hack which puts my MC Bean in a public static variable. :). The POJO in question is a JNDI ObjectFactory, created on each lookup by JNP Server. | Couldn't you just make this JNP server MC aware, some wrapper, and then with the help

[jboss-user] [JBossWS] - Re: Webservice security headers removed by LogRecorder

2008-05-16 Thread [EMAIL PROTECTED]
Both the recording handler and the memory buffer recorder do not change the messages while handling them. As you pointed out, it's only a matter of the handler's position in the handler chain, since the incoming message's security header is removed by the security handler once it has processed

[jboss-user] [JBossWS] - Re: Is a Statefull Webservice Possible?

2008-05-16 Thread [EMAIL PROTECTED]
I suggest you download the sources and take a look at this test case which is probably what you're looking for: org.jboss.test.ws.jaxws.samples.wsaddressing.AddressingStatefulTestCase View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151339#4151339 Reply to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JavaMail : java.lang.ClassCastException: javax.mail.Sess

2008-05-16 Thread knarenderreddy
knarenderreddy wrote : jaikiran wrote : Please do not post the same question multiple times. Let's continue this discussion in your other thread at http://www.jboss.com/index.html?module=bbop=viewtopict=135628 | | | ok | | if anyone Knows the solution please help me as early as

[jboss-user] [JBossWS] - Re: Problem running WS with p a r t i a l encryption

2008-05-16 Thread [EMAIL PROTECTED]
This is most probably a bug, sorry, I'll take care of it: http://jira.jboss.org/jira/browse/JBWS-2182 In the mean time I suggest you to try using JBossWS 2.0.3 since this might have been introduced with 2.0.4. View the original post :

[jboss-user] [Security JAAS/JBoss] - 'sufficient' loginmodules combined with ClientLoginModule

2008-05-16 Thread [EMAIL PROTECTED]
I have the following requirements for my web application running on JBoss 4.2.1: - Users should be authenticated against an LDAP directory - In LDAP, a user is registered in one of two locations, say ou=A or ou=B. So, the DN for a user might be uid=X,ou=A or uid=X,ou=B - I need to perform

[jboss-user] [Microcontainer] - Re: Get at Kernel from Unmanaged Object

2008-05-16 Thread ALRubinger
alesj wrote : Couldn't you just make this JNP server MC aware, some wrapper, and then with the help of some interface push that handle further. | Naming should be configurable, I remember having naming -service.xml somewhere. Let's shelve my one concrete example, for now I have several. :)

[jboss-user] [JBoss jBPM] - Re: Substitution arrangement for impeded actors

2008-05-16 Thread holly77
Yes, of course... But this way I'd have to do the reassignment each time manually. What I'm searching for is a more flexible, powerful solution for this problem. So what you definetly need is a database, rule engine, etc. you can get a or a list of proxy actors from for the currently assigned

[jboss-user] Delivery Status Notification (Failure)

2008-05-16 Thread postmaster
This is an automatically generated Delivery Status Notification. Unable to deliver message to the following recipients, because the message was forwarded more than the maximum allowed times. This could indicate a mail loop. [EMAIL PROTECTED] Reporting-MTA: dns;exchange.technodom.kz

[jboss-user] [Microcontainer] - Re: Get at Kernel from Unmanaged Object

2008-05-16 Thread alesj
ALRubinger wrote : | 1) Decorator Pattern for anything wishing to leverage MC | I'm bad with names, if you can illustrate what this would do? ALRubinger wrote : | 2) Kernel is transparent, but available, to anything in the process | All MC core objects are services inside MC's

[jboss-user] [JBoss jBPM] - Re: Contributing a New Document to JBPM Community

2008-05-16 Thread mandrita.ca
Hi Koen, Could you please post your email id so that I can send you the editable copy of the jBPM Tutorial? Regards, Mandrita View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151360#4151360 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Dtabase connection Error(Mysql)

2008-05-16 Thread badhikary81
Hi! All I have to created a enterprise application .I am using remote Server ,Netbean6.0.1 and j2EE1.4.when I am creating CMP Entity Beans for Database the I have to mention Host, Port DB Name which situated in server.I am trying to connect in this way: jdbc:mysql://IP

[jboss-user] [JBoss Messaging] - Intermittent issue where messages stuck on clustered queue

2008-05-16 Thread yongz
Hi, jboss-4.2.2.GA / jboss-messaging-1.4.0.SP3 / jboss-remoting-2.2.2.SP4 I have a jboss cluser with 3 nodes: 1. Each nodes has a clustered queue. 2. Each node sends messages to its local partial queue of this clustered queue using ConnectionFactory. 3. I am trying to use one listener that

[jboss-user] [Microcontainer] - Re: Get at Kernel from Unmanaged Object

2008-05-16 Thread ALRubinger
alesj wrote : ALRubinger wrote : | | 1) Decorator Pattern for anything wishing to leverage MC | | | I'm bad with names, if you can illustrate what this would do? I use the term loosely for any wrapper object which adds behaviour to an existing implementation, just as you'd proposed.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Life cycle of sessions .ser files in tmp in JBoss-4.2.1.GA

2008-05-16 Thread korlam
Hi, My understanding on .ser files in tmp/sessions folders goes like this: 1. When the beans are created at first instance, the folders are created in sessions folder of tmp (jboss-4.2.1.GA\server\default\tmp). 2. When passivated they are written as .ser files 3. When activated these .ser files

[jboss-user] [JBossWS] - Re: Certain WS request syntax not supported in AS 4.2.x

2008-05-16 Thread [EMAIL PROTECTED]
The soap message you wrote is using rpc/encoded style. This is not supported anymore since a lot of time, because it has been disallowed by WS-I Basic Profile. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151365#4151365 Reply to the post :

[jboss-user] Delivery Status Notification (Failure)

2008-05-16 Thread postmaster
This is an automatically generated Delivery Status Notification. Unable to deliver message to the following recipients, because the message was forwarded more than the maximum allowed times. This could indicate a mail loop. [EMAIL PROTECTED] Reporting-MTA: dns;exchange.technodom.kz

[jboss-user] [JBoss Tools (users)] - JBoss Tools/App Server/Eclipse/Java versions. Getting thing

2008-05-16 Thread JGF1
Hi folks. I'm interested in learning more about Hibernate and JBoss Tools. I'm in the process of reading Christian Gavins excellent Java Persistence with Hibernate and trying to set up JBoss Tools in Eclipse.. In the past I've installed Eclipse Europa edition file:

[jboss-user] Delivery Status Notification (Failure)

2008-05-16 Thread postmaster
This is an automatically generated Delivery Status Notification. Unable to deliver message to the following recipients, because the message was forwarded more than the maximum allowed times. This could indicate a mail loop. [EMAIL PROTECTED] Reporting-MTA: dns;exchange.technodom.kz

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools/App Server/Eclipse/Java versions. Getting t

2008-05-16 Thread [EMAIL PROTECTED]
JGF1 wrote : Hi folks. | | I'm interested in learning more about Hibernate and JBoss Tools. | I'm in the process of reading Christian Gavins excellent Java Persistence with Hibernate and trying to set up JBoss Tools in Eclipse.. | | In the past I've installed Eclipse Europa edition

[jboss-user] [JBoss Tools (users)] - Re: project publishing...

2008-05-16 Thread [EMAIL PROTECTED]
im curious how you did it in jdeveloper...we don't do anything magically. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151372#4151372 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4151372

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools/App Server/Eclipse/Java versions. Getting t

2008-05-16 Thread [EMAIL PROTECTED]
Maybe what i'm missing is where you find things is wrongly stated ? e.g. why you think a 0.0.1 update of a version number should break this and why you are pointing to JBoss Tools 2.0.0.GA ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151373#4151373 Reply

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss restarts without shutting down

2008-05-16 Thread roelvz
All I can say is that it happens very rarely. We've been using JBoss for about 5 months now on 9 pcs and I've seen this happen 4 or 5 times (there may be some that I have missed, but still it doesn't happen very much). So it does not always happen after the same amount of time. I've never seen

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools/App Server/Eclipse/Java versions. Getting t

2008-05-16 Thread JGF1
[EMAIL PROTECTED] wrote : | I actually never used the search functionallity i in WTP and that also explains why we haven't implmented it ...we should. Please report that in jboss tools jira. | Url please. And I'll be happy to comply. [EMAIL PROTECTED] wrote : | Anyhow - the way how

[jboss-user] [JBossWS] - Re: Is a Statefull Webservice Possible?

2008-05-16 Thread edvedafi
Thanks for the response alessioUnfortunately that is exactly what I have already done. If I attempt to deploy the StatefulEndpoint inside my Jboss 4.2.2 server nothing happens. Specifically I would expect that the wsdl would be available, and visible from

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools/App Server/Eclipse/Java versions. Getting t

2008-05-16 Thread JGF1
[EMAIL PROTECTED] wrote : Maybe what i'm missing is where you find things is wrongly stated ? e.g. why you think a 0.0.1 update of a version number should break this and why you are pointing to JBoss Tools 2.0.0.GA ? Once again. See below: jgf1 wrote : | Sorry Max, it was my interpretation.

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools/App Server/Eclipse/Java versions. Getting t

2008-05-16 Thread JGF1
JGF1 wrote : [EMAIL PROTECTED] wrote : Maybe what i'm missing is where you find things is wrongly stated ? e.g. why you think a 0.0.1 update of a version number should break this and why you are pointing to JBoss Tools 2.0.0.GA ? | | Once again. See below: | jgf1 wrote : | | Sorry

[jboss-user] [JBoss Cache: Core Edition] - ClusteredCacheLoader

2008-05-16 Thread lovelyliatroim
Hi Guys, Im seeing what i can only explain as strange behaviour using the ClusteredcacheLoader. Ok I´ll try and explain what im seeing. I have tried my code both with and without the ClusteredCacheLoader, everything works as expected when i dont have the cacheloader configured which leads

[jboss-user] [JBoss/Spring Integration] - default-lazy-init=true Setting Prevents JBoss Start

2008-05-16 Thread ezgoesit247
I have a problem with default-lazy-init setting in my bean definition files. If it's set to true, then the JUnit's pass, but JBoss won't start. If it's set to false, then the JUnit's fail, but the server starts. As a work around, we use two different applicationContext.xml files... 1 for the

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools/App Server/Eclipse/Java versions. Getting t

2008-05-16 Thread [EMAIL PROTECTED]
JGF1 wrote : | It was here: | http://www.hibernate.org/6.html | Read across the line on Compatibility matrix for Hibernate Core I went and update those 3.2.0 to 3.2.x - happy? ,) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151404#4151404 Reply to

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools/App Server/Eclipse/Java versions. Getting t

2008-05-16 Thread JGF1
Do you have: 1) a Jira URL 2) any advice on whether I should upgrade Server to latest 5 Beta? BTW: Your advice on making App Server work in Eclipse worked a treat. I can now stop and start the server successfully. Cheers again Jeremy View the original post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools/App Server/Eclipse/Java versions. Getting t

2008-05-16 Thread [EMAIL PROTECTED]
JGF1 wrote : | In conjunction with manifest here: | http://sourceforge.net/project/showfiles.php?group_id=22866package_id=242269release_id=560787 I dont understand why the list of versions inside JBoss Tools 2.0.0.GA is relevant ? View the original post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools/App Server/Eclipse/Java versions. Getting t

2008-05-16 Thread JGF1
[EMAIL PROTECTED] wrote : JGF1 wrote : | | In conjunction with manifest here: | | http://sourceforge.net/project/showfiles.php?group_id=22866package_id=242269release_id=560787 | | I dont understand why the list of versions inside JBoss Tools 2.0.0.GA is relevant ? Hibernate tools

[jboss-user] [Microcontainer] - Re: Get at Kernel from Unmanaged Object

2008-05-16 Thread wolfc
On a similar note: http://jira.jboss.com/jira/browse/JBMICROCONT-288 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151409#4151409 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4151409

[jboss-user] [JBoss Cache: Core Edition] - Re: Remoting On Existing POJO Channel

2008-05-16 Thread kblanken
The trace.log starting from the call of startService() follows: [5/16/08 16:01:21:840 CEST] 0027 TreeCache I org.jboss.cache.TreeCache _createService No transaction manager lookup class has been defined. Transactions cannot be used | [5/16/08 16:01:21:934 CEST] 0027 TreeCache

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools/App Server/Eclipse/Java versions. Getting t

2008-05-16 Thread JGF1
JGF1 wrote : [EMAIL PROTECTED] wrote : JGF1 wrote : | | | In conjunction with manifest here: | | | http://sourceforge.net/project/showfiles.php?group_id=22866package_id=242269release_id=560787 | | | | I dont understand why the list of versions inside JBoss Tools 2.0.0.GA is

[jboss-user] [EJB/JBoss] - Re: ClassCastException with EJBs

2008-05-16 Thread bvogt
what is the preferred way of accessing an ejb within a war, which is deployed on the same container? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151413#4151413 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4151413

[jboss-user] [Remoting] - Connect or not CannotConnectException that is the question ?

2008-05-16 Thread ecatum
Hi, I m develloped an application which use jboss remoting and rmi. For the server, I implement ServerInvocationHandler. For the client, I use org.jboss.remoting.Client to communicate with the server. I periodically make invocation from clients to the server and release the connection using

[jboss-user] [JBoss Tools (users)] - Re: Seam Generate Entities

2008-05-16 Thread RogerWBMD
It works perfectly. Thanks!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151418#4151418 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4151418 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Re: Call a console client inside an ear file

2008-05-16 Thread fermat42
At the moment I do not understand why you deployed the console client to the server. I guess you have an EAR containing an application. further there is a console client that should be used outside the server and connect to a EJB inside your EAR. Is that right? View the original post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools/App Server/Eclipse/Java versions. Getting t

2008-05-16 Thread JGF1
[EMAIL PROTECTED] wrote : | I went and update those 3.2.0 to 3.2.x - happy? ,) | Ecstatic :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151421#4151421 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4151421

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Eclipse + JBoss Debug Mode issue

2008-05-16 Thread nameghino
JBoss starts in 1m15s average in run mode, and 2m30s average in debug mode (when this issue is not present), deploying the application. Without deploying the application, it takes about 25 seconds to start in run mode and about 40 secs. in debug mode. Program arguments for JBoss are:

[jboss-user] [JBoss jBPM] - Re: Send Mail in specified date.

2008-05-16 Thread carbonch
anonymous wrote : | could be that this only works in cvs head at the moment and that it is not part of a release yet. Can you try cvshead? | Did somebody try it? I`m facing the same issue at the moment. Or does somebody know a work around? Thanks in advance, Reto View the original post

[jboss-user] [JNDI/Naming/Network] - Re: Dtabase connection Error(Mysql)

2008-05-16 Thread PeterJ
Please post your *-ds.xml file and the exception stack trace. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151438#4151438 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4151438

[jboss-user] [JBoss Tools (users)] - Re: project publishing...

2008-05-16 Thread Aeternitas
It was just in settings for project... I looked for the same in my project settings in Eclipse... but nothing found. Strange thing is that we did it in JBossIDE-2.0.0 GA (we've edited the file org.eclipse.wst.common.component where we've set wb-module deploy-name=AnotherName insteed of

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss(Tomcat) ISAPI Redirector

2008-05-16 Thread akira_ons
I have the same problem about redirection, on ISS the status of that dll appears to be down. This dll comes with the quality center installation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151443#4151443 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - How do I stop a Jboss server using shutdown.bat by passsing

2008-05-16 Thread uttam_lovesjava
Wel,people i m usin JBoss 4.2.0-GA want to stop the JBoss server when it is started using shutdown.bat file. First time when i started the JBoss once it was being fully started,i tried to run shutdown.bat file but did not stop the JBoss server. if, any

[jboss-user] [JBoss jBPM] - Re: Out Of Memory problem

2008-05-16 Thread luiseterc
Thanks for your reply. I'm using the jbpm-console for manage the workflow, I just wrote some action classes implementing the ActionHandler interface. So my question now is, when the JbpmContext is closed? I mean, is the JbpmContext closed when a specific action is executed and the workflow

[jboss-user] [JBoss jBPM] - replace the Business Calendar at runtime

2008-05-16 Thread carbonch
Hi everybody Is there an easy way to change the JBPM Business Calendar at runtime. Any clues? Thanks in advance, Reto View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151448#4151448 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Resource adaptor and clustered connection factories (wit

2008-05-16 Thread [EMAIL PROTECTED]
sameuh wrote : Yes but the problem is that the connections in the pool are reused. | | For example, if I open and close a connection 3 times in my bean code. The same connection will be reused the 3 times and then not roundrobined ... This is a feature of the jboss jca pool under low

[jboss-user] [JCA/JBoss] - Re: change background-validation-minutes to seconds

2008-05-16 Thread [EMAIL PROTECTED]
justinwalsh wrote : anonymous wrote : Support background-validation-seconds | | and deprecate background-validation-minutes | Is this change going to be backported to a 4.2.x release? | | Thanks, | Justin Not during 4.2.x releases. That would be an incompatibility in minor point

[jboss-user] [JCA/JBoss] - Re: JBoss Connection Socket usage in error scenarios

2008-05-16 Thread [EMAIL PROTECTED]
I've fixed this bug http://jira.jboss.com/jira/browse/JBAS-5526 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151458#4151458 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4151458

[jboss-user] [JCA/JBoss] - Re: Implementing custom datasource

2008-05-16 Thread [EMAIL PROTECTED]
unnis wrote : | can we change the property connectionfactory-impl-class and rebuild the rar | | Thanks Regards | | unnis | No you build your own rar and deploy it as a tx-connection-factory instead of a local-tx-datasource. I suspect your CustomDataSource isn't really a

[jboss-user] [JCA/JBoss] - Re: Implementing custom datasource

2008-05-16 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : unnis wrote : | | can we change the property connectionfactory-impl-class and rebuild the rar | | | | Thanks Regards | | | | unnis | | | | No you build your own rar and deploy it as a tx-connection-factory | instead of a

[jboss-user] [JBoss jBPM] - Timer continuously expiring without repeater option set

2008-05-16 Thread luiseterc
Hi, I have a wait state in my workflow which its goal is to wait for a specific time and then continue with the execution of the next node: | state name=wait | event type=node-enter | action/action | /event | timer duedate=2

[jboss-user] [JBoss Cache: Core Edition] - Re: ClusteredCacheLoader

2008-05-16 Thread [EMAIL PROTECTED]
Wow, that is weird behaviour. Do you see this with other cache loaders as well (e.g., FileCacheLoader)? I can't say we've seen this one before. I don't think it has anything to do with your JGroups setup though. Could you pls post your config? View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Remoting On Existing POJO Channel

2008-05-16 Thread [EMAIL PROTECTED]
Could I see your JGroups cfg? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151466#4151466 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4151466 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How do I stop a Jboss server using shutdown.bat by passs

2008-05-16 Thread PeterJ
If you have not made any configuration changes, use: shutdown -S By configuration changes, I mean changing the jndi port or securing the jmx invoker. Also, doing a CTRL-C in the window running jbossas acceptable mechanism to shut it down. JBossAS implements a shutdown listener and performs an

[jboss-user] [Messaging, JMS JBossMQ] - Re: DLQ - Cause logging?

2008-05-16 Thread [EMAIL PROTECTED]
rfidler1978 wrote : | - Custom DLQ handler | ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151470#4151470 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4151470 ___

[jboss-user] [Messaging, JMS JBossMQ] - Re: Can the Code get a QueueConnection objcect per request

2008-05-16 Thread [EMAIL PROTECTED]
shetty_ritesh wrote : My Webapplication Code on the JBOSS Appserver accesses the JBOSSMQ. | My question is Can the Code get a QueueConnection object per request ? | You can but its an anti-pattern without a pool anonymous wrote : | Or do i still need to maintain some sort of Connection

[jboss-user] [Messaging, JMS JBossMQ] - Re: MDBs not processing Queue

2008-05-16 Thread [EMAIL PROTECTED]
FAQ: ReceiversImpl View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151472#4151472 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4151472 ___ jboss-user mailing list

  1   2   >