[jboss-user] [JBoss jBPM] - Re: replication of task at runtime

2008-06-05 Thread csplrj
Does it involves different actors or same actors? I am just asking as I have a same problem. but i require that the task to be associated with different actors Thanks in advance CSJakharia View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155853#4155853 Reply

[jboss-user] [JBoss jBPM] - Re: replication of task at runtime

2008-06-05 Thread kukeltje
look in the wiki... there is a 'dynamic fork' example View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155854#4155854 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155854 ___

[jboss-user] [JBoss jBPM] - Re: config-type field confusion

2008-06-05 Thread kukeltje
I'd have to look up other examples from the testcases in the source. Currently have no time to do that since I'm off preparing for the jBPM Community Day You can ofcourse do that yourself (and when you are at it, update/upgrade the docs ;-)) View the original post :

[jboss-user] [EJB 3.0] - Re: Exploded EAR

2008-06-05 Thread jim.barrows
anonymous wrote : 17:14:17,568 INFO [EARDeployer] Init J2EE application: file:/C:/EJB3Trail. | ear | 17:14:17,578 ERROR [MainDeployer] Could not initialise deployment: file:/C:/EJB3Trail.ear | org.jboss.deployment.DeploymentException: No META-INF/application.xml found | at

[jboss-user] [Performance Tuning] - Re: JBoss/Java is consuming CPU on Linux

2008-06-05 Thread eblom
Unfortunately I have the same problem when I'm running our management application e.g. list all extension in the IP-PBX. Then it affects the ongoing traffic/calls in the IP-PBX because of the High CPU load. I don't know if it can be the I/O stuff e.g. Network, sockets. I have done some

[jboss-user] [JBoss/Spring Integration] - Re: Spring.war - 404 error : My first attempt at deplying a

2008-06-05 Thread alesj
beyarecords wrote : | What am I overlooking here? As a note, I have read about a jboss-spring deployer jar but am not sure whether this needs to be deployed in conjunction with the spring.war? | This thread has nothing to do with JBoss/Spring integration -- as the sticky says -- moved to

[jboss-user] [JBoss jBPM] - Re: replication of task at runtime

2008-06-05 Thread WalterTaus
Hi, in my example the same actors are involved. I looked in Wiki and found a MultiChoiceForkAH and a ForEachForkAh. Is this what you are referring to as Dynamic Fork ? Thanks, Walter View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155867#4155867 Reply to

[jboss-user] [JNDI/Naming/Network] - NameNotFoundException

2008-06-05 Thread anupamkakade
Dear All , I am very new to EJB 3.0. And trying to call a remote statefull sesssion bean. Will u please give me the sample code to lookup the bean. And necessary jars that i need to put in my client code classpath. I have tried all the things to look up the bean that have been posted on

[jboss-user] [Installation, Configuration DEPLOYMENT] - java.sql.SQLException: error in script file...

2008-06-05 Thread focusedeye
I am using JBoss to run an ATG application but I get this line about inability to start the JBoss service. Please see specific error message below: WARN [ServiceController] Problem starting service jboss:service=Hypersonic, database=localDB java.sql.SQLException: error in script file line: 1

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

2008-06-05 Thread lovelyliatroim
Thanks Manik, at least I know what the problem is now!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155878#4155878 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155878 ___

[jboss-user] [JBossWS] - Re: a problem when call web service using web service client

2008-06-05 Thread [EMAIL PROTECTED]
It's the JAXWS API that uses a service loader mechanism to pull the implementation. You have to make sure that WS invocation don't have the Sun API (jaxws-rt.jar, jaxws-tools.jar, jaxws-api.jar) on the classpath. JBossWS ships with it's own impl. of the API wich then delegates to the correct

[jboss-user] [JBossWS] - Re: a problem when call web service using web service client

2008-06-05 Thread [EMAIL PROTECTED]
So, conceptually you start with two different classpath settings, depending on the use case. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155883#4155883 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155883

[jboss-user] [JBoss Cache: Core Edition] - Re: How to use treecache.xml as configuration for jboss cach

2008-06-05 Thread yair.zaslavsky
I managed to solve this problem. I am not using TreeCache via JMX, but I created an object of TreeCache, and using this.getClass().getClassLoader().getResourceAsStream(treecache.xml); I managed to get an input stream to treecache.xml, I then pass this stream to PropertyConfigurator and

[jboss-user] [JBossWS] - JBoss-4.2.2-GA + JOSS-1.7 and WCF client

2008-06-05 Thread aguyngueran
I'm having problems with SOAP fault declaration from JOSSO. It is like this: wsdl:message name=IdentityProvisioningException wsdl:part name=fault type=impl:IdentityProvisioningException / /wsdl:message The problem is 'type' attribute which according to WS-Basic Profile

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Incomplete deployment - DataSourceBinding- JBOSS 4.2.2 +

2008-06-05 Thread July Pyrra
Ok I finally found out even if I'm not sure what has really made the difference afetr the multiple reinstallations and successive configurations. Here is the mysql-ds.xml that I put in the deploy folder (I let the hsql-ds.xml) datasources | local-tx-datasource |

[jboss-user] [EJB 3.0] - needing to have extra fields accessible in association table

2008-06-05 Thread pucky
I have a system that I'm building that I need to store extra information within an association table. for example. many to many relationship between consultant and learner the association table should have [consultant_learner] id consultantid learnerid timestamp withdrawndate active is

[jboss-user] [JBoss Messaging] - Re: Does SlowConsumers flag work correctly?

2008-06-05 Thread schmidp
anonymous wrote : Is there any way to turn prefetch completely, so all messages which are not received would be visible to all consumers? We have the same requirement, so I'm interested in an answer as well :-) Best regards, Philipp Schmid View the original post :

[jboss-user] [JBoss/Spring Integration] - Re: Jboss/Spring Integration, second attempt!

2008-06-05 Thread alesj
The FileMatcher was moved. :-) Before: - org.jboss.deployers.vfs.plugins.structure.file. Now: - org.jboss.deployers.vfs.spi.deployer And the SpringDeployer in that release still uses the old one. I'll do a new release asap. Or you can build it yourself from the trunk - it should be simple ant

[jboss-user] [Messaging, JMS JBossMQ] - Re: Illegal state of the rollinglogged PM just after server

2008-06-05 Thread AlexBear
genman wrote : Rolling Logged is not official supported and probably was always experimental when it was available. What's your JBoss version? You're probably on your own here. My JBoss version is 3.2.8SP1. View the original post :

[jboss-user] [JBoss/Spring Integration] - Jboss/Spring Integration, second attempt!

2008-06-05 Thread beyarecords
Platform: Win XP SP1, JDK 1.6.0_06, Jboss 5.0.0.CR1 So, I, and as per sticky instructions, download 'jboss-spring.deployer' from 'Spring Deployer 3.0'. I then place said .deployer file into the deploy directory and start server. The following error is the issued in the server logs: |

[jboss-user] java.lang.ClassCastException: org.jboss.web.tomcat.service.jasper.JspServletOptions

2008-06-05 Thread Jadaaih Jade
Resending after subscription verification!! = -- Powered by Outblaze ---BeginMessage--- Hi all, Need your help here. I am getting the following exceptions when I try to deploy my war file with JBoss 4.2.2. 2008-06-05 14:24:19,341 INFO [STDOUT] - Failed to load engineOptionsClass

[jboss-user] [JBoss Cache: Core Edition] - Re: Recommendation for IsolationLevel

2008-06-05 Thread [EMAIL PROTECTED]
when you say high transaction, what do you mean? High degree of writes? If you have a write-mostly setup, then using a cache in the first place is really not a good idea since caches are optimised for read-mostly situations. SERIALIZABLE will ensure that you cannot have any concurrency in

[jboss-user] [JBoss/Spring Integration] - Re: Jboss/Spring Integration, second attempt!

2008-06-05 Thread beyarecords
Ok, Alesj. I'll wait for your post ;-) As I wish to use Spring 2.5 would I simply swap out the existing Spring files from the .deployer directory, which I believe are Spring 2.0 correct?, with 2.5 ? Many thanks in advance. View the original post :

[jboss-user] [JBoss Messaging] - Re: Does SlowConsumers flag work correctly?

2008-06-05 Thread ataylor
Setting slow consumers=true has the effect of setting the prefetch size to 1. This means that the server will only deliver 1 message the client side buffer. Once the client has consumed this message and the buffer is empty the client notifies the server and it starts redelivering. View the

[jboss-user] Delivery Status Notification (Failure)

2008-06-05 Thread postmaster
This is an automatically generated Delivery Status Notification. Delivery to the following recipients failed. [EMAIL PROTECTED] Reporting-MTA: dns;MS-CRM.JSC.TPCHEL.RU Received-From-MTA: dns;mail.tpchel.ru Arrival-Date: Thu, 5 Jun 2008 13:46:20 +0400 Final-Recipient:

[jboss-user] [JBoss/Spring Integration] - Re: Jboss/Spring Integration, second attempt!

2008-06-05 Thread alesj
beyarecords wrote : | As I wish to use Spring 2.5 would I simply swap out the existing Spring files from the .deployer directory, which I believe are Spring 2.0 correct?, with 2.5 ? | I think the SpringDeployer3.0 is compiled against Spring 2.5, and as such shipped with Spring 2.5. But I

[jboss-user] [JBoss jBPM] - h:outputLink related problem

2008-06-05 Thread varundoda
I am trying to implement the following: jbpm:dataform f:facet name=header h:outputText value=Permanent Address h:outputLink value= title=Make same as present h:outputText value=(same as present)/

[jboss-user] [JBoss Messaging] - Is 1.4.1.CR1 accesible?

2008-06-05 Thread jorgemoralespou_2
I have seen the Jira and want to have a look at some issues fixed in 1.4.1.CR1. Is it accesible somehow? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155918#4155918 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155918

[jboss-user] [Beginners Corner] - Accessing deploy-directory from remote (readwrite)

2008-06-05 Thread pete007
Hello, I've got a short question, maybe someone can give me a hint. I have a JBoss server with some seam applications running. Now I would like to access the deploy-directory from remote to change some images or to update the seam apps with newer versions, e.g. per FTP, SCP or anything else.

[jboss-user] Delivery Status Notification (Failure)

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

[jboss-user] [JBoss jBPM] - Re: jBPM Message Service not starting up

2008-06-05 Thread egeek
Realize that this is an old thread, but never-the-less, this was one of the few places I came across that referenced service message unavailable. I had the same issue unit testing my processes with a HSQL db and the DbMessageServiceFactory. Turns out you have to create a JbpmContext to get the

[jboss-user] [EJB/JBoss] - schedule timer with hour, without date

2008-06-05 Thread beherenow
Hello, I created a service that works correctly, but i want to execute the bean everyday at 12:00. The problem is that i must write: dd/MM/ HH:mm:ss 01/01/2008 12:00:00 It works, but i don't want to write the date, because i don't know when the server will

[jboss-user] [EJB/JBoss] - Re: schedule timer with hour, without date

2008-06-05 Thread beherenow
sorry, the examples are on attribute name =DateFormat and attribute name =InitialStartDate respectly thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155929#4155929 Reply to the post :

[jboss-user] [JBoss jBPM] - Does JBPM Supports fully actor based taskList

2008-06-05 Thread csplrj
I think I can't understand whether JBPM supports actor based TaskList? I have 2 tasks. The First one is assigned to actor b and then the next task is assigned to actor a the process of assigning is through AssignmentHandler assignable.setActorId After that process is passed from the First

[jboss-user] [Installation, Configuration DEPLOYMENT] - Classloader Problem of migrating Tomcat application to Jboss

2008-06-05 Thread ashishraik11
Hi, I am migrating my application from Tomcat to jboss-4.2.2.GA, I did the configuration but still I am getting NoClassDefFound Exception, same thing is working properly with JBoss. I gone through the document for jboss configuration i did that also still i am getting NoClassDefFoundException.

[jboss-user] [JBoss jBPM] - Re: Does JBPM Supports fully actor based taskList

2008-06-05 Thread Johan.Parent
Hi, What's your process definition? Is that task assigned to b not just a left over from a previous/other process instance? Because the answer to your question is otherwise YES :) Best regards, Johan View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - two JSF-implementations

2008-06-05 Thread patrykxes
Hello I use JBoss 4.2 and I have package WAR. I put this package WAR in directory /deploy and I have recived one error: anonymous wrote : ERROR [MyfacesConfig] Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations. Help me please. thank

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Classloader Problem of migrating Tomcat application to J

2008-06-05 Thread ashishraik11
ashishraik11 wrote : Hi, | | I am migrating my application from Tomcat to jboss-4.2.2.GA, I did the configuration but still I am getting NoClassDefFound Exception, same thing is working properly with Tomcat. I gone through the document for jboss configuration i did that also still i am

[jboss-user] [Installation, Configuration DEPLOYMENT] - Classloader Problem of migrating Tomcat application to Jboss

2008-06-05 Thread ashishraik11
Hi, sorry for last post following is the right post I am migrating my application from Tomcat to jboss-4.2.2.GA, I did the configuration but still I am getting NoClassDefFound Exception, same thing is working properly with Tomcat. I gone through the document for jboss configuration i did that

[jboss-user] [JBoss jBPM] - Re: Does JBPM Supports fully actor based taskList

2008-06-05 Thread csplrj
The files as per below Thanks in advance CSJakharia processdefinition.xml ?xml version=1.0 encoding=UTF-8? | | process-definition xmlns=urn:jbpm.org:jpdl-3.2 name=authoring | start-state name=start-state1 | task | /task | transition

[jboss-user] [JBoss Cache: Core Edition] - Re: Recommendation for IsolationLevel

2008-06-05 Thread kringdahl
Well, high transaction may have been overshooting a little bit. What we really need is guaranteed consistency of writes. We have chosen a caching solution because we have a distributed application where reads need to be very fast and writes typically happen outside of the normal user data

[jboss-user] [JBoss Tools (users)] - Re: Problems with the Visual Page Editor with Tools 2.1.0 GA

2008-06-05 Thread [EMAIL PROTECTED]
please report this in jira and possibly with an attachment of the page causing the problem. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155953#4155953 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155953

[jboss-user] [JBoss Messaging] - Re: Is 1.4.1.CR1 accesible?

2008-06-05 Thread ataylor
You can build it yourself from subversion. http://anonsvn.jboss.org/repos/messaging/tags/JBossMessaging_1_4_1_CR1/ I would recommend using the latest version tho' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155961#4155961 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - Re: Jboss/Spring Integration, second attempt!

2008-06-05 Thread beyarecords
Hi Alesj, on the JbossWiki there is a section concering the creation of .spring archieves: | my-app.spring/ |org/ | acme/ | ~MyBean.class | ~MyBean2.class |META-INF/ |jboss-spring.xml | but in 'Spring Deployer 3' we have

[jboss-user] Delivery Status Notification (Failure)

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

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - classloader issue when migrating application from tomcat to

2008-06-05 Thread ashishraik11
Hi, I am migrating application from Tomcat to jboss-4.2.2.GA, I did the configuration but still I am getting NoClassDefFoundException, same thing is working properly with Tomcat. I gone through the document for jboss configuration, I did that also still, I am getting NoClassDefFoundException.

[jboss-user] [Performance Tuning] - Re: JBoss/Java is consuming CPU on Linux

2008-06-05 Thread eblom
I have tested my application on a previous version of SLES (SLES9) that we have run before, then I can stress the JBoss to almost stop executing. The conclusion I have is the new POSIX thread library on SLES10 is not working with the Sun's JVM 1.5 and 1.6. Does any one have a solution how to

[jboss-user] [Beginners Corner] - Possible to inject an ejb into a JSF-managed bean w/ @EJB in

2008-06-05 Thread dxxvi
I'm using JBoss AS 4.2.2.GA and the JSF implementation going along with it. When I tried to inject a session bean to a JSF-managed bean (i.e. this bean is declared in faces-config.xml), I got the exception Injection failed on managed bean. javax.naming.NameNotFoundException ... (not sure if I

[jboss-user] [JBoss Messaging] - Re: Is 1.4.1.CR1 accesible?

2008-06-05 Thread jorgemoralespou_2
It is just for testing the NullPersistanceManager, as I need it. I can retrofit it into the latest version publicly available, 1.4.0.SP3. Any timeframe for 1.4.1 final release? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155981#4155981 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - Use of JmsTemplate with JBoss Messaging still strongly disco

2008-06-05 Thread thundersmurf
Are the statements made at http://wiki.jboss.org/wiki/JBMSpringJMSTemplateNotes still relevant to the latest Spring release (2.5.4)? ts. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155984#4155984 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - Re: msTemplate w/ JBM still discouraged?

2008-06-05 Thread thundersmurf
Sorry the subject should be: JmsTemplate w/ JBM still discouraged? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155986#4155986 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155986

[jboss-user] Re: MBean depends on EJB

2008-06-05 Thread Catalin Croitoru
Hi, I can't deploy a MBean that depend on an EJB on a jboss 4.2.2 with ejb 3.0 and java 1.6. The structure is: +deploy +-bwanms.ear |+-META-INF/application.xml +-bwanms.sar |+-META-INF/jboss-service.xml Mbean is in bwanms.sar archive and EJB that depend on is in bwanms.ear. Is there a way to

[jboss-user] [JBoss/Spring Integration] - Re: Use of JmsTemplate with JBoss Messaging still strongly d

2008-06-05 Thread alesj
Ask on JBM/JMS forum, since this is not what this forum is about - see sticky. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155993#4155993 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155993

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: java.sql.SQLException: error in script file...

2008-06-05 Thread PeterJ
anonymous wrote : Problem starting service jboss:service=Hypersonic, database=localDB Please post the contents of the *-ds.xml file that defines the localDB datasource. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155995#4155995 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Problems with the Visual Page Editor with Tools 2.1.0 GA

2008-06-05 Thread jimball
Okay, I've opened a bug in JIRA at http://jira.jboss.org/jira/browse/JBIDE-2297 I've also attached the JSP, although the problem occurs for all the JSP in the project, not just this one, hence me raising the bug on the VPE. I've also added a full listing of the plugins and features I have

[jboss-user] [JBoss Tools (users)] - Re: Problems with the Visual Page Editor with Tools 2.1.0 GA

2008-06-05 Thread jimball
Note, all the attachments and details are on the JIRA case. I could duplicate them here, but I don't want to nark you off. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155998#4155998 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Possible to inject an ejb into a JSF-managed bean w/ @EJ

2008-06-05 Thread PeterJ
Your assumption is correct - @EJB is not available in 4.2.x. You will have to wait for 5.0 to use that. Essentially, the server portions of EJB3 are available in 4.2.x, but not the client portions. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156003#4156003

[jboss-user] [JNDI/Naming/Network] - Re: NameNotFoundException

2008-06-05 Thread PeterJ
Please post the code you are using to lookup the ejb. Also, go into the jmx-console, the jboss:service=JNDIView mbean, and click on the list operation. Post the response. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156008#4156008 Reply to the post :

[jboss-user] [JBoss Portal] - Portal 2.6.5.SP1 uses both JSF 1.2 RI and myfaces?

2008-06-05 Thread Lightguard
When I started things up it said both were on the classpath. Is this a problem when creating JSF portlets? Specifically I'm using ICEfaces + seam and exposing it through portal. I'm running into the following exception and wondering if this could be a problem: javax.faces.FacesException:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Installing nothing but Messenger on SuSE 10..1 SP1?

2008-06-05 Thread btesoroni
I am looking for instruction on how to install JBOSS but I want it be bare and nothing but Messenger installed on SuSE 10..1 SP1. I am only working the the Server Core so I do not have a GUI interface just yast. Thank you in advance. View the original post :

[jboss-user] [JBoss Portal] - Re: Portal 2.6.5.SP1 uses both JSF 1.2 RI and myfaces?

2008-06-05 Thread [EMAIL PROTECTED]
Message saying both myfaces and sun-jsf impl are in classpath is harmless. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156020#4156020 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4156020

[jboss-user] [JBoss Portal] - Re: Is Portal 2.6.5 available to download from source?

2008-06-05 Thread [EMAIL PROTECTED]
Are you behind a proxy? I think there is a wiki somewhere that explains how to build from source when you are behind a network proxy. When you run build.sh, you can pipe the output to a file and see which file it is not able to download. Try doing a wget on that file manually and see if indeed

[jboss-user] [JBoss Portal] - Re: Is Portal 2.6.5 available to download from source?

2008-06-05 Thread iamnew2jboss
Yes, that's right Prabhat. There were some meesages that it couldn;t download some files from the repository. What could be the reason though? I'll re-run the command and see what are the files it is not able to download. i did not see any log files to see all the error messages. Any idea?

[jboss-user] [JBoss Tools (users)] - project builders

2008-06-05 Thread jamesjmp
Hi, If I create a new seam web project , project properties builders include the following: - Java Builder - Faceted Project Validation Builder - Validation - Project Verifier - Seam Builder - Hibernate Builder I have a project I created time ago before upgrading my eclipse and installing jboss

[jboss-user] [JBoss jBPM] - How to indentify a StartState node?

2008-06-05 Thread pojomonkey
I find that when I get the process definition and iterate over the nodes, that the Start State node is NOT an instanceof StartState. (The End State node seems to consistently be an instanceof EndState, however.) How can I determine which is the Start State node? I have looked at the posts

[jboss-user] [Remoting] - Re: NIO - PooledInvoker Question

2008-06-05 Thread [EMAIL PROTECTED]
Hi Sebastien, anonymous wrote : | I beleive if you remove the multiplex for shared connection, there is a good reason for that, isn't it ? | 1. The multiplex transport just didn't have many users, so it didn't seem worth the effort to continue to support it. 2. Remoting 3 will offer a

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

2008-06-05 Thread jamesjmp
Btw, my eclipse version is 3.3.2 (eclipse-jee-europa-winter-322 release) and my JBoss Tools is 2.1.0.GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156042#4156042 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4156042

[jboss-user] [Remoting] - Re: Remoting and seam app

2008-06-05 Thread [EMAIL PROTECTED]
Well, I don't know anything about Seam, so I can't comment on that. But your use of Remoting with EJB3 seems unnecessarily complex. The point of EJBs is to hide all the communication complexity from the application. If you look up the EJB in JNDI, you get an object that communicates directly

[jboss-user] [Remoting] - Re: ejb access to 4.2.2 server from 4.0.3 client - compatibi

2008-06-05 Thread [EMAIL PROTECTED]
Hi David, I'm not the best person to answer your question, since the legacy invokers are completely independent from Remoting. However, I can tell you that 'you must use the legacy rmi invokers' actually means not using jboss-remoting.jar at all. Well, you can continue to use if for other

[jboss-user] [JBoss Portal] - spring mvc portlet jboss2.65

2008-06-05 Thread bernaulliag
I have deploy spring sample portlets in jboss 2.65. I can see only SpringMvc tab and no other portlets (blank page). What should I do so that all portlet come into view Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156053#4156053 Reply to

[jboss-user] [JBoss jBPM] - Re: How to indentify a StartState node?

2008-06-05 Thread salaboy21
You can get it by name??? start-state name=Start | transition to=Login/transition | /start-state | or you do not wanna do this?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156056#4156056 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Exploded EAR

2008-06-05 Thread jaikiran
If you want to deploy the application from a folder other than the deploy folder of JBoss, then you have to edit the jboss-service.xml in %JBOSS_HOME%\server\ serverName\conf folder as follows: attribute name=URLs | deploy/,file:///C:/test/ | /attribute What this means is, an

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Upgrading 4.0.4 to 4.2.2; problems accessing EJBs

2008-06-05 Thread jaikiran
If the classes are needed by both the war and the ejb component (like in this case), then you can package them in a jar and place that jar under the lib folder of the EAR. Those jars will by default be added to the classpath of the application. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Upgrading 4.0.4 to 4.2.2; problems accessing EJBs

2008-06-05 Thread jaikiran
jaikiran wrote : If the classes are needed by both the war and the ejb component (like in this case), then you can package them in a jar and place that jar under the lib folder of the EAR. Those jars will by default be added to the classpath of the application. And yes, this is available in

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Incomplete deployment - DataSourceBinding- JBOSS 4.2.2 +

2008-06-05 Thread jaikiran
Interesting. The only difference i see in this new -ds.xml file is that you are passing the jdbcCompliantTruncation=false parameter to the driver. Anyways, good to know you got it working :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156060#4156060

[jboss-user] [JBoss Messaging] - Re: Does SlowConsumers flag work correctly?

2008-06-05 Thread szhigunov
In my scenario I always consume one big message per session (in its own XA transaction). So the behavior described above (PrefetchSize=1) seems like unnecessary overhead: I want to consume one message; I download two to the client, use one; release the other. Is there the way to tell the

[jboss-user] [Management, JMX/JBoss] - Spring JMX issues in JBoss

2008-06-05 Thread krishh
have defined these beans in my appContext. bean id=exporter class=org.springframework.jmx.export.MBeanExporte r lazy-init=false And in one of my spring beans, I have annotations @ManagedResource(objectName = spring.ua:service=TimePeriodServiceExecutione r, description = A sample

[jboss-user] [Management, JMX/JBoss] - Re: Spring JMX issues in JBoss

2008-06-05 Thread krishh
repost: some of the bean definitions were lost when posted. I have defined these beans in my appContext. bean id=mbeanServer class=org.springframework.jmx.support.MBeanServerFactoryBean !-- indicate to first look for a server -- property name=locateExistingServerIfPossible

[jboss-user] [JBossWS] - Re: Can not find truststore url

2008-06-05 Thread jinglei
I am seeing the same warn in the log file, Here is what I have the connector configured in the server.xml, Connector SSLEnabled=true address=${jboss.bind.address} clientAuth=false emptySessionPath=true keystoreFile=${jboss.server.home.dir}/conf/local.keystore keystorePass=123456

[jboss-user] JBOSS Cluster Network Floods

2008-06-05 Thread M Wagad
Hi There I have couple of questions with respect to Jboss Cluster What happens when, in jboss cluster environment the Master and Slave can not sync? In our case, the jboss nodes became disoriented and started to try to sync, so they have created lots and lots of UDP Broadcast messages

[jboss-user] [JBoss Messaging] - classloader issue

2008-06-05 Thread randiz
hi I am trying to call a method in a session bean deployed on server (call it server1 ) that processes some data and then pushes the data on a queue existing on a external jboss server( call it server 2). tjhe session bean is unable to push the data on queue on server 2 ( the know the queue

[jboss-user] [JBoss Messaging] - Re: classloader issue

2008-06-05 Thread PeterJ
Are server1 and server2 running the same version of jbossas? What version? Also, did you replace JBossMQ with JBoss Messaging? I ask because the missing class belongs to JBossMQ. If you did not replace JBossMQ with JBoss Messaging, then you have the wrong forum. According to this line:

[jboss-user] [JBoss Messaging] - Re: classloader issue

2008-06-05 Thread randiz
I am using jboss 4.2.2GA without any changes so I dont know whether its using JBossMQ or jboss messaging. Both servers exist on localhost but use different ports. The hostname and port of destination queue are correct. ( otherwise I would have gotten queue not found exception) randiz View the

[jboss-user] [JBoss jBPM] - Fork only uses first transition

2008-06-05 Thread swaroopreddy
I have the model as below: | urn:process-definition name=1 xmlns:urn=urn:jbpm.org:jpdl-3.2 | urn:start-state | urn:transition to=1/ | /urn:start-state | urn:node name=1 | urn:action |

[jboss-user] [JBoss Portal] - Re: error when changing identity data source

2008-06-05 Thread Serein
Hello! I'm also trying to make JCRCMS store its content in a separate database. I've defined a datasource, changed the jboss-service.xml in deploy\jboss-portal.sar\portal-cms.sar\META-INF\, hibernate.cfg.xml. When I start JBoss, I get messages that default content is created succesfully, but

[jboss-user] [JBoss Messaging] - Re: classloader issue

2008-06-05 Thread randiz
also server1 is using jboss4.2.2 GA and the server2 is using jbossesb-server-4.2.1GA messaging queue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156093#4156093 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4156093

[jboss-user] [JBoss Messaging] - Re: classloader issue

2008-06-05 Thread PeterJ
4.2.2 comes with JBossMQ. I am not sure what jbossesb uses. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156099#4156099 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4156099 ___

[jboss-user] [Messaging, JMS JBossMQ] - classloader problem

2008-06-05 Thread randiz
hi I am trying to call a method in a session bean deployed on server (call it server1 ver: jboss 4.2.2 GA) that processes some data and then pushes the data on a queue existing on a external jboss server( call it server 2 ver : jbossesb-server-4.2.1GA ). the session bean is unable to push the

[jboss-user] [JBoss Cache: Core Edition] - Re: Exception when a cluster node joins under load

2008-06-05 Thread kringdahl
We are using 2.0.0.GA and seeing the same problem. What is the workaround for this? Is this fixed in a future release? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156101#4156101 Reply to the post :

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

2008-06-05 Thread [EMAIL PROTECTED]
I have a project I created time ago before upgrading my eclipse and installing jboss tools. I have enabled seam support in seam settings but it has not added anything to my project builders. I wonder how could I add this builders to my previous myproject: - Faceted Project Validation

[jboss-user] [JBoss jBPM] - Re: h:outputLink related problem

2008-06-05 Thread swaroopreddy
have you tried taking the (same as present) out of the Permanent Address tag? LIke this? h:outputText value=Permanent Address/ h:outputLink value= title=Make same as present h:outputText value=(same as present)/ /h:outputLink View the original post :

[jboss-user] [JBoss jBPM] - executing sub process

2008-06-05 Thread btl_ayd
Hi.How can I execute a process in anather execution process?. Does anybody can suggest example or site for it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156107#4156107 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Fork only uses first transition

2008-06-05 Thread swaroopreddy
I found the problem. It seems every transition has to have a unique name in a given node (even a fork). They must be stored in a a HashMap or something, where they overwrite each other if they have the same (or no) name. View the original post :

[jboss-user] Delivery Status Notification (Failure)

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

[jboss-user] Delivery Status Notification (Failure)

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

[jboss-user] [Installation, Configuration DEPLOYMENT] - ejb2 call from 4.0.3 client to 4.2.2 server - how to configu

2008-06-05 Thread dvdpurcell
Hello, We're trying to access an ejb(2) deployed on a jboss 4.2.2 server from a client on jboss 4.0.3SP1. According to: http://wiki.jboss.org/wiki/JBossVersionCompatibilityMatrix, 'you must use the legacy rmi invokers' in this case. We weren't sure how to do that, but digging into some jboss

[jboss-user] Delivery Status Notification (Failure)

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

[jboss-user] Delivery Status Notification (Failure)

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

[jboss-user] [JBoss jBPM] - Re: h:outputLink related problem

2008-06-05 Thread kukeltje
correct. this is a pure jsf issue, not jBPM related at all. outputText does not take (all?) child nodes View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156121#4156121 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: h:outputLink related problem

2008-06-05 Thread kukeltje
what I meant was, take child nodes AND have a value and present them in the order you expect View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156123#4156123 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4156123

  1   2   >