[jboss-user] [Datasource Configuration] - connections in connection pool become invalid: JBoss - Websphere MQ

2010-09-10 Thread Anne Forumer
Anne Forumer [http://community.jboss.org/people/forumer] created the discussion

"connections in connection pool become invalid: JBoss - Websphere MQ"

To view the discussion, visit: http://community.jboss.org/message/561432#561432

--
I hope this is the right forum to ask this question.

I am using JBoss 5.1 and exchanging messages with Websphere MQ using a resource 
adapter. Things work fine until Websphere MQ is bounced (powered off then back 
on). Then connections I get from connection pool become invalid because MQ has 
been bounced and outbound messages continue to be retried without success.

What are various ways to resolve this situation? Is there a way to expire these 
connections after a certain amount of time after first use and will that help?

I'd greatly appreciate help in this matter.

Thanks!
--

Reply to this message by going to Community
[http://community.jboss.org/message/561432#561432]

Start a new discussion in Datasource Configuration at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077]

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


[jboss-user] [JBoss Microcontainer] - How to stop my WAR loading JBoss's provided 3rd party classes?

2010-09-10 Thread Jason Royals
Jason Royals [http://community.jboss.org/people/jroyals] created the discussion

"How to stop my WAR loading JBoss's provided 3rd party classes?"

To view the discussion, visit: http://community.jboss.org/message/561431#561431

--
Hi folks,

I'd like more control over the class loader so that I can  specify classes to 
ignore if they are provided outside of my web  application. Is there a way to 
tell my application's class loader to NOT delegate to the parent for a named 
list of packages or jars?

For example, if I don't package Hibernate in my WAR and some class attempts to 
load org.hibernate.SessionFactory, I want a ClassNotFoundException (or 
similar). I do not want it loading the Hibernate classes from the jar's 
currently in common/lib.

Constraints are I cannot delete or modify any jars in /common/lib, so I need a 
different way (maybe jboss-web.xml or jboss-classloader.xml or something) to 
stop it happening. Is it possible?

Thanks,
Jason
--

Reply to this message by going to Community
[http://community.jboss.org/message/561431#561431]

Start a new discussion in JBoss Microcontainer at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2114]

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


[jboss-user] [JBoss Messaging] - What do you use for JMS security in JBoss?

2010-09-10 Thread Daniel Spiess
Daniel Spiess [http://community.jboss.org/people/dspiess] created the discussion

"What do you use for JMS security in JBoss?"

To view the discussion, visit: http://community.jboss.org/message/561395#561395

--
Hi,

How do you secure your messages in JBoss?  Is there something built in, or do 
you have to implement your own method?

We're looking to make the messages secure in that we know the message came from 
a trusted source and wasn't tampered.

Thoughts?

Thanks,
DJ Spiess
--

Reply to this message by going to Community
[http://community.jboss.org/message/561395#561395]

Start a new discussion in JBoss Messaging at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]

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


[jboss-user] [JBoss Tools] - Re: Problem in configuring JBoss in Helios

2010-09-10 Thread Denis Golovin
Denis Golovin [http://community.jboss.org/people/dgolovin] created the 
discussion

"Re: Problem in configuring JBoss in Helios"

To view the discussion, visit: http://community.jboss.org/message/561232#561232

--
I couldn't find a way to change -b 127.0.0.1 they are using by default. I'm not 
sure it can be overriden somewhere else in JBossAS configuration files. That's 
a question for JBoss AS forum.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561232#561232]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

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


[jboss-user] [JBoss Web Services] - Re: Problem with naming an resource injection on AS 6.0.0.M4

2010-09-10 Thread Alessio Soldano
Alessio Soldano [http://community.jboss.org/people/alessio.soldano%40jboss.com] 
created the discussion

"Re: Problem with naming an resource injection on AS 6.0.0.M4"

To view the discussion, visit: http://community.jboss.org/message/561255#561255

--
Unless you already updated the ws stack, JBoss 6.0.0.M4 comes with JBossWS-CXF 
3.4.0.Beta1, see  
http://anonsvn.jboss.org/repos/jbossas/tags/6.0.0.20100721-M4/component-matrix/pom.xml
 
http://anonsvn.jboss.org/repos/jbossas/tags/6.0.0.20100721-M4/component-matrix/pom.xml
--

Reply to this message by going to Community
[http://community.jboss.org/message/561255#561255]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

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


[jboss-user] [EJB 3.0] - Re: Deployment to JBoss unsuccessful: EJB3 VMID is already registered

2010-09-10 Thread jaikiran pai
jaikiran pai [http://community.jboss.org/people/jaikiran] created the discussion

"Re: Deployment to JBoss unsuccessful: EJB3 VMID is already registered"

To view the discussion, visit: http://community.jboss.org/message/561286#561286

--
Looks like that bean is being deployed twice. In your server.log, can you check 
for DEBUG (or TRACE) logs from org.jboss.ejb3 package to see who/when is the 
first instance being registered?
--

Reply to this message by going to Community
[http://community.jboss.org/message/561286#561286]

Start a new discussion in EJB 3.0 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

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


[jboss-user] [JBoss Messaging] - Dead session left after bridge redeployment

2010-09-10 Thread Benjamin Graf
Benjamin Graf [http://community.jboss.org/people/graben] created the discussion

"Dead session left after bridge redeployment"

To view the discussion, visit: http://community.jboss.org/message/561372#561372

--
Hi everybody,

I heavily use JBoss Messaging 1.4.2 Bridges to dynamically connect two JBoss 
instances through WAN (Solaris backend). Sometimes those bridges are hanging 
(no data is transported anymore) That's why we made touch on the xml bridge 
files to undeploy and deploy the bridge again. I did some automatisation for 
that task to faster bring back connection. The result was that sometimes JMS 
sessions are not killed after undeploy of bridge file.

Any suggestions to that? Maybe a BUG? I see in code that only the JMS 
connection is explicitly closed.

THX Benjamin
--

Reply to this message by going to Community
[http://community.jboss.org/message/561372#561372]

Start a new discussion in JBoss Messaging at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]

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


[jboss-user] [JNDI and Naming] - Deploy resource-env-ref on Jboss 5.1

2010-09-10 Thread Francois Richard
Francois Richard [http://community.jboss.org/people/gazz35] created the 
discussion

"Deploy resource-env-ref on Jboss 5.1"

To view the discussion, visit: http://community.jboss.org/message/561346#561346

--
Hi,

I'm trying to deploy on JBoss 5.1 an EAR which is usually running on a 
websphere server6.0. The only WAR of the EAR use a resource-env-ref :


I give you a quick look of my configuration :

web.xml

    
    
    spring/fileConfiguration
    java.lang.String



jboss-web.xml


    
    spring/fileConfiguration
    spring/fileConfigurationName
    



Code :
String jndiName = "java:comp/env/spring/fileConfiguration";
    Context jndiContext = new InitialContext();
    Reference reference = (Reference) jndiContext.lookup(jndiName);
    RefAddr addr = reference.get(0);
    String applicationContextPath = addr.getContent().toString();
    applicationContext = new ClassPathXmlApplicationContext(
    applicationContextPath);


To create my resource, I'm using this example :
 http://community.jboss.org/docs/DOC-12811 
http://community.jboss.org/wiki/LocalOnlyContextFactory

And I add this line on the "bindings" :

    spring/fileConfigurationName
    properties/spring/ServicesContext.xml



*My problem is that my lookup retrieve a String and not a 
javax.naming.Reference so I've got a ClassCastException : java.lang.String 
cannot be cast to javax.naming.Reference.*

I tried to deploy this mbean to do a linkRef (and changing the jboss-web.xml 
redirection) with no success :

    spring/fileConfigurationLink
    spring/fileConfigurationName
    jboss:service=Naming




An extract of my jmx-console :
Global JNDI Namespace
+- spring (class: org.jnp.interfaces.NamingContext)
  |   +- fileConfigurationLink[link -> spring/fileConfigurationName] (class: 
javax.naming.LinkRef)
  |   +- fileConfigurationName (class: java.lang.String)


Anyone knows what's wrong with my configuration ?

Thanks in advance 

François
--

Reply to this message by going to Community
[http://community.jboss.org/message/561346#561346]

Start a new discussion in JNDI and Naming at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2083]

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


[jboss-user] [Spring Integration] - Re: Application with ws client return an exception with spring

2010-09-10 Thread Marcos Simón
Marcos Simón [http://community.jboss.org/people/marsim86] created the 
discussion

"Re: Application with ws client return an exception with spring"

To view the discussion, visit: http://community.jboss.org/message/561254#561254

--
Thanks a lot for your help and for your suggestion.
I can It work well, but I already don't understand why it didn't work before.  
I just changed my spring library from WEB-INF/lib to a library root of JBoss.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561254#561254]

Start a new discussion in Spring Integration at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2082]

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


[jboss-user] [JBoss Tools] - Re: Validating Hibernate takes hours for 128k of xml, need help

2010-09-10 Thread Dmitry Geraskov
Dmitry Geraskov [http://community.jboss.org/people/dgeraskov] created the 
discussion

"Re: Validating Hibernate takes hours for 128k of xml, need help"

To view the discussion, visit: http://community.jboss.org/message/561353#561353

--
Hi, Michael,
note Hibernate Builder does nothing, so you coul leave it enabled.
Is another disabled builder's name is "Validation" but not "Validator"?
Does your project have JPA facet enabled?
Could you send me your project ( or it part with  hibernate.hbm.xml file and 
mapped classes)?
--

Reply to this message by going to Community
[http://community.jboss.org/message/561353#561353]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

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


[jboss-user] [jBPM] - Re: ObjectNotFoundException in JBPM process

2010-09-10 Thread Maciej Swiderski
Maciej Swiderski [http://community.jboss.org/people/swiderski.maciej] created 
the discussion

"Re: ObjectNotFoundException in JBPM process"

To view the discussion, visit: http://community.jboss.org/message/561252#561252

--
could you provide a minimal test case to illustrate this so we could take a 
look?

Another thing, have you tried with newer versions of jBPM, for example 4.4?
--

Reply to this message by going to Community
[http://community.jboss.org/message/561252#561252]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

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


[jboss-user] [JBoss Tools] - Re: 'JBoss Server View' from JBoss AS Tools missing in Eclipse Helios

2010-09-10 Thread Max Andersen
Max Andersen [http://community.jboss.org/people/max.andersen%40jboss.com] 
created the discussion

"Re: 'JBoss Server View' from JBoss AS Tools missing in Eclipse Helios"

To view the discussion, visit: http://community.jboss.org/message/561224#561224

--
Go to Servers View, Double click the server, in the opening server editor click 
"Open launch configuration" and you can do the same edits.
We do some of the above by default, but you can adjust it as you please.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561224#561224]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

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


[jboss-user] [JBoss Tools] - Re: 64 bit xulrunner - has anyone got one, or detailed steps to build one?

2010-09-10 Thread henk de boer
henk de boer [http://community.jboss.org/people/henk53] created the discussion

"Re: 64 bit xulrunner - has anyone got one, or detailed steps to build one?"

To view the discussion, visit: http://community.jboss.org/message/561407#561407

--
FYI, OS X has the same problem with the 64 bits version of Eclipse. Installing 
the Jboss tools visual editor (which for some reason appears under the name 
"richfaces"(?) on the update site) fails because of the dreaded XULRunner 
dependency. Installing the 32 bits version of Eclipse solves the problem.

Would it be possible to make the XR dependency optional?

p.s.

On 64 bits Ubuntu 10.04 it just works.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561407#561407]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

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


[jboss-user] [jBPM] - Re: History across all versions of a process definition?

2010-09-10 Thread Maciej Swiderski
Maciej Swiderski [http://community.jboss.org/people/swiderski.maciej] created 
the discussion

"Re: History across all versions of a process definition?"

To view the discussion, visit: http://community.jboss.org/message/561253#561253

--
in version 4.5 (trunk) there is an enhancement in the query implementation that 
enables user to specify operands, so in your case you could use LIKE to specify 
constant part of the definition id or use IN to specify all process definition 
ids you are interested in.

Please note it still under review and any comments are more than welcome.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561253#561253]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

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


Re: [jboss-user] [JBoss Tools] - JBoss Tools 3.2.0.M2 Delta Cloud, GWT, Teiid and more

2010-09-10 Thread Max Andersen
Max Andersen [http://community.jboss.org/people/max.andersen%40jboss.com] 
commented on

"JBoss Tools 3.2.0.M2 Delta Cloud, GWT, Teiid and more"

To view all comments on this blog post, visit: 
http://community.jboss.org/community/jbosstools/blog/2010/09/09/jboss-tools-320m2-big-mama#comment-4085

--
Thanks Alexey - fixed.
--

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


[jboss-user] [Performance Tuning] - Re: java.net.SocketException: Too many open files on Red Hat

2010-09-10 Thread Shane Weaver
Shane Weaver [http://community.jboss.org/people/sgtw_speed] created the 
discussion

"Re: java.net.SocketException: Too many open files on Red Hat"

To view the discussion, visit: http://community.jboss.org/message/561362#561362

--
We're having the same problem on JBoss 4.2.1 GA - we compiled jbossweb 2.0.0.x 
and replaced the jbossweb.jar file under jboss-web.deployer as suggested, but 
getting the following error on startup.  Are you sure no other change is needed?

org.jboss.deployment.DeploymentException: - nested throwable: 
(java.lang.reflect.UndeclaredThrowableException)

Caused by: java.lang.NoClassDefFoundError: org/apache/catalina/Lifecycle

It's odd, because Lifecycle is definitely found within the jbossweb.jar file.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561362#561362]

Start a new discussion in Performance Tuning at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2078]

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


[jboss-user] [jBPM] - Re: How do I get a pointer to the root token in jBPM4 ?

2010-09-10 Thread Francis Tellina
Francis Tellina [http://community.jboss.org/people/francis1972] created the 
discussion

"Re: How do I get a pointer to the root token in jBPM4 ?"

To view the discussion, visit: http://community.jboss.org/message/561301#561301

--
Hi Alejandro,
thanks for your reply. So, as far as I understand,  there is no equivalent in 
JBPM4 as processInstance.getRootToken() but you have to either specify a node 
name or retrieve all the executions :

processInstance.getExecution("node")
processInstance.getExecutions();

thanks
Francis
--

Reply to this message by going to Community
[http://community.jboss.org/message/561301#561301]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

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


[jboss-user] [jBPM] - Re: Joining of non-concurrent decision paths seems to be broken in 4.4

2010-09-10 Thread Maciej Swiderski
Maciej Swiderski [http://community.jboss.org/people/swiderski.maciej] created 
the discussion

"Re: Joining of non-concurrent decision paths seems to be broken in 4.4"

To view the discussion, visit: http://community.jboss.org/message/561247#561247

--
Hi Peter,

in fact that would not be a problem if jBPM has two types of nodes that 
converge executions (exclusive and parallel). To be honest I was thinking as 
well to introduce new type of join node but it would be only to have capability 
of informing the engine if it is exclusive or parallel - exactly the same what 
this new attribute does.

I agree that deciding about what kind of join it is is responsibility of the 
engine. I will take a look at possibilities of implementing what you described 
and post back the result.

Thanks a lot for very good ideas and engagement in this.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561247#561247]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

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


[jboss-user] [EJB 3.0] - Re: Deployment to JBoss unsuccessful: EJB3 VMID is already registered

2010-09-10 Thread Csaba Toth
Csaba Toth [http://community.jboss.org/people/tothc] created the discussion

"Re: Deployment to JBoss unsuccessful: EJB3 VMID is already registered"

To view the discussion, visit: http://community.jboss.org/message/561392#561392

--
I got it, it was a typo! Copy-paste error.
I made two new interfaces, and after the copy-paste, I haven't changed the 
names in the annotations of the *Bean.java files:

@Stateless(name="PersonManagerService")

I don't know why I looked over these, but unfortunately these are strings, so 
the type system couldn't detect this error.
Another conclusion: the consol output provided less verbose output than the 
server.log, so I should look at that thoroughly next time. I spotted that a 
class name mentioned two times in the server.log during the EJB deployment, 
shortly after my quoted log section. That's how I found the error. I was 
looking at server.log before, but not thoroughly enough.

Thank you for your help!
--

Reply to this message by going to Community
[http://community.jboss.org/message/561392#561392]

Start a new discussion in EJB 3.0 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

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


[jboss-user] [EJB 3.0] - Re: NamedQuery problem: TABLE is not mapped

2010-09-10 Thread jaikiran pai
jaikiran pai [http://community.jboss.org/people/jaikiran] created the discussion

"Re: NamedQuery problem: TABLE is not mapped"

To view the discussion, visit: http://community.jboss.org/message/561367#561367

--
Are you sure the correct EntityManager is being picked up for running that JPQL?
--

Reply to this message by going to Community
[http://community.jboss.org/message/561367#561367]

Start a new discussion in EJB 3.0 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

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


[jboss-user] [EJB 3.0] - Re: Deployment to JBoss unsuccessful: EJB3 VMID is already registered

2010-09-10 Thread Csaba Toth
Csaba Toth [http://community.jboss.org/people/tothc] created the discussion

"Re: Deployment to JBoss unsuccessful: EJB3 VMID is already registered"

To view the discussion, visit: http://community.jboss.org/message/561391#561391

--
I so much appreciate that you try to help me again!
I attached server.log.

First deployment happens after the unpacking the ear. The ear look like this:

ear
+-lib
   +-...
+-META-INF
   +-...
+-openempi-ejb-2.0.5.jar
+-openempi-webapp-web-2.0.5.war

I guess the deployer find the ejb jar file:

2010-09-10 11:03:31,877 DEBUG [org.jboss.ejb3.EJB3Deployer] create, 
openempi-ejb-2.0.5.jar
2010-09-10 11:03:31,910 DEBUG [org.jboss.ejb3.EJB3Deployer] Deploying: 
file:/C:/jboss/server/default/tmp/deploy/tmp4234392379439995465openempi-2.0.5.ear-contents/openempi-ejb-2.0.5.jar

Hold on... I might found the problem. It might be a typo in the source...
--

Reply to this message by going to Community
[http://community.jboss.org/message/561391#561391]

Start a new discussion in EJB 3.0 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

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


[jboss-user] [jBPM] - Re: Is jBPM supposed to...

2010-09-10 Thread Maciej Swiderski
Maciej Swiderski [http://community.jboss.org/people/swiderski.maciej] created 
the discussion

"Re: Is jBPM supposed to..."

To view the discussion, visit: http://community.jboss.org/message/561248#561248

--
yeap, I am pretty much sure. Please note that I am talking about jBPM 4.x 
perhaps someone who told you that was refering to version 3.x
--

Reply to this message by going to Community
[http://community.jboss.org/message/561248#561248]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

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


[jboss-user] [JBoss Tools] - Re: How to make JSF components do nice previews?

2010-09-10 Thread Denis Golovin
Denis Golovin [http://community.jboss.org/people/dgolovin] created the 
discussion

"Re: How to make JSF components do nice previews?"

To view the discussion, visit: http://community.jboss.org/message/561261#561261

--
Do you mean icons on components palette, don't you?
Yo can take a look at plug-ins for spring JSF components here  
https://anonsvn.jboss.org/repos/jbosstools/trunk/vpe/plugins/org.jboss.tools.vpe.spring
 
https://anonsvn.jboss.org/repos/jbosstools/trunk/vpe/plugins/org.jboss.tools.vpe.spring
 or more complex example for Richfaces JSF Components here  
https://anonsvn.jboss.org/repos/jbosstools/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces
 
https://anonsvn.jboss.org/repos/jbosstools/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces.
 They should be pretty explanatory.
I guess they might be added through extension point, but I cannot tell now for 
sure. I'll check this out and answer later.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561261#561261]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

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


[jboss-user] [EJB 3.0] - Re: Can I get dynamically the URL of EJB server?

2010-09-10 Thread Roque Pinel
Roque Pinel [http://community.jboss.org/people/repinel] created the discussion

"Re: Can I get dynamically the URL of EJB server?"

To view the discussion, visit: http://community.jboss.org/message/561335#561335

--
Hi Wolf-Dieter Fink, thanks for the reply.

You got it right, I'm running the applications in differents JBoss.

The problem is that I can't have just one JBoss for all the applications, it 
would overload the server...

I managed to access EJB services from others JBoss, but I'd like to have a 
system that could discover the URL
of the EJB's server desired. This way, the servers could be more flexibles.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561335#561335]

Start a new discussion in EJB 3.0 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

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


[jboss-user] [Performance Tuning] - heap size settings in jboss

2010-09-10 Thread sree g
sree g [http://community.jboss.org/people/sreeg88] created the discussion

"heap size settings in jboss"

To view the discussion, visit: http://community.jboss.org/message/561271#561271

--
Hi,

What is the mininum heap size required to start a jboss application server 
instance? And is there any limit on maximum heap size setting? Please clarify
--

Reply to this message by going to Community
[http://community.jboss.org/message/561271#561271]

Start a new discussion in Performance Tuning at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2078]

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


[jboss-user] [jBPM] - Re: Duedate expressions in the past

2010-09-10 Thread Alejandro Guizar
Alejandro Guizar [http://community.jboss.org/people/alex.guizar%40jboss.com] 
created the discussion

"Re: Duedate expressions in the past"

To view the discussion, visit: http://community.jboss.org/message/561415#561415

--
The patch contibuted by Per Christian Henden in  
http://https://jira.jboss.org/browse/JBPM-2813 JBPM-2813 addresses the past due 
date problem, returning the current date instead. This update will be delivered 
with jBPM 4.5. We have not settled on a release date yet, but you can download 
a stable snapshot from the  
https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbpm/jbpm4/jbpm-pvm/4.5-SNAPSHOT/
 Maven repository.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561415#561415]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

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


[jboss-user] [EJB 3.0] - Deploying ejb3.0 jars with ejb2.1 jars

2010-09-10 Thread Anurag Bhatia
Anurag Bhatia [http://community.jboss.org/people/ab_99] created the discussion

"Deploying ejb3.0 jars with ejb2.1 jars"

To view the discussion, visit: http://community.jboss.org/message/561345#561345

--
I am trying to deploying ejb3.0 jars with ejb2.1 jars in an ear file. I keep 
geting this warning -

17:38:54,245 WARN  [EjbUtil] DeploymentInfo 
org.jboss.deployment.deploymenti...@484e0b4d { 
url=file:/C:/tools/jboss-4.2.2.GA/server/CustomServer/tmp/deploy/tmp1967561862872673155100customapp.ear-contents
/customgroupsEJB.jar }
  deployer: MBeanProxyExt[jboss.ejb3:service=EJB3Deployer]
  status: Deployed
  state: STARTED
  watch: 
file:/C:/tools/jboss-4.2.2.GA/server/CustomServer/tmp/deploy/tmp1967561862872673155100customapp.ear-contents/customgroupsEJB.jar
  altDD: null
  lastDeployed: 1284120495856
  lastModified: 1284120489372
  mbeans:
 is not an EJB .jar file!

The jar that contains the ejb3 beans is never deployed properly.

I donot have any ejb-jar.xml in the jar that contains the ejb3 sessin bean.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561345#561345]

Start a new discussion in EJB 3.0 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

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


[jboss-user] [jBPM] - How to access processinstance in JPDL?

2010-09-10 Thread Jimmy Smith
Jimmy Smith [http://community.jboss.org/people/swd_eagle] created the discussion

"How to access processinstance in JPDL?"

To view the discussion, visit: http://community.jboss.org/message/561267#561267

--
How can I access a process instance in jPDL, eg when I want to pass the id or 
key of the processInstance to a java activity?


  
    
  
  


What must ? be to send the processInstanceId/Key to the java class?
I can't seem to find a reference to see which process attributes are available 
and how. Might also be handy to at times send activity name to generic java 
classes, etc.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561267#561267]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

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


[jboss-user] [jBPM] - Re: Joining of non-concurrent decision paths seems to be broken in 4.4

2010-09-10 Thread Maciej Swiderski
Maciej Swiderski [http://community.jboss.org/people/swiderski.maciej] created 
the discussion

"Re: Joining of non-concurrent decision paths seems to be broken in 4.4"

To view the discussion, visit: http://community.jboss.org/message/561338#561338

--
ok, seems like it is possible. I attached new patch to jira that should take 
care of this issue. Review and comments are appreciated.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561338#561338]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

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


[jboss-user] [EJB 3.0] - Re: Ejb3.0 jndi lookup problem

2010-09-10 Thread santhosh pulichinthala
santhosh pulichinthala [http://community.jboss.org/people/santhoshreddy747] 
created the discussion

"Re: Ejb3.0 jndi lookup problem"

To view the discussion, visit: http://community.jboss.org/message/561292#561292

--
Hi wolfgang,
Now im getting this error.
Exception in thread "main"
javax.naming.NamingException: Failed to find j2ee.clientName in jndi envat 
org.jboss.naming.client.java.javaURLContextFactory.getObjectInstance(
javaURLContextFactory.java:81)at 
javax.naming.spi.NamingManager.getURLObject(Unknown Source)
at javax.naming.spi.NamingManager.getURLContext(Unknown Source)
at javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source)
at javax.naming.InitialContext.lookup(Unknown Source)
at co.za.eskom.HelloClient.main(
HelloClient.java:32)

Thanks
santhosh
--

Reply to this message by going to Community
[http://community.jboss.org/message/561292#561292]

Start a new discussion in EJB 3.0 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

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


[jboss-user] [Datasource Configuration] - How to Auto-Reconnect jtds on DB restart

2010-09-10 Thread Jim Boden
jboden [http://community.jboss.org/people/jboden] created the discussion

"How to Auto-Reconnect jtds on DB restart"

To view the discussion, visit: http://community.jboss.org/message/561410#561410

--
|
|  http://forum.springsource.org/images/icons/icon1.gif  
(http://forum.springsource.org/images/icons/icon1.gif) *How to Auto-Reconnect 
jtds on DB restart*

Hi,
 
 I've read that the jtds connection pooling should auto-reconnect if I  restart 
the DB, but I really can't figure it out. I bet I'm missing  something really 
basic, but can anyone help? We're using spring on top  of jboss.
 
 Here is what I have in my applicationContext.xml:
 
  
 java:/MSSQLDS
 
 
 
 
 
 
 And in jtds-ds.xml we have:
 
 
 
 MSSQLDS
 
jdbc:jtds:sqlserver://localhost/dbname;namedPipe=true;tds=8.0;lastupdatecount=true  
 ;sendStringParametersAsUnicode=false 
 
 net.sourceforge.jtds.jdbc.Driver
 user
 pass
 SELECT 1  
 5
 
 
 
 
 But if we restart the DB, we then get forever of: 
 
 org.jboss.util.NestedSQLException: Unable to get managed connection for MSSQLDS
 
 Can anyone help with an example of how to configure an auto re-connect?
 
 Thanks!
 http://forum.springsource.org/images/misc/progress.gif  
(http://forum.springsource.org/images/misc/progress.gif)  
http://forum.springsource.org/images/buttons/edit.gif  
(http://forum.springsource.org/editpost.php?do=editpost&p=318694)  
http://forum.springsource.org/images/buttons/quote.gif  
(http://forum.springsource.org/newreply.php?do=newreply&p=318694)  
http://forum.springsource.org/images/buttons/multiquote_off.gif  
(http://forum.springsource.org/newreply.php?do=newreply&p=318694)  
http://forum.springsource.org/images/buttons/quickreply.gif  
(http://forum.springsource.org/newreply.php?do=newreply&p=318694) |
--

Reply to this message by going to Community
[http://community.jboss.org/message/561410#561410]

Start a new discussion in Datasource Configuration at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077]

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