[jboss-user] [JNDI/Naming/Network] - Re: JNDI EJB local lookup is ok, but the bean cannot be invo

2008-06-28 Thread jaikiran
anonymous wrote : 10:13:40,932 INFO [STDOUT] [2008-06-27 10:13:40,932] ERROR (LocalJndiCallAction.java:76) - javax.ejb.EJBException: java.lang.RuntimeException: java.lang.ExceptionInInitializerError Is this the only thing that you see in the exception stacktrace? If yes, are you sure your appl

[jboss-user] [JBossWS] - RPC WSDL and load balancing problem

2008-06-28 Thread fbenvegna
I have a JBoss Cluster with two application server and an Apache with mod_jk as load balancer. With web application no problem but with web-services there are... my web-services WSDL (style RPC) reports an include on other WSDL URL that include a random identifier. Identifiers change on every dep

[jboss-user] [JNDI/Naming/Network] - Re: problem with deploy file jboss

2008-06-28 Thread jaikiran
anonymous wrote : 2008-06-27 21:10:17,656 ERROR [STDERR] javax.naming.NameNotFoundException: SessionEJB not bound You are using "SessionEJB" jndi-name to lookup your bean and it looks like that's not the name to which the bean is bound. anonymous wrote : @Stateless(name="SessionEJB") The "nam

[jboss-user] [JBoss Portal] - Re: Portal evaluation : JBoss vs. Liferay

2008-06-28 Thread [EMAIL PROTECTED]
There was a discussion already not long ago: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4153434#4153434 At the end you'll need to do your homework and do a POC on both View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161332#4161332 Reply to the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss as window service

2008-06-28 Thread gan.gary
I tried to set JBoss as window service("jboss-native-2.0.4-windows-x86-ssl.zip" as describe at: http://wiki.jboss.org/wiki/JBossNativeWindows But I get this error, why? The JBoss Application Server 5.0 service could not be started. | The service did not reprot an error. | More help is availabl

[jboss-user] [JBoss jBPM] - JBpm Process and JBPM SEAM Pageflows

2008-06-28 Thread coolex
Hello! I started to work with SEAM and JBPM. Now I'm a little bit confused about the pagelows I can crreate in SEAM with the help of jbpm and I can create processes. But I want to create processes that are also pageflows. That means I want to implement a process in my application and also that p

[jboss-user] [Microcontainer] - Re: How to access files in a sar deployed via VFS

2008-06-28 Thread [EMAIL PROTECTED]
This has nothing to do with VFS. Assuming you have an MBean with configuration files at the root of the .sar, you should be able to get to them with from the MBean class using: |// locate xyz.sar/file.cfg | InputStream is = this.getClass().getResourceAsStream("file.cfg"); | I suppos

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss as window service

2008-06-28 Thread jaikiran
What does the run.log in the %JBOSS_HOME%/bin folder show? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161351#4161351 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161351 ___

[jboss-user] Re: IllegalAccessError: Could not instantiate Seam component

2008-06-28 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=15383 Posted on behalf of a User In the registration example, the validation is working but when proper data given and submitted the form getting the following excpetion. Any help highly appreciated HTTP Status 500 - -

[jboss-user] [Installation, Configuration & DEPLOYMENT] - jboss-web Http connector - How to tune maxThreads parameter

2008-06-28 Thread ravichittari
I am trying to tune MaxThreads parameter. Are there any benchmarks that Jboss provides that I can look into? What are the steps that can systemically follow to increase or decrease maxThreads parameter? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=416135

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss-web Http connector - How to tune maxThreads parame

2008-06-28 Thread ravichittari
Tried include XML entry but the post did not take it. Below is the exact configuraiton I am talking about.. Any insight is greatly appreciated. Connector port="8080" address="${jboss.bind.address}" maxThreads="250" maxHttpHeaderSize="8192" emptySessionPath="true" protocol="HTTP

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Hot deploying compiled classese to Jboss-4.2.2 server? is it

2008-06-28 Thread ravichittari
I am using Rhino for one of the Web applictions to run js on server side. I can improve the performance significantly by pre-compiling the js to java. What it means is, from time to time, based on user action, I would like to compile the modified js scripts and convert them to java using Js->Jav

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Hot deploying compiled classese to Jboss-4.2.2 server? i

2008-06-28 Thread rouvas
Regarding your questions: (a) Does Hot deployment in Jboss 4.2.2 work? is it reliable? It works fine. Is it reliable? It depends. Frequent re-deployments will cause memory usage to rise significantly, but AFAIK this is a Java.1.5 issue. I use hot-deployment all the time (for devel purposes) and I

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss as window service

2008-06-28 Thread PeterJ
Where do you have JAVA_HOME defined? In the User Variables or the System Variables? It has to be set in System Variables. What account are you using for the service? If you set up a special account, did you make sure that account has read/write access to all of the JBossAS files and directories

[jboss-user] [Beginners Corner] - Remote queue configuration

2008-06-28 Thread moorix
Hello, i can't found out anywhere how to create and destroy JMS queues from java application. Is it possible to use the operation createQueue() of the service DestinationManager from remote java application at all? Or the only option to configure is utilizing web-console or twiddle command? I'm

[jboss-user] [JBoss jBPM] - Re: How to deploy a BPEL process using the APIs?

2008-06-28 Thread arkenchoust
hi jsports, thx for your posts below, I'm in the same situation as dhanushgopinath, and i wanna know if there is a tutorial or a kind of step by step tutorial on deploying BPEL process on jBOSS AS. i've followed the official tutorial on the jboss web site, and some of other tutorials on the ne

[jboss-user] [JBoss Tools (users)] - Jboss tools seam views dont work in Ganymede

2008-06-28 Thread wiggy
Tried several times to try jboss tools in early releases of Eclipse ganymede, but it all always errored. Just checked the Ganymede production build - and installed latest version of jboss tools - It ries to run the wizard to setup seam project (however it only offered me seam 1.2 and not 2.0 in

[jboss-user] [JBoss/Spring Integration] - Re: Spring Component Auto Detection

2008-06-28 Thread alesj
"alesj" wrote : Or, can you explain me what I need to do to create an example that is gonna use that? I've changed my Spring-deployer tests to use @Component scanning, and they pass. :-) I'll release new deployer right after JBoss5_CR1. But you can already build it yourself from the trunk. View

[jboss-user] [JBoss Tools (users)] - Re: cant get jboss tools 2GA to work with Ganymede build

2008-06-28 Thread wiggy
just saw this from max - that explains the errors i guess - whats the roadmap release for JBT3? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161369#4161369 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161369 _

[jboss-user] [JBoss jBPM] - Re: How to deploy a BPEL process using the APIs?

2008-06-28 Thread arkenchoust
getting the error below : anonymous wrote : | [deployprocess] java.net.SocketException: Connection reset | [deployprocess] at java.net.SocketInputStream.read(SocketInputStream.jav | a:168) | [deployprocess] at java.io.BufferedInputStream.fill(BufferedInputStream. | ja

[jboss-user] [JBoss AOP] - JBoss AOP 2.0.0 possible deadlock?

2008-06-28 Thread kringdahl
So, we've been progressing with integrating JBoss AOP 2.0.0 into JBoss AS 4.2.2 out of necessity to pull in JBoss Cache 2.1.1 for a critical bug fix. We're not ready to make the move to JBoss AS 5 so that's what brings us here. We've followed the instructions in the JBoss 4 area of the packag