[jboss-user] [JBoss Tools (users)] - Re: VPE of 2.1.0.CR1 on x86_64

2008-05-07 Thread [EMAIL PROTECTED]
rob - why is that needed for x64 when it is not needed for x32? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149198#4149198 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149198 ___

[jboss-user] [Messaging, JMS & JBossMQ] - Re: MDB not

2008-05-07 Thread scooter4j
Still battling with this issue I downloaded the sample MDB code provided by JBoss and successfully deployed and ran it - it works as expected. Naturally I've compared the configuration of the two applications and made them the same where I could - one difference is that my MDB has a select

[jboss-user] [Messaging, JMS & JBossMQ] - Re: MDB not

2008-05-07 Thread scooter4j
ok... the tail end of that post was a bit confusing: when deploying my app, JBoss sees my MDB and creates BOTH a JNDI name for it (queue/SQMessageHandler) AND a Queue (named SQMessageHandler, referenced by JNDI queue/SQMessageHandler) hopefully that's clearer View the original post : htt

[jboss-user] [JBoss AOP] - Re: Dynamic AOP and User-Defined Class Loader

2008-05-07 Thread shu_boston
Hi, I understand what was the problem. Thanks a lot for your quick response!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149203#4149203 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149203

[jboss-user] [JBoss jBPM] - Process Instance not created

2008-05-07 Thread dilsent
Hi, I am using Seam-2.0.2.CR1 with jBPM .I am running into a small isssue,would apreciate if anyone could help on that. I am trying to create a process from a JSF page. | | http://www.w3.org/1999/xhtml"; | xmlns:s="http://jboss.com/products/seam/taglib"; | xmlns:ui="http://ja

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: accessing Jboss from intranet

2008-05-07 Thread majhong
telnet to port 80 doesn't do anything. Just sits there. telnet to port 1099 returns the following ¼φsr↓java.rmi.MarshalledObject|╜▲ùφcⁿ>☻♥I♦hashlocBytest☻[BobjBytesq~☺xpïy\pur☻[B ↨°Tα☻xp-¼φt∟http://dcu11ga

[jboss-user] [Clustering/JBoss] - Re: HA CORBA Naming Service

2008-05-07 Thread [EMAIL PROTECTED]
There is a CorbaNamingServiceMBean that uses JNDI naming service and will cluster using JGroups. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149209#4149209 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149209 _

[jboss-user] [JBossWS] - Empty object is returned.

2008-05-07 Thread skudzelia
I try to user webservice client that is created using JBossWS with Axis1 server. The problem is that I cannot receive a complex type from the server even though it is properly returned. Judging by TCPMon U receive th following message: | http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd=

[jboss-user] [JBossWS] - Re: Empty object is returned.

2008-05-07 Thread skudzelia
Here is an Order class, may be it will be useful: | | package beanservice; | | import javax.xml.bind.annotation.XmlAccessType; | import javax.xml.bind.annotation.XmlAccessorType; | import javax.xml.bind.annotation.XmlElement; | import javax.xml.bind.annotation.XmlType; | import c

[jboss-user] [JCA/JBoss] - Re: Updatingd JDBC Datasources and container behaviour

2008-05-07 Thread sankul123
This is the solution I am using , experts please comment on this To take *-ds.xml file inside ear - - Added a new module under services in jboss-app.xml | | META-INF/myApp-ds.xml | | - copied the myApp-ds.xml file inside META-INF in the build scripts itself. And I will be by hoo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - No ClassLoaders found for: com.mchange.v2.c3p0.jboss.C3P0Poo

2008-05-07 Thread ckpatil
I am using jboss 3.2.6. I am trying to configure c3p0 connection pool, but getting exception 'No ClassLoaders found for: com.mchange.v2.c3p0.jboss.C3P0PooledDataSource' when starting jboss. c3p0 has dependancy with JMX, I have added jmx jar in the lib folder, but still I am getting the same err

[jboss-user] [Messaging, JMS & JBossMQ] - Re: MDB not

2008-05-07 Thread scooter4j
got this thing working - looks like a bug in the JBoss MDB deployer code... basically the deployer was not paying any attention to the destination-jndi-name that I provided for the EJB in the jboss.xml file. Instead, it would see that I'm deploying SQMessageHandler, realize that there was no q

[jboss-user] [JBoss Messaging] - Is it possible to combine CORBA with JBoss messaging

2008-05-07 Thread joel837
Hello, We are looking to implement a JBoss messaging system, however a requirement is that the messaging system be able to talk to legacy Ada code. We are looking into using the CORBA features of JBoss to talk to the Ada, but haven't had much luck on finding documentation on how to combine the

[jboss-user] [JBoss Tools (users)] - help - blasted deployment has stopped working from eclipse

2008-05-07 Thread wiggy
help please I have a seam EAR project that used to deploy - and has now stopped. essentially its doing an exploded deploy (at least i cant find any .ear archive in the source tree. the EarContent/META-INF/application.xml file in the eclipse workspace ear project, and all the code compiles. w

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

2008-05-07 Thread tmartindale123
"ejb3workshop" wrote : I was trying out some standard user transactions using EJB3 entities and persistent message queues. During my tests I encountered several application exceptions which were caused by my code, which I was able to resolved. | | However since then I am getting continous

[jboss-user] [JBoss jBPM] - Re: com.arjuna... warning message

2008-05-07 Thread tmartindale123
I get the same warning message - did you find a solution? if so, please let me know! thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149229#4149229 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149229 _

[jboss-user] [Microcontainer] - Using bean injection tags in a custom XML schema

2008-05-07 Thread [EMAIL PROTECTED]
I'd like to set things up so that the user can do something like this: | | | | | | 0.0.0.0:12345 | 0.0.0.0:12346 | 0.0.0.0:12347 | | | | | | |

[jboss-user] [JBoss Tools (users)] - Re: Do the JBoss Tools for SEAM work?

2008-05-07 Thread wiggy
hokay - not entirely sure what you have going here - but i see in the error something i have experienced in windows. Sometimes if you build a new seam project usingt the wizard (do a simple helloo world ear app) and have a look in the eclipse project earContent directory you will find a bunch

[jboss-user] [Microcontainer] - Re: Using bean injection tags in a custom XML schema

2008-05-07 Thread [EMAIL PROTECTED]
Never mind, I'm just going to accept a bean name. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149236#4149236 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149236 ___ jboss

[jboss-user] [JBoss Tools (users)] - Re: Do the JBoss Tools for SEAM work?

2008-05-07 Thread wiggy
Rob - please expand on the wtp 2.02 problems with jboss tools - i am having problems with deploy action to server in eclipse 3.3.2 and wtp 2.02 and jboss tools 2.01. essentially my i have an application that used to work and deploy and now i deploy the application.xml doesnt get copied into th

[jboss-user] [JBoss Tools (users)] - Re: Do the JBoss Tools for SEAM work?

2008-05-07 Thread [EMAIL PROTECTED]
We've recently (today) released jboss tools 2.1.0, which is targeted to wtp 2.0.2. However... we've had to patch wtp2.0.2 as it did not provide the functionality we required. Basically, when deciding whether or not to publish a .jar file in the EAR project, wtp tries to open it up and see wh

[jboss-user] [JBoss Messaging] - Adding Queue or Topic Dependencies to EJBs with JBoss Messag

2008-05-07 Thread jkemp83
Recently my project has switched over from using JBossMQ to JBoss Messaging, and I'm having difficulty programatically assigning dependencies on JBoss Messaging Queues and Topics. Previously with JBossMQ, we just added the @Depends annotation and specified the Queue or Topic Object Name, but th

[jboss-user] [JBoss jBPM] - Re: com.arjuna... warning message

2008-05-07 Thread salaboy21
did you try with jboss 4.2.2.GA? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149243#4149243 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149243 ___ jboss-user mailing lis

[jboss-user] [JBoss Tools (users)] - Re: help - blasted deployment has stopped working from eclip

2008-05-07 Thread wiggy
okay - did some trawls through other stuff and found references to problems like mine relating to application.xml see http://in.relation.to/Bloggers/JBossTools210CR1Released i stopped eclipse and overlaid the wtp2.02 patch then uploaded to latest jboss tools 2.1 CR1 dev patch and restarted.

[jboss-user] [JBoss Tools (users)] - Re: help - blasted deployment has stopped working from eclip

2008-05-07 Thread [EMAIL PROTECTED]
Make sure you only have 1 wtp patch ;) Do *not* download and install any patches listed at the following URL: http://download.eclipse.org/webtools/patches/ Again, do not download wtp patches ;) We've patched it ourselves at the other url. View the original post : http://www.jboss.com/inde

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss variable in xml - like ${my.ip}

2008-05-07 Thread PeterJ
Here is what I tried. I modified server/default/deploy/jboss-web.deployer/serverxml as follows: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149257#4149257 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149257 ___

[jboss-user] [JBoss jBPM] - Re: how to function jbpm in network????

2008-05-07 Thread kukeltje
uhmm. by plugging in an ethernet cable? Seriously, I have a slight idea what you mean, but before I go astray, please elaborate on what you mean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149258#4149258 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss jBPM] - Re: All Task Instance Timers Cancelled when Completing one T

2008-05-07 Thread kukeltje
please file a jira issue as it sounds like a 'bug'. If you could make a unit test with the 'expected' behaviour (so the test fails) that would be even better. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149261#4149261 Reply to the post : http://www.jboss

[jboss-user] [JBoss jBPM] - Re: Custom Task Controller Handler

2008-05-07 Thread kukeltje
yes, there is one in the wiki afaik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149262#4149262 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149262 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: advice needed, simultaneously active tasks where there i

2008-05-07 Thread kukeltje
sorry, no, I have not seen any behaviour like this before. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149260#4149260 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149260

[jboss-user] [JBoss jBPM] - Re: Swimlane help

2008-05-07 Thread kukeltje
we do not use any naming convention or something like that. We just keep them apart by 'knowing' which swimlane the task is in. Maybe adding it to the node so it shows up (like in uml class diagrams) would be a nice small addition. Please file a jira issue for this View the original post : htt

[jboss-user] [JBoss jBPM] - Re: JBPM on GLASSFISH

2008-05-07 Thread kukeltje
sounds more like a seam issue. I think you stand a better chance of getting help there View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149264#4149264 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149264 ___

[jboss-user] [JBoss jBPM] - Re: Problem using SelectItems inside selectOneMenu

2008-05-07 Thread kukeltje
wrong forum, try the seam forum View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149265#4149265 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149265 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Send Mail in specified date.

2008-05-07 Thread kukeltje
make a state, put a timer on it, and when the timer fires, make sure either an action is called that sends the mail or there is a mail node that does this View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149268#4149268 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss jBPM] - Re: New application brewing, need some advice

2008-05-07 Thread kukeltje
ESB/SOA? See http://processdevelopments.blogspot.com/2008/05/buzzwords-in-pictures.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149269#4149269 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149269 __

[jboss-user] [JBoss jBPM] - Re: Swimlane help

2008-05-07 Thread umquat
"kukeltje" wrote : Please file a jira issue for this Done http://jira.jboss.org/jira/browse/GPD-206 :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149270#4149270 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=414

[jboss-user] [Microcontainer] - Re: Using bean injection tags in a custom XML schema

2008-05-07 Thread alesj
This is always pita, at least for me. Most of the times the answer (we get from Adrian) is learn xsd. :-) Kabir had some similar issues with his AOP schema, so there is some long forum post. But if you can simplify things, go ahead and do it. :-) View the original post : http://www.jboss.com/ind

[jboss-user] Problem with mod-jk use with Jboss

2008-05-07 Thread Bijan Marjan
Hi, I am currently running Apache 2.0.52 and JBoss 4.2.2 in my environment. I have built mod-jk 1.2.26. I have configured Apache as prescribed to call mod-jk.conf (see below). My intent is to have Apache serve all static content and have the specific uri's specified in the map to use Jboss. H

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Demand Size increases

2008-05-07 Thread paradisonoir
Hi, I have implemented a test case where I send batches of 300, 500, 600, 700, 900, and 2000 demands. I want to measure size of each demand, so I decided to check the size of jboss application server folder before and after sending demand, and by dividing the difference by number of demands find

[jboss-user] [JBoss Messaging] - Could Transparent Failover cause subscriber to miss out on m

2008-05-07 Thread scotthkao
I read from the online document somewhere that one distinctive added feature of JBoss Messaging(JBM) is transparent failover, i.e. failover without the client-side code to handle connection exception. But I just wonder that could there be any message lost during the transparent failover of non-d

[jboss-user] [Messaging, JMS & JBossMQ] - How does the durable subscription work behind the scenes?

2008-05-07 Thread scotthkao
I know that the JBossMQ message are stored first in the database. Does the underlying mechanism deal with durable subscription 1. by making a durable copy for each subscriber (n copies of the same messages) or 2. by making a last sent message index (n copies of last sent index) and a single cop

[jboss-user] [JBoss jBPM] - fork (concurrency) help

2008-05-07 Thread shettytejesh
I have a fork which produced three transition and all go to an automated node. My understanding here is that there will be three thread of execution path generated. Each thread(transition) is going to an automated node then I am joining all three and moving ahead. Right now I have automated nod

[jboss-user] [JBoss jBPM] - Re: fork (concurrency) help

2008-05-07 Thread shettytejesh
heres snippet of xml which explains what i am doingxml is schematically not correct but will give picture on what i am trying to achieve ..

[jboss-user] [JBoss jBPM] - Re: fork (concurrency) help

2008-05-07 Thread shettytejesh
| | | | | | | | | | | | | | | | | | | | | | | |

[jboss-user] [EJB/JBoss] - EJB 2.0 lookup fails on Jboss 4.2, working fine under Jboss

2008-05-07 Thread junaid78
I have stable ejb app. running fine on Jboss 4.0.0, When i deployed it on Jboss 4.2.2.GA, i started getting ClassCastException in my struts action class while performing JNDI lookup for local home of my stateless session bean. InitialContext ic = new InitialContext(); UserManagementSBLocalHome

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

2008-05-07 Thread krashsun
Anyone know how to solve this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149289#4149289 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149289 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Webservice deployment failed

2008-05-07 Thread marie123
I'm using Jboss4.2.2GA with JBOssWS installed. I'm quite new to JbossWS. When i tried to deploy a webservice i'm getting an exception as shown below. java.lang.NoSuchMethodError: javax.wsdl.xml.WSDLLocator.close(). i dont know whatz going wrong.. Any help is appreciated. | 2008-05-08 09:41:36

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Namin service ports

2008-05-07 Thread avihaimar
Hey, using in jboss4.2. my question is - why do i need two port for naimg-service (1098,1099)? Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149291#4149291 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149

[jboss-user] [Remoting] - Why we need port in the invoker?

2008-05-07 Thread avihaimar
Hey, I am using jboss4.2 I want to use in another port for http (just example). i see that this port define in the connector port and also in the invoker? why the invoker need the port ? dosnt it the connector responsibility for open the socket and listen to it? Can two connectors listen on the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: trying to migrate an ear from jboss 3.2.5 to 4.0.5

2008-05-07 Thread Elhananm
i don't think so, see, our previous jboss config, didn't have default,all. min jboss servers, it simply had pmp. what i did in jboss 4 is simply rename default dir to pmp, so it contains in its lib directory jboss 4 jars., the ear itself does a huge amount of jars, (hibernate's, jcifcs, common

[jboss-user] [EJB/JBoss] - java.lang.ClassNotFoundException: org.jnp.interfaces.NamingC

2008-05-07 Thread thomas2008ch
Hi all, I've wrote a small ejb3 stateless session bean program and have deploy the JAR to the server (JBoss 4.2.1.GA). Then I wrote a test client and try to access the bean I got exception as follow: Caused by: java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory at

[jboss-user] [JBoss Messaging] - Re: QueueConnectionFactory.createQueueConnection is bloked

2008-05-07 Thread slogger
"timfox" wrote : I would check you have the correct version of JBoss Remoting on *both* the client and server side. The remoting jar should be on the client classpath before any other entries (see userguide). | | The same version should be on both the client and server side. | | Thank

[jboss-user] [Beginners Corner] - Re: Classloading with jboss_app.xml

2008-05-07 Thread Gitu
Have solved the problem. Actually job.class was out in server\all\lib and also in e1 EAR. So when I was checking for isAssignableFrom , the class versions were different as classloaders were different and isolation ear was enabled using jboss_app.xml. I removed job.class from e1 ear and now h

[jboss-user] [Messaging, JMS & JBossMQ] - Re: How to access JBOSS by providing IP address

2008-05-07 Thread priyarao234
Hi Aneesh ,,.. .. i'm waiting 4 ur reply.what i configured in myApp if the server is running on my machine only . is below Hashtable env = new Hashtable(); env.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); env.put(Context.URL_PKG_PREFIXES,

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to deploy JAR onto server?

2008-05-07 Thread thomas2008ch
Hi all, I downloaded and installed the JBoss 4.2.1.GA. I've also written a small ejb3 project and save it as JAR. Now I wanto to know how can I deploy this JAR to the srever? Simply copy the JAR under \jboss-4.2.1.GA\server\default\deploy ? Regards Thomas View the original post : http://www

[jboss-user] [JBoss jBPM] - Re: Please view Sexy_dance

2008-05-07 Thread [EMAIL PROTECTED]
Spammer! You'll burn in hell! See ya there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149299#4149299 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149299 ___ jboss-user

[jboss-user] [Clustering/JBoss] - Re: Is clustering possible for JBoss.org community edition?

2008-05-07 Thread comunere
Thank you Brian. But, I've been looking for the documentation unsuccefully. I found only documentation for JBoss AS clustering. May I use this one or some where I can find specific docs for JBoss (community edition) clustering? Regards. John M. View the original post : http://www.jboss.com/inde

[jboss-user] [JBoss jBPM] - Re: advice needed, simultaneously active tasks where there i

2008-05-07 Thread rossputin
Hi, clutching at straws here, could it be transaction related? I cannot remember if transactions are enabled by default? Regards, Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149302#4149302 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to deploy JAR onto server?

2008-05-07 Thread jaikiran
anonymous wrote : Simply copy the JAR under \jboss-4.2.1.GA\server\default\deploy ? Yes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149306#4149306 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149306 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to deploy JAR onto server?

2008-05-07 Thread thomas2008ch
I wonder why JBoss Server doesn't look like as the other servers such as Geronimo, BEA Weblogic etc. where one can deploy files in AdminConsole? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149309#4149309 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [EJB/JBoss] - Re: java.lang.ClassNotFoundException: org.jnp.interfaces.Nam

2008-05-07 Thread jaikiran
You will have to place the jbossall-client.jar file (which you can find in %JBOSS_HOME%\client folder) in the classpath of the client. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149311#4149311 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to deploy JAR onto server?

2008-05-07 Thread jaikiran
"thomas2008ch" wrote : I wonder why JBoss Server doesn't look like as the other servers such as Geronimo, BEA Weblogic etc. where one can deploy files in AdminConsole? The free (community) version of JBoss does not have this feature. From what i have read in these forums, the paid version of J

[jboss-user] [JBoss jBPM] - Re: 'Errors' in atm sample applications

2008-05-07 Thread [EMAIL PROTECTED]
Which errors? The SOAP faults? Those are provoked by the test case to exercise the fault handler constructs in the process. If you do not see the failure or error counter above zero in the JUnit summary, there is nothing to worry about. View the original post : http://www.jboss.com/index.html?m

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: No ClassLoaders found for: com.mchange.v2.c3p0.jboss.C3P

2008-05-07 Thread jaikiran
Please post the entire exception stacktrace. Have you placed the c3p0-*.jar in the %JBOSS_HOME%\server\< serverName>\lib folder? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149314#4149314 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

<    1   2