[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss Automatically restart

2008-09-23 Thread zwind
Dear all, here is my situation: I am using the JBoss AS to run a web-based system. However , due to unknown reason, the JBoss always restarts itself. Does anyone know any method that I could use to check the reason behind? Each time when the JBoss restarts itself , the following log occurs: [C

[jboss-user] [JBoss Portal] - How to set the theme programatically

2008-09-23 Thread m.paranjape
Hi All, I need to display a user defined portlet on my portal page which will let the user select a theme from the dropdown and then the selected theme will be applied to the whole portal. Actually I am trying to set the default theme for portal. I am using the following code in my process acti

[jboss-user] [Beginners Corner] - Re: Hot to disable autodeploy seam app on Eclipse

2008-09-23 Thread hello_jboss
i want to know, too View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178464#4178464 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178464 ___ jboss-user mailing list jboss-user@

[jboss-user] [EJB 3.0] - Re: how to define a destination with MDB annotations only ?

2008-09-23 Thread jaikiran
"jaikiran" wrote : From what i remember, a non-existent topic/queue to which a MDB listens is not created by default by JBoss. This used to happen earlier, but not now. | https://jira.jboss.org/jira/browse/JBAS-5114 View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBossWS] - Logging the soap messages before and after applying ws-secur

2008-09-23 Thread alllle
I have tried enable TRACE logging as well as using the JBossWS records discussed http://jbossws.jboss.org/mediawiki/index.php?title=Records_management, both of them only show the message with the encryption / signing, not the decrypted message. I wonder if there is any logging from the WS-Sec

[jboss-user] [EJB 3.0] - Re: how to define a destination with MDB annotations only ?

2008-09-23 Thread jaikiran
anonymous wrote : @ActivationConfigProperty(propertyName = "destination", propertyValue = "topic/TestMdbTopic") | Is this topic/TestMdbTopic created/deployed through the xml files? From what i remember, a non-existent topic/queue to which a MDB listens is not created by default by JBoss.

[jboss-user] [Beginners Corner] - Re: JBoss with Hibernate

2008-09-23 Thread jaikiran
anonymous wrote : What is the way to use DB connection using Datasource ? You will have to create a -ds.xml file and place it in the deploy folder of JBoss. See the %JBOSS_HOME%\docs\examples\jca folder for examples. Also see these: http://wiki.jboss.org/wiki/DSdotXML http://wiki.jboss.org/wik

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Scheduled activities Monitor giving Error in Jboss 4.2.3

2008-09-23 Thread rks_86
Does anyone know why this exception comes.. Exception in processing requests to monitor. [java.lang.NullPointerException: Monitor Status Monitor not found Any help appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178458#4178458

[jboss-user] [Beginners Corner] - Migration from iPlanet to Jboss

2008-09-23 Thread skm2008
Hi, Is there any docs available describing the steps necessary for migrating any applications from iplanet app server to Jboss app server. thanks!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178457#4178457 Reply to the post : http://www.jboss.com/inde

[jboss-user] [Beginners Corner] - JBoss with Hibernate

2008-09-23 Thread skm2008
Hi, I need to use Hibernate with Jboss. What is the way to use DB connection using Datasource ? If there will be multiple database how to deal with this. code snipets will much more helpful. thanks in advance ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Need all log locations for JBoss 4.2.3GA

2008-09-23 Thread rks_86
I only found this much log locations /jboss-4.2.3.GA/bin/derby.log jboss-4.2.3.GA/server/default/log/boot.log jboss-4.2.3.GA/server/default/log/server.log jboss-4.2.3.GA/server/default/data/hypersonic/localDB.log Is there any way where we can enable tracing in jboss and how to get info and debug

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Need all log locations for JBoss 4.2.3GA

2008-09-23 Thread rks_86
Hii, Anyone know all the locations for JBoss log files... like JBOSS_HOME/server/default/log/server.log and boot.log Do anyone know any other locations...then please give me all the locations where i will get a log file. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [EJB 3.0] - Re: how to define a destination with MDB annotations only ?

2008-09-23 Thread longbeach
Thanks. I tried adding all these attributes, i get the error : "javax.naming.NameNotFoundException: TestMdbTopic not bound" | @MessageDriven(mappedName = "topic/TestMdbTopic", | activationConfig = { | @ActivationConfigProperty(propertyName = "acknowledgeMode", propertyValue = "Auto-ackn

[jboss-user] [Installation, Configuration & DEPLOYMENT] - User Agent is NULL in Jboss EAP (JBoss 4.3.0.GA_CP011)

2008-09-23 Thread eontech
Whenever I start the EAP with default settings i.e. server is bound to localhot, the user-agent field in HTTP Request headers comes as null. If I start the EAP bounded to machine's IP address i.e. using -b option, it works well. On debugging I found that if we start the EAP with default options,

[jboss-user] [JBoss Portal] - Re: JSF Session beans shared between two different user sess

2008-09-23 Thread wesleyhales
one option would be to deploy a portlet generated by one of the http://www.jboss.org/files/portletbridge/docs/1.0.0.B4/en/html_single/index.html#archetypes, and start your conversion with a working portlet. The first release of the bridge was tested with JBP 2.6.4. View the original post : htt

[jboss-user] [JBoss Portal] - JSF, RichFaces, and Seam portlet development

2008-09-23 Thread wesleyhales
Project Page http://www.jboss.org/portletbridge/ User Forum http://www.jboss.com/index.html?module=bb&op=viewforum&f=273 How-to articles and tutorials: Basic JSF Development http://www.infoq.com/articles/jsf-ajax-seam-portlets-pt-1 Ajax Development http://www.infoq.com/articles/jsf-ajax-seam-por

[jboss-user] [JBoss Portal] - Important Links

2008-09-23 Thread wesleyhales
Blog: http://blog.jboss-portal.org Project Page:http://www.jboss.org/jbossportal Live Demo:http://portal.demo.jboss.com/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178441#4178441 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Tools (users)] - Re: Xdoclet with JbossTools and Eclipse 3.4

2008-09-23 Thread clizarralde
Hi Max! Thanks for your answer! I was looking for the "Run Xdoclet" option (with its .xdoclet file). In my project with Eclipse 3.3 i was using it, together with "Run Packaging" option. Now I switch to Ganymede and found the new mechanism of "Project Archive" (really wonderful its incremental

[jboss-user] [JBoss Cache: Core Edition] - Re: When is JBC 3.0 GA coming ?

2008-09-23 Thread [EMAIL PROTECTED]
I hope to release CR1 this week. Expect GA sometime in Oct, possibly 3rd week. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178436#4178436 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178436 ___

[jboss-user] [EJB 3.0] - Re: NullPointerException in JavaEEComponentHelper with JBoss

2008-09-23 Thread JeffBrooks
I found a work around. I removed all @EJB annotations and used a utility class to get the ejbs from jndi. Jeff Brooks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178434#4178434 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Using JBoss on IBM JDK

2008-09-23 Thread nporwal
Does JBoss have to be on the Sun JDK? Or can it be run on the IBM JDK? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178432#4178432 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178432 ___

[jboss-user] [EJB 3.0] - Removal of Stateless Session Beans

2008-09-23 Thread shreyasshinde
When does the EJB container decide to evict (destroys them) the Stateless sessions beans from the pool? Is this decision based on how long the beans have been sitting in the pool or the memory consumption? If yes, can you configure any of these parameters? Thanks, Shreyas JBoss AS 4.2.2. Plat

[jboss-user] [EJB 3.0] - Re: Changing EJB 3.0 container pool size

2008-09-23 Thread shreyasshinde
Okay got it! You need to edit the ejb3-interceptors-aop.xml file. Specifically, edit the "Stateless Bean" element to point to @org.jboss.annotation.ejb.PoolClass (value=org.jboss.ejb3.StrictMaxlPool.class, maxSize=10, timeout=1) Thanks, Shreyas View the original post :

[jboss-user] [EJB/JBoss] - Re: Stateless Session Bean pool MaximumSize with strictMaxim

2008-09-23 Thread shreyasshinde
For EJB 3.0 you can edit the ejb3-interceptors-aop.xml file under /jboss_home/server/all/deploy directory. Edit the element for "Stateless Bean" with something like this @org.jboss.annotation.ejb.PoolClass (value=org.jboss.ejb3.StrictMaxPool.class, maxSize=1, timeout=1) I h

[jboss-user] [JBoss Messaging] - Topic Statistics

2008-09-23 Thread javabuddha
We are using JBossMQ and want to migrate to JBoss Messaging (JBoss AS 5.0 CR1). The issue we are having is that in JBoss MQ the Topic has a "MessageStatistics" attribute. In JBoss Messaging this attribute is not there. It is there for Queues but not Topics. We are using durable topics and want t

[jboss-user] [JBoss jBPM] - Constraint Violation

2008-09-23 Thread madorb
I'm trying to develop a simple example using jBPM and Spring. I keep getting Constraint Violations when inserting into the database - i've got the following configuration: jbpm.cfg: | | | | | | | | | |

[jboss-user] [JBoss jBPM] - general error log

2008-09-23 Thread AJanz
is there a general error log ? suppose a process definition is deployed with errors, may be a cycle or a node with no transition. is there a place where these errors are logged? or suppose a action handler which is involved in the buisness process which throws an error during execution. where d

[jboss-user] [JBoss Tools (users)] - Re: Xdoclet with JbossTools and Eclipse 3.4

2008-09-23 Thread [EMAIL PROTECTED]
xdoclet home preferences is provided by Eclipse WTP not JBoss Tools. (it was in jbosside but were deprecated because of the overlapping Eclipse WTP support) What xdoclet option is it you are looking for exactly ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [EJB 3.0] - Re: how to define a destination with MDB annotations only ?

2008-09-23 Thread [EMAIL PROTECTED]
or the anonymous URL: http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/mdbtopic/TopicTestMDB.java View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178412#4178412 Reply to the post : http://www.jboss.com/ind

[jboss-user] [EJB 3.0] - Re: how to define a destination with MDB annotations only ?

2008-09-23 Thread [EMAIL PROTECTED]
Maybe this is a good example for you: https://svn.jboss.org/repos/jbossas/projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/mdbtopic/TopicTestMDB.java View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178411#4178411 Reply to the post : http://www

[jboss-user] [JBoss Messaging] - how to define a destination with MDB annotations only ?

2008-09-23 Thread longbeach
Hi, In the case of a message-driven bean, is it possible to define a destination (topic or queue) using annotations only (@activationConfig ...) ? Instead of adding another MBean in the destinations-service.xml file. If yes, what is the exact attributes and values to specify ? Thanks for helpin

[jboss-user] [JBoss Messaging] - Re: JBM and informix

2008-09-23 Thread dd_la_frime
"abendt" wrote : thanks a lot! | your welcome. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178409#4178409 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178409 ___ jbos

[jboss-user] [JBoss Messaging] - Re: JBM and informix

2008-09-23 Thread abendt
thanks a lot! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178408#4178408 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178408 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [Management, JMX/JBoss] - How t omonitor the database connections from JMX

2008-09-23 Thread b_narendra81
Hi, Please provide some help on how can i monitor the connection details from the server to database. My goal is to monitor the database connection pooling. Is there any way, help in this regard is highly appreciable. thanks, Naren View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss AOP] - Re: Not quite getting it (aka noclassdeffound)

2008-09-23 Thread [EMAIL PROTECTED]
The answer is in our documentation. You will find a session on how to install JBoss AOP correctly in AS on the Reference Manual. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178391#4178391 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss Messaging] - Re: Messages don't appear to cluster properly

2008-09-23 Thread kenwdelong
And that link would be here. http://wiki.jboss.org/wiki/JBMCluster Thanks for the help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178390#4178390 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178390 __

[jboss-user] [JBossWS] - Re: Username Token Profile URIs in SOAP header not compatibl

2008-09-23 Thread [EMAIL PROTECTED]
This issue is fixed on trunk now. It would be great if you could build from sources and give it a try and see if you can correctly talk with the .NET impl now. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178388#4178388 Reply to the post : http://w

[jboss-user] [JBoss Cache: Core Edition] - When is JBC 3.0 GA coming ?

2008-09-23 Thread cacheuser
I heard JBC 3.0 GA will be out in Sept, 08. Is it still likely that it will be released this month ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178386#4178386 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178386 _

[jboss-user] [JBoss Portal] - Re: JSF Session beans shared between two different user sess

2008-09-23 Thread manick_r
Please let me know if there is a help guide available for getting the JSF 1.2 working with 2.6.3(JBoss Portal) and 4.2.2 GA(JBoss App Server) Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178384#4178384 Reply to the post : http://www.jbo

[jboss-user] [JBoss AOP] - Re: What is current status of maven plugin for jboss aop ver

2008-09-23 Thread [EMAIL PROTECTED]
hi (been on leave for a while and didnt see your post, sorry). the maven plugin is alive and kicking, but only for aop 2.0. currently it uses CR8, but it will be updated to use the latest CR version of aop shortly. the reason for the SNAPSHOT tag is just that we didnt want to put out a 1.0 agains

[jboss-user] [JBoss Portal] - Re: JSF Session beans shared between two different user sess

2008-09-23 Thread manick_r
Thanks for your response. I managed to sort out the issue. The issue is not with the portal and because of some internal application logic when the session times out. I am not using portlet bridge. The reason why JSF 1.1 is because of the conflict in some commons library (in MYFaces)and the JB

[jboss-user] [JBoss jBPM] - end process instance , action handler executed?

2008-09-23 Thread AJanz
when i end a processinstance , are actionhandlers fired defined in end node? if yes, how can i cancel a processinstance? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178381#4178381 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss jBPM] - Re: speed up GetProcessInstancesCommand

2008-09-23 Thread AJanz
good question. of course never. can i restrict getprocessinstances? is there a max count? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178380#4178380 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178380

[jboss-user] [JBoss Messaging] - Migrate from JBossMQ over HTTPs to JBoss-Messaging

2008-09-23 Thread greyfairer
Hi all, We have a JBossMQ setup in production with one central server, 150 relay servers, and 10.000 clients. The relay servers connect to the central server using JMS over HTTPs, using an JNDI lookup over HTTPS with these properties: java.naming.provider.url=https://jbossmq.ebit.be/invoker/HAJ

[jboss-user] [JBoss AOP] - Re: Not quite getting it (aka noclassdeffound)

2008-09-23 Thread Schmoohaa
Hello, I am having the same issue you guys talk about. Any solution? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178377#4178377 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178377

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.4 on JBoss 5 HEAD

2008-09-23 Thread [EMAIL PROTECTED]
Only GA and SP releases are officially supported. We are in the process of making Portal 2.7 compatible with JBoss 5. It's still a WIP and will let the community know when it's done. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178376#4178376 Reply to the

[jboss-user] [Microcontainer] - Re: Blog post about deployers

2008-09-23 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : | 1) META-INF/jboss-classloading.xml (PARSE STAGE) | It can also come from | | configurations for backwards compability with jboss-3/4.x View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178375#4178375 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.4 on JBoss 5 HEAD

2008-09-23 Thread ronak2121
What about JBoss Portal 2.7.0RC1 on JBoss 5?? Is that supported yet? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178374#4178374 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178374 _

[jboss-user] [Microcontainer] - Re: Blog post about deployers

2008-09-23 Thread [EMAIL PROTECTED]
PHILOSOPHY I'd say you mostly got it correct Bob. The part you are missing is actually the most important part. The Deployers create components, i.e. metadata for MBeans and POJOs (or other component models). They don't directly create anything, deployers are about MetaData processing. Instead i

[jboss-user] [JBoss Portal] - Re: JSF Session beans shared between two different user sess

2008-09-23 Thread wesleyhales
Why 1.1? Are you using http://www.jboss.org/portletbridge/? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178367#4178367 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178367 ___

[jboss-user] Considered UNSOLICITED BULK EMAIL, apparently from you

2008-09-23 Thread Content-filter at localhost
A message from to: -> [EMAIL PROTECTED] was considered unsolicited bulk e-mail (UBE). Our internal reference code for your message is 02103-08/JaDUNRu5FmYt The message carried your return address, so it was either a genuine mail from you, or a sender address was faked and your e-mail address ab

[jboss-user] [JBoss Portal] - Re: HttpServletRequest from portlet

2008-09-23 Thread [EMAIL PROTECTED]
Please see http://blog.jboss-portal.org/2008/08/how-to-monitor-portal-session-data-and.html. You would have to write a filter or interceptor to do this. I I think portal spec does not allow to manipulate HttpRequest/HttpSession etc object from a portlet. View the original post : http://www.jb

[jboss-user] [JBossWS] - Porting Weblogic 8.x web services to JBoss 4.2.3

2008-09-23 Thread asos
I'd like to know if anyone has had to port Weblogic web services over to a JBoss environment? The web services I'm dealing with appear to be a specific Weblogic implementation. The source modules have a ".jws" extension and contain annotations through out. Is there a utility that can be use

[jboss-user] [JBossWS] - Re: Jbossws Sample build failed

2008-09-23 Thread [EMAIL PROTECTED]
AFAIK jbossws-1.2.1.GA isn't supported on JBoss 4.0.5.GA. Here's the link of supported AS versions: http://jbossws.jboss.org/mediawi/index.php?title=Supported_Target_Containers View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178358#4178358 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Jbpm webapp as a portlet

2008-09-23 Thread vtysh
You can use portlet context to retrieve portal user login and then use it for task retrieval | facesContext.getExternalContext().getRemoteUser() | or | portletRequest.getRemoteUser() | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178357#4178357

[jboss-user] [JBoss jBPM] - Re: speed up GetProcessInstancesCommand

2008-09-23 Thread kukeltje
besides that... when do you want that many processinstances returned? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178356#4178356 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178356

[jboss-user] [JBoss Messaging] - Re: JMS HA/Clustering without shared DB

2008-09-23 Thread timfox
"testrot" wrote : | Thanks for your answer. That's the information I needed. | May I politely ask when you plan to release a production ready version of JBM 2.0? | We're aiming for Q1 2009. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178355#417

[jboss-user] [JBoss Messaging] - Re: JMS HA/Clustering without shared DB

2008-09-23 Thread testrot
"timfox" wrote : | | A polite word of advice. Don't be too pushy in demanding free advice in a forum in which you're new. | | It's only likely to get people's backs up and make it more unlikely they'll actually want to give you the advice you want. | | Remember, we offer advice in

[jboss-user] [JBossWS] - Re: Jbossws Sample build failed

2008-09-23 Thread zaiwengong
Any one help me? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178345#4178345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178345 ___ jboss-user mailing list jboss-

[jboss-user] [EJB/JBoss] - Re: Need help in naming the datasource files?

2008-09-23 Thread jaikiran
"muddu_shafi" wrote : Please help me, I am a newbie….. | | I have a class which is looking for JNDI in Jboss, I have deployed the jar file for this project in Jboss deploy directory. | Can any one explain me, where should I place my datasource xml file, i.e should I place it in

[jboss-user] [Security & JAAS/JBoss] - Re: Authentification problems in Jboss 5

2008-09-23 Thread tgueze
Nobody have a clue? The EJB Context should be refresh between two calls, right? The user admin is the first caller of my EJB (so creating the instances) and I get him as principal name even after logout and login of another user. Are they any configuration in Jboss concerning this point? Thanks

[jboss-user] [Installation, Configuration & DEPLOYMENT] - RMI behind a firewall

2008-09-23 Thread FrankTheTank
Hello all. I am having problems getting RMI to run with an activated windows xp firewall. I am working with jboss 4.2.2 I partially followed the 'UsingJBossBehindAFirewall' guide and have opened up the ports as listed and it partially works, at least my clients can connect to the 1098 port. B

[jboss-user] [EJB/JBoss] - Re: Need help in naming the datasource files?

2008-09-23 Thread muddu_shafi
Please help me.It's urgent View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178322#4178322 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178322 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: DLQ override depends on the queues definition order.

2008-09-23 Thread timfox
If you want to make sure one service gets started before another using standard JBoss MBean config, you just need to add a View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178320#4178320 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [EJB 3.0] - Re: EJB3 MDB: Annotations for instancePool?

2008-09-23 Thread tharter
Just FYI, it should actually be: @ActivationConfigProperty(propertyName = "maxSessions", propertyValue = "1") (that is, "maxSessions" not "maxSession") I confirm this works for me on 4.2.2.GA using the 5.0.0 version of the ActiveMQ resource adapter. View the original post : http://www.jboss.c

[jboss-user] [JBoss Portal] - HttpServletRequest from portlet

2008-09-23 Thread Vishal Student 123
Hi, I'm trying to get the HttpServletRequest from inside a portlet. I need to write to the request parmeter values so that they can be read by a filter. How can this be done ? Thanks in advanced. Vishal View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178

[jboss-user] [JBoss jBPM] - Re: speed up GetProcessInstancesCommand

2008-09-23 Thread jbarrez
Try to see the SQL output (hibernate config option) and check where it is slow. The query should be fast since it is only one DB table...perhaps you'll need to create some indices View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178304#4178304 Reply to the po

[jboss-user] [JBoss jBPM] - Re: Null Pointer stack trace when opening a processdefinitio

2008-09-23 Thread [EMAIL PROTECTED]
I'll take a look at this today. Maybe I introduced a regression :-( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178301#4178301 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178301 ___

[jboss-user] [Beginners Corner] - Re: why Session would close under stress test?

2008-09-23 Thread gan.gary
OMG, it's becase the queue is so long until it over the transaction timeout View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178293#4178293 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178293 ___

[jboss-user] [JBoss Messaging] - Re: Messages don't appear to cluster properly

2008-09-23 Thread timfox
"kenwdelong" wrote : We have two JMS servers in a cluster. We have set up the instances to cluster: Post Office and the Destinations have Clustered=true. We are using JBoss Messaging 1.4.0 on JBoss AS 4.2.2. | | We have a queue that parses incoming (XML) messages. If the parsing breaks (

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: configuring servlet to listen on different TCP port

2008-09-23 Thread erasmomarciano
have a look http://wiki.jboss.org/wiki/LimitAccessToCertainClients?action=e&windowstate=normal&mode=view View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178285#4178285 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41782

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: configuring servlet to listen on different TCP port

2008-09-23 Thread UKIN
Can you please elaborate. I did not get you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178277#4178277 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178277 ___ jboss-user

[jboss-user] [JBoss jBPM] - speed up GetProcessInstancesCommand

2008-09-23 Thread AJanz
GetProcessInstancesCommand takes one minute on my server. it gets a list of 1000 processinstances... is there a way to speed this up? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178273#4178273 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Portal] - JSF Session beans shared between two different user sessions

2008-09-23 Thread manick_r
Hi, I am using JSF 1.1 with Jboss Portal. Sometimes the JSF managed beans in session scope are shared between two different users. Please provide me some inputs on this issue. Regards, Raja View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178271#4178271 Rep

[jboss-user] [JBoss Messaging] - Receiving message size .

2008-09-23 Thread telukuntla
Hi , Is there any way to get the size of the receiving message.I am jboss wiht jms. i want to know the size of the receiving message Regards, NagRaj View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178270#4178270 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss Messaging] - Re: JMS Message size [Moved from design forum]

2008-09-23 Thread telukuntla
Hi , Is there any way to get the size of the receiving message. Regards, NagRaj View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178269#4178269 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178269 __

[jboss-user] [JBoss Cache: Core Edition] - Re: addNewSubtree method is not thread safe

2008-09-23 Thread [EMAIL PROTECTED]
Ok, please see my comments on JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178268#4178268 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178268 ___ jboss-user mailing

[jboss-user] [JBoss Messaging] - Re: JMS HA/Clustering without shared DB

2008-09-23 Thread timfox
"testrot" wrote : Nobody? | Is this an uncommon request, or did I miss something when searching for a HA solution without without a clustered DB? | | Greetings, | Martin | | P.S.: Even a negative response like "there is not possibility and this is not planned" would be appreciated.

[jboss-user] [JBoss jBPM] - Re: Jbpm webapp as a portlet

2008-09-23 Thread Ming Lee
Thanks vtysh my problem is how to get his tasklist just after a portal user login. other than once login portal and login the jbpm webapp again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178265#4178265 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss jBPM] - Re: Dynamic Node query

2008-09-23 Thread kukeltje
google is your friend. http://www.google.nl/search?q=wiki+custom+forkhandler+jbpm&ie=utf-8&oe=utf-8&aq=t View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178264#4178264 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

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

2008-09-23 Thread kukeltje
what does this have to do with jBPM? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178263#4178263 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178263 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Jbpm webapp as a portlet

2008-09-23 Thread vtysh
You should write you own portlet webapp or try to run jbpm-console as a portlet via some existing jsf portlet bridge. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178262#4178262 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss jBPM] - Re: Dynamic Node query

2008-09-23 Thread pk_barua
Thanks for the reply. Can you please point me to the wiki (or any other documentation) where custom fork handler is explained? I would now like to create a process definition to try these things out before deciding on jBPM. View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Need suggestion about how to proceed.

2008-09-23 Thread rks_86
Hi Peter, I made it work. Now all static contents are processed by Apache 2.2.9 with the help of mod-jk.properties. So now all working fine... I have kept JAVA_OPTS as it is!! Appserver loads the jar file provided inside MS.war file and all the static contents are provided by apache. Thanks, Ra

[jboss-user] [JBoss Cache: Core Edition] - Re: how to configure and use jboss cache?

2008-09-23 Thread [EMAIL PROTECTED]
All the info you need is in the user guide. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178253#4178253 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178253 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: problem with MBeans webservices and ejb3.0

2008-09-23 Thread gcoleman
Check for any circular dependencies. JBoss doesn't like them but doesn't actually tell you so. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178250#4178250 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178250 ___

[jboss-user] [JBoss jBPM] - Jbpm webapp as a portlet

2008-09-23 Thread Ming Lee
Dear all I am a newer to jpbm and portal. I want to creat a jpbm process with task approve/reject,etc,and deplay this as a portlet , so that when a user log into portal , he can see his tasklist on the portlet. how to do this? can anyone give some advice? I know that the task assignment relat

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Using older (1.x) version of xerces on JBoss 4.2.2GA

2008-09-23 Thread maslak
"erasmomarciano" wrote : | You can put the xerces.jar in WEB-INF/lib of your web-application | | It was the first thing I tried but it doesn't work and jboss uses his own Xerces 2.x from endorsed directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Using older (1.x) version of xerces on JBoss 4.2.2GA

2008-09-23 Thread erasmomarciano
You can put the xerces.jar in WEB-INF/lib of your web-application View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178240#4178240 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178240 _

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

2008-09-23 Thread rishikesh.dagwal
Hi All, I am getting the same problem with HttpClient 3.1 and fileupload 1.0. I have also tried fileupload 1.2.1. But I am getting the same message as "the request was rejected because no multipart boundary was found" Servlet is running on Tomcat 4.1 and I have Standalone java application as

[jboss-user] [JBoss Messaging] - Re: JBM and informix

2008-09-23 Thread dd_la_frime
Here is the xml file : jboss.jca:service=DataSourceBinding,name=InformixDS jboss:service=TransactionManager java:/InformixDS true true

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: configuring servlet to listen on different TCP port

2008-09-23 Thread erasmomarciano
You could do so: | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178234#4178234 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178234 ___ jboss-user mailing

[jboss-user] [EJB 3.0] - Re: deployment of ejb3 in jboss-5.0.0 CR2

2008-09-23 Thread jaikiran
Actually, i was surprised that this persistence.xml did not fail schema validation, because the "value" is a "required" attribute as per the xsd http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd. Looks like the xml validation is not triggered unless you add the following to your persis

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Using older (1.x) version of xerces on JBoss 4.2.2GA

2008-09-23 Thread maslak
I've searched the forum for any solutions of this problem but i've found none. Our web apllication requires a jar which needs an old (1.x) version of xerces, while JBoss 4.2.2 is using the 2.x version. On JBoss 4.0 I solved this problem but on 4.2.2 with Seam it doesn't work. Creating a loader-

[jboss-user] [JBossMQ] - Re: SpyJMSException: No pong received

2008-09-23 Thread sekobey
http://wiki.jboss.org/wiki/IGetIOExceptionPingTimeoutHowDoIFixIt is helpful, thank you... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178222#4178222 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178222

[jboss-user] [JBoss Portal] - Re: creating our own login page

2008-09-23 Thread DanielK
j_security_check is working for me, but with one exception. If a user input wrong credentials, he will be redirected to JBoss Portal login page. What can i do to an error message on my own site? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178220#4178220 R

[jboss-user] [JBoss Messaging] - Re: JBM and informix

2008-09-23 Thread abendt
would it be possible to post your config here? if not: did you change more columns than the ones you've mentioned? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178219#4178219 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Portal] - Re: PortletInstance in different pages

2008-09-23 Thread DanielK
Thanks for your answer, but if i do this, i have different SessionBeans for each page, although "instance-ref" directs to the same instance like i mentioned above: anonymous wrote : If i insert the window-tag into each subpage, it seems to me, that each subpage has its own instance of MyMenuePo

[jboss-user] [JBoss jBPM] - Re: Dynamic Node query

2008-09-23 Thread kukeltje
yes, is possible. 'Dynamic assignment' can be done with assignmenthandlers, and 'dynamic number of tasks' can be done with a custom fork handler (see the wiki). You can combine them if you like. So things like 2 out of 3 different people have to approve a certain thing can be implemented View

[jboss-user] [EJB 3.0] - Re: deployment of ejb3 in jboss-5.0.0 CR2

2008-09-23 Thread jaikiran
anonymous wrote : | | org.hibernate.dialect.Oracle9Dialect | | | | This is incorrect. This should be: | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178216#4178216 Reply to the post : http://www.jboss.com/ind

  1   2   >