[jboss-user] [EJB 3.0] - Re: Query returns Object instead of the right type....

2009-03-12 Thread hanyshafik
The following query SELECT taskId, taskName FROM TaskList AS a doesn't return list of tasks instead it will return list of objects, each item in the list describes one row as another list of objects. Each item in the latter list describes one column (e.g. taskName as String). if you want it to

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss native windows service won't start/stop cleanly

2009-03-12 Thread nashprimaya
erm.. du you set the right path environment? do u use the wstools? i just finsih up my days trouble shooting this... some part that i play: 1. environment variable must be correct 2. replace the jbosssvc.exe file 3. trace use wstools 4. play around View the original post :

[jboss-user] [Beginners Corner] - Re: JBoss 5.0.1 won't reload static files when they are upda

2009-03-12 Thread jaikiran
anonymous wrote : I'm evaluating JBoss 5.0.1 and Seam 2.1.1. I've used JBoss Tools to create a Seam Web Project. All is fine except for the fact that JBoss won't reload my login.xhtml file when eclipse pushes out an update to the file when I make a change. Being tracked here

[jboss-user] [JBoss Messaging] - Server Hang due to dead Lock

2009-03-12 Thread rseetharaman
Hi, We experienced a server hang a couple of days back and analyzed the thread dump. We use JBoss 4.2 GA, JBM 1.4. The sever seems to hang due to the 2 threads below. The Thread: Thread-136 : has the WriterpreferenceLock and the MessageSucker Lock and is waiting for the lock to be released

[jboss-user] [JBossWS] - Re: WebServiceContext injection. Was it fixed or not?

2009-03-12 Thread richard.opa...@jboss.com
jnorris10 wrote : thomas.dies...@jboss.com wrote : Why does this restriction exist? | According to javax.annotation.Resource javadoc you can use private qualifier as well. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217288#4217288 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Feedback on the Smooks editor

2009-03-12 Thread mzeijen
anonymous wrote : No matter if we use a custom classloader we would need to have a *very* stable API to do this since we would compile against liet say Smooks 1.0 would our code be able to use Smooks 1.1, 1.2 etc. without updating the binaries ? - does Smooks provide that ? I believe you need

[jboss-user] [Management, JMX/JBoss] - JBoss Scheduler services not running

2009-03-12 Thread as_sas
We are facing the following issue on the JBoss server 4.0.4GA.: Our system consists of a number of scheduled JMX services that are configured to start when the JBoss server is started. We implement the org.jboss.varia.scheduler.Schedulable interface for the scheduled services. Each scheduled

[jboss-user] [JBoss Messaging] - Re: JBoss5.0GA+hsql have the following exception(shutdown se

2009-03-12 Thread michaelfgh
I have the same exception, whether some JMS config is error? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217299#4217299 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217299

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Urgent: Problems of running web service war on JBoss

2009-03-12 Thread SARA1232007
Hi, I have deployed the web service war on JBoss successfully. But I get the ServletException of non-HTTP request or response thrown by server after the client invoke an operation. The information on server is as following: |

[jboss-user] [Remoting] - Re: Remoting 3 with Jboss AS 5

2009-03-12 Thread fatbatman
I'm not sure it's that cool :) ...but http://socialbang.com is our biggest game/virtual world thing we have. We have more games at http://oneplay.com I'm currently migrating to Jboss5 and updating things so it isn't 100% at the moment, but you should be able to have a play. The nio in

[jboss-user] [Installation, Configuration DEPLOYMENT] - How to run JBoss AS as Windows Service

2009-03-12 Thread jochen.reinhardt
I'm new to setting up JBoss AS on Windows, but I wonder what is the preferred way to install as service. I searched the internet and the forums for quite some time and I found two possible solutions. Executing service.bat install Using JavaService as described in the Installation And Getting

[jboss-user] [Clustering/JBoss] - Re: Jboss node getting CPU spikes

2009-03-12 Thread bossisout
I have 2 kinds of beans -Remote and local.My remote beans call the local beans.I have given clustered=true for remote beans and not local beans.Do you think this could be the reason.What is best take here?.My local beans are doing data intensive activities which take 2 to 3 mins and some time 5

[jboss-user] [JBoss Tools (users)] - Re: No jBPM Locations in JBoss IDE

2009-03-12 Thread max.ander...@jboss.com
You can find it described in the docs at http://docs.jboss.org/tools/3.0.0.CR2/en/jboss_jbpm_ref_guide/html_single/index.html#jboss_jbpm_runtime_installation The jbpm in Seam is just the single jar and not the complete runtime the plugin needs to get its templates. You find a runtime at

[jboss-user] [JBoss jBPM] - Re: New lines in XML process definitions

2009-03-12 Thread DavidPerez
Thanks for your suggestion, but how do I control that? My idea is to replace \n by #10;, as the data that has embedded newlines is a XSLT style sheet. kukeltje wrote : or e.g. wrap it in a cdata section View the original post :

[jboss-user] [JBoss jBPM] - Re: Persistance and setActorId

2009-03-12 Thread frinux
Here is my hibernate config file : ?xml version='1.0' encoding='utf-8'? | | !DOCTYPE hibernate-configuration PUBLIC | -//Hibernate/Hibernate Configuration DTD 3.0//EN | http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd; | | hibernate-configuration |

[jboss-user] [JBoss Messaging] - Re: JBoss5.0GA+hsql have the following exception(shutdown se

2009-03-12 Thread dragon19491001
Weird enough! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217311#4217311 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217311 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: JBoss5.0GA+hsql have the following exception(shutdown se

2009-03-12 Thread dragon19491001
Has any expert got an idea about this problem? I ran into the same issue on my box, too. Urgent, SOS! Really appreciate it!!! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217312#4217312 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Using Drools for jBPM decision

2009-03-12 Thread turpin_vincent
hi, First thanks for answering me so fast. Actually i understood that the problem comes from the data handler witch return null in spite of toDeliver or toEnd. But i can't find why, the file AccountAproval.drl is correctly parsed and even if when the rule doesn't evaluate to

[jboss-user] [JBoss Messaging] - Re: JBoss5.0GA+hsql have the following exception(shutdown se

2009-03-12 Thread timfox
This has been covered several times on this forum, I'm not going to repeat myself again. It's also in JIRA if you care to look for a solution. I am not going to act as a search engine for people. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217315#4217315

[jboss-user] [JBoss jBPM] - Re: Persistance and setActorId

2009-03-12 Thread frinux
In a forum I saw that 3 elements are required for hibernate: - a javabean - a mapping file - a configuration file I wrote the last one only, because in jBPM documentation there is no trace of the others. I also saw that jBPM handle everything for the persistance, so that we just have to execute

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment error with JBoss 5.0.1 GA

2009-03-12 Thread -christian-
You are right, I totally forgot the data source descriptor. I feel a bit sheepish about it :-) Thanks a lot for your help! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217317#4217317 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Query returns Object instead of the right type....

2009-03-12 Thread dimar1975
hello! thank you very much for your advice. Unfortunately I cannot follow your approach because the number of fields are built at runtime - in other words the user creates at runtime a View of the table. I should add all possible constructors (they're about 20 fields :-( ) maybe I should create

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to run JBoss AS as Windows Service

2009-03-12 Thread jaikiran
Which version of AS do you use? And do you see that error in a popup message? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217321#4217321 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217321

[jboss-user] [JBoss Cache: Core Edition] - Re: Timeout on node -- possible??

2009-03-12 Thread krishnan366
Thanks Manik, I was able to find out on configuring RemoveOnEvictActionPolicy. it is as follows region name=/org/jboss/data2 actionPolicyClass=org.jboss.cache.eviction.RemoveOnEvictActionPolicy | 27 attribute name=maxNodes5/attribute property name=maxNodes value=5/

[jboss-user] [JBoss Messaging] - Omissions from the Install JBM to AS document?

2009-03-12 Thread waylandc
http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.0.SP3/html_single/index.html#installation I've been following the manual instructions for installing JBM 1.4.0 to AS 4.2.2 and found the following steps missing. We need to modify the

[jboss-user] [EJB/JBoss] - JBOSS - 5 , EJB 2.0 Stateful Session Bean

2009-03-12 Thread gbsendhil
Hi i am currently migrating my application from jboss 3.2.6 to jboss 5.0.0. The problem i am facing here is the bean is loosing its data. The same code works well in jboss 3.2.6 ejb-jar.xml !-- Session Beans -- display-nameMeeting Bean/display-name

[jboss-user] [JBoss Messaging] - Re: JBoss5.0GA+hsql have the following exception(shutdown se

2009-03-12 Thread dragon19491001
Yeah, timfox, you're really a great guy. Looking forward to your another terrific pointer. Thanks, pal! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217338#4217338 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217338

[jboss-user] [JBoss Cache: Core Edition] - Re: is it possible for MVCCInvocationContext to have null mv

2009-03-12 Thread manik.surt...@jboss.com
dukehoops wrote : Side note: Configuration.writeSkewCheck defaults to false (and not true as specified in JBC3 User Guide reference section Ch 12, p 104). | Well spotted. Thanks, corrected in trunk (3.1.0) View the original post :

[jboss-user] [JBoss Messaging] - Re: JBoss5.0GA+hsql have the following exception(shutdown se

2009-03-12 Thread dragon19491001
This problem is just like a ghost, you know. Haunted for a long spell :( View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217341#4217341 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217341

[jboss-user] [JBoss Messaging] - Re: JBoss5.0GA+hsql have the following exception(shutdown se

2009-03-12 Thread kesi.wei
Hi timfox, Thanks for you teacher help, We study the solution method from the following address (1) https://jira.jboss.org/jira/browse/JBMESSAGING-1497?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel (2) https://jira.jboss.org/jira/browse/JBMESSAGING-1147 I add memory by

[jboss-user] [JBoss Messaging] - Re: Omissions from the Install JBM to AS document?

2009-03-12 Thread timfox
JBoss AS 4.2.2 does not ship with any esb related stuff. I guess you are thinking of JBoss SOA platform. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217334#4217334 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217334

[jboss-user] [JBoss Messaging] - Re: JBoss5.0GA+hsql have the following exception(shutdown se

2009-03-12 Thread timfox
The JBM user guide is very explicit that should not use HSQL. There are also wiki pages on this. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217345#4217345 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217345

[jboss-user] [JBoss Tools (users)] - Re: Feedback on the Smooks editor

2009-03-12 Thread max.ander...@jboss.com
Warning - I am a smooks noob, just have that in mind when reading my answers :) mzeijen wrote : anonymous wrote : No matter if we use a custom classloader we would need to have a *very* stable API to do this since we would compile against liet say Smooks 1.0 would our code be able to use

[jboss-user] [Remoting] - Holding lock in HTTPClientInvoker.useHttpURLConnection()

2009-03-12 Thread JohnBat
Hello all I am using Jboss remoting 2.2.2.SP1. End I get lock during use JBoss WS with Jboss Remoting: -- http-0.0.0.0-8080-20 id=113 idx=0x1c4 tid=23314 prio=5 alive, in native, daemon at jrockit/net/SocketNativeIO.readBytesPinned(Ljava/io/FileDescriptor;[BIII)I(Native

[jboss-user] [JBoss Messaging] - Re: JBoss5.0GA+hsql have the following exception(shutdown se

2009-03-12 Thread kesi.wei
hi timfox, You mean JBoss messaging is not suitable to HSQLDB. yes or no? I read the JBoss messaging user guide and Wiki page . I feel they said don't use HSQL in product env and do cluster env. Because it have limited support . Now our work env is standalone mode. my application works

[jboss-user] [JBoss Messaging] - Re: JBoss5.0GA+hsql have the following exception(shutdown se

2009-03-12 Thread kesi.wei
I read a wike page. It said the following fault of HSQL: Known problems with Hypersonic Database are: * No transaction isolation * Thread and socket leaks - connection.close() does not tidy up resources * Persistence quality - the database is held in a file in the JBoss data directory, it is a

[jboss-user] [JBoss Messaging] - JBoss messaging on JBoss 5 and Java 6

2009-03-12 Thread yongz
Hi, Currently we are on: 1. JBoss 4.2.2 2. JBoss messaging 1.4.0.SP3 3. Java 1.5 And JBoss messaging has been working very stable. Now we are considering upgrading to JBoss 5.01(JBoss Messaging 1.4.1GA) and Java 6. I am just wondering, compare to Java 5, how stable JBoss Messaging 1.4.1GA is

[jboss-user] [JBoss jBPM] - Re: Birt report errors. Oracle. gwt-console 3.3.1

2009-03-12 Thread jjrs
Hello, Is there anyone that could provide some help with the reports ? They are a really cool functionality (if I was able to make them work). Are the reports not supported in the forum due to be based/implemented using a different technology (BIRT)? Regards. Jose View the

[jboss-user] [JBoss Messaging] - Making a Filtering Bridge in a JBM Cluster

2009-03-12 Thread olimo
Hello, I would like to forward messages on-the-fly from a local clustered queue A to another local clustered queue B after applying a set of filters. This process should occur on all the nodes of a JBM cluster. If filtering+forward does not complete, the message should be back on the queue

[jboss-user] [JBoss Messaging] - Re: Jboss-4.2.3 takes lot of time to load

2009-03-12 Thread ataylor
anonymous wrote : And you meant the message timout only occur when JBM redelivery message to consumers.Can it decide by JBM when a producer sending message to JBMServer. yes, when the message is delivered to the consumer. It wouldn't make sense to check when the producer sends, if you want to

[jboss-user] [JBoss Messaging] - Re: JBoss5.0GA+hsql have the following exception(shutdown se

2009-03-12 Thread michaelfgh
Thanks tim, I use the JBoss5.0.0GA+HSQL, it just has this exception when the server shutdown, it seem as doesn't affect other applications, if this exception is normal about JBM and HSQL? I can skip this? View the original post :

[jboss-user] [JBoss Messaging] - Re: JBoss5.0GA+hsql have the following exception(shutdown se

2009-03-12 Thread gaohoward
I don't know the issue before. Are you seeing the problem every time you shutdown the server? or just sporadically? If you use JBM cluster, don't use HSQLDB as the backend db, as the doc says. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217376#4217376

[jboss-user] [JBoss Messaging] - Re: JBoss messaging on JBoss 5 and Java 6

2009-03-12 Thread gaohoward
Hi, we have been testing jboss messaging 1.4.x with JAVA 5. So it should be safe to do the update under java 5. Personally I think if your application is already in production state, please stay java 1.5. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - starting, stoping web application from MBean in 5.0.1.GA

2009-03-12 Thread mikala
Hello !!! I try to control web application - stop(), start() (deploy,undeploy) - on JBOSS 5.0.1. I can call stop() or start() methods on jboss.web.deployment:war=/www MBean in jmx-console, my www.war application starting or stoping. I wrote my MBean which calls start(),stop() methods from

[jboss-user] [JBoss Cache: Core Edition] - Re: Timeout on node -- possible??

2009-03-12 Thread krishnan366
region name=/org/jboss/data2 actionPolicyClass=org.jboss.cache.eviction.RemoveOnEvictActionPolicy | property name=maxNodes value=5/ | property name=timeToLive value=4000/ | /region View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217325#4217325 Reply

[jboss-user] [EJB 3.0] - EJB SSL. Accept sertificate.

2009-03-12 Thread ruhe
When I browse on secured page with unsigned sertificate browser asks me, if I would accept. Is it possible for ejb clients? For example. When I run client, I have to provide path and password for truststore. java -Djavax.net.ssl.trustStore=${resources}/test/ssl/localhost.truststore

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

2009-03-12 Thread jcw_at_mjc
Sorry Max, I've been very busy and unable to do any tests over the last few days (I've been working round this by bypassing the AS tools and using the Ant script to deploy my WAR). Hopefully I'll get a chance to do some more playing today or tomorrow. I believe I'm on the latest Eclipse

[jboss-user] [EJB 3.0] - Re: EJB3 Entity Bean, POJO, without annotations

2009-03-12 Thread hanyshafik
The webservice client should be generated from the wsdl file. The artifacts generated from the tool won't have any jpa annotation, so it wont be depended on any jpa packages. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217353#4217353 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to run JBoss AS as Windows Service

2009-03-12 Thread jaikiran
jochen.reinhardt wrote : | | My question is more general: What is the preferred way to start JBoss as Windows Service? | Using Java Service or jbosssvc.exe? | Using JBoss Native (=jbosssvc.exe). View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to run JBoss AS as Windows Service

2009-03-12 Thread jochen.reinhardt
That is the complete console output: Error in .EXE Datei No more. It seems to be broken. Maybe it is missing some kind of runtime environment like Visual Studio 200X to work. I tried it on several PCs, with several download attempts - the same result everywhere. Currently I am installing

[jboss-user] [JBoss Messaging] - Re: JBoss messaging on JBoss 5 and Java 6

2009-03-12 Thread yongz
Thanks, I understand JBoss messaging is stable under Java 5. However, there is requirement that we have to upgrade to JBoss 5 + Java 6. The JBoss 5 documents reads: anonymous wrote : | The Java5 compiled binary is our primary/recommended binary distribution. It has undergone rigorous testing

[jboss-user] [JBoss Portal] - Get online users

2009-03-12 Thread ameo
Hello, I want to get the current online users that logged in portal. The reason is that I want to verify during the login if a user is already logged, and if so, to give him an appropriate answer. I have see the sample portlet that uses the UsersActivityStatsService. Cause I use facelets and

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to run JBoss AS as Windows Service

2009-03-12 Thread dimit...@jboss.org
I think it's a 32-bit binary that can run on both 32/64. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217386#4217386 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217386 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to run JBoss AS as Windows Service

2009-03-12 Thread dimit...@jboss.org
Ok, I think I've found it. When the file gets copied, filtering was *enabled* and this probably alters the binary content. | !-- Compile bin scripts -- | target name=compile-bin depends=init | mkdir dir=${build.bin}/ | copy todir=${build.bin} filtering=yes | View the

[jboss-user] [JBoss Portal] - Re: NPE in PortletManagementHandler.getPortletProperties

2009-03-12 Thread chris.lap...@jboss.com
cpage wrote : a JIRA has been created: | https://jira.jboss.org/jira/browse/JBPORTAL-2338 Thank you. cpage wrote : I haven't read carefully the WSRP documentation, i should not create new properties on a remote portlet :-) | Indeed. :) View the original post :

[jboss-user] [EJB/JBoss] - ClassCastException while deploying with Maven 2.=

2009-03-12 Thread rana24
Hi , We have our application which has ejb classes (version 2.0) . The .ear works fine when it is built with Maven 1.02 . But the same source code when we build using maven 2.0.9 , We get ClassCastException , while doing JNDI lookUp for ejb | for servlet ArcExpress threw exception |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: starting, stoping web application from MBean in 5.0.1.GA

2009-03-12 Thread dimit...@jboss.org
It might be that this service/mbean is not written to be re-startable, i.e. once you stop you can only undeploy. In those case deploy/undeploy may be the only operations. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217396#4217396 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: JBoss5.0GA+hsql have the following exception(shutdown se

2009-03-12 Thread dragon19491001
Cool. Sharp eyes... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217355#4217355 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217355 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: EJB3 Entity Bean, POJO, without annotations

2009-03-12 Thread jaikiran
If i understand correctly, you want to avoid including jar files which include the javax.* classes in your classpath. Isn't it? anonymous wrote : What is (if any) the standard practice for such a case? (POJO Inheritance, XML descriptions, etc...) ? Its possible to use a orm.xml file to map

[jboss-user] [EJB 3.0] - Re: Query returns Object instead of the right type....

2009-03-12 Thread jaikiran
dimar1975 wrote : | The problem is that now the list contains Objects and not TaskList..I need TaskList otherwise I will have ClassCastExceptions in other pieces of the code.. | | Its going to return an Object array. You will have to change the return type since you no longer

[jboss-user] [EJB 3.0] - Re: EJB3 entity bean query always returns null

2009-03-12 Thread jaikiran
anonymous wrote : Query q1 = manager.createQuery(SELECT c FROM Customer c WHERE c.userName = :username AND c.password = :password ); | q1.setParameter(username, userName); | q1.setParameter(password, password); | System.out.println(q1.getSingleResult()); Are you sure the database has an

[jboss-user] [JBoss jBPM] - jbpm 3.3.1 GA no longer available on the default download pa

2009-03-12 Thread apdo
I have seen this morning that the jbpm 3.3.1 GA is not available for download. However, I see the new release jbpm-jpdl-3.2.6.SP1. I am currently working on the migration from 3.0 to 3.3. Does this mean that I should go to 3.2 instead of 3.3 An Phong Do View the original post :

[jboss-user] [EJB 3.0] - Re: @SqlResultSetMapping and column not found

2009-03-12 Thread jaikiran
Enable show_sql = true in the persistence.xml: property name=hibernate.show_sql value=true/ | and see what query is being generated which results in this error. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217401#4217401 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Log message to screen - possible in Weblogic, is it poss

2009-03-12 Thread jaikiran
valatharv wrote : | | We have a java application what we need is : | Log messages from the application should print to screen/browser, so that administrator should see all lines printed to console by the program | | By default log messages (at INFO level) logged through log4j go to

[jboss-user] [Installation, Configuration DEPLOYMENT] - Jboss only binding to local port

2009-03-12 Thread machielr
Hi All I do not want to provide too much info, however to say the least I am a newbie on JBOSS (as in have not worked with jboss previously at all). A task came to me after a lot of issues to setup jboss and jbossWS for the company as the java developers have decided to use this

[jboss-user] [JBoss Messaging] - Can't Deploy my app on jboss 5.0.0 GA

2009-03-12 Thread BjPenn
Hi everybody!! i have a j2ee application with jsf and glassfish V2 and i am trying now to use jboss 5.0.0GA, the thing is i can't make it work, i've done everything: 1-i've defined a datasource file in the directory default/deploy: ?xml version=1.0 encoding=UTF-8 ? | - !-- $Id:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss 5.x persitence.xml deploy problem

2009-03-12 Thread jaikiran
anonymous wrote : jta-data-source | java:/cbrunDS | /jta-data-source | Should be in all one line (no new lines): jta-data-sourcejava:/cbrunDS/jta-data-source View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217411#4217411 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Jboss only binding to local port

2009-03-12 Thread jaikiran
anonymous wrote : How do you stop and start the jboss without simply killing the process. Ctrl + C from the console does a clean shutdown. You can also you the %JBOSS_HOME%/bin/shutdown.sh to stop the server. anonymous wrote : How do you deploy jar and war files on jboss Place the jar/war

[jboss-user] [Installation, Configuration DEPLOYMENT] - Can't Deploy my app on jboss 5.0.0 GA

2009-03-12 Thread BjPenn
Hi everybody!! i have a j2ee application with jsf and glassfish V2 and i am trying now to use jboss 5.0.0GA, the thing is i can't make it work, i've done everything: 1-i've defined a datasource file in the directory default/deploy: ?xml version=1.0 encoding=UTF-8 ? | - !-- $Id:

[jboss-user] [JBoss jBPM] - Re: jbpm 3.3.1 GA no longer available on the default downloa

2009-03-12 Thread apdo
oups, I think my subject was to long. I wanted to write download page not download pa. Phong View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217417#4217417 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217417

[jboss-user] [JBoss jBPM] - Re: New lines in XML process definitions

2009-03-12 Thread DavidPerez
Not so standard behaviour, newlines are regular characters for XML. The only special ones are: , , , =, , ' salaboy21 wrote : this is not a bug.. | is like an standard behavior of the xml parser libraries... | try using some encoded character to do that.. like \n.. | This also depends on

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to run JBoss AS as Windows Service

2009-03-12 Thread jochen.reinhardt
Oops, sorry... I use JBoss AS 5.0.1GA. I am trying to install JBoss as windows service by executing service.bat install on the command line - no graphical interface. I get the error on Windows XP and Windows Server 2003. See my bug report for that issue. My question is more general: What is

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to run JBoss AS as Windows Service

2009-03-12 Thread dimit...@jboss.org
Can you try the file attached to the case? https://jira.jboss.org/jira/browse/JBAS-6613 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217390#4217390 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217390

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to run JBoss AS as Windows Service

2009-03-12 Thread jaikiran
Can you post the entire console output when you run that command? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217367#4217367 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217367

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Can't Deploy my app on jboss 5.0.0 GA

2009-03-12 Thread jaikiran
anonymous wrote : Caused by: java.lang.ClassCastException: org.apache.xerces.parsers.XML11Configuration cannot be cast | | to org.apache.xerces.xni.parser.XMLParserConfiguration | See this http://www.jboss.org/index.html?module=bbop=viewtopict=150904#4211754 View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: server does not starts in opensolaris

2009-03-12 Thread IcarusDB
sorry, I forgot to push submit yesterday exclent! it works thanks very much View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217428#4217428 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217428

[jboss-user] [The Lizzard's corner] - Car driving!!!

2009-03-12 Thread rameshraj
Once a car was being driven and after some time it stopped and could not be driven due to some malfunction.So it was required to bring that car to garage. Four equally strong person came and started to push the car.But it did not slided at all.They tried and tried but no way.Can

[jboss-user] [JBoss Messaging] - Re: jms communications in the same jvm in the client side

2009-03-12 Thread slimamar
I've got the file SimpleExample.java and the jboss-messaging-2.0.0.alpha1 jars but apparently these jars are not enough. How can i get the jars corresponding to the trunk ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217449#4217449 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to run JBoss AS as Windows Service

2009-03-12 Thread jochen.reinhardt
I'll try that as soon as my system here is set up. I'm in a different office today, so I do not have access to the system where the errors had occured. I'll give you an update as soon as possible. Thanks a lot in advance. View the original post :

[jboss-user] [EJB 3.0] - have interceptors fire when calling ejb3 web service method

2009-03-12 Thread teraryan
It's easiest to explain by giving an example. I have an EJB3 stateless session / web method annotated with interceptors: @Interceptors({a.class, b.class}) | @WebMethod | public String processService(String request) | Now I need to create another method that, instead of returning a

[jboss-user] [JBossWS] - have interceptors fire when calling web service method from

2009-03-12 Thread teraryan
I posted this in EJB3, but maybe JBossWS is a better forum. It's easiest to explain by giving an example. I have an EJB3 stateless session / web method annotated with interceptors: | @Interceptors({a.class, b.class}) | @WebMethod | public String processService(String request) | Now I

[jboss-user] [JBoss Messaging] - Re: Can't Deploy my app on jboss 5.0.0 GA

2009-03-12 Thread jmesnil
Hi, This forum is for JBoss *Messaging* question. You already asked at the right place in the installation, configuration deployment forum: you won't have more help posting on the messaging forum. View the original post :

[jboss-user] [JBoss Messaging] - Re: jms communications in the same jvm in the client side

2009-03-12 Thread jmesnil
1. check out the trunk: svn co http://anonsvn.jboss.org/repos/messaging/trunk 2. build the jars: ant jar 3. all the jars will be in build/jars/ directory View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217461#4217461 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JConsole / jmxremote connection problems

2009-03-12 Thread Maeckie
Did you ever find a solution to this problem, cause we are having the exact same problem. It has worked flawlessly up until recently when all of a sudden we are unable to connect remote to our JBoss, allthough it works as inteded when connecting locally on the machine. Everything discussed

[jboss-user] [JBoss jBPM] - Re: jbpm 3.3.1 GA no longer available on the default downloa

2009-03-12 Thread kukeltje
The difference between 3.2 and 3.3 is the GWT console... technically the jBPM core is the same View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217464#4217464 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217464

[jboss-user] [JBoss Messaging] - Re: jms communications in the same jvm in the client side

2009-03-12 Thread slimamar
Thank you ! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217465#4217465 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217465 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: JSF, JSP with EJB3

2009-03-12 Thread kkangsar
Hi Peter, Thank you very much !!! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217466#4217466 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217466 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: New lines in XML process definitions

2009-03-12 Thread kukeltje
hmmm multiline properties... why not do | myProperties |myPropertyLine1/myProperty |myPropertyLine2/myProperty | /myProperties | Much neater.. cdata: http://www.w3schools.com/XML/xml_cdata.asp (not sure if it works, just a suggestion View the original post :

[jboss-user] [JBoss jBPM] - Re: Using Drools for jBPM decision

2009-03-12 Thread kukeltje
anonymous wrote : even if when the rule doesn't evaluate to setOutcome(toDeliver), it return null, This IS the problem. And yes it does not make a difference if you remove the second call to the rule, I was just wondering *why* you did that Oh, and the documentation you refer to is not a

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JConsole / jmxremote connection problems

2009-03-12 Thread r...@netplay.co.uk
I've had some problems recently where it works on one remote machine but not on another, but to be honest, I haven't bothered to try and fix it yet. Make sure nothing has changed in your network, i.e. proxys, hostnames, firewalls etc. Make sure you can connect perhaps through telnet using the

[jboss-user] [JBoss jBPM] - Re: Persistance and setActorId

2009-03-12 Thread kukeltje
The full hibernate configuration indeed consists of multiple files (or at least multiple sections) the mapping file is in the jbpm jar. If the config file you posted is in the wrong place it cannot find the mapping files. View the original post :

[jboss-user] [JBoss jBPM] - Re: Birt report errors. Oracle. gwt-console 3.3.1

2009-03-12 Thread kukeltje
Reports are new, as is the GWT console so not many people used it yet (including me :-() so that is probably why there is not much support yet from peers View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217475#4217475 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: New lines in XML process definitions

2009-03-12 Thread salaboy21
Are you saying that reading all the content in the tag, not in two separate lines is not standard? please check at DOM, SAX and Xerces implementation for that.. I don't really know about that.. but I take it as a regular behavior... I think that is not a jBPM problem Hope it helps View the

[jboss-user] [JBoss jBPM] - Re: Persistance and setActorId

2009-03-12 Thread frinux
Hum the file is in the right place, I mean it is taken because it connects to the database. I added the mapping files of my classes. But I think the problem is somewhere else. When I'm debugging my action, I see that everything is going wrong since I step into the signal() function : boolean

[jboss-user] [JBoss jBPM] - Re: jbpm 3.3.1 GA no longer available on the default downloa

2009-03-12 Thread apdo
thank you very much for the answer. I found the following topic that explains in detail de relation between 3.2 and 3.3: Confused about versioning http://www.jboss.org/index.html?module=bbop=viewtopicp=4208999#4208999 Phong View the original post :

[jboss-user] [Microcontainer] - Query on MicrocontainerTest

2009-03-12 Thread amit.bhay...@jboss.com
Hey Guys, I am writing unit test for my application extending MicrocontainerTest. | public class EventFactoryTest extends MicrocontainerTest { | | public EventFactoryTest(String name) { | super(name); | } | | public void testAnnouncementPkgFactory(){

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: starting, stoping web application from MBean in 5.0.1.GA

2009-03-12 Thread mikala
dimit...@jboss.org wrote : It might be that this service/mbean is not written to be re-startable, i.e. once you stop you can only undeploy. In those case deploy/undeploy may be the only operations. which service/mbean: jboss.web.deployment:war=/www (standard mbean from jmx-console)

[jboss-user] [JBoss jBPM] - Re: how do we generate database migration script

2009-03-12 Thread kukeltje
In the jbpm 3.2 source, in the db module, there is an ant script that generates update scripts. It uses the class JbpmSchemaTask from /modules/core/src/main/java/org/jbpm/ant. Never used it, so not sure how it exactly works. But it is a schema update. Not sure if all data in it is still valid

[jboss-user] [JBoss Messaging] - How to configure JBoss Messaging Service (am using JBoss5.0.

2009-03-12 Thread Mjknet
Hi Thanks in advance... Am trying to configure the JBoss Messaging service (am using JBoss5.0.0), And am new to this Message Q configuration Can anybody help me out with a step by step solution for configuring the JBoss Messaging?? I have already tried a lot in Google to get any user

[jboss-user] [Management, JMX/JBoss] - Re: MBean depends on a stateless EJB

2009-03-12 Thread kyle.bober
I am running into the same issuw as yourself. Were you able to figrue out a solution to this. I too have a MBean that has a dependency on an Stateless EJB3 bean. Snippet of the MBean | @Service | @Management(IChartServiceJMX.class) | public class ChartServiceJMX implements

  1   2   3   >