[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: No Tomcat V6 advanced IO in JbossAS 4.2.3.GA?

2009-05-07 Thread jfrederic.cl...@jboss.com
Look to http://www.jboss.org/file-access/default/members/jbossweb/freezone/docs/2.1.2/aio.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229258#4229258 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229258

[jboss-user] [EJB 3.0] - Re: Deploying Apache DayTrader on AS 5.1

2009-05-07 Thread jaikiran
Second time someone has reported this exact same error with this application http://www.jboss.org/index.html?module=bbop=viewtopict=154334. Let me see what the application contains. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229262#4229262 Reply to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Why *.war web file of JBOSS-4.0.4.GA not working on jbos

2009-05-07 Thread jaikiran
anonymous wrote : Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: The co | ntent of element type web-app must match (icon?,display-name?,description?,di | stributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-m |

[jboss-user] [EJB 3.0] - JNDI_Name

2009-05-07 Thread Manpreet_S
HI All, I have a EJB Project FirstEjb3Sample. In this i have a package named ejb which has a remote interface FirstLocalEJBLocal. Now i have a web struts web application. i am trying to call the EJB aplication from Action class.i am not able to figure out wht will be the JNDi

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: no persistent classes found for query class

2009-05-07 Thread dgeraskov
I created the simplest jpa project. With only 1 entity. package model; import javax.persistence.*; | | @Entity | public class Article implements java.io.Serializable { | | @Id | @GeneratedValue(strategy = GenerationType.AUTO) | private Short

[jboss-user] [Microcontainer] - Re: Programmatically deploying an object

2009-05-07 Thread alesj
mwringe wrote : so I can't just add it to the beans.xml file and it doesn't have a direct reference to the mircocontainer kernel. | Sure you do. ;-) Check the glue code that I wrote for Seam/webBeans: - http://anonsvn.jboss.org/repos/jbossas/projects/mc-int/trunk/servlet/ mwringe wrote :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Why *.war web file of JBOSS-4.0.4.GA not working on jboss-5.

2009-05-07 Thread ritesh163
hello everyone, I am having problem in starting Jboss server 5.0.1.GA when I placed the same war file of Jboss-4.0.4.GA, which was running fine in it. Do we have to configure any things other than JBoss 4.0.4. I am using JDK 1.6.0 in windows XP. please provide me with guidence as I am using

[jboss-user] [JBoss Tools (users)] - Re: cannot edit jboss launch configurations

2009-05-07 Thread Elhanan
no only around 70-90% how much should it take? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229281#4229281 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229281 ___ jboss-user

[jboss-user] [JCA/JBoss] - Change *-ds.xml file at runtime without reloading the DS.

2009-05-07 Thread xmedeko
Hi, is there any way to change *-ds.xml at runtime without reloading the DataSource? Because reloading the datasource makes it unavailable for some time. I am happy with changes through JMX console, just it does not write the changes back to the *-ds.xml file, so when the JBoss is restarted,

[jboss-user] [JBoss Tools (users)] - Re: Automatic republish don't work

2009-05-07 Thread ngabe81
Now, I've created a deployment descriptor stub ejb-jar.xml. If I update this file manuelly, jboss will update the deployed classes. The finger button in eclipse has no effect. I think this is not the best solution but I can work with their. Thank you for your help! View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: No Tomcat V6 advanced IO in JbossAS 4.2.3.GA?

2009-05-07 Thread uijltje
Thanks for that, I am familiar with that link. However, JBossWeb is a standalone distribution/server, not integrated with JBossAS (which I need/want). I also don't see any hints either on how to integrate the two (except for the native-bit, which succeeded. But I also want the advanced IO...).

[jboss-user] [JBoss/Spring Integration] - JBoss 5.0.0.GA / Spring Integration

2009-05-07 Thread newil80
Hello All, I have a Spring application ,that I will deployed with Jboss . I use : Jboss 5.0.0 GA Spring 2.0 Eclipse Ganymede how can I realise it ? thanks a lot for your prompt response newil80 View the original post :

[jboss-user] [JBoss jBPM] - Re: Installing jPDL4 GPD

2009-05-07 Thread koen.a...@jboss.com
Hi Setya, Is this a fresh Eclipse Ganymede? And what is the version of it? Regards, Koen View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229295#4229295 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229295

[jboss-user] [JNDI/Naming/Network] - Beans disappear in Global JNDI Namespace after running a lon

2009-05-07 Thread happy_robot
Hi all, i'm currently using JBoss 5.1.0 Beta 1 and there seems to be a problem with a mutating Global JNDI Namespace and it's reproducable. My EJ3-Beans (all statefull) are successfully bound at startup and visible on the Console using the JNDIView-service. After running my app for 3 days and

[jboss-user] [JBoss Tools (users)] - Re: cannot edit jboss launch configurations

2009-05-07 Thread Elhanan
but that doens't explain how it's all good in eclips 3.3.2 ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229318#4229318 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229318

[jboss-user] [Security JAAS/JBoss] - Re: DatabaseLoginServerModule implementing problems

2009-05-07 Thread NSchweig
Hi Wolfgang, yeah, you are great :-) it was the upper case 'R' in 'roles'. Now it is working. I tried to find out what the ControlFlag: Anmeldemodul-Steuerflag: is but I do not know; but it was nothing special from my application. Thank you very much! Best regards, Nicole View the

[jboss-user] [EJB 3.0] - Re: JNDI_Name

2009-05-07 Thread Wolfgang Knauf
Hi, the default jndi name is EARNAME/beanname/remote for remote interfaces, and EARNAME/beanname/local for local interfaces. To browse the JNDI and search for your deployed beans, see this article: http://www.jboss.org/community/docs/DOC-9584 Best regards Wolfgang View the original post :

[jboss-user] [JBoss Tools (users)] - Re: cannot edit jboss launch configurations

2009-05-07 Thread max.ander...@jboss.com
Elhanan, no it doesn't. If you can create a jira with details on what setup works better for you on 3.3.2 than it does for 3.4 then please do so and then we can look into it. If you can record a screencast (see jing) of the two launches showing the spike in cpu usage even better! Thanks.

[jboss-user] [JBossWS] - Tracing wsconsume

2009-05-07 Thread angusm
Can anybody kindly tell me how to turn on tracing in wsconsume? wsconsume.bat runs WSConsume with -Dlog4j.configuration=wstools-log4j.xml According to the Jamae / Johnson book wstools-log4j.xm is now obsolete. But I have tried replacing it with a reference to another log4j.xml file. To no

[jboss-user] [JBoss Tools (users)] - Re: Automatic republish don't work

2009-05-07 Thread max.ander...@jboss.com
Could please report in jira with a attached project so we can get that touch finger to work ? It is a bug if it doesn't. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229310#4229310 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: No Tomcat V6 advanced IO in JbossAS 4.2.3.GA?

2009-05-07 Thread uijltje
Thanks for the info. So Tomcat V6.x (with the advanced IO) is not in JBossAS 4.2.x. Contrary to what is specified in http://www.jboss.org/community/docs/DOC-12545 ? Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229343#4229343 Reply to the post :

[jboss-user] [JBoss jBPM] - Suspended processes and timer commands

2009-05-07 Thread insumo
Hi All, Using jBPM 3.2.6SP1, in a Weblogic 10.3 environment, using JMS for async messaging I'm designing an integration of jBPM into an EJB based application, and need to know how timer based commands are processed while a process instance is suspended. Will they be queued up and processed

[jboss-user] [Beginners Corner] - Re: Problems Deploying Mule in 5.0.1GA

2009-05-07 Thread Wolfgang Knauf
By the way: the DOCTYPE declaration should be like this: !DOCTYPE ejb-jar PUBLIC | -//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 1.1//EN | http://java.sun.com/dtd/ejb-jar.dtd; See file server/default/conf/jax-ws-catalog.xml for the mapping of SystemID to local DTD/XSD files.

[jboss-user] [Beginners Corner] - Re: Cant deply an .ear file into the JBOSS.

2009-05-07 Thread Wolfgang Knauf
Hi, this is definitively another error. Please create a new thread. Your error is: anonymous wrote : ... | Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: Connection timed out: connect | at

[jboss-user] [Beginners Corner] - Re: Problems Deploying Mule in 5.0.1GA

2009-05-07 Thread Wolfgang Knauf
Copied my reply from your other post at http://www.jboss.org/index.html?module=bbop=viewtopict=134611 My guess is that an XML file is validated which references a DTD or XSD unknown to JBoss, so that the parser tries to load it from the internet. Could you verify this? Does it work with an

[jboss-user] [JBossWS] - Re: client missing wrappers

2009-05-07 Thread goldberg.howard
Also getting a warning about not processing the deployment descriptor for the web context 00:27:27,235 INFO [DefaultEndpointRegistry] register: jboss.ws:context=ecrs-droolsEAR-ecrs,endpoint=ECRSImpl 00:27:27,375 INFO [WSDLFilePublisher] WSDL published to:

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: no persistent classes found for query class

2009-05-07 Thread igor007
thanks for your answer, i gave up and started to do it through native hibernate. but your answer turned me again to annotations :) is there any source about this subject ? and what about jndi bindings? thanks View the original post :

[jboss-user] [Clustering/JBoss] - Re: Communication between nodes

2009-05-07 Thread ekobir
Hi All I'm struggling to deploy singleton jboss service. Can you provide some feedback what it is wrong with following config file? The problem is that I'm not able to set TargetName attribute of HASingletonController. Note: I'm using jboss-eap-5.0-- Supported Alpha Version 11:48:55,438

[jboss-user] [Installation, Configuration DEPLOYMENT] - Content-Type for resources from CMS of JBoss Portal

2009-05-07 Thread alberton2009
Hello, Does anyone know, how to set a content type for resources in CMS ? I have found file $JBOSS_HOME/server/default/deploy/jboss-web.deployer/conf/web.xml, where I can find: !-- = Default MIME Type Mappings === -- | !-- When serving static

[jboss-user] [JBoss Cache: Core Edition] - Re: Problems deploying Cache via MicroContainer following Us

2009-05-07 Thread j_ri
I agree! THANK YYOU VERY VERY MUCH!!;-) I checked the XML for my cache 500 times.but the problem was the wrong filename.. the JBoss guys really should update the docs! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229302#4229302 Reply to the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: No Tomcat V6 advanced IO in JbossAS 4.2.3.GA?

2009-05-07 Thread jfrederic.cl...@jboss.com
JBossWeb is in JBossAS, but you need to use the 5.x version to have the advanced IO. JBossWeb is based on Tomcat but it not Tomcat. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229304#4229304 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: Beans disappear in Global JNDI Namespace after running a

2009-05-07 Thread happy_robot
The topic should be Beans disappear in Global JNDI Namespace after running a longer time :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229309#4229309 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229309

[jboss-user] [JBoss Tools (users)] - Re: cannot edit jboss launch configurations

2009-05-07 Thread max.ander...@jboss.com
well Eclipse needs to process the incoming console so that will add up a bit so if JBoss on it's self takes 90% then launching via eclipse might create a spiked cpu...but as long as it goes down when startup is completed i'm not that worried. View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: No Tomcat V6 advanced IO in JbossAS 4.2.3.GA?

2009-05-07 Thread jfrederic.cl...@jboss.com
It is not Contrary... According to the http://www.jboss.org/community/docs/DOC-12545 as advanced IO has been included in JBossWEB 2.1.x, Advanced IO are only available in 5.0.x, 5.0.0 and higher version of AS. View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: No Tomcat V6 advanced IO in JbossAS 4.2.3.GA?

2009-05-07 Thread uijltje
Aha, forgive me my ignorance. I somehow missed the information-bit about advanced IO being in JBossWeb 2.1+ Thanks for your time. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229366#4229366 Reply to the post :

[jboss-user] [JBoss Messaging] - about transaction and order

2009-05-07 Thread the.finder
In my case, ineed to process message by order, so i create a Session Bean (Processor) to do that, the code is like following: @TransactionAttribute(TransactionAttributeType.REQUIRED) public boolean process() throws BusinessException { try { Message message = poll(); if

[jboss-user] [JBoss Messaging] - Re: about transaction and order

2009-05-07 Thread the.finder
I found several strange problems: 1 €messages after the 5th one was processed 2 €there are 2 messages left, one is the 5th View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229370#4229370 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: jboss deploying issue - (while the service is up)

2009-05-07 Thread ekobir
Hi Chades Have you tried to create passive - active clustering? You can do that with 2 physical nodes or 4 nodes. If it is 2 physical nodes, you need to 1 active and 1 passive jboss instance on the same node. So you will have 2 cluster -- Active to Active

[jboss-user] [JBoss Messaging] - how to delete messages completely

2009-05-07 Thread the.finder
When a message process failed, i just rollback the transaction, and it will be processed next time, but when i delete all records in jbm_msg and jbm_msg_ref table, the message is still there and be processed. I guess there is some cache there, how to delete the message completely without

[jboss-user] [JBoss Messaging] - Re: how to delete messages completely

2009-05-07 Thread gaohoward
No you can't delete the table data while the server is still up and running. If you rollback the tx, the messages in the tx will be cancelled back to queue and redelivered. However you can try to do it from jmx-console. But first you need to close the receiving sessions. View the original

[jboss-user] [JBoss Messaging] - Re: about transaction and order

2009-05-07 Thread gaohoward
Hi, some of the characters are not readable. Can you re-format? Also please state the version of the JBM, and how you send the messages. Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229383#4229383 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: No Tomcat V6 advanced IO in JbossAS 4.2.3.GA?

2009-05-07 Thread jfrederic.cl...@jboss.com
Am working on the doc so it should be more understandable soon. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229369#4229369 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229369

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: No Tomcat V6 advanced IO in JbossAS 4.2.3.GA?

2009-05-07 Thread uijltje
Brilliant. Gimme a shout if I can help in some way (proofread or whatever...). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229374#4229374 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229374

[jboss-user] [Clustering/JBoss] - Re: JBoss Cluster using Gossip Router

2009-05-07 Thread amardeep21
Thanks for the explanation really appreciate that. Now, I understand your point its using port 5446 because i am using ports-01 which is then using the sample-bindings and XSL transform to rewrite the ports. But, if use normal default ports config which i tried as well it gives same result.

[jboss-user] [JBoss jBPM] - Re: Suspended processes and timer commands

2009-05-07 Thread kukeltje
they will be queued up and processed when the process resumes. However, the due date is *not* shifted over the same time the process as been suspended. If the duedate passes while the process is susspended, the timer will fire immediately after the process resumes View the original post :

[jboss-user] [Beginners Corner] - Problem with socket connection to an EJB

2009-05-07 Thread Andrechan
I'm using Jboss v4.2 I have an application that generates threads who do a remote call to a session bean in a method like this public void doWork() | { | | Properties p = new Properties( ); |

[jboss-user] [JBoss Tools (users)] - Re: cannot edit jboss launch configurations

2009-05-07 Thread Elhanan
the crazy thing, is that trying eclipse 3.4.2 stright from download doesn't take much as cpu usage as my full eclipse (with tptp, m2eclipse, ganymee log4j ,spring ide, mylyn,subclipse plug-ins) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229398#4229398

[jboss-user] [Clustering/JBoss] - Re: Facing Reincarnation Error?

2009-05-07 Thread jtcnz
Unfortunately, for some reasons, We can not use extra Gossip Route and FILE_PING is not compliant to JGroups 2.2.7 right?...Schade How about the solution of adding attributes, persistent_ports? But it seems, it's also not compliant to version 2.2.7, because ERROR message: can't recognize this

[jboss-user] [JBoss/Spring Integration] - Jboss and terracotta deployment problem.

2009-05-07 Thread jpori
I have been trying to put our AS and app under TC for a while, but I'm constantly getting this error(No bean class specified on bean definition) when jboss is put to connection with terracotta. Our spring module is following app.ear - a_persistence.spring In

[jboss-user] [EJB 3.0] - Re: Deploying Apache DayTrader on AS 5.1

2009-05-07 Thread andy.mil...@jboss.com
ALRubinger wrote : What's up with the deployment ie. ejb-jar.xml or @Resource annotations? If we can get a failing case we should either: | | 1) Throw descriptive deployment exception if caused by invalid metadata | 2) Fix this NPE | | ...but either way the error as-is offers no

[jboss-user] [JBoss/Spring Integration] - Re: Jboss and terracotta deployment problem.

2009-05-07 Thread marius.bogoevici
Hi, It's alright - this is the correct forum. Would you mind to provide the full 'spring2-service' file? I am especially concerned about this: (org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'BEANNAME' defined in class path resource

[jboss-user] [Javassist user questions] - Re: Generating source code with Javassist

2009-05-07 Thread skajotde
Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229408#4229408 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229408 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Messaging] - Re: How to send message to a remote queue

2009-05-07 Thread vandana_awat
hi could you please tell how's your jms-ds.xml configured to interact with the remote queues i have tried the approach of http://www.jboss.org/community/wiki/HowDoIConfigureTheJMSResourceAdapterToUseARemoteConnectionFactory;jsessionid=52AB6F6F37C5425035FA9B75AA8881CE but can't get it to work

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-07 Thread wurzelbutz
just ending the task is not the problem. Ending AND specifying a transition is. @kukeltje: i changed my code according to your suggestion but still i'm getting the error: anonymous wrote : 2009-05-07 15:26:15,656 DEBUG [at.test.session.ExternalTaskAction] Trying to end task 5 over transition

[jboss-user] [Microcontainer] - Re: Programmatically deploying an object

2009-05-07 Thread mwringe
alesj wrote : Check the glue code that I wrote for Seam/webBeans: | - http://anonsvn.jboss.org/repos/jbossas/projects/mc-int/trunk/servlet/ Any example on how to actually use it? I see the code has access to the servlet context which is one of the things I am really interested in. View the

[jboss-user] [Clustering/JBoss] - Re: JBoss Cluster using Gossip Router

2009-05-07 Thread bstansbe...@jboss.com
If it is due to the ServiceBindingManager, you'd have the same problem with ports-default. You can confirm it's due to the SBM by commenting out the following in conf/jboss-service.xml. If the problem goes away, it's the SBM. | mbean code=org.jboss.services.binding.ServiceBindingManager

[jboss-user] [Clustering/JBoss] - Re: JBoss Cluster using Gossip Router

2009-05-07 Thread amardeep21
I'll try that now. bstansbe...@jboss.com wrote : | BTW, what version of JBoss AS are we talking about here? jboss-4.2.2.GA Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229438#4229438 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Communication between nodes

2009-05-07 Thread bstansbe...@jboss.com
Do you still see this problem with community AS 5.1.0.CR1? The injection of the HAPartition isn't working because you're using -jboss-beans.xml syntax in a -service.xml. It should be: attributed name=HAPartitioninject bean=HAPartition//attribute The element name is attribute not property.

[jboss-user] [Clustering/JBoss] - Re: JBoss Cluster using Gossip Router

2009-05-07 Thread amardeep21
I have commented ports-01 but it makes no difference. Now it tries to connect 4446 on staticip. Any other suggestions please? Thanks, Amardeep View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229445#4229445 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Deploying Apache DayTrader on AS 5.1

2009-05-07 Thread jaikiran
There appears to be an misconfiguration in that application. Specifically, there's an resource-ref entry in jboss.xml for the datasource: resource-ref | res-ref-namejdbc/TradeDataSource/res-ref-name | !-- If using DB2, comment out this line -- |

[jboss-user] [JBoss jBPM] - Re: Trying to catch SMTP exception, but leads to SQL excepti

2009-05-07 Thread kukeltje
btw, how do you know it is only 2592 chars? Hibernate debugging? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229455#4229455 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229455

[jboss-user] [JBoss jBPM] - Re: Trying to catch SMTP exception, but leads to SQL excepti

2009-05-07 Thread kukeltje
charset could be the problem. Have you looked at what charset your mysql is running in? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229453#4229453 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229453

[jboss-user] [Clustering/JBoss] - Re: Communication between nodes

2009-05-07 Thread ekobir
Thanks again Brain. I have tried with 5.0.1 GA and JBoss EAP 5.0.0. To try on release candidate didnt even cross my mind, I apologise for that. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229451#4229451 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: JBoss Cluster using Gossip Router

2009-05-07 Thread bstansbe...@jboss.com
amardeep21 wrote : I have commented ports-01 but it makes no difference. Just to be clear: you commented the entire mbean, right? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229454#4229454 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-07 Thread kukeltje
Where is the error? I only see a warning. The error that was in the initial stacktrace is not there View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229458#4229458 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229458

[jboss-user] [EJB 3.0] - Re: Deploying Apache DayTrader on AS 5.1

2009-05-07 Thread wolfc
By spec res-type is mandatory if no injection target is given. In practice we can continue without, because it's just a LinkRef to the jndi-name. Issue a warning, but allow the construct. Create a test case accordingly. The bug was introduced with:

[jboss-user] [Clustering/JBoss] - Re: Communication between nodes

2009-05-07 Thread bstansbe...@jboss.com
No need to apologize. It might still be there, but it's in an area in active development that's outside of my regular involvement. So first thing to do before doing deep analysis is to check if it's already fixed. :) View the original post :

[jboss-user] [Clustering/JBoss] - Re: Communication between nodes

2009-05-07 Thread ekobir
Hey Brain still no luck after downloading and testing on jBoss 5.1.0CR1. You can find full stack trace below. | 16:05:02,203 ERROR [AbstractKernelController] Error installing to Real: name=vfszip:/servers/jboss-5.1.0.CR1/server/production/deploy/Test.ear/ state=PreReal mode=Manual

[jboss-user] [JBoss jBPM] - Skipping a task node

2009-05-07 Thread pjacobsen
There are certain situations I have where a task node should be skipped. I'm pretty sure you're not supposed to do this (i.e. cancel the task) from an event like when the node is entered or when the task is created... and I've already seen problems with the token being locked when I do... but

[jboss-user] [EJB 3.0] - Re: Deploying Apache DayTrader on AS 5.1

2009-05-07 Thread jaikiran
jaikiran wrote : | I'll file a EJB3 JIRA to provide better handling/message for this case. | https://jira.jboss.org/jira/browse/EJBTHREE-1823 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229475#4229475 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-07 Thread wurzelbutz
sorry i didnt post the full stacktrace. here it is: anonymous wrote : 17:10:30,859 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator_2] TwoPhaseCoordinator.beforeCompletion - failed for com.arjuna.ats.internal.jta.resources.arjunacore.synchronizationim...@1c50523 |

[jboss-user] [Clustering/JBoss] - Re: JBoss Cluster using Gossip Router

2009-05-07 Thread amardeep21
bstansbe...@jboss.com wrote : | | Just to be clear: you commented the entire mbean, right? Yes right the entire mbean and now jboss is running on 1099,1098, 4446. Thanks, Amardeep View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229481#4229481 Reply to

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-07 Thread wurzelbutz
Good news everyone! i was able to resolve the problem: i now inject the jbpmContext and rerieve the taskinstance from there. ending taskinstances (with or without specifying a transition) now works *happy* here is my code, maybe it helps so. else: | public String externalTaskActions(){ |

[jboss-user] [JBoss jBPM] - Re: jbpm engine

2009-05-07 Thread tommy111
hi thank for answer no, i want with hibernate put or get cache coherence no use in cache store ok? thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229483#4229483 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Communication between nodes

2009-05-07 Thread bstansbe...@jboss.com
Do you package a copy of the javax.management.ObjectName class in Test.ear? Please outline the contents of Test.ear. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229490#4229490 Reply to the post :

[jboss-user] [Remoting] - Remoting connector not respecting jboss.bind.address

2009-05-07 Thread bstansbe...@jboss.com
Community member amardeep21 is reporting issues with the AS 4.2.2 jboss.remoting:service=Connector,transport=socket Connector where it looks to not be respecting the jboss.bind.address. See http://www.jboss.org/index.html?module=bbop=viewtopict=154855 . Can anyone from the Remoting community

[jboss-user] [Clustering/JBoss] - Re: JBoss Cluster using Gossip Router

2009-05-07 Thread bstansbe...@jboss.com
Sorry for the wild goose chase with the SBM. I suspect there is something obvious we're missing, as I'd think if that connector wasn't respecting the -b value I'd have heard about it long before. I've pinged the Remoting folks (http://www.jboss.org/index.html?module=bbop=viewtopict=155089) to

[jboss-user] [Clustering/JBoss] - Re: Communication between nodes

2009-05-07 Thread ekobir
Hey Brian Thanks a lot... jmxri was in the ear file. After removing, everything worked properly... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229495#4229495 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229495

[jboss-user] [Javassist user questions] - Re: Generating source code with Javassist

2009-05-07 Thread jaikiran
Excellent! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229497#4229497 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229497 ___ jboss-user mailing list

[jboss-user] [EJB/JBoss] - Re: JBossALL client jar

2009-05-07 Thread jaikiran
See this http://www.jboss.org/index.html?module=bbop=viewtopict=154714#4228110 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229499#4229499 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229499

[jboss-user] [EJB/JBoss] - Re: xercesImpl conflict: How to isolate an EAR deployment

2009-05-07 Thread jaikiran
anonymous wrote : Caused by: java.lang.ClassCastException: org.apache.xerces.parsers.XIncludeAwareParserConfiguration | I haven't looked at the contents of the xercesImpl.jar (yet). But most of the times, its not just that single jar that needed in the classloader scoping. You will have to

[jboss-user] [Beginners Corner] - Re: Problem with socket connection to an EJB

2009-05-07 Thread jaikiran
What output does telnet 172.19.1.22 3873 give, when you run that command from the remote system where the client is running. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229501#4229501 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: Beans disappear in Global JNDI Namespace after running a

2009-05-07 Thread jaikiran
Strange one! Can you look into server.log (for DEBUG level logs) to see if you find more information? Logs like bean being undeployed or removed from JNDI? And is it always after 24000 calls that you see this issue? I mean, if those 24000 calls happen in a single day, do you still see this

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: no persistent classes found for query class

2009-05-07 Thread PeterJ
How have you packaged your application? EAR or WAR? Could you list the full contents of the package (use jar-tf). I suspect that files are not in the proper place. There are many EJB3 books on the market. If you don't have one, I suggest that you get one. Any of those books should be able to

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBOSS JMX port

2009-05-07 Thread PeterJ
Not exactly sure what you are looking for. Most people look up the jmx/invoker/RMIAdaptor in JNDI - this yields an MBeanServerConnection object. The URL that you can pass to JMXServiceURL is service:jmx:rmi:///jndi/rmi://:/jmxconnector (see http://www.jboss.org/community/docs/DOC-10947). I

[jboss-user] [Clustering/JBoss] - Example how to use LoadBalancingFactory

2009-05-07 Thread maxogm
Hi, did anyone has some example how to use LoadBalancingFactory... Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229515#4229515 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229515

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBOSS JMX port

2009-05-07 Thread passionate
Hi Peter, Thank a lot for your reply. I am using jboss 4.2.2 GA version. I have integrated Cruise Control alongwith Jboss. But when i try to do a force builld from the GUI, its not able to build as it expects a jmx http connector port. Can youplease tell me where can i find the

[jboss-user] [Clustering/JBoss] - Re: JBoss Cluster using Gossip Router

2009-05-07 Thread amardeep21
Thanks really appreciate that. I am still not convinced that is something to do with jboss bind address for its is unpredictable behavior on port 5446. As it does the correct lookup on vpnip but then instead of creating connection to ejb on vpnip:5446 it tries connection to other cluster node!!

[jboss-user] [Clustering/JBoss] - Re: JBoss Cluster using Gossip Router

2009-05-07 Thread bstansbe...@jboss.com
Oh, I completely misunderstood the problem! I thought the calls going to staticip:5446 were hitting the same AS instance as the calls to vpnip:109x, but were coming in on the wrong interface. What is being looked up with the JNDI calls? I expect it's an EJB session bean. Stateless or Stateful?

[jboss-user] [Clustering/JBoss] - Re: Example how to use LoadBalancingFactory

2009-05-07 Thread bstansbe...@jboss.com
If you don't get a reply from the community here, suggest you post on the JBoss Messaging forum. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229526#4229526 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229526

[jboss-user] [JBoss jBPM] - Re: Skipping a task node

2009-05-07 Thread kukeltje
put a decision in front of it and decide there way more visible (graphically) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229528#4229528 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229528

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-07 Thread kukeltje
h shoot I missed that part... sorry...Yes, the latter is the better solution (and the way I always do it) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229529#4229529 Reply to the post :

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

2009-05-07 Thread marius.bogoevici
David, I added your fixes for scanning directories to VFSResourcePatternResolvingHelper. Also, as a note: JBossEnabledResourcePatternResolver will work with Spring 2.5.5, but will have problems on 2.5.6 (because vfszip resources are now assumed to be jars). So, for achieving the same

[jboss-user] [JBoss Portal] - Re: Performance Issue with JBP2.7.1; Any workaround??

2009-05-07 Thread Vineet_Tripathi
checked out the latest code from SVN, build and deploy (with hypersonic database and Ehcache, show sql set to true, log statements as specified by vivek, Non clustered server ) created 4 users, went to there dashboard, verified in db the no of dashboards created: | select count(1) from

[jboss-user] [JBoss Messaging] - Re: How to send message to a remote queue

2009-05-07 Thread clebert.suco...@jboss.com
That's pretty much the procedure. - you define a JMSPRoviderLoader. Give it a name | mbean code=org.jboss.jms.jndi.JMSProviderLoader | name=jboss.mq:service=JMSProviderLoader,name=JMSProvider | attribute name=ProviderNameMyProvider/attribute | attribute

[jboss-user] [JBoss Portal] - Re: Performance Issue with JBP2.7.1; Any workaround??

2009-05-07 Thread Vineet_Tripathi
JBoss-portal-2.7.2-GA Notes says, * [JBPORTAL-2281] - Perf issue when many user dashboard is it the same issue we are looking to, have some one verified for the scenario mentioned by Vivek with latest 2.7.2? View the original post :

[jboss-user] [JCA/JBoss] - Re: Change *-ds.xml file at runtime without reloading the DS

2009-05-07 Thread PeterJ
anonymous wrote : is there any way to change *-ds.xml at runtime without reloading the DataSource? The only way I know of is to turn off the hot deployer. But then any changes you make will not take place until you restart the app server. View the original post :

[jboss-user] [JBoss jBPM] - Re: Skipping a task node

2009-05-07 Thread pjacobsen
It's not an option that our user community would accept (i.e. the option you suggest has been posed and shot down as the skip feature is already possible in our current workflow engine). Customer's workflows typically have hundreds of tasks any of which workflow managers can elect to skip.

[jboss-user] [JBossWS] - Re: Tracing wsconsume

2009-05-07 Thread PeterJ
Please state exactly what you did (post the change). I modified wsconsume.bat, removing that clause from the java command line. Then it picks up the log4j.properties (or.xml) in my classpath. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229545#4229545 Reply

[jboss-user] [JBoss Messaging] - Re: jboss messaging

2009-05-07 Thread clebert.suco...@jboss.com
anal...@8_java wrote : | Is there any way to do this using Jboss Messaging, so that my application will not take 4 hrs? | Are you using NonPersistentMessages? If you are using a sheel, it seems you don't need an extra level of persistence. Like.. if someting happens, you could have the

  1   2   >