[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: unable to run jboss 4.2.2.GA on windows vista

2008-04-17 Thread FrankTheTank
Open a terminal and enter this command | netstat -ab | then look for your port (80 in your case) and note that it, if you are looking for a service on a well known it will print them with the name. (such as http). If you would like to see the addresses and ports in numerical form, add -n t

[jboss-user] [JBoss Tools (users)] - Profiling

2008-04-17 Thread nickarls
Hi, Is there any special magic in getting profiling to work in JBoss Tools? I'm using the latest beta and I get a disabled "start in profiler mode" on my servers, even if TPTP is installed? Or do you have to use JBoss's own profiler? View the original post : http://www.jboss.com/index.html?m

[jboss-user] [Security & JAAS/JBoss] - Re: How to configure

2008-04-17 Thread draggy
"draggy" wrote : Hello JBoss experts and professionals, | | Currently, IâÂÃÂÂÃ

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

2008-04-17 Thread nickarls
And could be more of a general Eclipse/TPTP issue but when I try to profile on a "normal" JBoss server, I get Could not find agent library on the library path or in the local directory: JPIBootLoader I was under the impression that local profiling used the local agent that comes with TPTP inst

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Modify data within PreUpdate will only merges partially

2008-04-17 Thread Masterozz666
Hi, i have a problem with entity listeners using @PreUpdate to modify the data. There are two entity beans, the first contains a collection of the second entity bean => OneToMany-Mapping. Something like that: | @Entity | @Table(name = "TEST_FIRSTBEAN") | public class FirstBean implements

[jboss-user] [JBoss Portal] - Re: portlet window preferences and transactions

2008-04-17 Thread erezharari
OK, so freferences is clear. what about window properties? do i need a transaction to read/write portlet window properties? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144743#4144743 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

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

2008-04-17 Thread [EMAIL PROTECTED]
I haven't tried TPTP so I'm not sure if there is something our adapters need to to do for TPTP to work properly ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144744#4144744 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBossWS] - Re: Cannot extract schema definition?

2008-04-17 Thread [EMAIL PROTECTED]
It will be fixed in next release, see: http://jira.jboss.org/jira/browse/JBWS-2153 Thanks for your investigation ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144747#4144747 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [EJB 3.0] - Re: concurrently modifying entity instance

2008-04-17 Thread gsegura
You made me believe an actual advise was posted, anyway: As reference says, the lock is honored at persistence-context level. Since two sessions are involved, there exists two different persistence-contexts, so EntityManager.lock() issued in one session has not enough 'reachability'. Besides, t

[jboss-user] [EJB 3.0] - Re: concurrently modifying entity instance

2008-04-17 Thread jaikiran
I think, what you are looking for is the @Version attribute for your entity. This allows optimistic locking. See this for more details: http://www.oracle.com/technology/products/ias/toplink/jpa/resources/toplink-jpa-annotations.html#Version Let us know, if this doesn't serve your purpose. View

[jboss-user] [JBossWS] - Re: Problem consuming .net webservice with jbossws-3.0.1-nat

2008-04-17 Thread [EMAIL PROTECTED]
I'm not able to reproduce your problem. I generated JAX-WS artifacts from WSDL using the following command: | cd $JBOSS_HOME/bin | | ./wsconsume.sh --keep --extension --source=src http://webservices.maplink2.com.br/webservices/v3/Authentication/Authentication.asmx?WSDL | and I crea

[jboss-user] [JBossWS] - Re: Problem consuming .net webservice with jbossws-3.0.1-nat

2008-04-17 Thread [EMAIL PROTECTED]
I tried also low level approach based on sockets: | package org.jboss.test.ws.remoting_issue; | | import java.io.InputStream; | import java.io.OutputStream; | import java.net.Socket; | | public final class Test { | | private static final String CRNL = "\r\n"; | priv

[jboss-user] [JBossWS] - Re: Customizing XJC invocation?

2008-04-17 Thread [EMAIL PROTECTED]
"jyrinx" wrote : Is it possible to use XJC plugins with JBoss WS? No :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144759#4144759 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144759 ___

[jboss-user] [Security & JAAS/JBoss] - Class Loading Problem of LoginModule from MBean/SAR File

2008-04-17 Thread tine2k
Hi guys, I have a problem that has kept frustrating me over some time now. I have the following situation: I deploy a .sar file to my JBoss AS (4.0.5GA) containing an MBean that makes use of JBoss JAAS Security by calling | LoginContext lc = new LoginContext("myJaas"); | lc.login(); | Th

[jboss-user] [JBossWS] - Re: Reg Installation

2008-04-17 Thread [EMAIL PROTECTED]
"shruthi" wrote : I have downloaded jbossws 1.2.1 GA Why didn't you download JBossWS 3.0.1 release but really old one? New one fixes a lot of issues, comes with a lot of new features. I highly suggest to use the latest JBossWS version - always ;) View the original post : http://www.jboss.com/ind

[jboss-user] [JBoss Tools (users)] - Re: Support for richfaces 3.2

2008-04-17 Thread lcurros
Ok. When do you think this tags will be supported? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144763#4144763 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144763 ___ jbos

[jboss-user] [Remoting] - Invoking invocation handler located on JBoss AS

2008-04-17 Thread thejavafreak
Dear all, I have deployed an invocation handler and deployed it on JBoss AS 5.0.0Beta4 by inserting the configuration inside conf/jboss-service.xml as such: | | | | | | | | | | | | | |

[jboss-user] [JBossWS] - Re: problem with calling ssl web service

2008-04-17 Thread rapowder
The '1' is not a mistake, it was just an example to tell you that I have different webservices under different paths with the same root: /interfaces/InterfaceBean1 | /interfaces/InterfaceBean2 | etc. I am not sure whether this was clear, but that those are webservices listening to SOAP call

[jboss-user] [Installation, Configuration & DEPLOYMENT] - setting up properties in the run script

2008-04-17 Thread rob_gar_esp
Hi, I modified my run.bat script in order to add environment properties like these: set JAVA_OPTS=%JAVA_OPTS% -Dprogram.name=%PROGNAME% -DSIWO_HOME=C://SIWO-INF -DSCHEMA_BASE_PATH=//schemas when I run the script from a command console works properly, however, I installed the jboss tools plug-i

[jboss-user] [JBoss Getting Started Documentation] - jboss portal server is not opening

2008-04-17 Thread shambhu
after downloading the jboss portal bundle , i unzip that in separate folder.but when i go to bin and click on run.bat .the black screen comes for a a second and then it vanishes.plz.tell me the reason. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144780#41

[jboss-user] [JBoss Portal] - Portlet instances DTD not reachable: 404 Error

2008-04-17 Thread boopet
Hi, our eclipse projects show errors because of a broken DTD reference in the file "portlet-instances.xml". the DTD there can not be resolved because the jboss server shows a 404 error: http://www.jboss.org/portal/dtd/portlet-instances_2_6.dtd Is this issue known or did the URL change? Best r

[jboss-user] [Security & JAAS/JBoss] - Re: How to configure

2008-04-17 Thread draggy
hello people, Now I'm getting some error: | 2008-04-17 18:02:47,113 DEBUG [org.jboss.security.auth.login.XMLLoginConfig] Starting jboss.security:service=XMLLoginConfig | 2008-04-17 18:02:47,113 DEBUG [org.jboss.security.auth.login.XMLLoginConfigImpl] Try loading config as XML, url=file:/C

[jboss-user] [JBoss Portal] - Re: IDE that supports portlet development for JBOSS Portal

2008-04-17 Thread csagar
"yhqian95" wrote : I have installed the bundle package of JBOSS server and Portal server( jboss-portal-2.0-jboss-4.0.2) and deployed the helloworld portlet. It works fine. | | Now I want to code my own portlet and portal. | I am using JBOSS Eclipse IDE for the development on the JBOSS ap

[jboss-user] [Remoting] - Re: What are you using Remoting for?

2008-04-17 Thread thejavafreak
"[EMAIL PROTECTED]" wrote : I am currently working on the design for Remoting 3, and I'd like to hear what the end-users of Remoting are using it for, or what you'd LIKE to use it for, and what features (like transports for example) are most useful to you. Also, please share what features you t

[jboss-user] [JBossWS] - Re: org.jboss.ws.WSException

2008-04-17 Thread maffeis
Hi. I was able to work around this issue by naming all my WSDL request parameters as "arg0", "arg1" etc (instead of "id", "name" in your example), and by naming by response parameter as "result". Probably there is a cleaner solution using JAXB annotation, which allows you to name parameters the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: setting up properties in the run script

2008-04-17 Thread nirajsingh
Hi rob, If i am not wrong, Eclipse has their own environment for setting the JAVA_OPTS. Once you attached the jboss app to eclipse then over the start server from the right click you can set the JAVA_OPTS. Regards, Niraj Kumar Singh View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBossWS] - java-->wsdl/xsd query - minOccurs value of args for wsdl ope

2008-04-17 Thread yogeshkb
Hi Team, I have a wsdl/xsd snippet generated for an SEI below. The arguments for the operation are all mandatory and they cannot be null. Pls help me on how to configure the wsprovide scripts to generate the wsdl/xsd with the minOccurs=1 for all the arguments of my oper

[jboss-user] [JBoss Tools (users)] - Re: Support for richfaces 3.2

2008-04-17 Thread [EMAIL PROTECTED]
soon ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144800#4144800 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144800 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [JBoss Tools (users)] - set system variable for JBoss

2008-04-17 Thread pravinkarne18
hi i want to set following property to jboss -Djboss.shutdown.forceHalt=false when starting JBoss but i dont know where(in which file) it should be changed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144801#4144801 Reply to the post : http://www.jboss.co

[jboss-user] [JBossWS] - @WebFault and @XmlType issues for Exception classes

2008-04-17 Thread yogeshkb
Hi Team, I have many webservices with operations throwing a common exception (eg., SomeException) across all the services I tried to annotate the SomeException class using various approaches but failed to generate the client stubs with a common target namespace different from the targetnames

[jboss-user] [JBoss Tools (users)] - Re: set system variable for JBoss

2008-04-17 Thread [EMAIL PROTECTED]
Open the servers launch configuration and add it as an argument View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144803#4144803 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144803 ___

[jboss-user] [JBoss jBPM] - Re: Contributing a New Document to JBPM Community

2008-04-17 Thread mandrita.ca
Thanks for the responses. The document is actually in a pdf format.So I have decided to upload in wiki.It will be availaible very soon. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144804#4144804 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [Messaging, JMS & JBossMQ] - Failover Scenario on Sun Solaris Veritas Cluster with failov

2008-04-17 Thread sheckler
Hi, let me try to describe the architecture on the customers site and the observed behavior, which was categorized as an error by the customer. An JBoss cluster is running within a Veritas cluster on Solaris (JBoss Version 3.2.8SP1) There are two zones, each containing 1 application server and 1

[jboss-user] [JBoss jBPM] - Re: actorId string

2008-04-17 Thread AJanz
could you please explain how you managed it to use your own identity component? please help. i need this information. it's urgent. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144807#4144807 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss jBPM] - Re: removing the identity component

2008-04-17 Thread AJanz
so i replaced the implementation of identitysession with my own. but it is never called... what am i doing wrong? please help. it's urgent View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144810#4144810 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [Clustering/JBoss] - HAJMS Failover problem running within a Veritas cluster

2008-04-17 Thread sheckler
Hi, let me try to describe the architecture on the customers site and the observed behavior, which was categorized as an error by the customer. An JBoss cluster is running within a Veritas cluster on Solaris (JBoss Version 3.2.8SP1) There are two zones, each containing 1 application server and 1

[jboss-user] [JBoss jBPM] - Re: acessing flat files and date check

2008-04-17 Thread kukeltje
you just build a jsf userinterface and from backingbeans access the jbpm api. So you do not build a ui IN jbpm View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144813#4144813 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss jBPM] - Re: Referencing JSF components from Javascript in JPDL forms

2008-04-17 Thread kukeltje
anonymous wrote : Where is the "j_id197" id name coming from? JSF, it is the ID of the parent form element. Give the form element an explicit ID and you get something with this id as the prefix for the input element View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Accessing properties files at ${jboss.server.home.dir}/conf

2008-04-17 Thread jej2003
I am trying to access a properties value at ${jboss.server.home.dir}/conf. My current application has an entry that points to this properties file and it works if I hard code the path (say c\:/jboss-4.0.3sp1/server/default/conf/propertiesfile), but I can't seem to get it to work with a relativ

[jboss-user] [Beginners Corner] - Newbie problem with persitence

2008-04-17 Thread stareagle
Hello, I have a problem with the persitence in my first JBoss application. There two Beans, which have an 1:n relationship. The problem: When I'am deploying the application, JBoss complains that I'am trying to use the OneToMany annotation on a none collection: org.hibernate.AnnotationException

[jboss-user] [JBoss jBPM] - Re: sources for jbpm-console

2008-04-17 Thread kukeltje
then there probably is no identitybean.java (there is none in my sources) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144819#4144819 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144819 _

[jboss-user] [JBoss jBPM] - customize users to login

2008-04-17 Thread Pebbels
Hi guys, has somebody an idea: I tried to insert some user into jbpm_id_user of the MySQL database which I connected with the tables jbpm_id_group and jbpm_id_membership. When trying to login via tje jbpm-console I got the following error: HTTP Status 403 - Access to the requested resource has b

[jboss-user] [JBoss jBPM] - Re: About assignement

2008-04-17 Thread kukeltje
anonymous wrote : I just want to develop someting simple with usefull for an NGO simple but usefull yet no programming (webdesign) skills? but it should include tasklists, workflow etc... then this sounds like a contradictio in terminis. anonymous wrote : ? Otherwise I could donwload the fixed v

[jboss-user] [JBoss jBPM] - Re: customize users to login

2008-04-17 Thread kukeltje
yes, most likely you forgot to give the use the correct roles View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144823#4144823 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144823 _

[jboss-user] [Management, JMX/JBoss] - Re: JNDIView cant be found

2008-04-17 Thread gjeudy
I have installed jboss through the JEMS installer. So that would be the issue ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144830#4144830 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144830 __

[jboss-user] [JBoss jBPM] - Re: sources for jbpm-console

2008-04-17 Thread AJanz
in faces-config there is | | identityBean | org.jbpm.webapp.bean.IdentityBean | request | | jbpmBean | #{jbpmBean} | | | its from jbpm-jpdl-3.2.GA in jbpm-jpdl-suite-3.2.2 there is not View the original post : http://www.jboss.com/ind

[jboss-user] [JBoss Portal] - Re: Problem uploading file:

2008-04-17 Thread porcho
Anyone? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144832#4144832 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144832 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Strange deployment problem: DatabasePersistencePolicy.listTi

2008-04-17 Thread JavaDeveloperX
I have three JBoss app server, all version 4.2.1 GA. My project deploys on two of them, but on the third I get the following error. All server use the same data source. I get the error for three different EJB components, all others are correctly installed. 2008-04-16 15:24:10,303 INFO [org.jbo

[jboss-user] [JBossWS] - Re: Reg Installation

2008-04-17 Thread shruthi
Hey Richard I have to continue with that version as its recommended. ok leave it, I want to place an issue which i am facing. When i am running the samples, i am getting following exception java.lang.IllegalStateException: Could not load provider:org.jboss.ws.tools.jaxw s.impl.WSContractConsume

[jboss-user] [JBoss Portal] - custom-window-state

2008-04-17 Thread tinico
Hi, I've read lot of pages about that... But When I want to reproduce all what I've read, it doesn't work... That why I post a new subject in order to help me... The problem : I just want to add a custom-window-state called "solo" (in order to display the portlet on page without any other portl

[jboss-user] [JBoss Portal] - Re: custom-window-state

2008-04-17 Thread tinico
Sorry... In *.object.xml I've added this liens : | | normal | minimized | maximized | solo | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144838#4144838 Reply to the post

[jboss-user] [JBoss jBPM] - Re: customize users to login

2008-04-17 Thread Pebbels
What does roles mean? I initialised the user in jbpm_id_user with the type of organisation or security-role. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144840#4144840 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [Installation, Configuration & DEPLOYMENT] - using netui taglibs in jboss

2008-04-17 Thread mayank_singh03
i am using netui taglibs in my jsp page using weblogic. when i am trying to run it using jboss in eclipse it is not working. i want to know whether netui tags are supported in jboss or not. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144841#4144841 Reply

[jboss-user] [Beginners Corner] - Re: how to create new user for durable topic subscriber lik

2008-04-17 Thread sudasudheer
Thanks for your response peter Johnson and Arvind. I am able to create new user now... I am doing some research, I am about start a new project, Can I have differences between JBossMQ and Jboss Messaging. Please tell me the changes in above program if i want to use SAME PROGRAM for JBoss Mes

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

2008-04-17 Thread jwilleke
yes, I added my appender to .../jboss/conf/log4j.xml My Appender looks like: So I get all the entries for everything EXCEPT the ones I want. (Items sent to APASSfileLogger) Thanks -jim Vie

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

2008-04-17 Thread jwilleke
Try this again. Yes, I added my appender to .../jboss/conf/log4j.xml My Appender looks as below. Thanks -jim | | | | | | | | | | | | | | | | | | | | | |

[jboss-user] [JBossWS] - Re: WebServiceContext is an interface and JaxB can't handle

2008-04-17 Thread pisce
I guess you found your answer one year ago, but posting it as it appears as one of the first results when you google "JAXB can't handle interfaces". It can occur when you try to marshall/unmarshall with Java classes containing members that are not declared static, and which (or one of their own

[jboss-user] [JBossWS] - Re: Problem consuming .net webservice with jbossws-3.0.1-nat

2008-04-17 Thread claudio_br
Very stranger Richard, I got here error 501. But, try generate the stub client using jbossws-2.0.0.GA, should work. Try send the POST with the version of jbossws-2.0.0.GA. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144850#4144850 Reply to the post

[jboss-user] [JBoss Messaging] - Re: Clustered server preference

2008-04-17 Thread chip_schoch
I hate to belabor the point but it seems you are not quite understanding what I am after. Let me try again. Here is what I see. My producer is connected to appserver1. Here is the serverLocatorURI from the factory via the debugger: bisocket://172.17.20.60:4457/?clientLeasePeriod=1&client

[jboss-user] [JBossWS] - Re: Problem consuming .net webservice with jbossws-3.0.1-nat

2008-04-17 Thread claudio_br
Completing the my last post, I am using a Windows machine and you a Unix machine. The default file-encoding are different. Because of this you can got error 500. Please read my last post too. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144854#414485

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Accessing properties files at ${jboss.server.home.dir}/c

2008-04-17 Thread jaikiran
How are you using the ${jboss.server.home.dir}? It wont be replaced by the server if it is in your application's property file. You can however, get the value of jboss.server.home.dir, in your application as follows: String homeDir = System.getProperty("jboss.server.home.dir"); View the origi

[jboss-user] [JBoss Portal] - Re: Portlet instances DTD not reachable: 404 Error

2008-04-17 Thread [EMAIL PROTECTED]
Hi Norbert, This is normal. The actual DTD is not deployed on the website but is rather resolved by Portal to a file that is bundled in the SAR file via an EntityResolver. If you feel that the DTD should be available online, please open a JIRA task for it. View the original post : http://www

[jboss-user] [JBoss Messaging] - Re: Clustered server preference

2008-04-17 Thread ataylor
anonymous wrote : But why is Listener_2 getting the messages and not Listener_1? I verified that the messages were put on appserver1 by stopping before creating the consumers and using the jmx-console to see the message count. I also verified that after creating the consumers each appserver had

[jboss-user] [JBoss jBPM] - about implementation of JobExecutorThread

2008-04-17 Thread swenker
Hi gurus: when I read code in JobExecutorThread.I got confused about the following code snip | Collection acquiredJobs = acquireJobs(); | | if (! acquiredJobs.isEmpty()) { | Iterator iter = acquiredJobs.iterator(); | while (iter.hasNext() &&

[jboss-user] [Security & JAAS/JBoss] - Re: Class Loading Problem of LoginModule from MBean/SAR File

2008-04-17 Thread tine2k
Okay, I solve it. The problem was that I programmatically added another MBean from the MBean contained and registered along with the SAR-File I used the following code: MBeanServer mbs = ManagementFactory.getPlatformMBeanServer(); | MyNewMBeanObject status = new MyNewMBeanObject(); | mbs.reg

[jboss-user] [JBoss Portal] - Parameters between consumer and producer

2008-04-17 Thread emigcrd
Hi, I am currently working with jboss-portal-2.6.4(producer) and other consumer(bea), I have done a lot of things to pass parameters between both servers but nothing happend, I using bea's class in jboss but doesnt work, my question is, exist a method to pass parameters between a jboss consumer

[jboss-user] [JBoss Portal] - Using Portal node event listeners

2008-04-17 Thread zagarol
Hi, I am currently developing a portal built on top of JBoss portal and have hit a snag. I am trying to implement an event listener so that i can have a parent and child relationship between two portlets. I have gone through the example in the docs but I am building a standard war file and

[jboss-user] [JBossWS] - Re: Reg Installation

2008-04-17 Thread [EMAIL PROTECTED]
"shruthi" wrote : Could u plzz let me know, where am i going wrong. I checked thirdparty folder, there is nothing in it. Did you follow the installation instructions? If yes please describe the exact steps you did. Which JBoss AS and which JBossWS version are you using at the moment? View the ori

[jboss-user] [EJB 3.0] - Re: Missing table:principalrole buildEntityManagerFactory

2008-04-17 Thread lpmon
Thanks. This is resolved. The problem was Hibernate could not find the whole database not just a table. A rename of the DB resolved the problem. I am not 100% sure but I think the following explains it: It was because the catalog= in the @Table annotation in the EJB3 classes did not match

[jboss-user] [JBossWS] - Re: Problem consuming .net webservice with jbossws-3.0.1-nat

2008-04-17 Thread [EMAIL PROTECTED]
"claudio_br" wrote : Completing the my last post, I am using a Windows machine and you a Unix machine. The default file-encoding are different. Because of this you can got error 500. | Please read my last post too. | Thanks I don't think the problem is related to unix vs. windows. Maybe it's

[jboss-user] [Performance Tuning] - Re: JBoss 4.05 don't release free memory - Out of Memory err

2008-04-17 Thread PeterJ
You mention monitoring JVM memory usage. How are you doing that, using system tools? Unfortunately, that is not very helpful. You really need to monitory garbage collection data (e.g., -verbose:gc and similar JVM options) and examine that. That is the only thing that will tell you what is reall

[jboss-user] [JBoss Messaging] - Re: MQ migration help

2008-04-17 Thread [EMAIL PROTECTED]
Messages stay on the client until you commit them. If you need this number of messages on the client side, you should increase your memory. this is being changed on JBM 2. Regarding the client JARs.. look at docs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Web pages are not running on mozilla

2008-04-17 Thread PeterJ
I have run web apps using IE and Firefox on Windows, and Firefox on Linux, without any problems. (Well, after I tell the NoScript Firefox plugin to allow scripts to run, in some cases.) Does the app work correctly with Firefox on Windows? What libraries/technologies are you using in your web a

[jboss-user] [JBoss jBPM] - Re: sources for jbpm-console

2008-04-17 Thread kukeltje
hmm... I only see this bean in the 3.1 release and 3.2 alpha's, not in real release Long story short: it is not used in the console (anymore) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144897#4144897 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Cache: Core Edition] - Re: JBoss Cache GUI Demo

2008-04-17 Thread Adrigan
Mr. Surtani, This GUI tool is extremely useful and nice. Thank you for sharing it with the community! Would you be willing to share the source code? It looks like a great learning opportunity. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: WAR hot-swap

2008-04-17 Thread bob_ninja
Got the same issue for a trivial WAR file (index.jsp and web.xml) At last I stopped the server, deleted the war file in deploy dir using OS (file manager), then restarted and copied WAR file into deploy again (as if it were a new deployment). Then it worked. So you may have to restart the serve

[jboss-user] [JBossWS] - Re: Reg Installation

2008-04-17 Thread shruthi
Yeah i am following this website and trying to do http://jbws.dyndns.org/mediawiki/index.php?title=JBossWS I am using jboss app server of 4.2.2GA version, jbossws-1.2.1GA version and jdk 1.5, ant 1.7.0. I have downloaded the jbossws-1.2.1GA stack and unzipped it and by pointing to the build fi

[jboss-user] [JBoss jBPM] - Re: about implementation of JobExecutorThread

2008-04-17 Thread kukeltje
why do you think it is only the latest job? For me it is all jobs that have - a specific lockowner or nolockowener - more then 0 retries configured - a due date that is in the past- - are not suspended so... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=414

[jboss-user] [JBoss Messaging] - Re: Clustered server preference

2008-04-17 Thread chip_schoch
anonymous wrote : Remember using queues is point to point so you should only have one receiver. I am assuming that by receiver you mean consumer, in JMS parlance. If that is the case I don't know how you can make this assertion. The whole point of using queues in a load balanced environment i

[jboss-user] [JBoss Getting Started Documentation] - Re: jboss portal server is not opening

2008-04-17 Thread PeterJ
Do this. Open a command prompt, cd to the bin directory, and then run run.bat. Post the output. What JVM are you using? In the command prompt, you can enter "java -version" to find out. Post that output also. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=414

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Accessing properties files at ${jboss.server.home.dir}/c

2008-04-17 Thread jej2003
Thanks, this is exactly what I was looking for. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144917#4144917 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144917 ___ jboss-u

[jboss-user] [Beginners Corner] - Re: how to create new user for durable topic subscriber lik

2008-04-17 Thread PeterJ
If you are starting a new project, you should be using JBoss Messaging. The documentation should outline some of the features and differences between it an JBossMQ. You will have to download and install JBoss Messaging if you are using JBossAS 4.2.2. (For JBossAS 5.0, JBoss Messaging is already

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

2008-04-17 Thread PeterJ
By adding appender-ref to root, you will end up getting all logging showing up in apass.log. Remove that: | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144919#4144919 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Messaging] - Re: Clustered server preference

2008-04-17 Thread ataylor
anonymous wrote : I am assuming that by receiver you mean consumer, yes i do, too many trains of thought, i can't multtask :) anonymous wrote : The whole point of using queues in a load balanced environment is so that you can have a single work queue (or virtual single queue as in a clustered que

[jboss-user] [Clustering/JBoss] - Strange Memory usage in cluster

2008-04-17 Thread MarcusDidiusFalco
Hallo I am trying to analyse a legacy application which is running on JBoss 3.2.7 which has frequent out-of-memory errors. The application extensively uses the TreeCache for caching. This TreeCache is the only part of the application which is replicated across the nodes. To analyse the impact of

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss JBPM config error

2008-04-17 Thread [EMAIL PROTECTED]
Good evening, I learn to use Jboss JBPM with the JBoss’s webinar from: http://docs.jboss.com/jbpm/v3/demos/movies/jbpm-overview.htm When I deploy it, Eclipse doesn’t show any error. However, I can’t see my result in http://localhost:8080/web-console -> Jboss 4.2 server. I think that my

[jboss-user] [Beginners Corner] - Re: Newbie problem with persitence

2008-04-17 Thread jaikiran
As per the EJB3 spec, Vector is not supported collection type for OneToMany mapping: anonymous wrote : | Collection-valued persistent fields and properties must be defined in terms of one of the following collection-valued interfaces regardless of whether the entity class otherwise adheres to

[jboss-user] [JBoss Messaging] - Re: Clustered server preference

2008-04-17 Thread ataylor
anonymous wrote : The idea of a queue having only one process that can pull messages off is absurd For every message a consumer receives from a queue it needs to send an ack back to the server. If a queue has a single consumer then the server can deliver many messages to it which the consumer c

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to call native library

2008-04-17 Thread PeterJ
Are you looking for the Java code necessary to call into a .so, or are you wondering how to configure jbossas to locate the .so when your code invokes it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144936#4144936 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Portal] - Re: Portal / Active Directory / Single Sign-On Bit confu

2008-04-17 Thread jvitor
Anyone? :] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144939#4144939 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144939 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [EJB 3.0] - Re: concurrently modifying entity instance

2008-04-17 Thread gsegura
No, it doesn't. I'm aware of potential disadvantages of pessimistic locking, however that is needed here. So the question is how to implement pessimistic locking. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144940#4144940 Reply to the post : http://w

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss JPA Config

2008-04-17 Thread [EMAIL PROTECTED]
Hi, Sorry for the late response. Here is the stacktrace: | 17:55:33,125 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:jar=ImageServices.jar,name=ImageDetailManagementBean,service=EJB3 with dependencies: | 17:55:33,125 INFO [JmxKernelAbstraction] persistence.units:unitName=tin

[jboss-user] [JBossWS] - Re: Problem consuming .net webservice with jbossws-3.0.1-nat

2008-04-17 Thread claudio_br
Hi Richard, I am ready using -Dfile.encoding=utf-8. In your test code you must to use: os.write(msg.getBytes("UTF-8")) | You are using: os.write(msg.getBytes()) Please, try using jbossws 2.0.0.GA to same wsdl, should work. Try use POST of jbossws 2.0.0.GA in your test code. Thanks View

[jboss-user] [JBoss Cache: Core Edition] - Re: JBoss Cache GUI Demo

2008-04-17 Thread [EMAIL PROTECTED]
Sure - it's in Subversion: http://anonsvn.jboss.org/repos/jbosscache/demos/core-demo-gui/trunk http://anonsvn.jboss.org/repos/jbosscache/demos/core-demo-gui/tags/1.0.GA Enjoy! - Manik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144951#4144951 Reply to

[jboss-user] [JNDI/Naming/Network] - Re: Connection not bound final solution

2008-04-17 Thread esteveavi
I've found that the cause of the problema was the library: jboss-commons-core-2.0.4.jar. In JBoss 4.0.5 there's no conflict but with others versions there is. Removing this library and all it's dependencies solved the problem. Bye View the original post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Messaging] - Re: Clustered server preference

2008-04-17 Thread chip_schoch
>From 4.4.10.1 JMS 1.1 Spec anonymous wrote : JMS defines that messages sent by a session to a destination must be received | in the order in which they were sent (see Section 4.4.10.2 ”Order of Message | Sends,” for a few qualifications). This defines a partial ordering constraint

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: mod_jk - Broken Pipe error

2008-04-17 Thread iktuz
Hi all, any ideas how to solve this issue? I am not sure what is the exactly cause but Apache frozens and can not connect with Tomcat after that. Best Regards, José Renato View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144959#4144959 Reply to the post : h

[jboss-user] [JNDI/Naming/Network] - RemoteBinding: attribute jndiName is undefined

2008-04-17 Thread j0llyr0g3r
Hey folks, i am not quite sure wether i am too dumb or wether this is an documentation error:-) The prehistory: -> I have a fine running ejb. -> I access this EJB via RMI using its JNDI name. -> I use the default JNDI-name: $myEarName/$myEJBName/remote The problem: -> I need to change t

[jboss-user] [JBoss Portal] - Re: Registration email and email validation page

2008-04-17 Thread jimjxr
Ok, nobody is customizing registraiton process? It turns out #1 is pretty easy, it's in identity-ui-configuration.xml. I never figured out why activationLink won't add domain, but an easy workaround is to hardcode the domain in email template. No idea on #3 either, I have altered the default po

[jboss-user] [JBossWS] - How to log entire incoming and outgoing message?

2008-04-17 Thread bsheward
Hi, Is there a simple mechanism (System property, log file configuration, etc) to allow me to log the actual XML message being sent and received? I see bits and pieces of the XML dealing with the actual request, but nothing related to the SOAPEnvelope etc. I'm actually having a problem where i

  1   2   >