[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 exceptions but also didnt loged in.
have any idea.

thanx

Mohamed

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243043#4243043

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243043
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 of problems. I'm still trying deploy under OAS 10g but didnt 
finished yet, whover deployed successfully under Tomcat6.

Mohamed


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243042#4243042

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243042
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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?module=bb&op=posting&mode=reply&p=4243040
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bb&op=posting&mode=reply&p=4243039
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 default TTL value, which, I 
believe, is 1.  So the multicast detector, in its current form, is restricted 
to its local network.

"mattlf" wrote : 
  | what is the reason for Remoting2 to use its own multicast mechanism? I read 
that JBoss cluster is based on JGroup. Do you think JGroup could provide value 
to JBoss Remoting with its multicast capability? 
  | 

I wasn't present at the creation of the discovery subsystem, but I'm going to 
say

1. jgroups, which is very powerful, flexible software, could indeed offer a lot 
of functionality, but

2. it probably wasn't considered desirable to introduce a dependency on jgroups.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243038#4243038

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243038
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243037
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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, for example, or JBossMessaging?

-Ron

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243036#4243036

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243036
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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.  Also, I wouldn't expect much 
of a performance difference.

If you discover any contradictions to my suppositions, please let me know.

Thanks,
Ron

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243035#4243035

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243035
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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/index.html?module=bb&op=posting&mode=reply&p=4243034
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 source for 2.5.1, go to 

http://anonsvn.jboss.org/repos/jbossremoting/remoting2/tags/2.5.1/src/main/

-Ron

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243033#4243033

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243033
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 Throwable;
  | 


If you're using a system like EJB3 where Remoting is running under the surface, 
it would be harder to do, though you could probably do something with a custom 
interceptor on the client side.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243032#4243032

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243032
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 servlet, so there is no "portal" data in the request, context, session 
...

I wondered if i could access a portal MBean in which i could get access to the 
current sessions but i have no idea if there is such a MBean ...

could someone give me some help ?
thanks.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243028#4243028

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243028
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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&op=posting&mode=reply&p=4243026
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 no need to have an ESB node in jpdl 4 
and hence the GPD

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243025#4243025

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243025
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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/index.html?module=bb&op=posting&mode=reply&p=4243023
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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://www.jboss.org/tools/download/update.html#fromzip -- how to install from 
the new JBoss Tools Update site zip



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243021#4243021

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243021
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 
something and maybe prevent classloader problems.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243020#4243020

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243020
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=4243013
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 like, as long as there's a jboss-remoting.jar sitting around.  For 
example, you could configure and start up a Remoting server (technically, 
create an org.jboss.remoting.transport.Connector) in a servlet and then 
communicate with it from a client outside the Application Server, as long as 
the client creates an org.jboss.remoting.Client and connects it to the 
Connector.

Basically, you would be starting a Remoting client/server system like any 
other, except the server is running in the context of an Application Server.  
There are simple examples in the Remoting distribution (go to Downloads on 

http://labs.jboss.com/jbossremoting 

) and discussion of the examples in the Remoting Guide (

http://labs.jboss.com/jbossremoting/docs/guide/2.5/html/index.html

).

Let me know if you have more questions.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243009#4243009

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243009
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 deployed in individual war files.

The portal used is v2.6.7, so no jsr-286 

Any help will be appreciated, thanks



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243006#4243006

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243006
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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.  Not that it matters, really.

-Ron

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243005#4243005

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243005
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243000
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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.org/index.html?module=bb&op=posting&mode=reply&p=4242999
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bb&op=viewtopic&p=4242993#4242993

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242993
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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?module=bb&op=viewtopic&p=4242991#4242991

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242991
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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://langhua.org/opensource/portal/jboss-portal-zh/trunk/xml/2.7.3/


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242989#4242989

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242989
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=4242982
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=4242981
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 service=new ServiceObject();
  | service.setPassword(); 
  | 
If you see the xml, it has a password tag in it.This password is used in a soap 
request by the application to generate token.This piece of code is application 
specific and has got nothing to do with Jboss.

My requirement is that , I want this password to be encrypted i.e the encrypted 
password should be stored in Jboss and encryption and decryption to be done by 
Jboss.
My xml should just have a reference to the encrypted password as shown below.
  
  | 
  |   https://cert.webservices.sabre.com/tsts
  |   Trip_PingRQ
  |   
  |   3
  |
  | 
  |   
  |   206041
  |  reference2
  |  Employees
  |  Sabre   
  | 
  |   
Here reference 2 should point to encrypted password which should be 
decrypted back to nbcb3172 so that I can use it further
I went through the following link but it is used for datasources.I mean Jboss 
can do the encryption but how to I ensure that  my java code that parses the 
xml has an access to this decrypted password.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242979#4242979

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242979
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 service=new ServiceObject();
  | service.setPassword(); 
  | 
If you see the xml, it has a password tag in it.This password is used in a soap 
request by the application to generate token.This piece of code is application 
specific and has got nothing to do with Jboss.

My requirement is that , I want this password to be encrypted i.e the encrypted 
password should be stored in Jboss and encryption and decryption to be done by 
Jboss.
My xml should just have a reference to the encrypted password as shown below.
  
  | 
  |   https://cert.webservices.sabre.com/tsts
  |   Trip_PingRQ
  |   
  |   3
  |
  | 
  |   
  |   206041
  |  reference2
  |  Employees
  |  Sabre   
  | 
  |   
Here reference 2 should point to encrypted password which should be 
decrypted back to nbcb3172 so that I can use it further
I went through the following link but it is used for datasources.I mean Jboss 
can do the encryption but how to I ensure that  my java code that parses the 
xml has an access to this decrypted password.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242978#4242978

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242978
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 for me.

My Service is created, although I don't get createService() or create() called.

I started a thread in the constructor to watch the ServiceMBeanSupport's 
"getStatus()" response, and I see it go from "Unregistered" to "Registered" and 
that's it.

Nothing else.

I've overridden with log messages: start() stop() create() destroy() 
startService() stopService() createService() destroyService() and NONE of these 
methods are being hit.

I can access my ServiceMBean from the JMX console, which shows none of these 
lifecycle operations (not sure if it should, but it doesn't).  If I create the 
"public void startService()" method in my MBean interface, I can now see it in 
the JMX console, and even call it from there -- but JBoss itself refuses to use 
it.

Is there an issue with extending an abstract class that extends the 
ServiceSupportMBean abstract class causing the JBoss to stop the life cycles 
operations?

My 2 classes are defined as:
public abstract class AbstractService  
extends org.jboss.system.ServiceMBeanSupport implements AbstractServiceMBean
  | 
and the concrete one:
public class MYPortalService extends AbstractService
  | 
I could really use a hint here.

P



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242974#4242974

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242974
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 not worried about 
that right now since I am not expecting those kinds of loads on my system. 
Moreover, it may just be that I am running out of steam on my development 
laptop.

Bottom line is that my MDB configuration has always been correct. As you 
indicated, since I am running in my local server, I can just use the default 
INVM settings and there is no need for netty. So I have reverted to the simple 
MDB configuration I previously had:


  | @MessageDriven(activationConfig={
  | @ActivationConfigProperty(propertyName="destinationType", 
propertyValue="javax.jms.Queue"),
  | @ActivationConfigProperty(propertyName="destination", 
propertyValue="queue/jmstest")
  |  })
  | public class TestMessageListener implements MessageListener {
  | ...
  | }
  | 

The problem really was on the sender side. As Tim pointed out, because I was 
using "/ConnectionFactory", I was really not going through the JCA adapter. As 
soon as I changed that to "java:/JmsXA", messages started flowing smoothly. So 
I am a happy camper now :-).

Couple of quick followup questions:

1) When I monitor my queue from JBoss jmx-console I see very low message 
counts, typically less that 50. I know that all my 1000 messages have been 
pumped into the queue because the call to send them has returned. I also know 
that only a handful have been received by watching the logs. So why does the 
console not show a big number in the queue?

2) In the stand-alone server use case, where is the connection factory located 
- on the JBM server or on client (i.e. a standalone application or servlet/EJB 
running on an application server)? I am assuming that it is on the client and 
you might even provide an implementation that manages a pool of connections 
just like the JCA adapter on the application server. Is this assumption correct?

Finally, I have couple of suggestions that would make the documentation a lot 
clearer - at least for me :-). I like the two diagrams in sections 3.3 and 3.4 
- they give a nice high level overview of the two use cases - standalone and 
embedded. I suggest showing an external client in the standalone case to make 
it crystal clear from where the services are accessed.

Next, I would use these diagrams as a base for explaining deeper concepts. 
Overlay them with connection factories to show where they are located and how 
many of them are there. Especially useful would be to show what we get 
"out-of-the-box". For example, I had no idea that we get the JmsXA factory 
out-of-the-box and it is a JCA factory that I can start using right away. The 
documentation leads me to believe that I got to do a #~it-load of configuration 
before I can get JCA working - which is absolutely not true.

Finally, it would be very helpful to use the diagrams to show which 
configuration file controls which piece. There are so many configuration files 
flying out there that it is confusing for a beginner. You guys have set up very 
good defaults so that a new user could get started in just 10 minutes, but it 
has taken so much energy for so many people to get a simple use case going. I 
guess if you create a 10 minute getting started guide for two use cases 
(embedded and stand-alone), that would go a long way! (The existing Quick Start 
Guide is very mechanical, it gets the examples running but leaves the reader 
without any context around what they did. Also, I was having problems getting 
the jca-config example to run because of couple of issues - I could provide 
details separately.)

I hope this is feedback constructive.

Thanks again for all your help.

Naresh

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242971#4242971

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242971
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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: 


  | 
  |  ..
  | 
  | 
  | 
  | 
  | 
  |  ..
  | 
  | 
  | 
  | 
  |   .
  | 
  | 


  | 
  |  ..
  | 
  | 
  | 
  | 
  | 
  |  ..
  | 
  | 
  | 
  | 
  |   .
  | 
  | 


  | 
  |  ..
  | 
  | 
  | 
  | 
  | 
  |  ..
  | 
  | 
  | 
  | 
  |   .
  | 
  | 


In all cases the process successfully goes to the node after my task-node but 
when tries to continue to the decision node this exception comes.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242964#4242964

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242964
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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&op=viewtopic&p=4242960#4242960

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242960
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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, I can 
not find the steps for configuring cluster using TCP, although the document 
seems to have a lot of effort on talking about jgroup, can some people please 
list the steps required to configure jboss 5.1.0 cluster with TCP and TCPPING ?

Thanks a lot !

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242958#4242958

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242958
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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, I can 
not find the steps for configuring cluster using TCP, although the document 
seems to have a lot of effort on talking about jgroup, can some people please 
list the steps required to configure jboss 5.1.0 cluster with TCP and TCPPING ?

Thanks a lot !

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242951#4242951

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242951
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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&op=viewtopic&p=4242949#4242949

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242949
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=viewtopic&p=4242942#4242942

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242942
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 
(http://www.caucho.com/resin-3.0/quercus/) to JBoss AS, but I still haven't 
gotten around to fixing the Quercus code to enable database access from within 
JBoss AS.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242938#4242938

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242938
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242937
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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.jboss.org/index.html?module=bb&op=viewtopic&p=4242936#4242936

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242936
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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-native-jaxws.jar
lib/endorsed/jbossws-native-saaj.jar
lib/endorsed/resolver.jar
lib/endorsed/serializer.jar
lib/endorsed/stax-api.jar
lib/endorsed/xalan.jar
lib/endorsed/xercesImpl.jar

A search of "setProperty must be overridden" should yield several posts 
discussing this. (It it should, if search was not broke - at this time only 
your post shows up.)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242934#4242934

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242934
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=reply&p=4242933
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=4242932
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242931
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 you need to package them within your web app. I am not sure, 
offhand, how to convince Eclipse to do that (I usually use Maven or Ant to 
package and deploy).

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242927#4242927

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242927

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242923#4242923

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242923
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242922#4242922

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242922
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242920
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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, however, 
there have been more and more frequent server crashes. It appears to happen 
when the server load increases beyond a certain point, but I can't definitely 
tell whether there is a real causation between the load situation and the 
crashes.
Having analyzed the server logs, it appears to me that the crashes are related 
to the database. However, I'm not a specialist on that area. Here is a log 
excerpt:


  | (...)
  | com.mysql.jdbc.CommunicationsException
  | MESSAGE: Communications link failure due to underlying exception: 
  | 
  | ** BEGIN NESTED EXCEPTION ** 
  | 
  | java.net.SocketException
  | MESSAGE: Software caused connection abort: recv failed
  | 
  | STACKTRACE:
  | 
  | java.net.SocketException: Software caused connection abort: recv failed
  | at java.net.SocketInputStream.socketRead0(Native Method)
  | at java.net.SocketInputStream.read(SocketInputStream.java:147)
  | at 
com.mysql.jdbc.util.ReadAheadInputStream.fill(ReadAheadInputStream.java:113)
  | at 
com.mysql.jdbc.util.ReadAheadInputStream.readFromUnderlyingStreamIfNecessary(ReadAheadInputStream.java:160)
  | at 
com.mysql.jdbc.util.ReadAheadInputStream.read(ReadAheadInputStream.java:188)
  | at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:1910)
  | at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2304)
  | at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2803)
  | at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:812)
  | at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3269)
  | at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1182)
  | at com.mysql.jdbc.Connection.createNewIO(Connection.java:2670)
  | at com.mysql.jdbc.Connection.(Connection.java:1531)
  | at 
com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:266)
  | at 
org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:171)
  | at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:565)
  | at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:250)
  | at 
org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:529)
  | at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:341)
  | at 
org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:301)
  | at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:396)
  | at 
org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:842)
  | at 
org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:88)
  | at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractQueryCommand.execute(JDBCAbstractQueryCommand.java:225)
  | at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractQueryCommand.execute(JDBCAbstractQueryCommand.java:144)
  | at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCFindByPrimaryKeyQuery.execute(JDBCFindByPrimaryKeyQuery.java:155)
  | at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCFindEntityCommand.execute(JDBCFindEntityCommand.java:61)
  | at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.findEntity(JDBCStoreManager.java:604)
  | at 
org.jboss.ejb.plugins.CMPPersistenceManager.findEntity(CMPPersistenceManager.java:315)
  | at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.findEntity(CachedConnectionInterceptor.java:236)
  | at 
org.jboss.ejb.EntityContainer.findSingleObject(EntityContainer.java:1099)
  | at org.jboss.ejb.EntityContainer.find(EntityContainer.java:728)
  | at sun.reflect.GeneratedMethodAccessor139.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:597)
  | at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
  | at 
org.jboss.ejb.EntityContainer$ContainerInterceptor.invokeHome(EntityContainer.java:1126)
  | at 
org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:105)
  | at 
org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invokeHome(EntitySynchronizationInterceptor.java:203)
  | at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:189)
  | at 
o

[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&p=4242916
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 
then can anyone tell how can i achieve these functionality with new nodes.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242913#4242913

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242913
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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.html?module=bb&op=posting&mode=reply&p=4242906
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 the class and 
specified the following in applicationContext.xml file

  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 


but how should I define "connectionFactory" and "destination" in spring context 
file. 

Earlier you wrote:

anonymous wrote : My application uses the ApplicationContext from Spring 
Framework, so I already have an XML configuration file, and it is easy to add 
few lines there to create the necessarry JMS queues and topics, using my simple 
class which calls your core API. The same is true for creating the JMS 
(XA)ConnectionFactory - no JNDI needed. 

I would really appreciate if you can tell how you configure connection with 
Jboss.

kind regards,
rishi



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242905#4242905

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242905
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242899#4242899

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242899
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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' page errors are shown:
"Requires all of the following facets:
Dynamic Web Module 2.3 or newer"

I am asking because I've seen following statement in JBIDE-3874:
anonymous wrote : The following features have been added:
  | - JBoss Maven Integration facet
  | This facet adds Maven capabilities to the project (Maven nature, builder 
and classpath container). If the project contains the EJB, WAR or EAR facet, 
the JBoss Maven Integration facet adds the corresponding plugin.
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242884#4242884

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242884
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242881
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=posting&mode=reply&p=4242893
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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?module=bb&op=posting&mode=reply&p=4242863
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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.html?module=bb&op=posting&mode=reply&p=4242816
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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: setProperty must be overridden by 
all subclasses of SOAPMessage
  | at javax.xml.soap.SOAPMessage.setProperty(SOAPMessage.java:445)
  | at 
org.jboss.ws.core.soap.SOAPMessageImpl.(SOAPMessageImpl.java:82)
  | at 
org.jboss.ws.core.soap.MessageFactoryImpl.createMessage(MessageFactoryImpl.java:215)
  | at 
org.jboss.ws.core.soap.MessageFactoryImpl.createMessage(MessageFactoryImpl.java:193)
  | at 
org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHandlerImpl.java:455)
  | at 
org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHandlerImpl.java:295)
  | at 
org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost(RequestHandlerImpl.java:205)
  | at 
org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:131)
  | at 
org.jboss.wsf.common.servlet.AbstractEndpointServlet.service(AbstractEndpointServlet.java:85)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  | at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
  | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
  | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
  | at 
org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
  | at 
org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
  | at 
org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  | at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
  | at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
  | at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:601)
  | at 
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
  | at java.lang.Thread.run(Thread.java:619)
  | 

I suppose that the SOAPMessage class comes from the JDK 1.6 which is 
incompatible with the one from JBossWS (in jbossws-native-saaj.jar). The jar 
file is located in the /lib/endorsed dir. All suggestions to solve 
this problem are to copy the jar files to the endorsed dir, but they are 
already there!

Can anybody help me?

Thanks,
Andreas


This is the source:


  | package test;
  | 
  | import javax.ejb.Stateless;
  | import javax.jws.WebMethod;
  | import javax.jws.WebService;
  | 
  | import org.apache.commons.logging.Log;
  | import org.jboss.seam.annotations.Logger;
  | 
  | @Stateless
  | @WebService(name = "testService", serviceName = "testService")
  | public class TestService implements TestServiceRemote {
  | 
  | @Logger
  | private Log log;
  | 
  | @WebMethod
  | public String testService(String name) {
  | String txt = "testService:" + name;
  | 
  | log.info("testService:" + name);
  | 
  | return txt;
  | }
  | }
  | 
  | package test;
  | 
  | import javax.ejb.Remote;
  | import javax.jws.WebMethod;
  | 
  | @Remote
  | public interface TestServiceRemote {
  | @WebMethod
  | public String testService(String name);
  | }
  | 

Deployment is no problem, calling the http:.../TestService?wsdl URL gets the 
following:


  | 
  |  
  |   
  |
  |
  |
  | 
  |  
  | 
  | 
  |
  |
  | 
  |  
  | 
  |
  |   
  |  
  |  
  | 
  |   
  |  
  |  
  |   
  |  
  |  
  |   
  |
  |
  | 
  |   
  |  
  |  
  |   
  |   
  |
  |
  | 
  |
  | 
  |
  | 
  |
  |   
  |  
  |  
  |   
  |
  |   
  | 
  |  
  | 
  | 

View the original post : 
http://www.jboss.org/inde

[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 mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/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 there should be a fully working example in the distro that 
demonstrates an MDB in action.

Andy is currently rewriting the JCA chapter (since it's a bit terse) so should 
be able to help you out with your config.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242760#4242760

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242760
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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, 


  | 
  | 
  |
  | 
  |  
  | 192.168.0.82
  | 216.23.33.2
  | ...
  | 

will cause the server to bind to 192.168.0.82 but will lead to the 
InvokerLocator


  | socket://216.23.33.2 ...
  | 

It is thus that the value of "clientConnectAddress" is communicated to the 
client, which looks only at the address in the InvokerLocator.

The discussion in Remoting Guide must be lacking, so I've created JIRA-1142 
"Clarify use of "clientConnectAddress" in RemotingGuide" to remind me to extend 
it.

-Ron

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242742#4242742

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242742
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 with our 
Glassfish, and I thought having both Hibernate and TopLink could lead to 
strange behaviors.

but I am new to BPM, and I appreciate your answer, since it is a bit difficult 
for me to understand all implications without experience

thanks !

--
Nicolas



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242873#4242873

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242873
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 in 
the 3.x series.

As Ronald already mentioned, the 3.3 branch is abandoned; originally it was a 
vehicle for new features. Due to resource constraints however, disruptive 
additions were pushed to 4.0 and incremental updates were backported to 3.2.

HTH

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242870#4242870

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242870
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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#4242869

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242869
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bb&op=viewtopic&p=4242867#4242867

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242867
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 time i wasted to 
get an ide with jboss tools working...

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242858#4242858

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242858
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242854
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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.delegate.MenuService

Is there differences between JBoss 3.0 ans JBoss 5.0 for EJB2 ? Am I missing 
something ?

Cordialy,
Julien.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242853#4242853

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242853
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242851
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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" deployed (i mean there is not a 
new directory created with the name of the .war file, such as Tomcat does for 
example). The problem is that i can not access to the configuration files that 
are located in my war.

There must be a solution to such an easy problem but i did not found.

Help ! :-)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242847#4242847

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242847
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=viewtopic&p=4242846#4242846

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242846
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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
caching of JBoss seems staying in its way. When findByPrimaryKey is
called on a home interface, the ejbFindByPrimaryKey of the BMP entity
bean is not called as our application always expects. 

 

Is there a way to turning off the instance caching? We tried setting
commit-on to "C" and 

true in jboss.xml of the beans

, but didn't get it work.  Could you help on this?

 

Thanks

 

Richard

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 AS. thanks.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242845#4242845

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242845
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 all your input :)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242842#4242842

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242842
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bb&op=posting&mode=reply&p=4242837
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242835#4242835

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242835
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242834#4242834

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242834
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242833
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


  1   2   >