[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=

[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: 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] [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 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] [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] [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] [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: 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] [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] [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] [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] [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] [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] [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] [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] - 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] [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] - 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] [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] [JBoss jBPM] - Re: fork (concurrency) help

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

[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] - 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] [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 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] [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] 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] [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] [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] [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: 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: 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: 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: 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: 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: 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: 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: 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] [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 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] [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 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 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 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 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] [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
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] - 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 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] [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 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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [JBoss Tools (users)] - Re: VPE of 2.1.0.CR1 on x86_64

2008-05-07 Thread [EMAIL PROTECTED]
you claim you already have xpcom, so just downlod the xulrunner one. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149197#4149197 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149197 _

[jboss-user] [JBoss Messaging] - Improve performance on sending messages to a queue

2008-05-07 Thread bortx
Hello you all, I have performance troubles with jboss messaging on my enterprise application. On low loads, sending messages to the queue takes at least 30ms. On high loads, it can take about 1 second. I use a org.jboss.resource.adapter.jms.JmsConnectionFactory connection factory to send messa

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

2008-05-07 Thread [EMAIL PROTECTED]
You need to download and install both plugins below: http://repository.jboss.org/xulrunner/org.mozilla.xulrunner.gtk.linux.x86_64_1.8.1.4-20080112.jar http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/1.8.1.3/contrib/eclipse/archived/org.mozilla.xpcom_1.8.1.3-20070904.jar View the or

[jboss-user] [JNDI/Naming/Network] - jboss-client.jar really needed for Tomcat?

2008-05-07 Thread henk53
Hi, Sorry for this question which is probably extremely basic, but I'm just trying to understand what's going on under the hood. I have a servlet running inside a standalone Tomcat 6.0.14 instance. From this servlet I would like to connect to a Jboss 4.2 EJB container to either send a message

[jboss-user] [JBoss jBPM] - Re: No

2008-05-07 Thread coolex
Ok, thank you very much. It helped me! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149190#4149190 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149190 ___ jboss-user maili

[jboss-user] [JBoss jBPM] - Hi, anyone know how to reverse to a previous task

2008-05-07 Thread rossputin
Hi all, a quick question I have not poked too deep into the database yet, but does anyone know which fields I need to alter in which tables if I want to reverse to a prior task, so that the user can resume from that earlier task, and transition correctly through the rest of the process as they

[jboss-user] [JBossWS] - @XmlMimeType(

2008-05-07 Thread pdrummond
Hi all, I am using Revision: jbossws-3.0.1-native-2.0.4.GA and trying to get attachments to work. I have no problems running the XOP test case but when I try to write my own service I always have the same problem. When I deploy my WAR the ns1:expectedContentTypes is always "application/octet

[jboss-user] [Management, JMX/JBoss] - No 'jboss' MBeanServer found!

2008-05-07 Thread jyotisree1
Hi, I am new in JBossTomcat, i am using jboss-4.0.3SP1 version. When i am to execute following line of code from jsp:- MBeanServer server = org.jboss.mx.util.MBeanServerLocator.locateJBoss(); it is giving following exception:- java.lang.IllegalStateException: No 'jboss' MBean

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Having trouble with OneToOne with PrimaryKeyJoinColumn

2008-05-07 Thread potdl
any news on this...i`m struggling with the same thing? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149182#4149182 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149182 ___

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

2008-05-07 Thread ido_tamir
Hi, I installed a new dl of x86_64. http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/europa/winter/eclipse-jee-europa-winter-linux-gtk-x86_64.tar.gz Then I updated with the given development update site link. Then I added the patches. But clicking a xhtml fi

[jboss-user] [Management, JMX/JBoss] - Re: How to see classpath jars from jmx-console

2008-05-07 Thread Gitu
But this doesnt list all jars which are in application classpath. Also my unit is an EAR not war View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149176#4149176 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149176 _

[jboss-user] [JBossWS] - Re: Error deploying a war on metro

2008-05-07 Thread aroeder
Did you find a solution yet? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149175#4149175 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149175 ___ jboss-user mailing list jb

[jboss-user] [JBoss Tools (users)] - Jboss Seam Skeleton App exporter not visible

2008-05-07 Thread kanag_k
Hi I am using eclipse 3.2.2 and the latest release of jboss tools (nightly build JBossTools-200804281623-nightly-ALL-macosx-carbon.zip). I am using a mac for my development. I followed the steps to generate the Jboss Seam Skeleton App as described in http://www.jboss.com/products/seam/SeamHB

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

2008-05-07 Thread fly2net
hi, how I can function the application carried out with jboss jbpm in network, any help will be welcome View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149172#4149172 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=414917

[jboss-user] [JBoss Portal] - Define interportlet communication listener

2008-05-07 Thread valant
Hi to all i need a hand about the configuration of a jboss portal event listener, useful for creating a portlet "A" that communicates with a portlet "B" sending some parameters that the second potlet receive and use. well, i have written all classes, but i can't make the listener work because

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

2008-05-07 Thread jaikiran
You probably are packaging JBoss related jar files (ex: jboss.jar) in your application. If so, then remove them from your application EAR. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149167#4149167 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [Installation, Configuration & DEPLOYMENT] - DayTrader deployment on JBOSS

2008-05-07 Thread angpeipei
HI all, I’m facing difficulties trying to deploy DayTrader in Jboss Server. Below are the version of daytrader and Jboss I have tried(for weeks). DayTrader DayTrader – revision no:416929 (managed to built it using Maven 2) DayTrader– revision no:553607 (managed to built it us

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

2008-05-07 Thread Gitu
I want to move this interface out of ear as this Interface is actually stub of e2 and will be provided by other module. I am aware of its JNDI details so that I can perform a lookup. It cant be bundled along with my ear. e2 module owner will place it in server\all\lib directory. Since lookup is

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: deploy from eclipse has stopped working - what is wrong

2008-05-07 Thread jaikiran
So looks like the EAR deployed through the IDE is incorrect. I don't have any experience with using IDE for deploying the application. Maybe someone who has worked with Eclipse + JBoss will be able to help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149

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

2008-05-07 Thread [EMAIL PROTECTED]
Yes, clustering is fully supported. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149160#4149160 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149160 ___ jboss-user mailing

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

2008-05-07 Thread Elhananm
hi.. i'm trying to port an ear i have in jboss 3.2.5 to jboss 4.0.5, right from the start i had NoSUchMethodException when the commons logging in the ear conflicted with jboss's 4, so i create a jboss-app.xml: com.pnx:archive=pmp.ear java2ParentDelegation=false bu

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

2008-05-07 Thread jaikiran
What do the following commands output when run from that remote system: telnet < ipaddress> 1099 telnet < ipaddress> 80 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149157#4149157 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

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

2008-05-07 Thread comunere
Hi, I'm new to JBoss. I've installed one instance of JBoss.org (jboss-4.0.2) and deployed a web application. The web app is a critical application and accessed by to many persons. I'd like to know if it's possible to install 2 instances of JBoss (community edition) in cluster on 2 different ser

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - war inside war

2008-05-07 Thread srpantano
I have a web application (the security module) which has its screens of administration and would like to transform it into an optional module of other web applications. So can I have or not the security module in my new applications, how do this? View the original post : http://www.jboss.com/i

[jboss-user] [Security & JAAS/JBoss] - Re: Need help to configure security with Seam and EJB3

2008-05-07 Thread chawax
Forgot to tell I work with JBoss 4.2.0.GA. I also use JBoss SX 2.0.1.GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149150#4149150 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149150 __

[jboss-user] [Security & JAAS/JBoss] - Need help to configure security with Seam and EJB3

2008-05-07 Thread chawax
Hi, I desperately try to enable security on EJB3 session beans called from Seam components, but I can't find how to do this. When I try to call EJB3 session bean, I have a "Authentication failure" error. It's hard to find clear documentations about this on the web, so I hope someone will help m

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: shared class for two webapps

2008-05-07 Thread stourwalk
"lcurros" wrote : Solved. | The way I used works fine. I had a packaging error and I have put the class inside one of the app content so this was the reason way It didnt work Hi, could you be more specific about the problem that you had? We have a very similar situation where we have a single

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

2008-05-07 Thread majhong
Yes we changed the port numbers from the default 8080; We thought IIS might be intefering with JBoss so we disabled it completely and set JBoss to use port 80: From another machine, typing in http://:80 gives us the same "Page cannot be displayed error" as before. View the original post : htt

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: deploy from eclipse has stopped working - what is wrong

2008-05-07 Thread wiggy
cant do this i dont think - i cant find an xxx.ear file thats generated in my source tree project eclipse+jboss tools seems to be doing an exploded directory deploy. the application.xml is in my source tree - but isnt copied into the deployment exploded dir structure in the jboss deploy directo

[jboss-user] [JBoss jBPM] - Re: small GPD tutorial

2008-05-07 Thread [EMAIL PROTECTED]
Hi Alexey, Thanks for this contribution. I included a link to your tutorial from our wiki: http://wiki.jboss.org/wiki/JbpmContributedDocs Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149141#4149141 Reply to the post : http://www.jboss.com/i

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

2008-05-07 Thread ryousure2000
Did you find any solution for the issue. We are having same issue. THanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149140#4149140 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149140 _

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: How to save sessions when reloading web app?

2008-05-07 Thread johnNewman
ok they stripped my xml i swapped with View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149138#4149138 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149138 ___ jboss-user ma

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: How to save sessions when reloading web app?

2008-05-07 Thread johnNewman
OK that is the file thank you! I just swapped the lines that said , and we are cooking. thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149137#4149137 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149137 __

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

2008-05-07 Thread [EMAIL PROTECTED]
I just came across this post. Sorry for my being late :-) Anyway, kudos for this effort and a real big thank you. I created a new wiki page here: http://wiki.jboss.org/wiki/JbpmContributedDocs and included your contribution on it. It might be a good idea to include such a document in the distr

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

2008-05-07 Thread priyarao234
Hi Kiran,,.. dats fine like that i can access my server with ip address.. But in my program how can i configured that JBOSS configuration. if the Server is running in my machine i can provide the following code and it works fine Hashtable env = new Hashtable(); env.put(Context.INITI

[jboss-user] [JBoss Cache: Core Edition] - Re: Create an eviction Region with a non empty nodeEventQueu

2008-05-07 Thread Sancheski
I have a requirement in my application that forces me to create eviction policies to regions once the whole system is running (that is, the cache has already started and is runnning properly). What I am triying to do is to configure an eviction policy programatically. Here is how I am doing it:

  1   2   >