[jboss-user] [Remoting] - Re: ClassNotFoundException while calling remote ejb3 across

2008-06-22 Thread [EMAIL PROTECTED]
I've fixed this issue for Remoting release 2.2.2.SP8. org.jboss.remoting.marshal.MarshallerLoaderHandler, which is the ServerInvocationHandler for the classloader Connector, now is able to search org.jboss.mx.loading.HeirarchicalLoaderRepository3s, which allows it to find scoped classes. In

[jboss-user] [EJB/JBoss] - Re: Serializable no remote classloading

2008-06-22 Thread [EMAIL PROTECTED]
I've fixed this issue for the Remoting 2.2.2.SP8 release. For more information, see Remoting users forum thread ClassNotFoundException while calling remote ejb3 across isol at http://www.jboss.com/index.html?module=bbop=viewtopicp=4159759#4159759. View the original post :

[jboss-user] [JBoss Getting Started Documentation] - Getting started with JBoss4.0 - Ant Build Error

2008-06-22 Thread anupjani
Hi. I was following this tutorial to try Duke's Bank Application on JBoss4. After downloading unzipping j2ee-1_4-doc-tutorial_7.zip I copied examples folder into ${jboss.home}/server/myconfig. Then changed build.properties to set jboss.home path as C:\JBoss4. And ran following ANT command:

[jboss-user] [JBoss Tools (users)] - Re: High CPU Usage

2008-06-22 Thread [EMAIL PROTECTED]
no, previous workspace should not affect performance this way. It would be *great* if you isolate the problem and let us know - is there anything showing up in the Error Log ? Since it both happens .java and .xhtml files maybe you are hitting some issue with the Seam EL completion we haven't

[jboss-user] [JBoss Cache: Core Edition] - Re: getting

2008-06-22 Thread dorbd
Any one has a solution for this problem of mine ? Is it JGroup problem which i should ask there or is it the new version of jboss cache exception. Any one on jboss cache team ? Regards, Dor dorbd wrote : I am getting the following exception: | | 08:18:25,820 ERROR [CacheMarshaller210]

[jboss-user] [JBoss jBPM] - What's JBPM Server do you use?

2008-06-22 Thread youhaodeyi
Where do you deploy JBPM application? There must be some kind of Server to invoke the business process. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159765#4159765 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159765

[jboss-user] [Installation, Configuration DEPLOYMENT] - Clustering for failover

2008-06-22 Thread gan.gary
While trying to setup a new JBoss apps, I come across with failover clustering, does anyone have any advices on this, other than the link at Jboss doc: Chapter 16. Clustering http://docs.jboss.org/jbossas/jboss4guide/r4/html/cluster.chapt.html ? View the original post :

[jboss-user] [JBoss Tools (users)] - tools.jar not being detected

2008-06-22 Thread Elhananm
hi all... i saw this in :https://bugs.eclipse.org/bugs/show_bug.cgi?id=126239 and i believe that this is till an issue with eclipse europa, i have added manually the tools.jar in jre settings in eclipse, and other ideas? View the original post :

[jboss-user] [JBoss/Spring Integration] - Re: spring deployer -- NoClassDefFound exception (works on L

2008-06-22 Thread alesj
odigokid wrote : | I am now getting this NoClassDef Exception when I can clearly see that the class is located in the spring-core.jar file that is in the server/default/lib folder and is also located in the jboss-spring.deployer package that is in the deploy directory. Keep just one version

[jboss-user] [Security JAAS/JBoss] - Jboss SecurityDomaijn Annotation

2008-06-22 Thread sofi80
Hi, I have an EJB which is marked with SecurityDomain annotataion. I want that some of the methods in it will not be in the SecurityDomain, (so they will not go through the Jboss Security Interceptors). Is there a way to exclude a method from the security domain? (PermitAll does not help me,

[jboss-user] [JBoss jBPM] - Re: HTTP Status 403 - Access to the requested resource has b

2008-06-22 Thread kukeltje
as mentioned in the other post, the _user and _group numbers are reversed View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159775#4159775 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159775

[jboss-user] [JBoss jBPM] - Re: What's JBPM Server do you use?

2008-06-22 Thread kukeltje
no if you read the docs you can see that jBPM can also be used embedded as a library in a standalone app View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159776#4159776 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: TaskInstance.setActorId(String) causes set TaskInstance

2008-06-22 Thread kukeltje
to work or to load? That is what I asked... were you able to load it at all without modifications? The changes you made are known for a very long time and mentioned in the wiki. And still then, *what version* of MySQL are you using? and on what platform. Only if we get details on that, we can

[jboss-user] [JBoss Tools (users)] - Re: tools.jar not being detected

2008-06-22 Thread [EMAIL PROTECTED]
im not sure what the problem is by having to add tools.jar manually ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159779#4159779 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159779

[jboss-user] [JBoss Messaging] - Re: Interesting performance numbers with 2.0 alpha, 1.4 AM

2008-06-22 Thread [EMAIL PROTECTED]
Is this Linux? Are you using libaio? What disk you have in your config? If you are using linux/libaio, when you add more clients you should scale even higher. I mean. Our target for BETA is to maximize your disk... say.. if your disk can do up to 20K messages a second on the disk, you would be

[jboss-user] [JBoss Messaging] - Re: Interesting performance numbers with 2.0 alpha, 1.4 AM

2008-06-22 Thread [EMAIL PROTECTED]
anonymous wrote : Our target for BETA is to maximize your disk... say.. if your disk can do up to 20K messages a second on the disk, you would be able to add 20 more producers and you would still have 800/1K messages per second on each producer. Of course I meant... 20 producers at the small

[jboss-user] [JBossWS] - wsconsume https

2008-06-22 Thread argol1278
hi all I want to develop web service over https but i have problem with generating artifactes from https: - 1) It is possible to generate artifactes from https://site/wsdl.wsdl ? -- I

[jboss-user] [JBoss Messaging] - Re: C++ Clinets for JBOSS Messaging

2008-06-22 Thread jmsid4jboss
Tim thanks your response. We succeeded in C++ clients sending messages to ActiveMQ also succeeded in integrating ActiveMQ to JBOSS. But we wanted to explore if there are any C++ clients that can send messages to JBOSS Messaging since we want to stick to JBOSS Messaging for better product

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: not accessible from localhost

2008-06-22 Thread nickarls
I've tried just a -b hostname on one of our local servers (Linux) and end up with the same thing - no go from localhost. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159786#4159786 Reply to the post :

[jboss-user] [JBoss Getting Started Documentation] - Re: Documentation for jboss-5.0.0

2008-06-22 Thread henk53
C'mon you guys... how hard can answering such a question be? At least you could say you are not going to answer the question because insert reason here View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159788#4159788 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Target Unreachable, identifier 'employeeList' resolved t

2008-06-22 Thread PeterJ
What you posted was the failed deployment report printed at the end of startup. Earlier in the console output there should be a stack trace, please post that. (If there are multiple stack traces, post only the first one.) Also, post the *-ds.xml file for your data source, just in case. View

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JasperException: Need classpath for JSP compile

2008-06-22 Thread PeterJ
There is no global configuration to do this. Adding the import statement to the JSP is the correct way to do this. The mechanism provide by WebLogic Server (WLS) is proprietary to WLS and is not portable. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: trying to increase thoroughput to server, what am I miss

2008-06-22 Thread PeterJ
Is JMeter running on the same machine as JBossAS? Perhaps JMeter, or the network connection between the JMeter machine and the JBossAS machine, is where the problem is. What processor utilization are you seeing? View the original post :

[jboss-user] [JBoss Getting Started Documentation] - Re: Getting started with JBoss4.0 - Ant Build Error

2008-06-22 Thread PeterJ
Please post the full stack trace you get from the ant build. Also, you should add the -v option to the ant command line to get more information about the problem. I am not sure about the cause of the error dialog. It looks like a 16-bit app is being run at some point, but the 16-bit virtual

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: not accessible from localhost

2008-06-22 Thread PeterJ
Yes, if you do -b hostname then you will not have access from localhost. And you still did not post the line I asked for. Without that, I cannot help you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159793#4159793 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: tools.jar not being detected

2008-06-22 Thread Elhananm
the fact that you have to do more then once( and that you have to search for the solution in the first place) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159794#4159794 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: tools.jar not being detected

2008-06-22 Thread [EMAIL PROTECTED]
You have to do it only once if you add it to the JVM defintion. In any case I don't think we can do much about it since its done by WTP and we don't otherwise require tools.jar on the classpath afaik. View the original post :

[jboss-user] [Beginners Corner] - Virtual Hosts

2008-06-22 Thread jhall01
So I am trying to deploy a webapp on jboss and can't seem to figure out whats going on (I have switched my actual domain name with domain.com: I have apache2 running in the front, jboss 4.2.2. I setup my apache directives with the following: ServerName www.domain.com | ProxyPass /

[jboss-user] [JBoss AOP] - Re: Multiple ClassLoaders problem?

2008-06-22 Thread fr0w
Any clue? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159800#4159800 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159800 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: Interesting performance numbers with 2.0 alpha, 1.4 AM

2008-06-22 Thread seattle.golfer
timfox wrote : | | 1) I'd strongly recommend against running all tests on the same box. You'll probably find the results won't give you a real picture of performance since you really need a network in play (minimum 1GB network). | | We are designing each node in this role so it is

[jboss-user] [JBoss Messaging] - JBOSS configuration for multiple brokers.

2008-06-22 Thread Milochanzy
Hi, I am trying to connect my application to listen to a Queue that has multiple brokers. Code below: | entity jndiName=QueueConnectionFactory class=progress.message.jclient.QueueConnectionFactory | property

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: trying to increase thoroughput to server, what am I miss

2008-06-22 Thread jamicide
Thanks for the response. I have ran JMeter from 3 seperate machines (never the same machine as JBoss) both seperately and simulataneously, all with the same cumulative thoroughput of ~50 per second. This led me to believe that the the problem was on the JBoss box. The processor load is around

[jboss-user] [JBoss Portal] - Re: Your account is disabled

2008-06-22 Thread avagarwal
Hi, Issue resolved. I was using mysql-connector-java-3.0.17-ga-bin.jar instead of mysql-connector-java-5.1.6-bin.jar which was causing the issue's. Surprisingly however the using the former (3.0.17) the database is created and you can even create new user's in the same. Not sure weather this

[jboss-user] [JBoss Messaging] - Re: C++ Clinets for JBOSS Messaging

2008-06-22 Thread armgong
another option is sun's openmq(https://mq.dev.java.net) ,it support c++ client ,I also evaluate jbm activemq openmq, I found JBM is the best but it can't support C++,activemq is not so stable,openmq stable but preformance not so good but it can support c++ client ,and have lots docs, and rich

[jboss-user] [JBoss Messaging] - Re: I got some performance problem while sending a lot of me

2008-06-22 Thread gary.c.chen
timfox, could you please give me a reply ? thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159807#4159807 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159807 ___

[jboss-user] [JBoss Tools (users)] - deployment error 404

2008-06-22 Thread bmuralirao1980
iam using jboss ideiam getting error stuts code 404 while deploying my applicationcan any one tell me how to correct this View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159809#4159809 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: HOw to create user so that no one can see others tasks..

2008-06-22 Thread alok0007_07
Thanks for Reply... But its not possible to change the values of USER and GROUP column.. cause it gives me an error that parent key not found... may i m not gettting your point.. can u elaborate your point... Thanks for response... View the original post :