[jboss-user] [Messaging, JMS & JBossMQ] - Re: check if message is in queue

2008-07-20 Thread argol1278
I have found problem. In MDB class i was using javaMail. In javaMail and MDB there are session calsses. I thing that it was the problem becouse whene i have moved javaMail to different class i can reciver messages. Maby it will help someone :) View the original post : http://www.jboss.com/inde

[jboss-user] [JBoss Messaging] - Re: question about DownCacheSize

2008-07-20 Thread ataylor
ok, again, persistent messages are always saved in the database, i.e 'persistent', non persistent message get saved to the database when paging occurs. When paging occurs all messages are cached, i.e. they are released from memory but only non persistent messages need to be saved. View the orig

[jboss-user] [JBoss Messaging] - .Net Integration

2008-07-20 Thread locorobzilla
Hi all Ideally I would like to marry .Net and Java with JMS as I am not a big fan of Web Services. Compared to JMS I find Web Services to be verbose and complex. What is required is a Windows Communication Foundation binding that can be used from Silverlight 2, .Net 3.0/3.5 and .Net Compact Edi

[jboss-user] [Beginners Corner] - adding x to the beginning of table name

2008-07-20 Thread samhar
hi guys i am looking for another help here i am using mysql with jboss 4.0.5 when i am trying to deploy the entity beans in mysql it is always add x to the begining of the last table can you help with this problem please thanks View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Portal] - How to get the Profile-Map of current user within ajax reque

2008-07-20 Thread ameo
Hello, I need the Profile-Map of current logged in user. So far I could get the profile Map with: | Object request = FacesContext.getCurrentInstance().getExternalContext().getRequest(); | JBossRenderRequest jbossRequest = (JBossRenderRequest) request; | ControllerContext cc = jbossRequest

[jboss-user] [JBossWS] - HELP! Can not deploy even the simplest web service

2008-07-20 Thread a3leggeddog
Hello - I'm very new to JBoss (done a lot of Tomcat), so please forgive the question if it is really basic. However, I am having the most frustrating time installing, configuring and deploying a WAR to JBoss. First, I'm using JBoss 4.2.2GA, WS 2.0.3GA, and Java 1.6 running on Windows. I have

[jboss-user] [EJB 3.0] - Persisting POJO entities defined in a different jar

2008-07-20 Thread nbhatia
I have an existing jar file containing POJO entities (no JPA annotations, no persistence.xml). I would like to persist there entities using a new EJB jar file which contains a persistence.xml and a mapping file. Is this possible? I tried it, but I am getting a InvalidMappingException: | Caus

[jboss-user] [JBoss Portal] - problems using dojo/dijit

2008-07-20 Thread amouradi
Hello, I was wondering if anyone succeeded using dojo dijits in their portlets. I have tried using elements with defined dojoType, and they are not being rendered correctly, it seems dojo is not parsing dijits on the page. If I add them programmatically, that sort of works, but then still not re

[jboss-user] [JBoss Messaging] - Re: All messages are not persisted in Database.

2008-07-20 Thread sajankn
The durable subscribers are created before the messages are sent. First I create the durable subscriber and then only start the publisher. There are 5 publishers which run concurrently. Most of the time I lose the all messages published by only 1 Publisher. But there are instances where I've lo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - upgarding from 4.0.3 to 4.2.3

2008-07-20 Thread eranhauser
Hi, I have a jsf application that used to work fine on jboss 4.0.3 and jsf 1.1 . I need to upgrade my application to jsf 1.2. I made all the necessary updates to jsf 1.2 but when I deploy on 4.2.3 (4.0.3 does not support jsf 1.2) I get the following error: Exception sending context initialized

[jboss-user] [JBoss Messaging] - Re: question about DownCacheSize

2008-07-20 Thread jasonhu919
ok, got it, so the persistent message don't get paged to database, because they are saved to database already.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165548#4165548 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss jBPM] - Need help installing jBPM on JBOSS

2008-07-20 Thread grin1dan
I have installed JBOSS on Windows Advanced Server 2000. Please advise on how to get jBPM installed on top of that. I need some of the initial steps. TIA Dan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165549#4165549 Reply to the post : http://www.j

[jboss-user] [JBoss jBPM] - Re: Need help installing jBPM on JBOSS

2008-07-20 Thread salaboy21
Let us know what are you trying to do... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165550#4165550 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165550 ___ jboss-user m

jboss-user@lists.jboss.org

2008-07-20 Thread qzj_jo2005
?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165551#4165551 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165551 ___ jboss-user mailing list jboss-user@lists.jboss.org h

[jboss-user] [Beginners Corner] - Re: Load Library problem

2008-07-20 Thread sushtech
Hi, I am facing exactly the same issue. When I move to a 32 bit JVM it works. But due to some special requirements I cannot use the 32 bit JVM in my production environment. I am using the JBossService.exe to create the windows service. Is there a different JBossService.exe for x64 bit systems.

[jboss-user] [JBoss Messaging] - Jboss bridge- Unable to setup connections with Jboss MQ queu

2008-07-20 Thread shaileshhp
hI, I am using jboss-4.0.5.GA. I have placed jboss-messaging.jar(1.3.0.GA) in server lib. I have set up a bridge having source as Topic(Tibco JMS) on remote host and target as queue on local JbossMQ. I am getting following exception: 01:04:04,635 INFO [testTopic] Bound to JNDI name: topic/testT

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Do we have to install JDK separately?

2008-07-20 Thread arumugamsd
Hi, I am new to JBoss AS. If i have to use JBoss, do we have to install JDK separately and set it in JAVA_HOME path? Also, in production environment, is it enough to have JRE alone instead of JDk? Will JBoss work with JRE alone? Thanks. View the original post : http://www.jboss.com/index.ht

[jboss-user] [Beginners Corner] - Re: adding x to the beginning of table name

2008-07-20 Thread jaikiran
Please post the logs. anonymous wrote : it is always add x to the begining of the last table What does "last" table mean? P.S: Please do not post questions in bold and big font View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165563#4165563 Reply to the po

[jboss-user] [Beginners Corner] - JBoss support for Struts 2.0

2008-07-20 Thread arumugamsd
Hi, I would like to know which version of JBoss provides support for the following: Java 5, Struts 2.0, Spring 2.5.1 and Hibernate 3.2 Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165564#4165564 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Do we have to install JDK separately?

2008-07-20 Thread jaikiran
"arumugamsd" wrote : | I am new to JBoss AS. If i have to use JBoss, do we have to install JDK separately and set it in JAVA_HOME path? | Yes, that has to be installed separately. "arumugamsd" wrote : | Also, in production environment, is it enough to have JRE alone instead of JDk? Wil

[jboss-user] [EJB 3.0] - Re: Persisting POJO entities defined in a different jar

2008-07-20 Thread jaikiran
Please post the contents of your application.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165566#4165566 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165566 ___ jbos

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Do we have to install JDK separately?

2008-07-20 Thread arumugamsd
Thanks for your response. We are yet to decide on the JBoss version. This is a new development project and we are yet to finalize on the version. I read thr' the release notes of 4.2.3. It says, JAVA_HOME can point to JRE under JBossAS 4.2.0.GA. Does that mean, even 4.2.0 support JRE alone? Do

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Do we have to install JDK separately?

2008-07-20 Thread jaikiran
"arumugamsd" wrote : | I read thr' the release notes of 4.2.3. It says, JAVA_HOME can point to JRE under JBossAS 4.2.0.GA. Does that mean, even 4.2.0 support JRE alone? | | There was a minor bug http://jira.jboss.com/jira/browse/JBAS-5206 in 4.2.0 GA with JRE support, which got fixed in

[jboss-user] [Beginners Corner] - Re: JBoss support for Struts 2.0

2008-07-20 Thread jaikiran
Answered in your other thread at http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165568#4165568 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165569#4165569 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165

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

2008-07-20 Thread dennyxu
JavaEE perspective is good for it. At first, you should create a Dynamic Web project, and then create web service base on the project, so WTP Web and Web Service(New > Project > Dynamic Web project and New > other > Web Service) are invoked in the beginning, you can change the web service runt

[jboss-user] [JCA/JBoss] - Re: Quartz JCA

2008-07-20 Thread sunnyDev
I found a similar post: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=138629 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165571#4165571 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165571 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss: How to create my own configuration folder than de

2008-07-20 Thread sean_cool02
I am using install.bat to install JBoss as a service and then starting it as a Windows service from the adminstrative tools->service. install.bat @echo off rem - rem JBoss Bootstrap Script for Win32 rem --

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Do we have to install JDK separately?

2008-07-20 Thread arumugamsd
Ok thanks. If I don't have a jdk installation, will jboss-j2ee.jar take care of compiling jsp files deployed in the application? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165573#4165573 Reply to the post : http://www.jboss.com/index.html?module=bb&op