[jboss-user] [Remoting] - Re: Compression marshalling

2008-09-28 Thread robert.geisler
hello ron, until today we didnt experience any problems with the compression. nonetheless we didnt even evaluate the compression, we are just using it: i tested it for simple communication, but we dont know the amount of data that is reduced by compression for our application actually. well, the

[jboss-user] [JBossMQ] - Re: JBossMQ HA configuration

2008-09-28 Thread venukb
Yes Jay, I am sticking with the stable 4.2.3GA Also I did get JBM 1.4SP3 up and running (replacing JbossMQ) and saw the "optimized" load balancer is action. Thanks again for the guidance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179260#4179260 Reply

[jboss-user] [JBossWS] - Re: Not getting instance of Service object from a WSDL file.

2008-09-28 Thread ajayks
Thanks a lot peter for the reply. I created the client stub for the my deployed web service and I called the webservice with the help following code :- GreetingService greetingSrv = new GreetingService(); Greeting greeting =greetingSrv.getGreetingPort(); But I am getting following run time e

[jboss-user] [JBoss Portal] - Popup problem in JBoss Portal

2008-09-28 Thread dynamolalit
Hi, I want to provide a popup on a link on my JSR168 portlet to add a contact using that popup.i have used this way: window.open("http://localhost:8080/AddressBookPortlet/WEB-INF/AddContact.jsp","addContactWindow","status=no,toolbar=no,scrollbars=yes,menubar=no,height=300,width=300";); But i am

[jboss-user] [Beginners Corner] - Re: Error while running jboss-5.0.0.CR2

2008-09-28 Thread PeterJ
I just now checked my 32-bit Kubuntu 8.04 system - it has IPv6 installed and IPv6 addresses have been assigned. I can run CR2 with JDK 6 just fine. I haven't checked my 64-bit Kubuntu system as regards to IPv6, but I know I have run CR2 with JDK 6 successfully there also. Ditto for my Fedora 8 s

[jboss-user] [JBoss Messaging] - Re: JBoss MDB fails to consume from JBoss ESB queue

2008-09-28 Thread idaplan
Hi Tim, thank you for focusing me on this. It has been a while since we have been looking at that list of required jars. In the meantime we tried JBoss AS 4.2.1.GA to host our MDB. This works fine now - just with adding the jboss-messaging-client.jar (without any changes to existing jars - l

[jboss-user] [Beginners Corner] - Re: Error while running jboss-5.0.0.CR2

2008-09-28 Thread PeterJ
You should double-check that your /etc/hosts file does not have any IPv6 addresses. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179252#4179252 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179252 __

[jboss-user] [JBoss Portal] - Re: Quick Start - Quick Fail

2008-09-28 Thread [EMAIL PROTECTED]
This is really weird. Are you installing portal on AS copy that you already had or you are using bundled distro? If former is the case, please download the bundled distro and see if you get the same error. For the later case, please check classpath etc. We verify that bundled distro as well as

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

2008-09-28 Thread gabewong
user the response encodeURL method View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179248#4179248 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179248 ___ jboss-user mailing

[jboss-user] [JBoss/Spring Integration] - Is it possible to inject beanfactory?

2008-09-28 Thread nhiggs
Hi! I'm new to the forums, and I would like to know if it's possible to inject the BeanFactory instead of a bean in an EJB (with the '@Spring' annotation and without using InitialContext and JNDI). I thought it could be possible if I use the @Spring annotation without any beanName, but looking

[jboss-user] [JBoss Portal] - Re: Quick Start - Quick Fail

2008-09-28 Thread uymaz
I tried 2.7.0CR1 and got the same error What is TX Type? maybe I already have some conflicting libraries in my classpath. Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179246#4179246 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Tools (users)] - Re: generate interace by tools

2008-09-28 Thread [EMAIL PROTECTED]
Right click, Refactor -> Extract interface is usefull for this. We got a jira request about keeping a interface in sync with public methods on a bean but it havent been done yet View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179245#4179245 Reply to the post

[jboss-user] [EJB/JBoss] - JBoss 4.2.1.GA MDB InvocationStatistics not populated

2008-09-28 Thread adlepoo
Does anybody know why the InvocationStatistics are not populated for MDBs? I can see the code in StatelessContainer that does this for session beans, but the same code is not present in MessagingContainer. I had to add the code myself for our MDBs since we like to monitor statistics via JMX. How

[jboss-user] [Management, JMX/JBoss] - Web console - J2EE Domains does not display EAR deployment c

2008-09-28 Thread adlepoo
When I try to look at my EJBs in the web console I can't find them. I have an Ear file that has one War and one Jar (holding the EJBs). The web console only shows the War (3x) and doesn't display the EJB Jar at all. It should show: -J2EE Domains -JBoss -App.ear -App-ejb.jar -Ap

[jboss-user] [EJB 3.0] - Re: SFSB cycle dependency

2008-09-28 Thread ebu
Please disregard this stupid question... i've completely forgotten about setters... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179241#4179241 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179241 __

[jboss-user] [EJB 3.0] - SFSB cycle dependency

2008-09-28 Thread ebu
Hi Could you please explain me how can i make two sfsbs aware of each other? Like this: | @Stateful | class A { | |@EJB |private B b; | | } | | | @Stateful | class B { |@EJB |private A a; | | } | But afai understand the spec, in this case i'

[jboss-user] [Beginners Corner] - Re: Error while running jboss-5.0.0.CR2

2008-09-28 Thread cheema
I did some search on google and probably the reason for this "invalid argument" error was the ipv6 service is enabled on fedora9. But after disabling ipv6, I'm stuck with a different error "Address family not supported". I'm using jboss-5.0.0.CR2-jdk6.zip so thats probably not the issue. Here

[jboss-user] [JBossWS] - Re: Not getting instance of Service object from a WSDL file.

2008-09-28 Thread PeterJ
It is easier if you use wsconsume to generate the client stubs. Then your client code would be something like: GreetingService svc = new GreetingService(); Greeting g = svc.getGreetingPort(); I was going to dig through the source code generated by wsconsume to correct your code, but you can do

[jboss-user] [EJB 3.0] - Re: Steless Session bean as Webservice

2008-09-28 Thread PeterJ
Which CR2 package did you download? jboss-5.0.0.CR2.zip or jboss-5.0.0.CR2-jdk6.zip? Since you are using jdk 1.6 you need to download jboss-5.0.0.CR2-jdk6.zip. Based on the error message, I suspect that you downloaded the wrong package because the "setProperty must be overridden" is a know issu

[jboss-user] [Beginners Corner] - Re: Error while running jboss-5.0.0.CR2

2008-09-28 Thread PeterJ
Which CR2 package did you download? jboss-5.0.0.CR2.zip or jboss-5.0.0.CR2-jdk6.zip? Since you are using jdk 1.6 you need to download jboss-5.0.0.CR2-jdk6.zip. If that does not resolve the issue, what are the contents of your /etc/hosts file? Have you deployed any apps? Are you starting the 'a

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Configuring JBoss 5.0.0 CR1 for MySQL

2008-09-28 Thread PeterJ
PeterJ wrote : are you past the initial problem you posted and on to another problem with deploying your EJB? If so, then jaikiran wrote : Please post the entire exception stacktrace. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179234#4179234 Reply to th

[jboss-user] [Beginners Corner] - Error while running jboss-5.0.0.CR2 "Socket bind failed: In

2008-09-28 Thread cheema
Hi, I've just started out with jboss. I'm using jboss on Fedora 9, jdk1.6. Apparently the jboss doesn't boot up properly after running "run.sh". The server.log shows up the following error message: 2008-09-28 20:58:02,415 ERROR [org.apache.coyote.http11.Http11AprProtocol] (main) Error startin

[jboss-user] [JBoss Messaging] - Re: JBoss MDB fails to consume from JBoss ESB queue

2008-09-28 Thread timfox
The correct jars needed on the JBM client side classpath are detailed in the JBM user guide. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179231#4179231 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179231 _

[jboss-user] [JBoss Portal] - Re: Quick Start - Quick Fail

2008-09-28 Thread [EMAIL PROTECTED]
Very weird... Could it be that the download got corrupted ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179226#4179226 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179226 ___

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - internationalization of countries and cities

2008-09-28 Thread cocolino
How can I implement internationalization of countries and cities in these countries? Are there any text or xml documents available in the internet? What I want to do is: List element with countries -> after selecting country list of cities appear I would like to have the lists internationalized.

[jboss-user] [EJB 3.0] - Steless Session bean as Webservice

2008-09-28 Thread dasariprasad
i wrote one Stateless bean like ( in mustang version and jboss5.0.0 CR2) SimpleWS.java (interface) | | @WebService | @SOAPBinding(style=Style.RPC) | public interface SimpleWS extends Remote | { | @WebMethod |public String greet(String person) | throws RemoteE

[jboss-user] [JBoss Portal] - Re: Quick Start - Quick Fail

2008-09-28 Thread uymaz
Hi Thomas, sorry for my temper with the initial post. I was overstressed obviously.. I really do not if it is the portal or the application server that fails. I get localhost:8080 fine but not /portal. console had many debug and error level messages. Some errors from jboss-portal-2.6.6.GA\se