[jboss-user] [Beginners Corner] - why can't i plug it in?

2008-07-04 Thread LittleOne
I just downloaded JBossTools 2.1.2.GA as the eclipse plug-in i copy the two folders into the eclipse install directory start up eclipse and nothing has happened i do what the instructions say on the JBossIDE Install pdf, and there are all sorts of checkboxes and trees and stuff that don't

[jboss-user] [JBoss Portal] - Re: WARN [LoadContexts] fail-safe cleanup

2008-07-04 Thread Subemontes
OK. Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162438#4162438 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4162438 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Re: JBoss failed for stress test? Or Log4j?

2008-07-04 Thread jaikiran
You are using a DailyRollingFileAppender which rolls over the file at midnight each day. It does not consider the file size for rollover. If you want it to be file size based then comment out this appender section and then uncomment the next section (which is for file size based rolling) in the

[jboss-user] [JBoss Portal] - Re: Error:

2008-07-04 Thread Subemontes
[EMAIL PROTECTED] wrote : | Otherwise, it seems that you are launching JBoss AS with -b 0.0.0.0. I think that the problem you encounter with WSRP is due to this. Take a look at: http://wiki.jboss.org/wiki/WSRPChangePorts for more information. Yep. I'm lauching it with -b 0.0.0.0, read it in

[jboss-user] [Installation, Configuration DEPLOYMENT] - 5.0CR! datasource accesed before it is bound

2008-07-04 Thread baz
I have tried 5CR1 but with no luck. The server will not start correctly when i deploy a seam project to it. Please have a look here: http://www.jboss.com/index.html?module=bbop=viewtopict=138584 I decided to first post there, because it could be a problem with JBoss Tools (with which i created

[jboss-user] [Beginners Corner] - Re: why can't i plug it in?

2008-07-04 Thread LittleOne
to clarify the installation guide... anonymous wrote : Start Eclipse. | • Select Help Software Updates Find and Install... | • Select Search for new features to install, and press Next | • Select New Remote Site... from the right menu. In the dialog fill the name with JBoss

[jboss-user] [Performance Tuning] - Re: Best performance monitoring tool for jboss?

2008-07-04 Thread Subemontes
Profiling and Perfomance is the same thing ? Sorry but english isn't my native language. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162441#4162441 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4162441

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: 5.0.0CR1: deployment error with @PersistenceContext and

2008-07-04 Thread jaikiran
Juergen.Zimmermann, Have you deployed the hskaDS datasource? The logs dont show anything about this datasource. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162444#4162444 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Problem with JBoss AS 5.0.0CR1

2008-07-04 Thread jaikiran
I dont know how the JBoss Tools works. How are you deploying the application? Does it work if you manually copy the datasource and the application to the deploy folder of JBoss and start the server? If yes, then it looks like this is a problem with the order in which the JBoss Tools is

[jboss-user] [JBoss Tools (users)] - Re: Problem with JBoss AS 5.0.0CR1

2008-07-04 Thread baz
Thanks for the reply. The ordering is not the problem, at least in respect to the tool. The server is stopped, application and datasource are copied to the server. The server is manually started. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162447#4162447

[jboss-user] [JBoss Tools (users)] - Re: Problem with JBoss AS 5.0.0CR1

2008-07-04 Thread jaikiran
What is the filename of the datasource and the filename of your application (from the logs i see its jbas5.war, right?) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162448#4162448 Reply to the post :

[jboss-user] [JBoss Portal] - Re: problem with IPC

2008-07-04 Thread senthilkumar.devan
Hi, You just do hot deployment. It means place helloworldipcportlet.sar inside ur default\deploy\jboss-portal.sar. The hellowworldipcportlet.sar contains the following: 1.hellowworldipcportlet.war 2.meta-inf folder 3.lib folder Inside hellowworldipcportlet.war u have just web-inf folder. where

[jboss-user] [JBoss Portal] - Forming ActionURL in XSLT

2008-07-04 Thread senthilkumar.devan
Hi, Can any one tell how to form the action url in the XSLT. Here my XSL is shown as UI. If i want to perform some action i need values displayed in the UI in my porcessaction method. Can anyone help me in this. i am struggling lot. Thanks Regards, Senthil Kumar Devan View the original post

[jboss-user] [JBoss Tools (users)] - Re: Problem with JBoss AS 5.0.0CR1

2008-07-04 Thread jaikiran
Tried a few things on JBoss-5 CR1 and JBoss-4.2.2 GA. There are changes in the way the deployers are working in CR1. Earlier in JBoss-4.2.2 there was a jboss-web.deployer in the deploy folder. Only the ROOT.war which was inside this jboss-web.deployer would be first deployed, then the

[jboss-user] [JBoss Tools (users)] - Re: Problem with JBoss AS 5.0.0CR1

2008-07-04 Thread baz
Thanks for looking into this. anonymous wrote : In CR1, the deployers have been moved to %JBOSS_HOME%\server\ serverName\deployers folder. And the war files in the deploy folder are always deployed first and then the datasources. Does this mean that, with this default config, no *.war can

[jboss-user] [JBoss jBPM] - Re: Lock wait timeout exceeded probelm with mysql

2008-07-04 Thread ramkumar.k
Fred, Did you find any solution for this? I am also facing the same issue except it happens on one of my application tables. thanks, ram View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162456#4162456 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Problem with JBoss AS 5.0.0CR1

2008-07-04 Thread jaikiran
This was just based on what i have been seeing so far with CR1. I will have to go through the documentation to understand what is the expected deployment order. One other user has asked a similar question here http://www.jboss.com/index.html?module=bbop=viewtopict=138587. JBoss developers

[jboss-user] [JBoss Tools (users)] - Re: Problem with JBoss AS 5.0.0CR1

2008-07-04 Thread jaikiran
By the way, if your application was an EAR, i would have recommended you to package the -ds.xml in the EAR and add a module entry in jboss-app.xml to avoid any deployment ordering issues. But i don't see anything similar for a WAR. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Problem with JBoss AS 5.0.0CR1

2008-07-04 Thread baz
Ok, thanks again. I have tried to create an ear project, but the tool does not deploy this correctly, but this is another issue View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162463#4162463 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: JmsTemplate w/ JBM still discouraged?

2008-07-04 Thread ataylor
The problem is not confined to a specific version. As far as I'm aware the JMSTemplate still works in the same way. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162465#4162465 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Help Running Wizard-generated project as an EAR

2008-07-04 Thread baz
I do have the same problem. The mentioned Patches are installed inside eclipse. But it does not work. seam.jar is not deployed and -ejb.jar is not deployed View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162467#4162467 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: 5.0.0CR1: deployment error with @PersistenceContext and

2008-07-04 Thread Juergen.Zimmermann
I've an exploded SAR archive inside the exploded EAR archive. The SAR archive contains a file hska-ds.xml (just as it is when running successfully with JBossAS 4.2.2) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162468#4162468 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: 5.0.0CR1: deployment error with @PersistenceContext and

2008-07-04 Thread jaikiran
I don't see any mention of the sar being deployed, in the logs. What does your jboss-app.xml look like? I usually package the -ds.xml at the root of the EAR and then place the jboss-app.xml in the META-INF of EAR with the following contents: jboss-app | | module |

[jboss-user] [JBoss Cache: Core Edition] - Re: Excessive ReentrantLock$NonfairSync objects

2008-07-04 Thread [EMAIL PROTECTED]
As brian said, the locks come from CHM, which by default uses 16 segments (16 hashmaps + 16 reentrant locks). This should probably be configurable. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162481#4162481 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss IDE support for Eclipse Europa [3.3.2]

2008-07-04 Thread umesh_dandekar
Thanks for your help. I downloaded the JBossTools zip file and extracted it to the eclipse installation folder. But I don't see - a run dialog option that allows me to add the JBoss 4.2.2 application server - an option to create EJB 3.0 style beans - EJB 3.0 plugin in the plugins installed Are

[jboss-user] [JBoss Cache: Core Edition] - Re: Excessive ReentrantLock$NonfairSync objects

2008-07-04 Thread [EMAIL PROTECTED]
Yes, but the CHMs used in the nodes to hold children don't use the default 16 segments: | | // Less segments to save memory | children = new ConcurrentHashMapObject, NodeK, V(4, .75f, 4); | Ah, but the LockMaps do!! Each LockMap - used to hold information on

[jboss-user] [JBoss Cache: Core Edition] - Re: Excessive ReentrantLock$NonfairSync objects

2008-07-04 Thread [EMAIL PROTECTED]
I've patched this in trunk and branch 2.2.X. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162487#4162487 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4162487 ___ jboss-user

[jboss-user] [Beginners Corner] - Re: JBoss failed for stress test? Or Log4j?

2008-07-04 Thread gan.gary
thanks for the solution. Can i confirm it's the (4 GB for files) size limit on windows for 32 bit NTFS? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162488#4162488 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4162488

[jboss-user] [JBoss Tools (users)] - Re: Problem with JBoss AS 5.0.0CR1

2008-07-04 Thread baz
After successfully deployed the ear it does work. Even with an external *-ds.xml file. So the only problem is war deployment. Ciao, Carsten View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162493#4162493 Reply to the post :

[jboss-user] [JBossWS] - Re: ...Port does not contain operation meta data for: {http:

2008-07-04 Thread helmutdoe
Hi, if i disable encryption and only sign my requests all is don completly successfull without occuring any kind of errors. Last night i tried downgrading again and used JEMS Installer: http://www.jboss.org/jemsinstaller/downloads/. After i had patched the included jbossws stack from 2.0.1 -

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.5 released

2008-07-04 Thread shamesh_joshi
This release seems to lack proper handling of Inter Portlet Communication for the case of JSF. I tried to deploy JSF portlets for IPC but couldn't succeed. Is this true? If not can anyone provide simple example in IPC for the case of JSF in Portal 2.0 View the original post :

[jboss-user] [EJB 3.0] - Override @Id with different generators

2008-07-04 Thread hamtho2
Hi, is there a chance to override the defined generator for the @Id? For example if I´d like to define the @Id in a superclass and only change the value of the db-sequence to use? For example something like this: | @MappedSuperclass | public class BaseEntity { | |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: 5.0.0CR1: deployment error with @PersistenceContext and

2008-07-04 Thread Juergen.Zimmermann
The exploded sar is contained in the exploded ear, and jboss-app.xml looks as follows (with the DTD for 5.0): ?xml version=1.0? | !DOCTYPE jboss-app | PUBLIC -//JBoss//DTD Java EE Application 5.0//EN | http://www.jboss.org/j2ee/dtd/jboss-app_5_0.dtd; | jboss-app | module |

[jboss-user] [JBoss Cache: Core Edition] - Re: How do items get automatically removed from the cache?

2008-07-04 Thread [EMAIL PROTECTED]
Are you actually attaching the LRU or Expiry policy to a region? :-) Look at EvictionConfig and EvictionRegionConfig. And make sure you add your EvictionConfig to your cache's Configuration using Configuration.setEvictionConfig() and use this Configuration instance with the CacheFactory to

[jboss-user] [JBoss Cache: Core Edition] - Re: Retrieve Object from JBoss-Cache in memory

2008-07-04 Thread [EMAIL PROTECTED]
Try doing a cache.put(myObj, KEY, VALUE) before retrieving it from the cache using a cache.getNode(). :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162502#4162502 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4162502

[jboss-user] [JBoss Portal] - Re: Need IPC Sample

2008-07-04 Thread shamesh_joshi
Is there any sample example to run IPC in Portal 2.0 for JSF. Portal 1.0 only support for one to one IPC. I need to communicate with multiple portlet from single portlet. Any help is highly appreciated. Regards, Shamesh View the original post :

[jboss-user] [JBoss jBPM] - Re: special task assignment

2008-07-04 Thread twiceknightly
Imagine a process with a single node that transitions back into itself. Initially you want it assigned to a group so someone in that group can claim it (pull). When someone claims it in the UI you will reassign it to that individual outside of the process e.g. with calls to jbpm like

[jboss-user] [JBoss Messaging] - Re: Queue MaxSize Not Obeyed When Using Transacted Sessions

2008-07-04 Thread ataylor
You'll probably find you aren't committing your transaction, add a session.commit() and you'll see the exception thrown. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162511#4162511 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBCCacheLoader problem

2008-07-04 Thread mircea.markus
thanks for spotting this. This is a bug, indeed. I've created http://jira.jboss.com/jira/browse/JBCACHE-1384 It is good that override is false at that point (that means that we do not want to *replace* the existing value). The problem is that overriding logic is broken, the old values override

[jboss-user] [JBoss Tools (users)] - Re: Use RichFaces ver 3.2

2008-07-04 Thread akazakov
What wizard do you use? New Dynamic Web Project? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162517#4162517 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4162517 ___ jboss-user

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

2008-07-04 Thread john85
Hi, I am relatively new to JBoss and am trying to get JBoss going in eclipse 3.4 and am getting the error that Andy has described, I downloaded the WTP patch you suggested but i guess my installation of WTP is a different version than the jars targeted in the patch, for example one of the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to authenticate to the JBoss server from a desktop (

2008-07-04 Thread Marcos_APS
I changed the login module that I was using from this (my custom login module): jaas.config | login | { | br.urca.www.laboratorioinformatica.seguranca.jboss.ModuloLoginFuncionarios required; | }; to this: jaas.config | login | { | org.jboss.security.ClientLoginModule required;

[jboss-user] [Installation, Configuration DEPLOYMENT] - jboss-5.0.0.CR1-src installer or jboss source?

2008-07-04 Thread ps.ganesh
I've downloaded 'jboss-5.0.0.CR1-src' from jboss site. I dont know how to configure 'jboss-5.0.0.CR1-src' Before That i want to know whether 'jboss-5.0.0.CR1-src' is installer or Jboss source?? Thanks View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to authenticate to the JBoss server from a desktop (

2008-07-04 Thread jaikiran
Marcos, I could not get enough time to look through what you posted earlier. Sorry about that. anonymous wrote : But JBoss is now accepting any user I pass in How have you secured your EJBs? Are you using a jboss.xml (similar to jboss-web.xml) to specify the security domain? And is this

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuring dependencies in Services

2008-07-04 Thread Marcelo.S_
zithuba wrote : Isn't the mispelling of datasourc instead of datasource Don't think so, the exception is the same, but whit an 'e' at the end ): jaikiran wrote : Try this, instead of the lines marked in bold, in your jboss-service.xml: | | dependsjboss.jca:service=RARDeployer/depends

[jboss-user] [JBoss jBPM] - Re: Modifing a Deployed Process Definition

2008-07-04 Thread kukeltje
anonymous wrote : will I be safe to just add the newafaik, yes View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162526#4162526 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4162526

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-5.0.0.CR1-src installer or jboss source?

2008-07-04 Thread jaikiran
ps.ganesh wrote : | Before That i want to know whether 'jboss-5.0.0.CR1-src' is installer or Jboss source?? | It's the JBoss source code. If you want to use JBoss for deploying your application then you should download the binaries (the joss-5.0.0.CR1.zip at the download site). View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuring dependencies in Services

2008-07-04 Thread zithuba
Yes, There is another topic dealing with this deployment problem, where a DS is deployed after the dependent ear or war. http://www.jboss.com/index.html?module=bbop=viewtopicp=4162523#4162523 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162529#4162529 Reply

[jboss-user] [JBoss jBPM] - Re: special task assignment

2008-07-04 Thread kukeltje
ok... clear... not sure what a swimlane will do in this case. hmmm nice exercise for myself later on... You might split it up in two... one 'start task' and a loop... both with the same functionality keep the first task as is and you can assign the second task to the one that had the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuring dependencies in Services

2008-07-04 Thread jaikiran
zithuba wrote : Yes, There is another topic dealing with this deployment problem, where a DS is deployed after the dependent ear or war. | http://www.jboss.com/index.html?module=bbop=viewtopicp=4162523#4162523 Probably not :) Marcelo.S_ is using JBoss-4.2.2 GA and not JBoss-5.0 CR1. From what

[jboss-user] [Beginners Corner] - Re: JBoss failed for stress test? Or Log4j?

2008-07-04 Thread jaikiran
gan.gary wrote : Can i confirm it's the (4 GB for files) size limit on windows for 32 bit NTFS? Sorry, i did not understand the question. Are you asking if there is a limit of 4GB for file size on windows? View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to authenticate to the JBoss server from a desktop (

2008-07-04 Thread Marcos_APS
jaikiran wrote : Marcos, | I could not get enough time to look through what you posted earlier. Sorry about that. | Never mind, Jaikiran. jaikiran wrote : Marcos, | How have you secured your EJBs? Are you using a jboss.xml (similar to jboss-web.xml) to specify the security domain? And

[jboss-user] [JBoss Cache: Core Edition] - JDBCCacheLoader

2008-07-04 Thread karnivas
When we use treecache.get() with JDBCCacheloader configured does it ALWAYS goes to the DB inspite of the data being in-memory ? Please clarify the same. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162539#4162539 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuring dependencies in Services

2008-07-04 Thread Marcelo.S_
jaikiran wrote : zithuba wrote : Yes, There is another topic dealing with this deployment problem, where a DS is deployed after the dependent ear or war. | | http://www.jboss.com/index.html?module=bbop=viewtopicp=4162523#4162523 | | Probably not :) | | Marcelo.S_ is using

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

2008-07-04 Thread [EMAIL PROTECTED]
No it shouldnt. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162542#4162542 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4162542 ___ jboss-user mailing list

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Unable to pre-compile JSP using ANT task with JBoss 4.2.

2008-07-04 Thread RonanKER
Hi all, We got the same problem. With JBoss 4.0.2, precompiling JSP is working fine but not with JBoss 4.2.1. The ant task failed with the Unable to initialize TldLocationsCache message. Removing all the doctype is working but is not an option: We have several TLD files provided by several

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-5.0.0.CR1-src installer or jboss source? - downloa

2008-07-04 Thread ps.ganesh
from which following link i can download LINUX - JBOSS server * http://downloads.sourceforge.net/jboss/jboss-5.0.0.CR1-src.tar.gz * http://downloads.sourceforge.net/jboss/jboss-5.0.0.CR1.zip * http://downloads.sourceforge.net/jboss/jboss-5.0.0.CR1-src.tar.gz.SHA-256 *

[jboss-user] [JBoss jBPM] - Re: special task assignment

2008-07-04 Thread twiceknightly
Good idea kukeltje! I tried the following but it didn't work. 1. A taskNode A assigned to a group with a transition to taskNode B. 2. A tasknode B with the assignment expression previous. when the token got to taskNode B previous seemed to evaluate to NULL and fell over. View the original

[jboss-user] [Beginners Corner] - Re: JBoss failed for stress test? Or Log4j?

2008-07-04 Thread gan.gary
will log file cause JBoss terminate? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162547#4162547 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4162547 ___ jboss-user mailing

[jboss-user] [JBoss Messaging] - Re: Messages was not delivered

2008-07-04 Thread ataylor
I'm not really sure what you're problem is, obviously if you unplug the network this will cause errors on either the client or server. JBM works by sending messages to a client side buffer from which the client will consume messages from. This is for performance reasons. If you close the

[jboss-user] [EJB/JBoss] - Re: EJB not bound :

2008-07-04 Thread Arvind_MV
Hi All, I know that many have posted the same query but i followed some steps based on this post. But still i am unable to resolve the issue. My test program is as shown below: nitialContext iniCtx= null; Context ejbCtx = null; CryptoHome

[jboss-user] [JBoss Messaging] - Re: Exception when starten 2nd node

2008-07-04 Thread ataylor
MDB's will only consume messages locally. You should have the same MDB's on all nodes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162551#4162551 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4162551

[jboss-user] [JBoss Messaging] - Re: RedeliveryTime and MaxDeliveryAttempts

2008-07-04 Thread ataylor
This is an MDB question, the app server guys should be able to help you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162552#4162552 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4162552

[jboss-user] [EJB 3.0] - Re: Could not find new XAResource to use for recovering non-

2008-07-04 Thread jhalliday
But no extra module should be needed. Actually that depends exactly what version of the server you are running and what the transaction encompasses. JBM has its own recovery module, but it's not enabled by default. The JCA used for database connections also has one, but it's only bundled in

[jboss-user] [JBoss Messaging] - Bug or feature? Modifying the payload and redelivery...

2008-07-04 Thread mclu
Hi! Don't know if this is a bug or feature. I am using a plain consumer (MessageConsumer.receiver(long)) in an transacted session inside a sessionbean. So JTA is used. (1.4.0SP3) I receive my payload and reuse it in my backend. There it fills a List with other objects. Then I rollback my

[jboss-user] [Beginners Corner] - Re: JBoss failed for stress test? Or Log4j?

2008-07-04 Thread jaikiran
No. It won't. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162556#4162556 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4162556 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: ...Port does not contain operation meta data for: {http:

2008-07-04 Thread timeagentess
Thank you! Well, I'll be following closely the jira issue related to this :) Good luck to you, too! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162557#4162557 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4162557

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-5.0.0.CR1-src installer or jboss source?

2008-07-04 Thread jaikiran
anonymous wrote : http://downloads.sourceforge.net/jboss/jboss-5.0.0.CR1.zip Download from the above link. It's a platform independent binary. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162559#4162559 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: How to implement undo Functionality on a process instanc

2008-07-04 Thread [EMAIL PROTECTED]
JBPM experts: Any help or input on this topic is appreciated. I need to implement in the current application.The only option i know now is to recreate the whole process to the step the user wants following the flow he took in previous process instance. Thanks View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: SchedulableMBean arguments

2008-07-04 Thread dmary
up View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162561#4162561 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4162561 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Messaging] - Re: Bug or feature? Modifying the payload and redelivery...

2008-07-04 Thread ataylor
I'm assuming you're using an ObjectMessage. This sounds like http://jira.jboss.com/jira/browse/JBMESSAGING-1277. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162562#4162562 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuring dependencies in Services

2008-07-04 Thread Marcelo.S_
Oddly enough, when I try to deploy my App.war (was trying without the looking up before) it loads before hibernate-service.jar and does not work since it cannot find the service: 10:10:22,468 INFO [Catalina] Server startup in 87 ms | 10:10:22,625 INFO [TomcatDeployer] deploy, ctxPath=/,

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuring dependencies in Services

2008-07-04 Thread Marcelo.S_
jaikiran wrote : Marcelo.S_ wrote : | | That means, I cannot have hibernate-service.sar since it will fail to load because of the datasource; | | The sar approach with datasource dependency should work. As i already mentioned, its all about getting the depends attribute right. Here's

Re: [jboss-user] [JBoss Tools (users)] - Problem with JBoss AS 5.0.0CR1

2008-07-04 Thread Richard Huddleston
You should look into the depends tag. Add it to the component that depends on your DataSource. On Fri, Jul 4, 2008 at 1:32 AM, baz [EMAIL PROTECTED] wrote: I do have a problem with JBoss AS5. datasource is accessed via JNDI before it is even bound My environment Win XP SP2 Java 1.5.0 10

[jboss-user] [JBoss Tools (users)] - Re: Use RichFaces ver 3.2

2008-07-04 Thread c0upal
Im using New Seam Project Wizard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162576#4162576 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4162576 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuring dependencies in Services

2008-07-04 Thread jaikiran
Marcelo.S_ wrote : | That means, I cannot have hibernate-service.sar since it will fail to load because of the datasource; The sar approach with datasource dependency should work. As i already mentioned, its all about getting the depends attribute right. Here's what the dependency in the

[jboss-user] [JBoss Tools (users)] - [Jboss Seam]Header-Line Items Save in one page/one click of

2008-07-04 Thread c0upal
I am trying to develop an invoicing screen that mimicks Client/server functionality. I create the Header Entity and Line Items Entities all in one page and using one save only. The idea is to keep track of the entities being created and persist it one by one. Does the seam framework does it

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Toplink and Jbos 4.2.2

2008-07-04 Thread CarlosDelfino
Hi all! anybody have one soluction for this warning? I get too! 10:55:48,345 INFO [STDOUT] [TopLink Warning]: 2008.07.04 10:55:48.345--java.lang.NullPointerException: null was thrown on attempt of PersistenceLoadProcessor to load class model.PlanoAssinatura. The class is ignored. thanks a

[jboss-user] [JBoss jBPM] - Re: How to implement undo Functionality on a process instanc

2008-07-04 Thread jbarrez
Undo functionality is something that's not easily to implement nor can it generically be solved since custom actionHandlers always mess up things. A possible approach is: - use the jbpm log for the simple rollbacks - use an undo operation on actionHandlers As you see, quite some work will be

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Toplink and Jbos 4.2.2

2008-07-04 Thread CarlosDelfino
Hi all! anybody have one soluction for this warning? I get too! 10:55:48,345 INFO [STDOUT] [TopLink Warning]: 2008.07.04 10:55:48.345--java.lang.NullPointerException: null was thrown on attempt of PersistenceLoadProcessor to load class model.PlanoAssinatura. The class is ignored. thanks a

[jboss-user] [JBoss Tools (users)] - Re: Use RichFaces ver 3.2

2008-07-04 Thread akazakov
Ok. This page (JSF Capabilities) is part of WTP JSF Tools. We just let user to set up the WTP JSF Facet in our wizard. And it should work if you add Richfaces jars using Component Libraries section in JSF Capabilities page. It doesn't copy libs to WEB-INF/lib but it adds them into project

[jboss-user] [EJB 3.0] - Re: Could not deploy EJB3.0 entities

2008-07-04 Thread CarlosDelfino
Hi all! anybody have one soluction for this warning: 11:22:56,909 INFO [STDOUT] [TopLink Warning]: 2007.11.11 11:22:56.909--Thread(Thread[main,5,jboss]) --java.lang.NullPointerException: null was thrown on attempt of PersistenceLoadProcessor to load cla ss com.prapansol.demos.model.Emp. The

[jboss-user] [JBoss Tools (users)] - Re: Use RichFaces ver 3.2

2008-07-04 Thread c0upal
How do I post to JIRA? Sorry. Just new to this processes? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162590#4162590 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4162590 ___

[jboss-user] [JBoss Tools (users)] - Re: Use RichFaces ver 3.2

2008-07-04 Thread akazakov
See http://jira.jboss.com/jira/browse/JBIDE Use CREATE NEW ISSUE. And please describe your steps in detail. Screenshots will be very useful. I've tried to reproduce it but it seems to work for me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162591#4162591

[jboss-user] [JBoss Portal] - CMS portlet lost title when minimized

2008-07-04 Thread avalendino
Hi to everyone i have a problem with portlets that contains CMS content. When i minimize this tipe of portlet Windows jboss portal lose the window title and show the word CMS instead. When the CMS portlet window is in another state(such as normal or mazimized) the title is shown well and so i

[jboss-user] [EJB/JBoss] - Re: EJB not bound :

2008-07-04 Thread jaikiran
anonymous wrote : In the Jboss console it shows javax.naming.NameNotFoundException: Crypto not bound Follow the steps mentioned at http://wiki.jboss.org/wiki/DisplayTheJNDITreeWithTheJMXConsole and find the jndi-name of your bean. Then use that jndi-name for looking up the bean. View the

[jboss-user] [JBossWS] - remote authentication=no route to host found

2008-07-04 Thread timeagentess
Hello all, I am testing authenticated access to a web service, with a security domain of my own and username/password taken from a mySQL database. I am using JBoss 4.0.5 and JBossWS 2.0.3, and on my localhost I have the mySQL database from where the username and password are taken, as well as

[jboss-user] [JBoss Tools (users)] - Re: Use RichFaces ver 3.2

2008-07-04 Thread c0upal
Hmm.. That weird.. The steps are pretty much the same according to most tutorials on JBoss. Im using Eclipse Europa, and installed Jboss Tools.2.0.1-GA, JbossAS4.2.2.GA and Jboss Seam-2.0.2.SP1 1. Choose New Seam Web Project 2. Set Project Name MyNewProject, Target Runtime JbossAS 4.2 Server,

[jboss-user] [Beginners Corner] - jboss on port 80

2008-07-04 Thread gaichi2
The default access port for a war or ear file deployed in jboss is port 8080. I'm wondering if it's safe to switch this to normal HTTP port 80. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162601#4162601 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Universal per portlet instance configuration for all use

2008-07-04 Thread michaelchan
What if i need some logic to translate information from database into human readable form?? say if I want a portlet to display some user in a usergroup, I cannot ask the admin to input the groupID directly, a drop down box should be there to provide such selection. With edit and admin mode,

[jboss-user] [JBoss Getting Started Documentation] - Install JBOSS 4.2.2 - HELP

2008-07-04 Thread nelsonrp24
Hi, i'm try install Jboss 4.2.2. I downloaded the file jboos-4.2.2.GA-src.tar.gz from http://www.jboss.org/download/ --Downloads--JBoss Application Server, them i run: tar -xvf jboos-4.2.2.GA-src.tar.gz and all file were copied in the folder jboos-4.2.2.GA-src, but i don't know to do. I read

[jboss-user] [JBoss Tools (users)] - Re: JBoss 3.2.2GA and application.xml

2008-07-04 Thread rwilson9
I'm trying to create a richfaces 3.2.1 project in Europa. Unless I use Jboss 4.2, I can't select the 2.5 dynamic web module in facets. If don't use 2.5 web module, I can't use faces 1.2. And if I can't use faces 1.2, I can't use 3.2.1 richfaces. Has anybody gotten 3.2.1 to work with Jboss?

[jboss-user] [JBoss jBPM] - Deploy the jBPM 3.2.3 JBoss 4.2 / 4.3

2008-07-04 Thread ehsanmx
hi If you want to deploy jbpm 3.2.x or higher under jboss 4.x you must follow these steps: Step 1 : Extract jbpm-console.war | tar -xvf jbpm-console.war | --META-INF WEB-INF images index.jsp sa ua Remove this jar file from WEB-INF/lib/ : | | - commons-fileupload.jar | -

[jboss-user] [JBoss Messaging] - Re: Bug or feature? Modifying the payload and redelivery...

2008-07-04 Thread mclu
Yes! You are right! That's it. I fixed it via creating a copy of my ObjectMessage Payload. I can remove my fix then if patch is part of next GA or SP release :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162611#4162611 Reply to the post :

[jboss-user] [JBossWS] - Re: Problem using a SOAP interface on JBOSS server

2008-07-04 Thread gbc
Hi Milan, At this point you should have solve your problem, but how I find the same problem and the reason of it, I'm posting for others consult. Apparently, WSConsume tool is generating wrong code when besides you specify an web URL to the wsdlLocation you specify a file URL. The consequence

[jboss-user] [JBoss Portal] - Re: Error:

2008-07-04 Thread PeterJ
The problem with not using -b is that the IP to bind with appears in numerous configuration files. Therefore, if you want to change server.xml, you must also change all of the other configuration files - they will all use ${jboss.bind.address} so they are not really that hard to find. But

[jboss-user] [Performance Tuning] - Re: Best performance monitoring tool for jboss?

2008-07-04 Thread PeterJ
A performance monitor will typically tell you how well an application is performing. For example, it might tell you requests per second. A profiler will tell you how long it is taking your app to service a request, and how often it services certain types of requests. This can usually be

[jboss-user] [Beginners Corner] - Re: why can't i plug it in?

2008-07-04 Thread PeterJ
It has been a while since I used JBoss Tools, but from what I recall, it was always very picky concerning the version of Eclipse. What version of Eclipse are you using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162616#4162616 Reply to the post :

[jboss-user] [Beginners Corner] - Re: jboss on port 80

2008-07-04 Thread PeterJ
See http://wiki.jboss.org/wiki/JBossOnPort80 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162617#4162617 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4162617 ___ jboss-user

[jboss-user] [JBoss Getting Started Documentation] - Re: Install JBOSS 4.2.2 - HELP

2008-07-04 Thread PeterJ
You downloaded the source, not the binary. Download the jboss-4.2.2.GA.zip file instead. Installation is easy: unzip the zip file (it is best if you do NOT place it in a path with spaces, such as Program Files on Windows) Then make sure JAVA_HOME environment variable is set to the directory

  1   2   >