[jboss-user] [Performance Tuning] - performance tuning web-container in jboss

2008-02-22 Thread the666pack
hello! i am performance testing the jboss server. however i realized a low throughput for simultaneous client requests. so now i would like to know which possibilities i have to change this behaviour and increase performance. for performance tests i use the command line tool

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Using GET Method

2008-02-22 Thread [EMAIL PROTECTED]
None this request is invalid. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131297#4131297 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131297 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: Installing jbossws on Mac OS X fails due to missing tool

2008-02-22 Thread [EMAIL PROTECTED]
Mac OS X has a weird JDK layout. They basically rename everything, especially tools.jar is named classes.jar and doesn't reside under JAVA_HOME/lib. If I remember correctly it's in JAVA_HOME/LIbraries. So all you need to do is to symlink JAVA_HOME/Libraries/classes.jar to

[jboss-user] [JBoss Portal] - How can I to include JavaScript files in Portlets to JBoss P

2008-02-22 Thread dickinson
Hello, my question is described in the subject of this post. Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131307#4131307 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131307

[jboss-user] [JBoss jBPM] - Re: Process Logging Not Happening Correctly

2008-02-22 Thread etluchs
I've got a similar problem with jbpm-jpdl 3.2.1. Funnily, only variable instance changes are logged, nothing else. Maybe, there's some logging-configuration necessary which is not obvious from the docs? View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error when deploying

2008-02-22 Thread b7518
Hi, As per my collegues, JBOSS server is running and i need to shutdown then start script. But i encounter this error when using shutdown - S Exception in thread main javax.naming.CommunicationException: Could not obtain connection to any of these urls: localhost:1099. Root exception is

[jboss-user] [Security JAAS/JBoss] - Re: Tomcat 5.5 login module compatibility?

2008-02-22 Thread barramundi
You can enable debug. Refer to question 4 http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ The last time i mess with custom principal, I end up having to extend SimplePrincipal to be compliant. Worse case, you can always decompile your current module to verify your suspicions View the

[jboss-user] [Security JAAS/JBoss] - Re: Using database for authorization ONLY?

2008-02-22 Thread barramundi
If i remember well. when the LdapExtLoginModule flag = optional the login will not fail as long as your next login module works to return the roles. Of course your next module's flag need to be 'required' If you really have to modify the ldap login module, just modify the LdapExtLoginModule's

[jboss-user] [JBoss jBPM] - Re: new rows inserted into jbpm tables every time jboss is s

2008-02-22 Thread kukeltje
jbpm itself does not do anything like this. Most likely you process is deployed over and over again because you use e.g. seam. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131318#4131318 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Token.signal() --- 2 tokens?

2008-02-22 Thread pojomonkey
kukeltje wrote : In most of the situations the states (not to be confused with the state nodes) are either signalled by a human, or async after the execution of some action. Please, can you clarify what the difference is between 'the states' and 'the state nodes'? I am taking a token being at a

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error when deploying

2008-02-22 Thread jaikiran
Which means that the server is not accessible. One of the probable reasons is that the server is not started. Also, try to connect to http://localhost:8080/jmx-console from the browser. If it doesn't work then the server is either not up or not listening to localhost. anonymous wrote : As per

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error when deploying

2008-02-22 Thread jaikiran
anonymous wrote : As per my collegues, JBOSS server is running and i need to shutdown then start script. But i encounter this error when using shutdown - S | | Exception in thread main javax.naming.CommunicationException: Could not obtain connection to any of these urls: localhost:1099.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error when deploying

2008-02-22 Thread b7518
this is the result Connecting to localhost.Could not open connection to the host, on port 1099: Connection failed View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131324#4131324 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error when deploying

2008-02-22 Thread b7518
http://localhost:8080/jmx-con cannot access the page... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131329#4131329 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131329 ___

[jboss-user] [JBoss Messaging] - Re: Message Pulling

2008-02-22 Thread timfox
sams wrote : | Evidently when JBoss creates the MDB, it create's the MDB's Message Listener from a Session that was created from a standard ConnectionFactory instead of the ClusteredConnectionFactory. I have not seen a setting in any of the config files so far to change this, so it may be

[jboss-user] [JBoss jBPM] - ejb3 jbpm-enterprise seam

2008-02-22 Thread jgeraert
Dear all, I'm trying to integrate the jpm-enterprise.jar into my own project. I have added it as EJB module in my application.ear and all the beans deploy like it should. I have a ejb3 session bean that starts up the process. it fails in EjbSchedulerService.java | try { |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error when deploying

2008-02-22 Thread b7518
Sorry, re-phrase from JBOSS server is running to JBOSS server is not running. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131332#4131332 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131332

[jboss-user] [Installation, Configuration DEPLOYMENT] - Simply IP ban

2008-02-22 Thread zfar
Hi there! I'd like to ask, whether there is a simply way how to ban an IP address in jBoss AS? Something like property file would be the best option. Nor Google neither documentation helped me. I've been thinking about ban IP at OS level, but we don't have access/permission to change the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Problems deploying Jboss Alfresco

2008-02-22 Thread macn0ble
Not really an issue for this forum, but I'm gettin desperate ;) The definition and error code is in this thread: http://forums.alfresco.com/viewtopic.php?t=11192 Help would be very much appriciated! View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - configure MDB instances w/ JBOSS 4.2.2

2008-02-22 Thread smartass33160
Hello, I am using JBOSS 4.2.2 and EJB 3.0 I have a single queue and I would like to configure the number of MDB instances which will consume messages from that queue. I have read quite a few post regarding this issue, but I wasn't able to properly configure the number of MDBS appart from the

[jboss-user] [JBoss jBPM] - StaleObjectStateException in a Fork with states

2008-02-22 Thread jfbenck
Hi, I'm working a jBPM implementation with the following characteristics: 1) All calls go to external systems, so we use states for modeling the different steps. 2) We might be using forks in our processes, which thus contain states. 3) The external systems store their reply in a variable

[jboss-user] [JBoss Getting Started Documentation] - Accessing files while deployed in EAR

2008-02-22 Thread perron
Hey, I have the following problem. In my dev environment I am accessing different files including config and jars to run my application. This works fine as long as I do not want to be them all packed up in my EAR to be deployed in JBoss. Is there a way to reference my files in my code so

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error when deploying

2008-02-22 Thread jaikiran
I'm confused. Are you trying to start JBoss(in which case you dont have to use the shutdown.bat) and running into this issue? You havent yet replied to my earlier questions: jaikiran wrote : Did you do any changes to the JBoss installation? Also are you sure that the JBoss version that you

[jboss-user] [JBoss Getting Started Documentation] - Restarting W2003-JBOSS service reboots the server

2008-02-22 Thread crowse
When I try to restart the Jboss service from controlPanel- Services-Jboss the entire machine reboots. There is no apparent way to stop this process once started This can cause much customer dissatisfaction. running service.bat restart results in JVM-BIND erors (Port

[jboss-user] [JBoss jBPM] - Re: StaleObjectStateException in a Fork with states

2008-02-22 Thread pojomonkey
You might find the discussions in the Token.signal() --- 2 tokens? thread useful... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131351#4131351 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131351

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: CPU (threads) at 100%, Tomcat sockets in CLOSE_WAIT

2008-02-22 Thread georges.goebel
Hi, I upgraded to JBoss 4.2.2 but I notice that there are also connections in CLOSE_WAIT status. Can you show me how to dump thread CPU utilization using ps and correlating to the thread dump TID's from JBoss Furthermore I noticed that starting the same JBoss config (same version with the

[jboss-user] [JBoss and NetBeans] - Re: JBoss 5 and Netbeans 6

2008-02-22 Thread phejl
Try to use the latest NB6 milestone (however there are still some issues in beta4). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131350#4131350 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131350

[jboss-user] [JBossWS] - Type mapping trouble with JAX-WS and EJB3

2008-02-22 Thread JoPe
I'm trying to write my first own webservice using EJBs (V3) in a JBoss 4.2.2. Building and deploying the webservice bean works fine, but when I try to access a web method with no parameters and no return type like this: package test.de.laliluna.library; | import java.net.URL; | import

[jboss-user] [JBoss Portal] - JPetStore Struts Example - Lost request attributes

2008-02-22 Thread brain101
jboss 4.2.2-GA jboss-portal 2.6.4-GA i tried to get the jpetstore struts example to run, i downloaded it from http://labs.jboss.com/downloading/?projectId=portletswapurl=/portletswap/downloads/portlets/framework/struts-example.zip and deployed it to the server. start page is ok, but all pages,

[jboss-user] [JBoss AOP] - Re: Long startup time

2008-02-22 Thread avihaimar
Thanks, few things that i didnt understand: 1. does the current release of jboss-aop2 (cr4) support exclude *? 2. how i include all packages that start with com.mycompany ... 3. i saw in some example that you wrote in the exclude and include the package and dot at the end org.jboss. what is the

[jboss-user] [JBoss Portal] - Re: JPetStore Struts Example - Lost request attributes

2008-02-22 Thread [EMAIL PROTECTED]
Are you sure that's the issue ? It's working fine for me, but i just realized recently that the portlet available has a configuration issue. You need to define the location of the data: in WEB-INF/classes/properties/database.properties for now you have something that points to my machine :-/ Make

[jboss-user] [JBoss AOP] - Re: maven-plugin

2008-02-22 Thread avihaimar
Thanks a lot. The problem that i intreduce is a little different. In the example that you wrote modue2 depend on module1, and class in module2 intercept by interceptor in module1. In my question module2 depend on module1 (model), but classes in module1 intercept by module2 , the problem (or

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error when deploying

2008-02-22 Thread b7518
Sorry for confusing you. if this is the case, i 'm just starting the server from console only. I don't do any changes in installation and JBOSS already installed in web server. Before this problem happened the webpage or web server is running smoothly. View the original post :

[jboss-user] [JBoss and NetBeans] - Re: JBoss 5 and Netbeans 6

2008-02-22 Thread phejl
Actually I meant NB6.1 milestone (or daily build). Sorry for the confusion. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131361#4131361 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131361

[jboss-user] [EJB 3.0] - @JoinTable and InheritanceType.JOINED

2008-02-22 Thread artmooney
Hi, I recently refactored a persistence layer toward JOINED inheritance. Afterwards I had a @Many2One assocation which stopped working: @OneToOne(fetch=FetchType.LAZY) @JoinTable(name=Patient2CRMDoctorV,[EMAIL PROTECTED](name=patientId)}, [EMAIL PROTECTED](name=doctorId)} ) private Doctor

[jboss-user] [JBossWS] - Re: out parameter

2008-02-22 Thread rukus
oskar.carlstedt wrote : Hi! | | In such cases you have to return the new state to the client in form av a returned object. So you cannot have this method as a void method. | | Cheers | /Oskar | | i know that i can return new state of object by using return statement but this

[jboss-user] [JBossCache] - Re: LRU Eviction Policy is clearing the entire cache after M

2008-02-22 Thread fatefree
Yes Ive read the expiration policy but it suffers from the same problem as its limited to expiring everything in the node at once, rather than the individual elements in the node View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131372#4131372 Reply to the post

[jboss-user] [JCA/JBoss] - JCA Hot deployment

2008-02-22 Thread beto_tbo
Hi friendz :) I thinking about a JCA Datasource (a JDBC connection manager)... If I do it, i'll be able to redeploy it without problems? Thankz... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131368#4131368 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: StaleObjectStateException in a Fork with states

2008-02-22 Thread jfbenck
pojomonkey, thanks for the reply. However, I don't think it helped me. My current code signal()s the tokens within the fork, and should thus be correct. In fact, perhaps to clarify, when the signal()s are executed in sequence, no exceptions occur. Oh, and I'm using jBPM 3.1.4 btw View the

[jboss-user] [Security JAAS/JBoss] - Re: Jboss is always using UserRolesLoginModule instead of Cl

2008-02-22 Thread ssiebel
Hello bensonfungjava, sorry for the late answer. As i mentioned above the solution is quite project specific and might not help you much. Our application is deployed as an EAR. the jsf project is part of that ear as well as the auth-module. so the only thing i had to do is to reference this

[jboss-user] [JBoss jBPM] - Re: jbpm Web application with seam

2008-02-22 Thread fengzhi
hi guys, Had nobody experiences with my problem or don't you understand it? Please help !!! best regards, Fengzhi View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131379#4131379 Reply to the post :

[jboss-user] [EJB 3.0] - Re: @JoinTable and InheritanceType.JOINED

2008-02-22 Thread artmooney
The problem only occurs if the assocation is between 2 classes from the same inheritance hierarchy. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131378#4131378 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131378

[jboss-user] [JBossWS] - Re: My WS doesn't send any attachment... why?

2008-02-22 Thread cdc08x
Ok, I tried and used the SwAref technique many times, and everything worked perfectly. Sadly, a new problem: when I wanted to send back to the client a List of complex objects, each with a DataHandler field, to treat as an attachment, a problem came. In detail, here's the webservice interface

[jboss-user] [Remoting] - Re: Problem with backlog queue behavior ?

2008-02-22 Thread nicolas.medoc
Hi Ron, Thanks for your response. When the clientMaxPoolSize=MaxPoolSize=100, all the 300 client threads works fine - only for the threads that don't reach numberOfRetries=30 (corresponding to a time of 30 seconds). Ok, there is sense to have clientMaxPoolSize=maxpoolSize. But in this case I

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error when deploying

2008-02-22 Thread jaikiran
Okay. Can you post the contents of your server.log file present in C:\jboss4\server\default\log folder? Maybe that will give us more details. While posting, remember to wrap the contents of the logs in a code block by using the 'Code' button in the message editor window. That will make the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Help needed with JBoss and openJPA

2008-02-22 Thread nitros
I haven't got any reply to my previous message. Is it a bug in JBoss or openJPA? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131408#4131408 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131408

[jboss-user] [Clustering/JBoss] - Re: error with org.jgroups.protocols.pbcast.NAKACK

2008-02-22 Thread simvtran
Yes, no production impact. Do you know whether there will be a fix for it, maybe in JBoss5? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131413#4131413 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131413

[jboss-user] [JBoss jBPM] - Re: jbpm Web application with seam

2008-02-22 Thread kukeltje
jsf, no backingbeans, custom tags View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131415#4131415 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131415 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - New process instance always get persisted

2008-02-22 Thread bungrudi
Dear all, When in a persistence context, creating a process instance using JbpmContext.createNewProcessInstance(String procDefName) always end up with the newly created instance persisted in the database. I think this should not be the case, since there is

[jboss-user] [Clustering/JBoss] - Re: error with org.jgroups.protocols.pbcast.NAKACK

2008-02-22 Thread [EMAIL PROTECTED]
No, I don't think so. I think we do have a JIRA issue, but very low prio. We'd have to remove the retransmission task from the timer rather than just cancelling it, and with the current java.util.concurrent threaded timer, this is expensive, so we'd incure an ovehead. View the original post :

[jboss-user] [JBoss jBPM] - Re: jbpm Web application with seam

2008-02-22 Thread fengzhi
Ronald, thank you very much. best regards, Fengzhi View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131423#4131423 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131423 ___

[jboss-user] [Clustering/JBoss] - Re: error with org.jgroups.protocols.pbcast.NAKACK

2008-02-22 Thread simvtran
Thank you for your reply. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131429#4131429 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131429 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Determining the number of messages in a topic

2008-02-22 Thread isthisusernameavailable
Hello, What's the best way to determine the number of messages in a topic? I know you can use a QueueBrowser to enumerate the messages in a Queue, but there is no TopicBrowser. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131430#4131430 Reply to

[jboss-user] [JBoss jBPM] - Re: new rows inserted into jbpm tables every time jboss is s

2008-02-22 Thread tester74
Thanks for your quick reply. I do use Seam. How do I prevent this from happening? Appreciate your response View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131441#4131441 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131441

[jboss-user] [JBoss Portal] - Login name case sensitive

2008-02-22 Thread HerQpapa
Hi, I am using jboss-portal-2.6.2.GA with Hypersonic on dev and MySQL5 on production servers. I have noticed that the login name is not case sensitive. Usernames john.smith, John.Smith or jOhn.SmitH are treated like String.equalsIgnoreCase(). Is there any way where I can set the login to

[jboss-user] [JBoss jBPM] - Re: Token.signal() --- 2 tokens?

2008-02-22 Thread kukeltje
anonymous wrote : Please, can you clarify what the difference is between 'the states' and 'the state nodes'? I probably should have said 'wait-states' and state-nodes. task-nodes are generally also wait-states, and the generic 'node' can be made into a wait state or auto-transitioning node by

[jboss-user] [JBoss jBPM] - Re: StaleObjectStateException in a Fork with states

2008-02-22 Thread kukeltje
look in the jira... there is info there about SOE View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131445#4131445 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131445 ___

[jboss-user] [JBoss Tools (users)] - webservice tools eclipse integration

2008-02-22 Thread sawe
(jboss4.2.1.GA, jbossws-native-2.0.3.GA, JBossTools 2.0.0.GA, eclipseEE3311) Are the webservice tools (eg wsconsume) integrated in the JBossTools eclipse plugins? I'm wondering because client stubs generated in eclipse (New/Other/Web Services/Web Service Client), seem to depend on jars not

[jboss-user] [Beginners Corner] - webservice return type package

2008-02-22 Thread sawe
(jboss4.2.1.GA, jbossws-native-2.0.3.GA, JBossTools 2.0.0.GA, eclipseEE3311) I've deployed a @Stateless @WebService bean with a method like: package x.y.Z; public a.b.C doMagic(); In the WSDL at the deployement URL, the returntype C is changed to x.y.C (i expected a.b.C, webservice newbie

[jboss-user] [JBoss jBPM] - Re: new rows inserted into jbpm tables every time jboss is s

2008-02-22 Thread tester74
It looks like it is a jbpm feature and goes by versioning mechanism. I see the following in the jbpm jpdl reference at http://www.jboss.com/products/jbpm/docs/jpdl How do I avoid versioning and keep the same process definition unless something has really changed in the process definition file?

[jboss-user] [JBoss Getting Started Documentation] - Re: presonalisation of page by a user

2008-02-22 Thread PeterJ
anonymous wrote : personalisation of the page Personalization of what page? And state the version of JBossAS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131465#4131465 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Login name case sensitive

2008-02-22 Thread [EMAIL PROTECTED]
can you check in Jira for 2.6.3 or 2.6.4, i remember such an issue but don't remember exactly (it was actually a problem with MySQL and the dashboard) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131461#4131461 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Using GET Method

2008-02-22 Thread PeterJ
Try using %20 in place of the space in your URL: ...carierName=Verizon%20Wireless... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131466#4131466 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131466

[jboss-user] [JBoss jBPM] - Re: Token.signal() --- 2 tokens?

2008-02-22 Thread pojomonkey
kukeltje wrote : I probably should have said 'wait-states' and state-nodes. OK - I understand all that :) kukeltje wrote : Your 'solution' seems ok, but I wonder what the advantage is in doing it this way. My 'solution' is just an illustration that shows how to signal the tokens and how to

[jboss-user] [JBoss jBPM] - Re: New process instance always get persisted

2008-02-22 Thread kukeltje
anonymous wrote : I'm using 3.1.4 and don't know if this have changed in later version, nor is this an intended behaviour. This behaviour will not be changed in 3.1 or 3.2 (or the 3.x branch at all, but I'm not sure nor 'authorized' to state that). 3.1 is in maintanance 'mode' and such

[jboss-user] [Performance Tuning] - Re: performance tuning web-container in jboss

2008-02-22 Thread PeterJ
Are you using a database? How many database connection have you set up? With HTTP, the default setting is 250 connections, so you are OK there for now. What are your JVM options for heap setting? Have you set the young generation size? See my presentation on Java Performance at

[jboss-user] [JBoss Portal] - JBoss Prtal server and Jboss IDE for eclipse Integration

2008-02-22 Thread Sarfaraz
I am new to Portal framework. I have downloaded JBoss Portal Server and Jboss Portal IDE for Eclipse. How can I create portal application from JBoss IDE and run it on JBoss Portal Server ? Regards Sarfaraz View the original post :

[jboss-user] [JBoss jBPM] - Re: Token.signal() --- 2 tokens?

2008-02-22 Thread kukeltje
anonymous wrote : Is there any way to attach a (zip) file to a post here? When I get a working example I'd be happy to share the code. Sorry, no... but you can post it on the wiki and put the link here. Just make sure you give the page a meaningful name. View the original post :

[jboss-user] [JBoss Portal] - Re: Login name case sensitive

2008-02-22 Thread HerQpapa
I do not think it is MySQL specific as it does the same with Hypersonic as DefaultDS and no MySQL present. I checked Jira but I could not find anything related to this problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131477#4131477 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - javax.servlet.jsp.JspTagException: org.jboss.mx.util.MBeanPr

2008-02-22 Thread gcameo
I have been trying to upgrade jboss from 3.0.8 to 3.2.8-SP1 as part of our upgrade process. After burying through various configuration problems I finally got it deployed. I am now getting this exception on the jboss console 15:28:12,500 ERROR [ClientSessionBean]

[jboss-user] [JBoss Getting Started Documentation] - Re: Restarting W2003-JBOSS service reboots the server

2008-02-22 Thread PeterJ
I assume by your mention of service.bat that you areu sing JBoss native to run JBossAS as a service? (There are multiple ways of running JBOssAS as a service, with JBoss Native being just one of them.) Are you saying that when you run service.bat from a command prompt that you get the JVM-BIND

[jboss-user] [JBoss Portal] - Re: Login name case sensitive

2008-02-22 Thread [EMAIL PROTECTED]
What i meant is that with MySQL it was blowing on the dashboard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131487#4131487 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131487

[jboss-user] [Messaging, JMS JBossMQ] - JMS Queue Tuning?

2008-02-22 Thread gcarlisle
Hello, We are using jboss 4.0.3SP1 and we are running into some performance issues with the JMS Queue. Is there a way to tune how jboss handles JMS queuing to make it more efficient or is that on the application side where the tuning would have to take place? Thank you for any insight to

[jboss-user] [JBoss Portal] - JBossPortal and ldap with different schema than the usual on

2008-02-22 Thread badock
Hello all, I use JBossPortal 2.6.3 with Openldap 2.23 for authentication. In a first time i used the ldif schema provided with the documentation : http://docs.huihoo.com/jboss/portal/2.6/reference-guide/html/ldap.html#d0e7333 and the ldap_identity-config.xml associated. Now i need to use a

[jboss-user] [JBoss Portal] - Re: JbossPortal and ldap

2008-02-22 Thread badock
I'm sorry, but i don't see any connection between what you're writing and my problems... Sure, you seem to have issues with ldap+jboss too, but since your problems look a lot different from mine, i think you should get your own thread... No offense, but you're not helping me getting

[jboss-user] [JBoss Messaging] - JBoss World JBM presentation

2008-02-22 Thread timfox
For those of you who couldn't make it to JBoss World last week, the presentations are now online: http://www.jbossworld.com/downloads/presentations/ Be sure to check out the JBoss Messaging presentation - it mainly goes into what's new in JBM 2.0 View the original post :

[jboss-user] [JBoss jBPM] - Re: new rows inserted into jbpm tables every time jboss is s

2008-02-22 Thread kukeltje
Sorry, no, it is not a jbpm feature that every time an application (seam in this case) says to deploy a process, it get's deployed. Yes, there has been some discussion to change this. How to prevent versioning is probably not what you mean, you want to know how to prevent deployment of the

[jboss-user] [JBoss Portal] - Re: Login name case sensitive

2008-02-22 Thread HerQpapa
I could not find the Jira entry you mentioned. I tried a fresh install of 2.6.2 and the problem exists on a 'virgin' server. I downloaded jboss-portal-2.6.3.GA but the issue seems to be fixed. I could not reproduce it. I guess I have to upgrade to 2.6.3. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Exclude folder from deployment

2008-02-22 Thread abondi
Hello everybody, how can I exclude a folder from being deployed? I mean: I have a jar containing a folder named components. In this folder there are few jars which are automatically deployed when I copy my original jar in the deploy folder. How can I prevent JBoss from doing this? I want to

[jboss-user] [JBoss Portal] - Re: JBoss Prtal server and Jboss IDE for eclipse Integration

2008-02-22 Thread PeterJ
Did you read the documentation? It is very good, and includes a portlet primer. http://docs.jboss.com/jbportal/v2.6.4/referenceGuide/html/tutorials.html For general portlet programming, there is a free pdf available at http://www.manning.com/hepper/. It uses a different portal, but most of the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Exclude folder from deployment

2008-02-22 Thread PeterJ
Try adding the folder name to the matches property of the FilterInstance attribute of the URLDeploymentScanner MBean, the last mbean in server/xxx/conf/jboss-service.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131502#4131502 Reply to the post :

[jboss-user] [JBossWS] - Error create consumer

2008-02-22 Thread devfree
When I intent create to consumer I get an error: Couldn't create Consumer 'bea' Cause: could not insert: [org.jboss.portal.wsrp.consumer.ProducerInfo] , but in the first intent I get an error: setProperty must be overridden by all subclasses of SOAPMessage then I intent again and I get an

[jboss-user] [EJB/JBoss] - Re: System.getProperty(

2008-02-22 Thread gordonh
The application is a Java WebStart application. Here is what is displayed when I start JBoss (includes version info). === JBoss Bootstrap Environment JBOSS_HOME: C:\JAVA\jboss-4.0.5.GA\bin\\.. JAVA: C:\Program

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Upgrading Jboss

2008-02-22 Thread gcameo
all this Issue solved after changing the datasource to a *-ds.xml. But I only landed on JNDI prolems with namespace. any guide on these will be very much appreciated View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131507#4131507 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Exclude folder from deployment

2008-02-22 Thread abondi
I found something like the solution you propose in this forum. The problem is that I'd like to do this without touching jboss-service.xml configuration file but only modifying my META-INF/jboss-app.xml file, inside the container jar. Thank you very much for your interest! Andrea View the

[jboss-user] [EJB/JBoss] - Re: System.getProperty(

2008-02-22 Thread jaikiran
anonymous wrote : The application is a Java WebStart application. The Java Webstart application runs in its own JVM and hence wont have the system properties available on the server. The application server runs in its own JVM and if you use the System.getProperty from the code which runs on the

[jboss-user] [JBossCache] - JBoss Cache 2.1.0.CR4 released

2008-02-22 Thread mircea.markus
More on this: http://jbosscache.blogspot.com/2008/02/new-jbosscache-release-candidate.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131510#4131510 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131510

[jboss-user] [Security JAAS/JBoss] - Re: Using database for authorization ONLY?

2008-02-22 Thread tresspicher
Thank you so much. You have been very helpful. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131515#4131515 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131515 ___ jboss-user

[jboss-user] [Installation, Configuration DEPLOYMENT] - Jboss AS 4.2.2 wont' start

2008-02-22 Thread abradley
I downloaded the JBoss Portal + JBoss AS 4.2.2 and I am trying to get it installed on a Windows 2003 server. I have Java V 1.5.0.14 installed. When I try to start the server I get the below error. Any thoughts on the cause? I am able to get AS 4.0.3sp1 to start. But I would like to get 4.2.2

[jboss-user] [JBossWS] - Re: How to setup wsse usernametoken for ejb3 based web servi

2008-02-22 Thread xiaow
Can you put more details on how to configure EndpointConfig, SecurityDomain and WebContext? I believe they are jboss only annotations. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131518#4131518 Reply to the post :

[jboss-user] [EJB/JBoss] - ejb application

2008-02-22 Thread allanrj
Hi guys... Im trying to do a ejb application... Im using xDoclet to generate xml, well i have a entity and session bean (class SitesBean extends EntityBean and SitesSBBean extends SessionBean) for entitybeans i generated local and local home interface e for sessionbean generated remote and

[jboss-user] [JBossWS] - org.xml.sax.SAXParseException: Premature end of file ERROR

2008-02-22 Thread rainwood
I use an EJB application deployed in Jboss 4.0.1 to call a web service, it got the following errors. But it workes when I use a stand alone program to call web service separately (not in EJB application and not deployed in jboss server). Does anybody here can help me to solve this problem?

[jboss-user] [JBoss jBPM] - Re: StaleObjectStateException in a Fork with states

2008-02-22 Thread jeffj55374
We too use forks, joins and sub proceses extensively with async nodes. StaleObjectExecption have been in issue for us with JBPM 3.2.2. Our problem isn't in the fork, but the join that follows. In November a fix was made to Join.java where they added a flush. I pulled a copy of this file into

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Jboss AS 4.2.2 wont' start

2008-02-22 Thread PeterJ
The error message means that the class files were compiled with a 1.5 JDK. You are using JDK 1.4.2, you should be using JDK 1.5. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131530#4131530 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Seam Generate Entities with PostgreSQL

2008-02-22 Thread magoicochea
Hello I am having the following problem, I have a postgreSQL database and I want to use the generate seam entities option, but the problem is that jboss tools uses the default public schema and my database is in another schema. Also I have set up the property hibernate.default_schema = but

[jboss-user] [JBoss jBPM] - Re: StaleObjectStateException in a Fork with states

2008-02-22 Thread estaub
Are you using at least READ_COMMITTED isolation in the DB? If not, I think that before you finish, you'll find that you need to. See http://jira.jboss.org/jira/browse/JBPM-983 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131532#4131532 Reply to the post :

[jboss-user] [Microcontainer] - Service validation

2008-02-22 Thread [EMAIL PROTECTED]
Say I've got a service that has some dependencies that need to be injected before it can start up. My first question is, when do the dependencies get injected, with relation to the service lifecycle methods? And secondly, how can I, within my service bean, validate that all the required

[jboss-user] [JBoss Portal] - Re: HOW to change Locale in Program?

2008-02-22 Thread jvence
zaza wrote : Thx for your reply. | | But could you tell me how to adapt or change the class LocaleInterceptor? | (if i want to store it in session) | | | Thx Did you ever to get this working? Thanks View the original post :

[jboss-user] [Javassist user questions] - Re: how to load external property file in JBOSS

2008-02-22 Thread jefo
Hi guys, I have followed some tips in other posts but I cannot make this works. My properties-service.xml | attribute name=Properties | myProperty=myPropertyValue | /attribute | my app-servlet.xml | bean id=MyService class=acme.MyServiceImp | property name=myProperty

[jboss-user] [JBoss Messaging] - Re: Determining the number of messages in a topic

2008-02-22 Thread timfox
Well.. topics don't hold on to messages, so it wouldn't make sense to browse them. You can create multiple subscriptions on a particular topic, and it might make sense to browse them but JMS doesn't provide any such functionality. However with JBM you can use the JMX management interface to

  1   2   >