[jboss-user] [JBoss jBPM] - jBPM3.2.3 with Tomcat 6

2009-07-10 Thread melgamal
Daer i have successfuly deploy jbpm3.2.3 on tomcat6 using the help of http://www.jboss.org/community/wiki/JbpmOnTomcat but i cannt loged in with database users, I can only loged in if adding users to tomcat-users.xml. i configred realm for tomcat with right parameters it didnt throws any excep

[jboss-user] [JBoss jBPM] - Re: is it possible to use jBPM with TopLink instead of Hiber

2009-07-10 Thread melgamal
Nicolas, i faced the same problem about using jBPM in a project useing toplink as a presistance mapping , but i do it and it is working, realy i faced some problems about lib conflects but it solved. also take care about the application server u will delpoy on, if using OAS you will face a lot

[jboss-user] [Remoting] - Re: Can not get connection to server - port out of range -1

2009-07-10 Thread ron.si...@jboss.com
Hi Tom, It's not understanding the syntax "toms-d2003x64/10.1.3.10". Try "socket://toms-d2003x64:1600" or "socket://10.1.3.100:1600". -Ron View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243040#4243040 Reply to the post : http://www.jboss.org/index.html?

[jboss-user] [Remoting] - Re: Netty JBossRemoting

2009-07-10 Thread ron.si...@jboss.com
By the way, Remoting does use a home grown distributed testing framework called "jrunit", an extension of junit, and jrunit uses jgroups. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243039#4243039 Reply to the post : http://www.jboss.org/index.html?module

[jboss-user] [Remoting] - Re: Netty JBossRemoting

2009-07-10 Thread ron.si...@jboss.com
"mattlf" wrote : | Is the multicast in the discovery mechanism going to work over different subnets | org.jboss.remoting.detection.multicast.MulticastDetector uses a java.net.MulticastSocket, and doesn't call MulticastSocket.setTTL() or MulticastSocket.setTimeToLive(), so it uses the defa

[jboss-user] [Remoting] - Re: binary protocol?

2009-07-10 Thread ron.si...@jboss.com
You are quite correct, Trustin. I would add only that the http and servlet transports use http connections, so the serialized objects are encoded. But there's no XML. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243037#4243037 Reply to the post : http:/

[jboss-user] [Remoting] - Re: Performance slowdown on JBoss 4.2.3.GA

2009-07-10 Thread ron.si...@jboss.com
Hi Vinay, Have you made any progress with this issue? Of course, if you're using the same version of Remoting in both cases, I feel fairly safe in assuming it's not a Remoting problem. Of course, you never know. When you say "rmi call", which particular subsystem are you talking about. EJB3,

[jboss-user] [Remoting] - Re: Compatibility/Performance of Remoting 2.5.1

2009-07-10 Thread ron.si...@jboss.com
Hi Vinay, The 2.5 releases represent minor evolutionary changes from the 2.4 releases, and I'm not aware of any incompatibilities, other than the fact that the coyote invoker (the server side of the Remoting http transport) in the 2.5 releases doesn't work with apache Tomcat, only JBossWeb. Al

[jboss-user] [JBossWS] - Re: Streamlined tutorial on JBossWS w/ policies (WS-RM)?

2009-07-10 Thread Oberiko
Still banging my head on this one. Could anyone let me know if the server code I have posted is valid? Is the @Policy annotation compatible with WS-RM? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243034#4243034 Reply to the post : http://www.jboss.org/i

[jboss-user] [Remoting] - Re: Download area empty

2009-07-10 Thread ron.si...@jboss.com
Hi Tom, Clearly, the empty download page was a temporary glitch. In any case, for the record, you can go to the svn repository to get source code for any of the released jars. Each release is saved in http://anonsvn.jboss.org/repos/jbossremoting/remoting2/tags/ For example, to get the sour

[jboss-user] [Remoting] - Re: Access to client SSL certificate in server invokation ha

2009-07-10 Thread ron.si...@jboss.com
There's no built in way to do that. If you are using a pure Remoting client / server system, then you could send the certificate along with the invocation in the "metadata map" passed to the org.jboss.remoting.Client method |public Object invoke(Object param, Map metadata) throws Throwab

[jboss-user] [JBoss jBPM] - Re: jBpm 3.2.6GA - ERROR [GraphSession] org.hibernate.Hibern

2009-07-10 Thread alex.gui...@jboss.com
Please use 3.2.6.SP1 instead. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243030#4243030 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243030 ___ jboss-user mailing list j

[jboss-user] [JBoss Portal] - Re: How to share session data between portlets

2009-07-10 Thread guybedo
oki managed to share data across the portlets by getting the portalRuntimContex with Navigation.getPortalRuntimeContext() and then the portal session. BUT this does not work with richfaces a4j requests those requests are directly targeted to the webapp and do not go through the portal ser

[jboss-user] [JBoss jBPM] - Re: Mail and ESB Service node missing in jBPM4.0

2009-07-10 Thread kukeltje
Oh, and if you have added the xsd to eclipse you can see the attributes and child elements on the mail node. Also look at the examples View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243026#4243026 Reply to the post : http://www.jboss.org/index.html?module=bb

[jboss-user] [JBoss jBPM] - Re: Mail and ESB Service node missing in jBPM4.0

2009-07-10 Thread kukeltje
Mail functionality is there, you unfortunately have to use the source tab since it is not in the components list yet and no properties pane. Mail functionality has improved btw. The ESB node is not there since ESB support is 'two way' and because the ESB does not support jBPM 4 (yet) there is n

[jboss-user] [JBoss Tools (users)] - Re: Strange deployment with rar files instead of jar files.

2009-07-10 Thread nickboldt
JBoss Tools 3.1.0.M2 is available, including a new Update site zip and support for Maven (via m2eclipse). https://www.jboss.org/tools/download/dev.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243023#4243023 Reply to the post : http://www.jboss.org/in

[jboss-user] [JBoss Tools (users)] - Re: Cannot open .jsp files on Eclipse 3.2.4

2009-07-10 Thread nickboldt
You'll also need a newer JDK than 1.4.2 -- Eclipse 3.4 and 3.5 both require JDK 5.0 or 6.0. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243022#4243022 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243022

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 3.1.0.M1 Download - Broken Links

2009-07-10 Thread nickboldt
As of today the BIRT 2.5 update site contains all the bits you need. I've drafted some documentation regarding this in parallel w/ the release of JBoss Tools 3.1.0.M2: https://www.jboss.org/tools/download/dev.html -- downloads, with mention of the required update sites for BIRT and Maven https

[jboss-user] [JBoss jBPM] - Re: is it possible to use jBPM with TopLink instead of Hiber

2009-07-10 Thread kukeltje
I did not see it working literally, but did hear someone did the same with IBatis. And yes, if there are library conflicts, between hibernate and toplink, that can be a problem (nothing to do with jBPM then). But jBPM can be accessed 'remotely', so you could deploy it in it's own war or some

[jboss-user] [JBoss jBPM] - Re: jBpm 4.0 - TaskForm example - The task doesn't provide a

2009-07-10 Thread kukeltje
The full 4.0 release (http://www.jboss.org/feeds/post/jbpm_4_0_is_out) or the CR1? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243015#4243015 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243015 __

[jboss-user] [JBoss Tools (users)] - JBoss Tools 3.1.0 M2 available

2009-07-10 Thread max.ander...@jboss.com
We just finished uploading M2, see details here http://in.relation.to/Bloggers/JBossTools31M2NowWithMaven View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243013#4243013 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243

[jboss-user] [Remoting] - Re: JBoss remoting - Compatability with non JBoss J2EE Appli

2009-07-10 Thread ron.si...@jboss.com
Ok, I think I understand your question a little better. It sounds like you want to run some "stealth" system started up in a servlet but otherwise independent of the Application Server. Is that about right? I can tell you that you can start up Remoting clients and servers in any context you l

[jboss-user] [JBoss Portal] - How to share session data between portlets

2009-07-10 Thread guybedo
Hi, i'm looking for a way to share session attributes between portlets deployed in individual wars. I have tried to set/get data in the portletSession with PortletSession.APPLICATION_SCOPE but the data is not actually shared between the portlets. I think this is because these portlets are de

[jboss-user] [Remoting] - Re: Connections to Linux servers fail

2009-07-10 Thread ron.si...@jboss.com
Hi Frank, I don't have any good suggestions. As far as I know, it's just a fact of life that underscores in host names cause problems. See, for example, http://en.wikipedia.org/wiki/Hostname. By the way, I can't see from your stacktrace just which call in MicroSocketClientInvoker is failing.

[jboss-user] [Remoting] - Re: RMI and port forwarding problem

2009-07-10 Thread ron.si...@jboss.com
Your problem isn't a Remoting problem. I'm going to suggest that you post the question to the "JNDI/Naming/Network" forum at http://www.jboss.org/index.html?module=bb&op=viewforum&f=214. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243000#4243000 Reply to

[jboss-user] [Remoting] - Re: Streming to and from the server

2009-07-10 Thread ron.si...@jboss.com
Hi Ondrej, There are no plans to extend streaming in Remoting 2, but Remoting 3 will have a general purpose streaming mechanism. Thanks for the links! -Ron View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242999#4242999 Reply to the post : http://www.jboss.

[jboss-user] [Remoting] - Re: Problems after Migration from WebSphere to JBoss (Broken

2009-07-10 Thread ron.si...@jboss.com
Sorry for the delay. Is this problem still outstanding? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242997#4242997 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242997 __

[jboss-user] [Remoting] - Re: Race condition in ConnectionValidator

2009-07-10 Thread ron.si...@jboss.com
JBREM-1144 "Extend connection identity to server side". View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242996#4242996 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242996 ___

[jboss-user] [Beginners Corner] - Re: Deploying Web Services to jboss-4.2.3.GA

2009-07-10 Thread kennypollito1
Hi, I saw your post. I have the same issue. I have Web Service running on Jdev 10.1.3.3 and OC4J with no problem. But can't deploy to JBOSS 4.2.3. Have you resolved your issue? If you did would you please help me out? Thanks Kenny View the original post : http://www.jboss.org/index.html?module

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

2009-07-10 Thread ron.si...@jboss.com
Ok, cool. Confirming, once again, the power of procrastination. :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242992#4242992 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242992 __

[jboss-user] [JBossWS] - Deploy from Jdeveloper to JBOSS failed

2009-07-10 Thread kennypollito1
Hi, I have a Web Service project that works fine in jdeveloper 10.1.3.3 and the OC4J. But when I try to deploy it to JBOSS, I got error. Would someone help me out on this? How to do that? Is it required any special step? Thanks Kenny View the original post : http://www.jboss.org/index.html?m

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.6 and 2.7.2 Chinese localization have b

2009-07-10 Thread Shi Yusen
I got the source code from http://anonsvn.jboss.org/repos/portal/branches/JBoss_Portal_Branch_2_7. Not sure whether this is 2.7.3. If yes, I have completed it. The properties files are under: http://langhua.org/opensource/portal/jboss-portal-zh/trunk/src/2.7.3/ The xml files are under: http://

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-10 Thread snjeza
That is a bug. See https://jira.jboss.org/jira/browse/JBIDE-4604 Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242987#4242987 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242987 __

[jboss-user] [Clustering/JBoss] - Re: New to JBoss Clustering? Please read before you post.

2009-07-10 Thread bstansbe...@jboss.com
Please see this thread: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=157684 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242984#4242984 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242984 __

[jboss-user] [Security & JAAS/JBoss] - Re: Jboss doubt

2009-07-10 Thread akshay_ajmani
I forgot to post the link http://www.jboss.org/community/wiki/EncryptingDataSourcePasswords View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242983#4242983 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242983 __

[jboss-user] [Clustering/JBoss] - Re: sticky_session=0 + UseJk=false + HTTP Session Replicatio

2009-07-10 Thread bstansbe...@jboss.com
Right. Running more than one Apache node to avoid a single point of failure at that level is best practice. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242982#4242982 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=42

[jboss-user] [Beginners Corner] - Re: Jboss doubt

2009-07-10 Thread akshay_ajmani
I forgot to add the link that I went through http://www.jboss.org/community/wiki/EncryptingDataSourcePasswords View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242981#4242981 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [Beginners Corner] - Jboss doubt

2009-07-10 Thread akshay_ajmani
I have a piece of code that parses an XML defined as follows: | | | Trip_PingRQ | | 3 | | | | 206041 | nbcb3172 | Employees | Sabre | | | ServiceObject s

[jboss-user] [Security & JAAS/JBoss] - Jboss doubt

2009-07-10 Thread akshay_ajmani
I have a piece of code that parses an XML defined as follows: | | | Trip_PingRQ | | 3 | | | | 206041 | nbcb3172 | Employees | Sabre | | | ServiceObject s

[jboss-user] [JBoss jBPM] - Re: [jBPM4] Error while creating processinstance having time

2009-07-10 Thread rams.rapo
no luck with/without current=true View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242976#4242976 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242976 ___ jboss-user mailing li

[jboss-user] [Beginners Corner] - JBoss ServiceMBeanSupport Lifecycle Confusion

2009-07-10 Thread Penumbra69
Hi guys - Long time first time, blah.. I've been using JBoss for years, but this is the first time I really needed to hook into a ServiceMBean's life cycle. It seemed rather easy, extend ServiceMBeanSupport - override startService() and stopService() and done.. But it's not working properly fo

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

2009-07-10 Thread nbhatia
Hi Andy, Thanks for the pointers. Based on your suggestions I have been able to send and receive 1000 messages on my Windows XP box without any problems! I tried to push this number upwards but it breaks at about 3000 messages - same "Connection failure has been detected" message. Anyway, I am

[jboss-user] [JBoss jBPM] - Re: javax.ejb.EJBTransactionRolledbackException: java.lang.S

2009-07-10 Thread denica.gencheva
The process definition part which causing the problem is: | | .. | | | | | . | | I've tested the following cases: | | .. | | | | | | .. |

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: 4.0.4.GA: Setting TransactionStrategy and TransactionLoo

2009-07-10 Thread eeelnico
hi guido I have the same problem now, years later. do you remember how to solve it? I can't make transactions to work with hibernate MBEAN definition in hibernate-service.xml on jboss. do you have any clues? thanks nicolas View the original post : http://www.jboss.org/index.html?module=bb&o

[jboss-user] [Clustering/JBoss] - Re: New to JBoss Clustering? Please read before you post.

2009-07-10 Thread hzhuang123
I am migrating a application to jboss5.1.0 from jboss4.2.3, we used deploy/cluster-services.xml to configure jboss cluster with TCP and TCPPING(we can not use UDP due to network configuration). But , in jboss5.1.0, I can not find this configure file, also, I read through the jboss5 documentation

[jboss-user] [JBoss Getting Started Documentation] - can some people list the steps to configure jboss cluster us

2009-07-10 Thread hzhuang123
I am migrating a application to jboss5.1.0 from jboss4.2.3, we used deploy/cluster-services.xml to configure jboss cluster with TCP and TCPPING(we can not use UDP due to network configuration). But , in jboss5.1.0, I can not find this configure file, also, I read through the jboss5 documentation

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: War deployment

2009-07-10 Thread jaikiran
anonymous wrote : (hmm, 5.1.0 appears to make copies anyway...) Since 5.1.0 even exploded deployments are temped. Long story here http://www.jboss.org/index.html?module=bb&op=viewtopic&t=151939&postdays=0&postorder=asc&start=10 View the original post : http://www.jboss.org/index.html?module=bb&o

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: War deployment

2009-07-10 Thread PeterJ
Is your WAR an archive file or a directory? If it is a directory, then there is no copy made (hmm, 5.1.0 appears to make copies anyway...). If it is an archive, there should be an unpacked copy of it in server/xxx/tmp View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[jboss-user] [Beginners Corner] - Re: Php on JBoss?

2009-07-10 Thread PeterJ
Have a look at these: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4146675#4146675 http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4123263 http://www.jboss.org/index.html?module=bb&op=viewtopic&t=125437 Also, I have had some luck with deploying the Quercus module from Resin

[jboss-user] [EJB/JBoss] - Re: [EJB 2 in JBoss 5] Error on ClassCastException

2009-07-10 Thread jaikiran
Please post the entire exception stacktrace and the relevant code. Also do you package any JBoss specific jar files in your application? If yes, then remove them from the packaging. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242937#4242937 Reply to the p

[jboss-user] [JBoss jBPM] - jBpm 4.0 - TaskForm example - The task doesn't provide a UI

2009-07-10 Thread efabbri
Hi, I've installed jBpm 4.0 and tried to run the TaskForm example (vacation request). Now there are not stacktraces but an error that says the same thing: there is no form associated with the task! How can I do to associate a form? Tanks! Emanuele Fabbri View the original post : http://www.jb

[jboss-user] [JBossWS] - Re: JBoss 5.0.1.GA, JBossWS 3.0.5, JDK 1.6 - java.lang.Unsup

2009-07-10 Thread PeterJ
Did you download the JDK6 variant of JBoss AS 5.0.1.GA? It already has the necessary jar files in the endorsed directory to avoid this issue: lib/endorsed/activation.jar lib/endorsed/jaxb-api.jar lib/endorsed/jbossws-native-jaxrpc.jar lib/endorsed/jbossws-native-jaxws-ext.jar lib/endorsed/jbossws

[jboss-user] [JBoss Tools (users)] - Re: jboss-web-2.1.2.GA

2009-07-10 Thread max.ander...@jboss.com
Add them into the folder where you other libraries are (or use some of the predefined examples which includes libs) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242933#4242933 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[jboss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBOSS crashes, possibly database related; Exception: rec

2009-07-10 Thread jaikiran
Which exact version of MySQL driver jar do you use? Probably you have to upgrade to the latest versions. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242932#4242932 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242

[jboss-user] [EJB 3.0] - Re: Can't get @TransactionTimeout to work

2009-07-10 Thread jaikiran
2 year old post and an old version of JBoss. Please explain your issue in more detail. Which version of JBoss AS and Java do you use? What does your code look like? What exact issue do you see? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242931#4242931

[jboss-user] [JBoss Tools (users)] - Re: jboss-web-2.1.2.GA

2009-07-10 Thread PeterJ
anonymous wrote : GRAVE: Error configurando escuchador de aplicación de clase com.sun.faces.config.ConfigureListener | java.lang.ClassNotFoundException: com.sun.faces.config.ConfigureListener Looks like you are using JSF in your web app. JBoss Web does not come with the JSF libraries so yo

[jboss-user] [EJB 3.0] - Re: Can't get @TransactionTimeout to work

2009-07-10 Thread mihai.ratiu
I'm facing the same problem. Did anyone managed to solve the problem? Thx, Mihai View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242925#4242925 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242925 _

[jboss-user] [Management, JMX/JBoss] - Using ClusterPartitionMBean

2009-07-10 Thread mayankmit2002
I want to inject ClusterPartitionMBean into an another MBean to pull out cluster related information. But if I'm using |@Resource |ClusterPartitionMBean mBean; | it is returning null, Can anyone help me, in finding out how to use this bean to pull out the required information

[jboss-user] [EJB 3.0] - Re: Adding Hibernate code in EJB3.

2009-07-10 Thread jaikiran
The EJB3 tutorials would be a good place to start http://www.jboss.org/ejb3/docs/. The source code too is available there for download. Specifically, the JPA tutorial http://www.jboss.org/file-access/default/members/jbossejb3/freezone/docs/tutorial/1.0.7/html/EJB3_Entities.html View the origin

[jboss-user] [JBoss jBPM] - Re: JBPM4: FOREIGN KEY problem

2009-07-10 Thread shekharv
I assume, you fixed it, by doing what was recommended? Just so that it might help others too, View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242921#4242921 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242921 ___

[jboss-user] [JBoss Tools (users)] - Re: How to run jsf2.0 samples in jboss tools or studio

2009-07-10 Thread mareshkau
I have install basic m2eclipse tools, m2wtp should be installed separately. So for me without(m2wtp integration) it's hasn't been work. Now I have installed it and all works fine :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242920#4242920 Reply to the p

[jboss-user] [Persistence,JBoss/CMP, Hibernate, Database] - JBOSS crashes, possibly database related; Exception: recv fa

2009-07-10 Thread cgries
Hello everybody, we are running a commercial application on JBOSS 4.0.5GA (about 2000 users, 20 of them using the application at a time on average). OS is MS Web Server 2008, the persistency layer is provided by MySQL 5.1.35. Up to now, everything has been running without any problems. Recently

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

2009-07-10 Thread bstansbe...@jboss.com
Right; no Remoting issue. Just me needing to correctly understand his problem and explain how clustering works. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242916#4242916 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss jBPM] - Mail and ESB Service node missing in jBPM4.0

2009-07-10 Thread @tul
Hi all, I just installed jBPM4.0-CR1 eclipse plugin. The look and feel of the new node is good but to my suprise Mail node and ESB service node which is available in previous version is missing in new version. Did i install wrong version?? or It is at all missing in the new version if yes the

[jboss-user] [JBoss jBPM] - Re: Some Questions about Spring JBPM4 Integration

2009-07-10 Thread rmoskal
I guess the instant reply doesn't like code. | | | | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242906#4242906 Reply to the post : http://www.jboss.org/index.htm

[jboss-user] [JBoss Messaging] - Re: Embedded server - how to create JMS Topic?

2009-07-10 Thread rkapur123
Hi Leos.bitto I have jboss SOA 4.3 ESB which has Jboss Messaging as messaging provoder. Using Spring framework's MDP (message driven pojo) - I want to listen on "sampleQueue". As per springframework 2.5 guide - MDP is a simple class which implements javax.jms.MessageListener onMessage(). I have

[jboss-user] [JBoss jBPM] - Re: Some Questions about Spring JBPM4 Integration

2009-07-10 Thread rmoskal
I see how it's done. The current execution can be passed as a method parameter like so: This will be great once I figure out how to get it to work with grroovy or jython. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-10 Thread sanches
snjeza, Thanks, that version of m2eclipse works as shown in screencast. Do I actually use Maven Integration feature only with Dynamic Web Projects? On the same configuration neither EAR nor EJB projects allow adding JBoss Maven Integration facet together with EAR or EJB module: On Project Facets

[jboss-user] [JBoss Tools (users)] - Re: How to run jsf2.0 samples in jboss tools or studio

2009-07-10 Thread mareshkau
Finally have found a solution how to integrate existing mvn project into eclipse wtp http://www.eclipse.org/webtools/jst/components/j2ee/scenarios/MavenEclipseIntegration.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242881#4242881 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: How to run jsf2.0 samples in jboss tools or studio

2009-07-10 Thread mareshkau
For me it haven't been done automatically by m2eclipse. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242887#4242887 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242887 ___

[jboss-user] [JBoss Tools (users)] - Re: How to run jsf2.0 samples in jboss tools or studio

2009-07-10 Thread max.ander...@jboss.com
isn't that what m2eclipse does for you automatically ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242882#4242882 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242882 ___

[jboss-user] [JBoss Tools (users)] - Re: How to run jsf2.0 samples in jboss tools or studio

2009-07-10 Thread max.ander...@jboss.com
What does it do then ? (i..e m2eclipse Import existing maven projects works pretty well for me (some exotic cases doesn't though)) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242893#4242893 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Support maxThreads minSpareThreads maxSpareThreads ?

2009-07-10 Thread erasmomarciano
Does anyone know if i can set the maxspareThreads attribute on the ajp connector in Jboss? Or could I only set it on the http connector? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242863#4242863 Reply to the post : http://www.jboss.org/index.html?modul

[jboss-user] [JBoss Tools (users)] - Re: i see

2009-07-10 Thread micuentadecasa
ok Max. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242848#4242848 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242848 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [JBoss jBPM] - Re: Forced installation of JBoss?

2009-07-10 Thread sebastian.s
I think it's present in 3.2.6.SP1. activation.jar is referenced in src\resources\gpd\version.xml but there is no activation.jar in the lib-folder. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242816#4242816 Reply to the post : http://www.jboss.org/index.ht

[jboss-user] [JBossWS] - JBoss 5.0.1.GA, JBossWS 3.0.5, JDK 1.6 - java.lang.Unsupport

2009-07-10 Thread a.fluegge
Hello! I'm trying to call a simple web service with following configuration: 5.0.1.GA, JBossWS 3.0.5, JDK 1.6.0_14. Details below. Callin the service gets the following exception: | 11:33:16,163 ERROR [SOAPFaultHelperJAXWS] SOAP request exception | java.lang.UnsupportedOperationException:

[jboss-user] [JBoss Messaging] - Re: Messaging with IBM Websphere MQ 7 JCA Adapter

2009-07-10 Thread timfox
Can you post your question on the JCA users forum? it's not related to JBoss Messaging. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242790#4242790 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242790 __

[jboss-user] [JBoss jBPM] - Re: JBPM4: FOREIGN KEY problem

2009-07-10 Thread hexiaofeng
I fixed it. Thank you View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242782#4242782 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242782 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss Tools (users)] - wiki of richfaces broken

2009-07-10 Thread micuentadecasa
404 error in http://jboss.org/wiki/RichFaces View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242774#4242774 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242774 ___ jboss-user

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

2009-07-10 Thread timfox
Hi Naresh- I don't have a Windows machine at hand (as you can imagine most of us don't use Windows) to try and replicate your issue, but Clebert and Andy have - perhaps they can try and replicate it. Regarding the JCA config - there's a chapter in the user manual on how to configure this, also

[jboss-user] [Remoting] - Re: clientConnectAddress not working

2009-07-10 Thread ron.si...@jboss.com
Hi John, The fact is that "clientConnectAddress" is used only on the server side by org.jboss.remoting.transport.transport.Connector to generate an InvokerLocator from a declarative XML configuration (e.g., an MBean). So, for example, | | | | | |

[jboss-user] [JBoss jBPM] - Re: is it possible to use jBPM with TopLink instead of Hiber

2009-07-10 Thread npirard
> you can have your own datamodel for your businessdata accessed via TopLink > and have both participate in the same transaction. well then, I should give it a try, thanks for the advice. Did you actually do it, or see it working? in my project they had already problems trying to use Hibernate

[jboss-user] [JBoss jBPM] - Re: Unable to deserialize variables

2009-07-10 Thread alex.gui...@jboss.com
I thought this issue could be related to JBPM-702. Unfortunately that issue was fixed in 3.2.4/3.3.0, hence 3.2.5/3.3.1 contains the fix already. Some more database issues were fixed in 3.2.6. Please try again with that version and tell us how it goes. Note that 3.2.6.SP1 is the latest release i

[jboss-user] [JBossWS] - Re: missing ant.properties.examples

2009-07-10 Thread jdriver
I was able to get this to work. I didn't have to run any ant script. The Users Guide had a more complete java source listing and after adding the EJB3 Remote interface the the service deployed correctly. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242869#4

[jboss-user] [JBoss Tools (users)] - Re: idea for jboss tools

2009-07-10 Thread max.ander...@jboss.com
Hey, guess what - go get JBoss Developer Studio, its all setup for you :) I'm working hard on making it possible to see if we can make more easy to get, but for now it has a pricetag that helps us delivering additional tooling... View the original post : http://www.jboss.org/index.html?module

[jboss-user] [JBoss Tools (users)] - idea for jboss tools

2009-07-10 Thread micuentadecasa
hi all, max i know youre gonna kill me, but i have another idea for jt, in the spring ide there its a release version, that if you download it comes with the ide, the server and all preinstalled, so i think it will be a good idea a package like this for newbies like me. you dont know all the tim

[jboss-user] [JBoss Tools (users)] - Re: jboss-web-2.1.2.GA

2009-07-10 Thread max.ander...@jboss.com
I didnt say you need AS for it, just said that tomcat a servlet container does not come default with a webservice implementation. Just that for an appserver it is already configured View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242854#4242854 Reply to the

[jboss-user] [EJB/JBoss] - [EJB 2 in JBoss 5] Error on ClassCastException

2009-07-10 Thread leethor5
Hi everoby, I have to migrate an application from JBoss 3.2 to JBoss 5.0. The deployment is correct (I think) : I have no errors. But when I want to acces my first EJB by login, I have a cast exception on a proxy object : $Proxy855 cannot be cast to fr.monappli.modele.traitement.service._menu.

[jboss-user] [JBoss AOP] - Re: Mixing jboss-aop interceptors with annot., std ones

2009-07-10 Thread flavia.rain...@jboss.com
This looks like a bug... Question: are the two interceptors intercepting the same methods? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242852#4242852 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242852

[jboss-user] [JBoss Tools (users)] - Re: How to run jsf2.0 samples in jboss tools or studio

2009-07-10 Thread max.ander...@jboss.com
mvn eclipse:eclipse have always been broken and still is. need to use m2eclipse. so if you created it with the WTP wizard and enabled the maven facet then WTP should be properly setup. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242851#4242851 Reply

[jboss-user] [JBoss Tools (users)] - Re: wiki of richfaces broken

2009-07-10 Thread micuentadecasa
thanks Max View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242850#4242850 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242850 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [Installation, Configuration & DEPLOYMENT] - War deployment

2009-07-10 Thread sicard_51
Hi all ! I'm currently working with JBoss 5.0.0 GA on my project. To deploy the project under JBoss, i put a .war in the [JBOSS_HOME]/server/default/deploy directory. When i run JBoss, the .war is correctly taken into account but my problem comes from the fact that the .war is not "physically"

[jboss-user] [JBoss jBPM] - Re: Some Questions about Spring JBPM4 Integration

2009-07-10 Thread jugglingcats
As Joram said you can use spring beans as the class behind a custom or decision node, in which case it implements the respective interface and is passed the execution in the call. Does this answer the question? eg. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopi

[jboss-user] Turning off JBoss instance cache

2009-07-10 Thread Li, Zhenge
Hello, We have a legacy application which was running on WebLogic 7.1 and are in the process of migrating it to JBoss. The JBoss we chose is 4.0.5.GA. The application uses its home-grown instance cache (which is bad) and it runs fine on weblogic. But when we deploy it in JBoss, the instance cac

[jboss-user] [JBoss Tools (users)] - Re: jboss-web-2.1.2.GA

2009-07-10 Thread micuentadecasa
i dont understand very well why its needed an application server to serve web services, but i come from .net so i suppose its diferent... im with you in all, when i say start time i refer to time of server not ide, and the spring dm server starts in one second. well forget it, i will use jboss

[jboss-user] [JBoss jBPM] - Re: Saving long spanning process in jBPM 4.0

2009-07-10 Thread nazarfm
I did try reloading the execution, but it didn't help. It has something to do with transactions I figure. I attempted doing the whole thing using JNDI with a web applications. That works wonderfully. So it is the testing environment that I can't quite figure out. We will see. Thanks guys for

[jboss-user] [Beginners Corner] - Php on JBoss?

2009-07-10 Thread sachin.parnami
Hi All, I am looking for a guide where i can use Php on JBoss is it possible to do with JBoss? Please guide :) Regards, Sachin Parnami View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242837#4242837 Reply to the post : http://www.jboss.org/index.html?module

[jboss-user] [JBoss Tools (users)] - Re: How to run jsf2.0 samples in jboss tools or studio

2009-07-10 Thread mareshkau
I am using last code from trunk, so it's event more fresh than nightly build. The question was how to run maven based web project on server(We can make mouse right click on wtp web project on select Run on Server from context menu, smth like this for maven project)? View the original post : htt

[jboss-user] [JBoss jBPM] - Re: Unable to deserialize variables

2009-07-10 Thread kukeltje
Not sure if 3.3.1 was out at that time. But since the 3.3 branche is not supported anymore, I mentioned 3.2(6sp1) explicitly. It's not only db scripts, but also things in code. And regarding where to look, using jira issue numbers might help. Often these are used when doing checkins View the o

[jboss-user] [JBoss Tools (users)] - Re: How to run jsf2.0 samples in jboss tools or studio

2009-07-10 Thread max.ander...@jboss.com
Not sure what you are asking about ? Maven support is only a layer on top of m2eclipse and only available in nightly build; is that what you are using ? And dont use AS 5.0, use 5.1. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242833#4242833 Reply to the

  1   2   >