[jboss-user] [Security JAAS/JBoss] - Re: jdbcRealm - ClassCastException when trying to log in

2009-02-26 Thread mendret
thanks for the tip, will try that, but shouldn't it be posible to use tomcat security methods as well? as far as i know tomcat is a core component of jboss, or am i wrong there? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213245#4213245 Reply to the post

[jboss-user] [JCA/JBoss] - Re: Performance Cost of valid-connection-checker-class-name

2009-02-26 Thread vaerssv
that's realy nice, many thanks in advance ! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213248#4213248 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213248 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: Metrics in JBoss Messaging.

2009-02-26 Thread mlange
JMX is the way to go. There are only very few monitoring metrics in 1.4 so I decided to intercept the calls via AOP and aggregate them into a separate mbean. This is fairly simple. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213252#4213252 Reply to the

[jboss-user] [JBoss jBPM] - Re: the request was rejected because no multipart boundary w

2009-02-26 Thread ms_shitole
Hi, Its just versioning problem, thats it. You have to download commons-fileupload-1.2.1.jar from following link http://commons.apache.org/downloads/download_fileupload.cgi And put this commons-fileupload-1.2.1.jar in jbpm-console.war file inside WEB-INF/lib directory. So u will find

[jboss-user] [JBoss jBPM] - Re: problems using jbpm 3.1 with jboss 4.0.0

2009-02-26 Thread ms_shitole
Hi, Its just versioning problem, thats it. You have to download commons-fileupload-1.2.1.jar from following link http://commons.apache.org/downloads/download_fileupload.cgi And put this commons-fileupload-1.2.1.jar in jbpm-console.war file inside WEB-INF/lib directory. So u will find

[jboss-user] [Beginners Corner] - Re: org.apache.commons.fileupload.FileUploadException: the r

2009-02-26 Thread ms_shitole
Hi, Its just versioning problem, thats it. You have to download commons-fileupload-1.2.1.jar from following link http://commons.apache.org/downloads/download_fileupload.cgi And put this commons-fileupload-1.2.1.jar in jbpm-console.war file inside WEB-INF/lib directory. So u will find

[jboss-user] [Installation, Configuration DEPLOYMENT] - Unregister my MDB

2009-02-26 Thread luca.santaniello
Hi, I have a problem. I have developed my custom mdb subscriber. It run but when i restart jboss, my mdb have deployed again. I have many same mdb deployed. How can i unregister my mdb? Thanks and sorry for my english! Help me please. L View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Unregister my MDB

2009-02-26 Thread luca.santaniello
luca.santaniello wrote : Hi, | | I have a problem. I have developed my custom mdb subscriber. It run but when i restart jboss, my mdb have deployed again. I have many same mdb deployed. | | How can i unregister my mdb? | | Thanks and sorry for my english! | | Help me please.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Urgent: Problem of deploy a war on JBoss 5.0

2009-02-26 Thread SARA1232007
Hi, I have deployed a web service war on a newly unzipped JBoss 5.0's default directory. After I run JBoss, I get the error message of Failed to create a new SAX parser for parsing context.xml. Hope someone could give me some advice. Thanks. sara Detail is as following:

[jboss-user] [JBoss Messaging] - Re: Possible bug in Jboss-messaging-2.0.0-alpha1

2009-02-26 Thread lidgaca
adridi Thanks, yes your suggestion does work. This is obviously the root of the open solaris 'connection refused' problem. I was also able to effect your fix by adding the jvmarg to the build-messaging.xml runServer target, so I can also run the broker via ant. Thanks to all for your help.

[jboss-user] [JBoss jBPM] - Re: Transaction Issue

2009-02-26 Thread Toriton
No i don't need it at this moment.. i want just to run some examples. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213264#4213264 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213264

[jboss-user] [JBoss AOP] - Method Advised class on getInterceptorChainReadWriteLock wit

2009-02-26 Thread pcross616
I been searching the JIRA bugs related to AOP but not finding anything so I thought I might see if anyone has any suggestions. We have upgraded from AOP 1.5.6 in JBoss 4.2.2 GA to JBoss 5.0.1 using AOP 2.0.0 GA and are using the new instrumentor. All of the code was working in the older

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Comet support in JBoss 5.0.0.GA

2009-02-26 Thread itsjewel
In JBoss 4.2.2, I used to use org.apache.coyote.http11.Http11NioProtocol to deploy the connector for comet. But this class is not available in jbossweb.jar that gets shipped with JBoss 5. Any hints to enable comet enable connector in JBoss 5? Thanks. View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Cluster replication question

2009-02-26 Thread manik.surt...@jboss.com
You would need to use synchronous replication for such guarantees. A call - e.g., cache.put() - will not return until the same call is successfully executed across the cluster. And if a remote instance is attempting the same thing, it will not complete until the call can be executed across

[jboss-user] [JBoss jBPM] - Re: Transaction Issue

2009-02-26 Thread Toriton
After your question.. i changed the DS for a not XA datasource, using as template the examples DS under JBoss/docs/examples/jca. | ?xml version=1.0 encoding=UTF-8? | | !-- = -- | !--

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Urgent: Problem of deploy a war on JBoss 5.0

2009-02-26 Thread jaikiran
See this similar discussion http://www.jboss.org/index.html?module=bbop=viewtopict=150904#4211754 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213272#4213272 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213272

[jboss-user] [JBoss Cache: Core Edition] - Logging in JBoss Cache

2009-02-26 Thread someone_genius
I want to log following two activities (1) All call made to JBoss Cache from external system (2) All call made by JBoss Cache from internal system (Eviction / Move) How to achieve this? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213276#4213276 Reply to

[jboss-user] [JBoss AOP] - Re: not blocking warning

2009-02-26 Thread stale.peder...@jboss.org
hi, if youre not intercepting any of the classes it says it cant find, then you can safely ignore those messages. during processing of the classes aop will try to lookup all the classes and its references. often the references cant be found in the classpath and hence these warnings will occur.

[jboss-user] [JBoss jBPM] - jbpmContext.getGraphSession() returns null

2009-02-26 Thread naeem.jamil
Can any one help me in this regard? My java code is given below. JbpmContext jbpmContext = JbpmConfiguration.getInstance().createJbpmContext(); GraphSession gs = jbpmContext.getGraphSession(); System shows gs is null. Please if any one know why it returns gs

[jboss-user] [JBoss AOP] - Re: Method Advised class on getInterceptorChainReadWriteLock

2009-02-26 Thread stale.peder...@jboss.org
hi, just to be sure that the new instrumentor might be to blame could you try to use the classic instrumentor and let us know if that works? you can set the instrumentor with this property -Djboss.aop.instrumentor=org.jboss.aop.instrument.ClassicInstrumentor View the original post :

[jboss-user] [JBoss AOP] - Re: AOP Logging Tutorial

2009-02-26 Thread stale.peder...@jboss.org
hi, we dont have any logging tutorial afaik, but the examples thats included in the distro should give you a nice idea on how it can be done. eg take a look at JBOSS_DISTRO/docs/aspect-framework/examples/method-execution. its a simple example that show how you intercept a method. the same idea

[jboss-user] [JBoss Messaging] - Re: Metrics in JBoss Messaging.

2009-02-26 Thread timfox
JBM 2.0 has management notifications (I guess this is what you mean by monitoring metrics). I'd be interested in what specific notifications would be of interest to you so we can ensure we have them in JBM 2.0 View the original post :

[jboss-user] [JBoss AOP] - Re: SuperClassesFirstWeavingStrategy Error converting class

2009-02-26 Thread stale.peder...@jboss.org
hi, the exception is thrown when aop is trying to instrument classes, but without the exception stacktrace its not possible to know why. sorry. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213284#4213284 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Logging in JBoss Cache

2009-02-26 Thread manik.surt...@jboss.com
Listeners. How you identify the caller is up to you though. Relying on thread naming is a bit hackish, as is using a ThreadLocal variable. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213288#4213288 Reply to the post :

[jboss-user] [JBossWS] - XML Message

2009-02-26 Thread mounir-aboud
i want to ask how to get the sent document i im using document literal and how to sent this document View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213290#4213290 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213290

[jboss-user] [Beginners Corner] - Re: Help with JBOSS Log Configuration

2009-02-26 Thread jpmigue
Had exactly the same problem. Turns out this was caused by not commenting out the whole stanza: | !-- | appender | . | . | . | /appender | -- | in the supplied time/date based rolling appender configuration View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Freeze and Server killed without any logs

2009-02-26 Thread erache
Hello everyone, I have a weird problem on my server. I tried an EAR on my computer, it works well and on a virtual machine, it doesn't work... So this is the configuration of my computer JBoss 5 Windows Java 6 And this is the configuration of the virtual machine JBoss 5 (I tried 5.0.0 and

[jboss-user] [Installation, Configuration DEPLOYMENT] - Topics messaging in Jboss 5.0.0 GA

2009-02-26 Thread mayankmit2002
Hello All, I'm trying to configure JBoss 5.0.0 GA to provide Topic Messaging. As our product is already running on Jboss 4.2.2 and is working fine, but when I tried to make it compatible to Jboss 5.0.0, I'm getting following stack trace. | 16:29:27,078 WARN [config] Unable to process

[jboss-user] [JBoss jBPM] - cancel timer failed...

2009-02-26 Thread galanfish
hi all, i am learning the lates PVM source code these days. i've created a timer which will call signal to of the host execution to change the normal flow. the process is like this: start -- do some -- schedule(timer)wait --- timeout state --- ... || |

[jboss-user] [JBoss Tools (users)] - Seam Validator not recognising component class

2009-02-26 Thread atorble
I have a specialized Identity component which is configured thus: | @Name(org.jboss.seam.security.identity) | @Scope(SESSION) | @Install(precedence=APPLICATION) | @Startup | public class MyIdentity extends Identity { | ... | } | Within this class I have a method which is

[jboss-user] [JBoss Cache: Core Edition] - Re: Cluster replication question

2009-02-26 Thread jkemp101
In the same node if Host A updates key value AAA to 1 and Host B simultaneously updated key value AAA to 2 would Host A's value be 2 and B's be 1 after replication? The caches would become out of sync? So the solution is to use sync cache or switch to a INVALIDATION_ASYNC cache to inform both

[jboss-user] [JBoss jBPM] - How gettting the process definition's token list ?

2009-02-26 Thread rodosa
Hello!! I'm wondering how I could get the process definition's token list. I was looking into the api but I don't know how do this. I would like rescue a token list of an instance. Rescue all tokens. I implemented the next code, but it returns only the first token, not all tokens. Any

[jboss-user] [EJB 3.0] - Re: EJB3.0 Over HTTP Using JBOSS 5

2009-02-26 Thread itsjewel
Were anybody able to implement this successfully? I am getting following error message when trying to access ejb from a remote machine, javax.naming.CommunicationException: Operation failed [Root exception is java.rmi.ServerException: IOE; nested exception is: | java.net.SocketException:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Multiple instances from single EAR/WAR

2009-02-26 Thread davesb
I have a requirement to be able to create multiple instances of the same application on a single server under difference context roots. Additionally, each instance of the application will need to be configurable. At this stage, the only difference between the instances would be the datasource

[jboss-user] [JBoss Cache: Core Edition] - Re: Cluster replication question

2009-02-26 Thread manik.surt...@jboss.com
For a write heavy scenario like a shared counter, yes. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213308#4213308 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213308 ___

[jboss-user] [JCA/JBoss] - MySQL Datasource on JBoss

2009-02-26 Thread jotnarta
Hi All Any one know how to configure a mysql datasource in JBoss??? I am using JBoss 5 and mysql 5, I tried everything, and read everything, :argh:, can anyone help me , please... I always get the following error Exception thrown java.sql.SQLException: Table not found in statement

[jboss-user] [JBoss Cache: Core Edition] - Re: Logging in JBoss Cache

2009-02-26 Thread someone_genius
We thought of that option but we are not in a position to change any code in production. Is there anyway to achieve the same via configuration file? Do we have any tag for logging in jboss-cache-config.xml file? View the original post :

[jboss-user] [JBoss Tools (users)] - Timeout running a minimal configuration of JBoss 5.0.0.GA an

2009-02-26 Thread tomjenkinson
Hi, I am trying to monitor the startup of a minimal configuration to JBoss AS 5.0.0.GA using the JBossAS Tools plugin (2.0.0.CR2-R200901280154) and Ganymede. I can successfully monitor the all configuration, however when I am running in minimal the server is stuck in Starting phase even though

[jboss-user] [JBoss Tools (users)] - Re: Seam Validator not recognising component class

2009-02-26 Thread max.ander...@jboss.com
sounds like a bug. report in jira with full class attached so we can reproduce. thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213326#4213326 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213326

[jboss-user] [Beginners Corner] - Re: Secure jmx-console and web-console

2009-02-26 Thread acastanheira2001
Hi Pj, Thanks for the wiki SecureJboss. I tried to implement the SecureTheJmxConsole (http://www.jboss.org/community/docs/DOC-12190). Before applying the configuration I can access jmx-console without any access control. After applying the configuration I get a BLANK PAGE and the following

[jboss-user] [JBoss Tools (users)] - Re: Timeout running a minimal configuration of JBoss 5.0.0.G

2009-02-26 Thread max.ander...@jboss.com
you can always edit the server configuration in the tools to just rely on timeout then you don't have to rely on JMX. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213329#4213329 Reply to the post :

[jboss-user] [JBoss Portal] - Portlet 2.0 Event from RichFaces (ajax) request

2009-02-26 Thread ameo
Use: Faceslets, Richfaces 3.0.0.GA, Portletbridge 1.0.0.6, portal 2.7.1 Hello, I want to send an Event to another portlet by using the portlet 2.0 API. And I want to send the Event within an ajax-request. So I use a a4j:commandButton instead of a h:commandButton -Komponent. a4j :commandButton

[jboss-user] [Beginners Corner] - Re: Secure jmx-console and web-console

2009-02-26 Thread acastanheira2001
I forgot to mention that I couldn´t understand what was in jboss-web.xml: You will need to edit the tmladaptor login configuration to setup the login modules used to authentication users Don´t know what to do with it. Thanks again, Andre View the original post :

[jboss-user] [JCA/JBoss] - Re: MySQL Datasource on JBoss

2009-02-26 Thread vickyk
jotnarta wrote : | Exception thrown java.sql.SQLException: Table not found in statement [select * from questions] | Are you sure that there exists a table by name questions? anonymous wrote : and where can i find the log for JBoss server??? Why don't you check the faq's ??? check at

[jboss-user] [Installation, Configuration DEPLOYMENT] - Deploying Jboss

2009-02-26 Thread gakins
I'm getting an error while starting JBoss 4.2.3 and am not sure how to troubleshoot from here. Any help would be greatly appreciated. Jboss 4.2.3 on Mac OS X 10.5 using Java 1.5. I've included Jbossws-native as well. I have run Jboss successfully with my ear file deployed in server/default

[jboss-user] [JCA/JBoss] - Re: MySQL Datasource on JBoss

2009-02-26 Thread jotnarta
Thank you buddy, am sure that table questions do exist in my schema :(, but why the program don't see it ?? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213338#4213338 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: BUG: Principal ist not is session scope after WebAuthent

2009-02-26 Thread alexeev.net
up?.. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213342#4213342 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213342 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JCA/JBoss] - Re: MySQL Datasource on JBoss

2009-02-26 Thread vickyk
Ok, configure the sql client with the same details as you have in -ds.xml file and see if you can execute the same query through it, you can use squirrel as client. Another thing which you can try is to have a simple jdbc program and check if the same statement works Or not. What errors do you

[jboss-user] [JBoss Portal] - Setting Portlet Preferences in Jboss Portal

2009-02-26 Thread dynamolalit
Hi, i am working on JBoss portal customization created one portlet for Address Book management.I have requirements to set per user preferences per portlet in JBoss Portal like number of contacts per page in address book for each user. One way i noticed is in Edit mode of portlet,call

[jboss-user] [JBoss Tools (users)] - Re: Seam Validator not recognising component class

2009-02-26 Thread akazakov
Which version of JBoss Tools do you use? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213346#4213346 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213346 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - richfaces portlet

2009-02-26 Thread prasad_pvk
I am working on a project that uses richfaces based portlets running in liferay. With the following configuration action in context menu is invoked. context-param param-namefacelets.BUILD_BEFORE_RESTORE/param-name param-valuefalse/param-value /context-param context-param

[jboss-user] [The Lizzard's corner] - Re: test

2009-02-26 Thread newtonm
test View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213349#4213349 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213349 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Tools (users)] - Re: Seam Validator not recognising component class

2009-02-26 Thread atorble
JBossTools Core 2.1.1.GA as bundled with JBDS 1.1.0.GA Andy View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213350#4213350 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213350

[jboss-user] [JBoss Tools (users)] - Re: Seam Validator not recognising component class

2009-02-26 Thread akazakov
We have fixed a lot of bugs in Seam Validator since 2.1.1. I can't reproduce it on the latest JBoss 3.0.0 nightly build. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213351#4213351 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Seam Validator not recognising component class

2009-02-26 Thread atorble
OK. I'll try a later version before reporting on JIRA. Thanks Andy View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213353#4213353 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213353

[jboss-user] [JBoss jBPM] - Re: How gettting the process definition's token list ?

2009-02-26 Thread dhanushgopinath
One process instance will have only one token which is in execution. So if you want to get the process definition's tokens then you have to get all the process instances of that particular process def and then get its tokens View the original post :

[jboss-user] [JBoss jBPM] - Re: How gettting the process definition's token list ?

2009-02-26 Thread kukeltje
do it recursively View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213368#4213368 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213368 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: Seam Validator not recognising component class

2009-02-26 Thread akazakov
BTW I found a bug here. If you remove @Name in MyIndentity then NPE will be trown: https://jira.jboss.org/jira/browse/JBIDE-3878 - Fixed. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213369#4213369 Reply to the post :

[jboss-user] [The Lizzard's corner] - Re: test

2009-02-26 Thread newtonm
testtest View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213371#4213371 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213371 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Beginners Corner] - jboss + seam + gwt - remoting problem

2009-02-26 Thread chilitooth
Hi, I am fairly new to jboss, seam and gwt and have difficulties to utilize seam remoting in conjunction with gwt. It all boils down to the problem where the working gwt widget wants to call a remoting service provided by seam and gets a 404 instead of a proper result. I have difficulties to

[jboss-user] [The Lizzard's corner] - Re: test

2009-02-26 Thread newtonm
test3 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213378#4213378 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213378 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [The Lizzard's corner] - Re: test

2009-02-26 Thread newtonm
test4 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213381#4213381 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213381 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Unable to access jboss 4.2.3GA using domain name(host name)

2009-02-26 Thread akumarkind
Hi All I installed jboss+portal bundel 2.7.1 on linux machine. I also configured domain name like companyname.portal it is resolving on on ip address. jboss AS and portal both are accessible by ip address in same machine and LAN also.But it is not accessible by domain name.Is there any

[jboss-user] [JBoss Messaging] - Re: Security Context not passed to message listener

2009-02-26 Thread davemb
Apologies, it looks like I should have posted this on the ejb3 forum and a jira may already have been raised: https://jira.jboss.org/jira/browse/EJBTHREE-1047 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213390#4213390 Reply to the post :

[jboss-user] [The Lizzard's corner] - Re: test

2009-02-26 Thread newtonm
test5 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213392#4213392 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213392 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [EJB 3.0] - Re: EJB 3 1.0.0 installer released for JBoss AS 5.0.0.GA

2009-02-26 Thread PeterJ
The *.ejb3 suffix is not a standard suffix for an EJB archive - you need to rename the archive to *.jar. (If recall correctly, there was a discussion about this in the forums a while back - you could try searching for that discussion if you are interested in the details.) View the original

[jboss-user] [JBoss Portal] - Re: richfaces portlet

2009-02-26 Thread wesleyhales
We don't support Liferay. You should work with them on their forum. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213397#4213397 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213397

[jboss-user] [JBoss Portal] - Re: Portlet 2.0 Event from RichFaces (ajax) request

2009-02-26 Thread wesleyhales
Please don't cross post. I already tried the code (I think I used the Richfaces archetype to test it) and gave a response here: http://www.jboss.org/index.html?module=bbop=viewtopict=144332 For portlet 2.0 eventing, this is something we are working on:

[jboss-user] [Beginners Corner] - Re: Help with JBOSS Log Configuration

2009-02-26 Thread PeterJ
And when you comment out the whole stanza, make sure that there are no embedded comments. In other words, this will not work: !-- | appender | . |!-- some embedded comment -- | . | . | /appender | -- And the default FILE appender has embedded comments! Situations

[jboss-user] [JBoss AOP] - Re: not blocking warning

2009-02-26 Thread alexis_morelle
Thanks for your answer, I'm glad it's safe but I'm still wondering why I've got these messages. The project is a bit large so I can't check it all but the developers insure me that the noticed classes are not used and that's why they are not in the classpath. The jboss-aop.xml file is short

[jboss-user] [Remoting] - Re: Unexplained ConnectionValidator Timeout

2009-02-26 Thread wigdavbar2
This was the problem with JBoss messaging not setting the validatorPingTimeout property in the client. I didn't understand that the timeout from the second thread whilst waiting for the version was the actual ping timeout going off. Got an early build of the next version of messaging from Red

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Freeze and Server killed without any logs

2009-02-26 Thread PeterJ
What is your virtual machines configuration - how much RAM are you allocating to it? What are your heap settings? Try setting heap min and max to the same value. What is Linux SMP? By SMP do you mean Symetric Multiprocessing? So are you saying that you configured your virtual machine with

[jboss-user] [JBoss AOP] - Re: SuperClassesFirstWeavingStrategy Error converting class

2009-02-26 Thread alexis_morelle
That's ok, I understand very well. May be I would have find alone if I had a stacktrace. I'll come back with it if... Thank you again, Alexis. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213405#4213405 Reply to the post :

[jboss-user] [JBoss Portal] - Facelets Xhtml: how to use the portlet: taglib to create a

2009-02-26 Thread stgarp
Hi, I'm willing to create a portlet url in my *.xhtml file, using the portlet taglib, like: portlet:renderUrl | portlet:actionUrl | portlet:param Is there anyway to combine these tags and the use of facelets in xhtml files, or am I facing a problem and need to turn back to JSP's

[jboss-user] [JBoss Portal] - Re: Facelets Xhtml: how to use the portlet: taglib to crea

2009-02-26 Thread wesleyhales
If you're using the portlet bridge, the proper urls are encoded in the bridge through navigation rules defined in your faces-config.xml. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213407#4213407 Reply to the post :

[jboss-user] [Beginners Corner] - WebConsole and JMX console usage and modification

2009-02-26 Thread saguilar
I'm installing jboss-4.2.3 on a shared server running SunOS, and want to change the port configuration of the Jboss server, I know how to do it using the jboss-service.xml and the bindings manager but the web-console and jmx-console are still using 8080 port which is a commonly used port by

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple instances from single EAR/WAR

2009-02-26 Thread PeterJ
Here are some issues I can think of (other than those you already mentioned like supplying unique contexts), off the top of my head: 1) You will have to ascertain that the JNDI names for your EJBs (and anything else that needs JNDI names, such as the data source) are unique between the apps.

[jboss-user] [JBoss Portal] - Re: Facelets Xhtml: how to use the portlet: taglib to crea

2009-02-26 Thread stgarp
Great ! It seems this bridge is powerfull. As a fresh new user, I have then another question: Does that mean I am able to use event and public render parameters and that kind of stuff with my faces portlets ? Is there any doc / example / tuto about this (richfaces + JSR 286 + portlet bridge) ?

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Freeze and Server killed without any logs

2009-02-26 Thread erache
I don't really know the configuration of the virtual machine. I just know the information by accessing by ssh: uname -a: | Linux *** 2.6.27-11-server #1 SMP Thu Jan 29 20:13:12 UTC 2009 x86_64 GNU/Linux | So yes it's a multiprocessing machine free: | total used

[jboss-user] [JCA/JBoss] - Re: MySQL Datasource on JBoss

2009-02-26 Thread PeterJ
Wow, deja-vu all over again. What operating system are you using? On some OSes MySQL is case sensitive. If you are still havingproblems, do this: run 'mysql' from a command line, logging in with user name and password from the *-ds.xml file, then enter 'use project', and then enter show

[jboss-user] [JBossWS] - Re: RestEasy Client Framework

2009-02-26 Thread jej2003
for anyone interested it is at import org.jboss.resteasy.client.ProxyFactory; View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213417#4213417 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213417

[jboss-user] [JNDI/Naming/Network] - MBean's JNDI attribute times out at JBoss startup but works

2009-02-26 Thread pisce
Hello, I'm facing a curious problem, trying to expose Hibernate's statistics through JMX. I updated jboss-service.xml to add the following: | mbean code=org.hibernate.jmx.StatisticsService | name=jboss.monitoring:service=StatisticsService,name=xxxStatisticsService | |

[jboss-user] [JBoss Portal] - Re: Facelets Xhtml: how to use the portlet: taglib to crea

2009-02-26 Thread wesleyhales
we are currently working on eventig View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213420#4213420 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213420 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Re: Secure jmx-console and web-console

2009-02-26 Thread PeterJ
I don't know what that sentence means, either. It could be a holdover from a prior configuration that never got changed. When you uncomment the security-domain in jboss-web.xml, it reference the jmx-console login module in conf/login-config.xml, and that login module uses the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Unable to access jboss 4.2.3GA using domain name(host na

2009-02-26 Thread PeterJ
Unfortunately, the AS+Portal bundle does not come with the readme file that tells you how to fix this. But there is always the FAQ: https://www.jboss.org/community/docs/DOC-10179 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213424#4213424 Reply to the post

[jboss-user] [JBoss Portal] - Re: Facelets Xhtml: how to use the portlet: taglib to crea

2009-02-26 Thread stgarp
Arrg ! I was planning to use this features along with richfaces for a prototype at work ! Seems I need to look for other ways to combine RIA/Portal/Eventing. I think it will be real hard for me now, I already spent 15 days developping my portlets before implementing eventing, and I'm turning

[jboss-user] [Beginners Corner] - Re: WebConsole and JMX console usage and modification

2009-02-26 Thread PeterJ
The HTTP port is define in server/xxx/deploy/jboss-web.deployer/server.xml Of course, the sane way to modify the ports is to use the binding service - see docs/examples/binding-manager/sample-bindings.xml View the original post :

[jboss-user] [JBoss/Spring Integration] - Re: Spring Component Auto Detection

2009-02-26 Thread khoerder
Hi, the issue remains with JBoss 5.0.1.GA and Spring 2.5.6. No problem with JBoss 4.x. We have a web application and initialize the spring context with a ContextLoaderListener (referenced in web.xml). The spring-beans-config (in the classpath) uses context:component-scan. For a spring

[jboss-user] [Security JAAS/JBoss] - Re: jdbcRealm - ClassCastException when trying to log in

2009-02-26 Thread Wolfgang Knauf
Hi, sorry, but the answer to this question is beyond my knowledge ;-). I just wanted to provide you with a solution that works for me, and the ClassCastException sounds as if those two authentication methods don't work together. Best regards Wolfgang View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Freeze and Server killed without any logs

2009-02-26 Thread PeterJ
Did you run 'free' with JBossAS running or stopped? Your max heap size is 1GB which end up using all of the RAM - how much swap space do you have? Based on your current free memory, assuming no swap, I would try reducing maxpermsize to 128m and set min and max heap to 512m - that should

[jboss-user] [JNDI/Naming/Network] - Re: Name not Bound

2009-02-26 Thread bacooper81
Thanks for the feedback. I looked up the namespaces, and my beans did not appear in them. However, I did see an entry for shadows.ear and Shadows.war. I double checked the ear file, and it definitely contains shadows.jar. So why would its beans not be bound to any namespace? Here are some

[jboss-user] [JNDI/Naming/Network] - Re: Name not Bound

2009-02-26 Thread PeterJ
Looks like your EJBs are not being deployed. At minimum they would show up in the java: or global namespace. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213440#4213440 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Correct Eclipse project type for SAR?

2009-02-26 Thread bmelloni
I am still stumped. No matter what I try, no files get placed in archive. I have tried: - Created as either General and Java projects - Included all the JARs into the libraries and OrderAndExport. - From ProjectArchives created a New Archive of type JAR. Set it to exploded, with an extension

[jboss-user] [JBoss/Spring Integration] - Re: Spring Component Auto Detection

2009-02-26 Thread alesj
khoerder wrote : | In my opinion, such issues should be fixed in JBoss or Spring, but not by customers using these two wide-spread frameworks! - I'd rather use another application sever than fixing these kind of things for production use, making version upgrades a potential problem. |

[jboss-user] [JNDI/Naming/Network] - Re: MBean's JNDI attribute times out at JBoss startup but wo

2009-02-26 Thread pisce
Well, my statement about a simple value working OK was just wrong. The above error message appears with anything I take from the Global JNDI Namespace (as displayed by JNDIView in the JMX Console). A value from any other namespace gives the following error (here with a random

[jboss-user] [JBoss/Spring Integration] - Re: Spring Component Auto Detection

2009-02-26 Thread marius.bogoevici
Please track https://jira.jboss.org/jira/browse/JBMICROCONT-411 for updates on this. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213448#4213448 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213448

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Freeze and Server killed without any logs

2009-02-26 Thread erache
I did what you told me... It goes further than last time but it still dies after a while... just annoying Here is what I get during deployment: top: | Cpu0 : 1.2%us, 57.3%sy, 0.0%ni, 0.0%id, 39.5%wa, 2.0%hi, 0.0%si, 0.0%st | Mem: 1024224k total, 1015156k used, 9068k free,

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - @Resource Injection fails in servlet the second time

2009-02-26 Thread tomnicholls
I am trying to inject a JDBC DataSource into a servlet running on JBoss 5.0.0.GA The DataSource injection appears to work the first time the servlet is called (after deployment) and I get a Connection successfully. However, when the servlet is called the second time, I get an error:

[jboss-user] [JBoss Cache: Core Edition] - Re: JBossCache Deadlock in Hibernate BulkOperationCleanupAct

2009-02-26 Thread bstansbe...@jboss.com
Can you post the rest of the logging for this transaction? I want to see why GlobalTransaction::2 is holding a lock on /com/foo/Bar/ENTITY. If all you've done during the tx is a single bulk UPDATE it shouldn't be holding any lock. View the original post :

[jboss-user] [JBossWS] - Re: schema validation in JBossWS 2.0.GA

2009-02-26 Thread ailing.qin
I find the solution, 1. create a file of handler chaine 2.use @HandlerChain for add the file in the class endpoint impl 3. create the class implements SOAPHandler View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213458#4213458 Reply to the post :

  1   2   >