[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss + MS Sql server 2005: 'nvl' is not a recognized built-

2008-08-04 Thread illi
Hi All, We have been trying to configure JBoss to use MS Sql server 2005 from our application. Technology we used in our application is hibernate. We are now able to access our application, but while loading some objects in one of screens, it is showing a error Caused by:

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Jboss Crash: AJP / mod_jk / Apache

2008-08-04 Thread matthiasm
Hi, I have a Problem with the AJP connector and Jboss. Everytime I restart Apache or one of my Cron-Jobs reconfigures and restarts Apache, Jboss shutsdown/crashes. With Jboss 4.2.0 jboss simply crashed (without any log-output), now with 4.2.3 I see the shutdown in the logs: | 06:25:05,462

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss 4.2.0 SOAP Exception:Could not transmit message

2008-08-04 Thread MohanReddy
11:56:56,671 ERROR [STDERR] javax.xml.soap.SOAPException: java.io.IOException: Could not transmit message 11:56:56,671 ERROR [STDERR] at org.jboss.ws.core.soap.SOAPConnectionImpl.callInternal(SOAPConnectionImpl.java:115) 11:56:56,671 ERROR [STDERR] at

[jboss-user] [Clustering/JBoss] - Re: Two-Node Cluster UDP OutOfMemoryError

2008-08-04 Thread dilipreddy
Hi I think it might me useful, lets take a glance at this To solve “OutofMemoryException:Max GenSpace Exception” in Jboss l server: http://www.innoq.com/blog/sp/2008/01/jboss_as_42x_and_javalangoutof.html see this link and edit the run.bat in windows of conf.run in Unix View

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Log: JBoss + MS Sql server 2005: 'nvl' is not a recognized b

2008-08-04 Thread illi
Adding full log info: 2008-08-04 12:05:30,613 INFO [STDOUT] Caused by: org.hibernate.exception.GenericJDBCException: could not execute query 2008-08-04 12:05:30,613 INFO [STDOUT] at org.hibernate.exception.ErrorCodeConverter.handledNonSpecificException(ErrorCodeConverter.java:92) 2008-08-04

[jboss-user] [JBossWS] - Re: jbossws 1.2.1: wsconsume OutOfMemoryError

2008-08-04 Thread dilipreddy
Hi see this To solve “OutofMemoryException:Max GenSpace Exception” in Jboss portal server: http://www.innoq.com/blog/sp/2008/01/jboss_as_42x_and_javalangoutof.html see this link and edit the run.bat in windows of conf.run in Unix might be useful View the original post :

[jboss-user] [JBoss Messaging] - Re: All messages are not consumed in Clustered environment.

2008-08-04 Thread timfox
You already posted this here: http://www.jboss.com/index.html?module=bbop=viewtopict=139256 The last comment on the original thread was Please post a simple Java test that we can run that demonstrates the problem. We're still waiting for that. Do not repost/crosspost or I will delete your

[jboss-user] [Security JAAS/JBoss] - Re: Problem with SPNEGO Negotiation

2008-08-04 Thread chausberger
Hi Darran I checked again and indeed it was the wrong case. Now it works. what's weird: the principal is [EMAIL PROTECTED], but my windows login is hausberger which is lowercase h. where does the upper case come frome? Active Directoy? Claus View the original post :

[jboss-user] [JBossWS] - WS-RM Exception: cannot be cast to org.jboss.ws.core.StubExt

2008-08-04 Thread moweis
Hi, I'm running the example found at: http://jbws.dyndns.org/mediawiki/index.php?title=Native_WS-ReliableMessaging_Tutorial I'm able to deploy the WS, but when I try to run the sample client:

[jboss-user] [Security JAAS/JBoss] - Re: Problem with SPNEGO Negotiation

2008-08-04 Thread chausberger
I found it. I blame Windows! My Windows username is Hausberger, but I can also login into Windows with all lowercase and so I thought this must be the right principal name. I had no idea that Windows is not case sensitive here. thanks again for all your help and your work in JBoss Negotiation.

[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-04 Thread [EMAIL PROTECTED]
Can you copy/paste your client code here? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168368#4168368 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4168368 ___ jboss-user

[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-04 Thread moweis
Here is the full stack trace: anonymous wrote : Exception in thread main java.lang.ClassCastException: $Proxy25 cannot be cast to org.jboss.ws.core.StubExt | at org.jboss.test.ws.jaxws.samples.wsrm.client.SimpleServiceTestCase.main(SimpleServiceTestCase.java:30) | Line 30 is:

[jboss-user] [Security JAAS/JBoss] - Re: Problem with SPNEGO Negotiation

2008-08-04 Thread chausberger
another question: Currently our systems works like this: We set an apache in front of JBoss and use Basic authentification. If the users goes straight to the JBoss Webserver without going over Apache, a login formular is presentet. To check this, the software checks the HTTP header if Basis

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying ZIP/JAR files issue

2008-08-04 Thread neo2008
The ZIP/JARS I try to deploy are valid formats and I can easily open it with other tools View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168371#4168371 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4168371

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Jboss Crash: AJP / mod_jk / Apache

2008-08-04 Thread erasmomarciano
Run dmesg when jboss crashes. May be the oom-killer is killing your jboss due to memory usage. Chcek syslog View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168383#4168383 Reply to the post :

[jboss-user] [EJB/JBoss] - How to access EJB from Portlet

2008-08-04 Thread mabimal
Hi all, i tried to access EJB from a portlet. I have had accessed ejb from servlet in jboss but with the similar code in portlet, it throws some errors as ClassCastException..as ERROR Cause: java.lang.ClassCastException: $Proxy287 cannot be cast to lesson.stateless.HelloWorld Message:

[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-04 Thread [EMAIL PROTECTED]
Are you using jbossws only libs? What is your client classpath? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168385#4168385 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4168385

[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-04 Thread moweis
I'm wondering if the wsconsume didn't run properly? I ran it twice: First with a non-WS-Policy wsdl Second with WS-Policy wsdl Both generated the same files. Is that correct? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168386#4168386 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Using DES with DatabaseServerLoginModule

2008-08-04 Thread oozoo
Hi, is using DES with DatabaseServerLoginModule possible? I have DES encrypted passwords in a legacy database but its giving me NoSuchAlgorithmException when I specify DES. I tried adding BouncyCastle as provider to my JRE but I keep getting the same error message. thanks View the original

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: .ear priority deployment

2008-08-04 Thread vberetti
Hi, I have 2 solutions for you : - you can easily extend the JBoss DeploymentSorter. Then declare the new class in jboss-service.xml in URLComparator. - you can define dependencies between jmx names. You can say for example that the war needs an ejb or an ear or a sar. There is only one

[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-04 Thread moweis
Sure: Here is my client code: package org.jboss.test.ws.jaxws.samples.wsrm.client; | | import java.net.URL; | import javax.xml.namespace.QName; | import javax.xml.ws.Service; | import org.jboss.ws.core.StubExt; | import org.jboss.ws.extensions.wsrm.api.RMProvider; | | import

[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-04 Thread [EMAIL PROTECTED]
moweis wrote : | I get the following exception: | anonymous wrote : Exception in thread main java.lang.ClassCastException: $Proxy25 cannot be cast to org.jboss.ws.core.StubExt | in advance! | And what is the full stack trace? View the original post :

[jboss-user] [JBossWS] - Re: Web method memory leak?

2008-08-04 Thread pophristov
Peter, Thank you for your reply! Increasing the heap size solved my problem. BP View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168372#4168372 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4168372

[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-04 Thread moweis
I still get the same error :( anonymous wrote : /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin/java -classpath .:..:../wsconsume/generated/classes/:${JBOSS_WS_HOME}/deploy/lib/jbossws-native-core.jar org.jboss.test.ws.jaxws.samples.wsrm.client.SimpleServiceTestCase

[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-04 Thread [EMAIL PROTECTED]
OK, did you see: http://jbws.dyndns.org/mediawiki/index.php?title=Installation topic: Using JBossWS Native with JDK 6 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168395#4168395 Reply to the post :

[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-04 Thread [EMAIL PROTECTED]
This is absolute mystery to me :( I can't believe this is possible? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168382#4168382 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4168382

[jboss-user] [EJB 3.0] - How to access EJB from Portlet

2008-08-04 Thread mabimal
Hi all, I am unable to access EJB from portlet, successfully deployed and accessed EJB 3.0 from servlet on JBoss Portal 2.6.5 SP1 but similar code didnt produced the result for portlet...here is error as ERROR Cause: java.lang.ClassCastException: $Proxy287 cannot be cast to

[jboss-user] [JBoss Portal] - How to access EJB from Portlet

2008-08-04 Thread mabimal
Hi all, I have successfully deployed EJB in JBoss Portal 2.6.5 SP1 and accessed it through web module from servlet code..and i tried similar with portlet but there is ClassCastException Error as ERROR Cause: java.lang.ClassCastException: $Proxy287 cannot be cast to lesson.stateless.HelloWorld

[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-04 Thread [EMAIL PROTECTED]
You have to endorse JAXWS. Try to add: -Djava.endorsed.dirs=${JBOSS_HOME}/lib/endorsed to your client launch command. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168389#4168389 Reply to the post :

[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-04 Thread moweis
Yes, here is my command-line execution: anonymous wrote : | /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin/java -classpath .:../wsconsume/generated/classes/:${JBOSS_WS_HOME}/deploy/lib/jbossws-native-core.jar

[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-04 Thread moweis
Yes I did...I copied the libs as stated. Question, if I run wsconsume on the wsdl with no WS-RM related info, and run it again with WS-RM configuration, should I see any difference in the generated source? Because looking at the generated service interface, it doesn't extend StubExt: |

[jboss-user] [JBoss jBPM] - Re: Additional components to the jPDL-Designer

2008-08-04 Thread [EMAIL PROTECTED]
It is possible but not easy. You will need knowledge about writing Eclipse plugins and about Eclipse GEF. There are earlier entries in this forum that provide a little bit of info on how to do it. The main idea is that you have to look at the plugin.xml of the current GPD and mimic what is done

[jboss-user] [JBoss Cache: Core Edition] - JBoss Cache running in virtual server

2008-08-04 Thread [EMAIL PROTECTED]
Would there be any problem on JBoss Cache running in virtual server? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168397#4168397 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4168397

[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-04 Thread moweis
No i still have the same error... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168402#4168402 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4168402 ___ jboss-user mailing list

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Jboss Crash: AJP / mod_jk / Apache

2008-08-04 Thread matthiasm
erasmomarciano wrote : Run dmesg when jboss crashes. | May be the oom-killer is killing your jboss due to memory usage. | | Chcek syslog | I couldn't find anything suspicious in the syslogs, but I'm not quit sure what I'm looking for, at least I couldn't find any error messages or

[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-04 Thread [EMAIL PROTECTED]
moweis wrote : | Question, if I run wsconsume on the wsdl with no WS-RM related info, and run it again with WS-RM configuration, should I see any difference in the generated source? | | Because looking at the generated service interface, it doesn't extend StubExt: No, the interface

[jboss-user] [JBoss jBPM] - Re: My experience to promote jBPM on a large scale project

2008-08-04 Thread [EMAIL PROTECTED]
Hi Francesco, Thanks for your feedback. We are aware of most of the things that you bring on the table and are working to ameliorate support for these in the next generation of the GPD. The idea is that nodes and figures are pluggable and can be easily contributed to the plugin by a user.

[jboss-user] [JBoss Portal] - persistent setRenderParameters

2008-08-04 Thread anton.evangelatov
Hello, When I call response.setRenderParameter() in processAction, they are not cleared on the next request, even though in the javadoc it is said These parameters will be accessible in all sub-sequent render calls via the PortletRequest.getParameter call until a request is targeted to the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Jboss Crash: AJP / mod_jk / Apache

2008-08-04 Thread erasmomarciano
oom-killer is a facility of linux kernel that kill processes when the system terminate memory(RAM). It seems that jboss is terminating correctly due to a clean shutdown. Check your start/shutdown scripts, may be that when you stop apache jboss get stopped too. try to grep -i oom on

[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-04 Thread [EMAIL PROTECTED]
To recapitulate your problem is wrong client classpath. You didn't endorse jbossws client libraries properly. The last stupid question: is your JBOSS_HOME environment variable defined? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168417#4168417 Reply to the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Jboss Crash: AJP / mod_jk / Apache

2008-08-04 Thread matthiasm
erasmomarciano wrote : oom-killer is a facility of linux kernel that kill processes when the system terminate memory(RAM). | | It seems that jboss is terminating correctly due to a clean shutdown. | | Check your start/shutdown scripts, may be that when you stop apache jboss get

[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-04 Thread moweis
Yes JBOSS_HOME is set. What should my classpath be? All I currently have in my classpath are 4 locations 1) current directory so that I can access my Client 2) parent directory of META-INF/wsrm-jaxws-endpoint-config.xml 3) directory for my generated classes from wscompile 4)

[jboss-user] [The Lizzard's corner] - jboss start up error

2008-08-04 Thread jai ganesh
hi, am new to jboss, version usage is 4.0.2...i have deployed the war file. But when i start up the server java.lang.NoClassDefFoundError: Files/jboss-4/0/2/binlib/endorsed Exception in thread main . this is the message i get. Any help appreciated. View the original post :

[jboss-user] [Performance Tuning] - jboss 4.2.2.GA on AIX 5.3 performance problem

2008-08-04 Thread wmanv
We're running an jboss 4.2.2.GA on an AIX 5.3 machine. Our webservice also runs but the performence is about 3 times worse than on a windows xp machine. The other problem is, that when we call the webservice around 40 times at on time we get some (503) Webservice temporarily unavailable, which

[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-04 Thread [EMAIL PROTECTED]
Yes, you have to ensure (using proper endorsing setup) that jbossws jaxws api will be used instead of jaxws that is distributed with the JVM. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168430#4168430 Reply to the post :

[jboss-user] [JBoss jBPM] - Plz help me to Configure JBoss with Jbpm

2008-08-04 Thread ankit.khandelwal
Hi All, Because of my project requirement i have to use JBoss, jbpm eclipse combination.But i am not able to understand how to use jbpm and configure it on my machine to run any project. I have experience of Eclipse with JBoss but i am new to jbpm. Right now i am using : jboss-4.2.1.GA ,

[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-04 Thread [EMAIL PROTECTED]
Try to add this piece of code to your client source: URL jaxwsThatIsUsed = javax.xml.ws.Service.class.getProtectionDomain().getCodeSource().getLocation(); | System.out.println(JAXWS that is used: + jaxwsThatIsUsed); | and send me your console output. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: newbie: jboss installation question

2008-08-04 Thread reaverbrook
Thank you for replying me post. anonymous wrote : Which version of JBoss? Where did you download it from? The version is jboss-4.2.3.GA, and I download from jboss.org, i was redirected to souceforge.org. anonymous wrote : Is this a typo? The run.sh is in JBOSS_HOME/bin and not the lib

[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-04 Thread moweis
getCodeSource is returning a null, so I'm unable to call getLocation I really appreciate your help. I'm trying to run the example now on my PC, to see if I run into the same problems (I currently running it on a mac). View the original post :

[jboss-user] [JBoss Messaging] - Re: How do I empty a JBoss queue?

2008-08-04 Thread asaur
timfox wrote : As previously mentioned, messages will get put back on the queue when the client gets timed out (not when another client reconnects). | | If you can produce a simple self contained test case that we can run that demonstrates otherwise we will be happy to investigate further.

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Sun WebServer 7.0/jBoss 4.2.2 http connectors unresponsi

2008-08-04 Thread gotthejack
Further update: We snooped both the web server and the middle tiers and found that the web server is sending a SYN packet which is received on the middle tier but never ACKnowledged. So far we have only seen this on posts, but we are still examining the logs. I thought the operating system is

[jboss-user] [JBoss Messaging] - Re: How do I empty a JBoss queue?

2008-08-04 Thread asaur
oops. I forgot to put the client code... here it goes (I have cut out the package and import sections, just for brevity): === public class PPMessageConsumer implements ServletContextListener { private static final int NUMBER_OF_LISTENERS = 5; AppListenerThread[]

[jboss-user] [EJB 3.0] - jaas not bound

2008-08-04 Thread kgoedert
Hello, I'm trying to use EJB3 embeddable to test my ejb3 components. When I deploy the app I get jaas not bound. My beans are annotated with @SecurityDomain. Which files need to be configured to make jaas work? Thanks Kelly View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying ZIP/JAR files issue

2008-08-04 Thread jaikiran
Post the output of jar -tf 1996_update.zip View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168460#4168460 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4168460 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: jaas not bound

2008-08-04 Thread kgoedert
I just figured out I need security-beans.xml file that should be in conf dir. I downloaded jboss-EJB-3.0_Embeddable_ALPHA.zip and this file is not in the conf dir. Isn't this the file I should download to use ejb3 embeddable? View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss + MS Sql server 2005: 'nvl' is not a recognized bu

2008-08-04 Thread jaikiran
Can you post the query that is being fired, which runs into this error? You might have to enable show_sql on hibernate to see those queries in the logs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168463#4168463 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Annoying log warning:

2008-08-04 Thread jaikiran
anonymous wrote : This caused me to think that maybe there is something on the local file system that JBoss creates and perhaps the problem stems from bad/corrupt data that happened while doing initial development and testing. By default, JBoss uses HSQLDB to store JMS related data. The data

[jboss-user] [JBoss jBPM] - reopen a process instance ?

2008-08-04 Thread memius
Is it conceptually correct (and if so, technically possible) to reopen a closed process instance ? Consider next situation : you have an insurance dossier that is functionally 'closed' (all payments done, everyone happy, etc...) But ... there is always the option that new data pops up and this

[jboss-user] [JBossWS] - javax.naming.Name is an interface, and JAXB can't handle int

2008-08-04 Thread kosulin
Hi, I have a single POJO with 2 methods, first method accesses filesystem, and second - invokes SLSB. When I deploy it to JBoss 5.0.0CR1 (jre 1.6.0_07, Windows Vista SP1), I am getting the following error message: 10:16:02,418 ERROR [AbstractKernelController] Error installing to Real:

[jboss-user] [JBossWS] - Re: javax.naming.Name is an interface, and JAXB can't handle

2008-08-04 Thread kosulin
Here is my POJO definition: @WebService(name = Statements, targetNamespace = http://www.mysite.com/;, serviceName = StatementsService, portName = StatementsPort) @SOAPBinding(style = SOAPBinding.Style.DOCUMENT, parameterStyle = SOAPBinding.ParameterStyle.WRAPPED) @BindingType(value =

[jboss-user] [JBossWS] - Re: javax.naming.Name is an interface, and JAXB can't handle

2008-08-04 Thread kosulin
I resolved the issue by marking it as resource: @Resource InitialContext ctx; View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168490#4168490 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4168490

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging 2.0.0 alpha released

2008-08-04 Thread tedgarcooper
Will the deployment allow for both AS and standalone? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168491#4168491 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4168491 ___

[jboss-user] [JBoss jBPM] - Re: jBPM on GlassFish - HTTP status 500

2008-08-04 Thread crued
naruszef wrote : Hm... gd is a jboss gravel tag... So maybe try add gravel.jar to the project - maybe it will help... | | link to jboss gravel page http://www.jboss.org/gravel/ Good thought, but gravel.jar is already in the deployed pacakge, here:

[jboss-user] [Security JAAS/JBoss] - Re: JBoss SSO: App with multiple style sheets/javascript fil

2008-08-04 Thread waltbarrow
Thanks for the information. Do you know if this new version will support SSL communication between Federation components? Our configuration requires SSL. Thanks! Walt Barrow View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168495#4168495 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Application Error - Resource not Found

2008-08-04 Thread PeterJ
If the application.xml, jboss-app.xml and jboss-web.xml files appear in the tmp directory, then they must be in the EAR and WAR war files. Therefore, your ant script is placing them in the those files as part of the build. Since it is your ant script and your build, you should know where those

[jboss-user] [Beginners Corner] - Re: JBoss API usage examples

2008-08-04 Thread PeterJ
Sounds like the app server is using the binding service in which case all of the port binding are in a single file, in which case the settings in other locations, like in jboss-service.xml, are ignored. View the original post :

[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-04 Thread moweis
Hi Richard, You were right. I went ahead and added all the jboss/jbossws jars to my classpath, and I no longer get the cannot be cast exception. However, I get a new exception now: anonymous wrote : Exception in thread main org.jboss.ws.extensions.wsrm.api.RMException: Unable to create WSRM

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 3.2 on JRockit 1.5

2008-08-04 Thread PeterJ
The class com/sabre/blackbeard/engine/AsyncExecutor does not appear in JBossAS 3.2.7, so apparently you have an app deployed. Will JBossAS run on JRockit without that app deployed? If so, then you will have to contact the owner of that app to figure out why it will not run on JRockit. View the

[jboss-user] [JBoss Cache: Core Edition] - Re: JBoss Cache running in virtual server

2008-08-04 Thread [EMAIL PROTECTED]
Not that I know of. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168506#4168506 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4168506 ___ jboss-user mailing list

[jboss-user] [JBoss Cache: Core Edition] - Re: JBoss Cache in virtual server

2008-08-04 Thread [EMAIL PROTECTED]
Not that I know of. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168507#4168507 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4168507 ___ jboss-user mailing list

[jboss-user] [JBoss Cache: Core Edition] - Re: UDP Reliability

2008-08-04 Thread [EMAIL PROTECTED]
What is your cache loader configuration like? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168508#4168508 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4168508 ___ jboss-user

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Calling datasource.getConnection() after sessionContext.

2008-08-04 Thread PeterJ
You might consider posting this in the JBossTM forum, the experts there might have a better idea on what the issue is. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168509#4168509 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: JBoss SSO: App with multiple style sheets/javascript fil

2008-08-04 Thread aamonten
Its already supporting SSL. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168510#4168510 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4168510 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBOSS application access issue

2008-08-04 Thread PeterJ
I have not seen this before, and we run JBoss Portal on JBossAS in Windows 2003. Are there any log entries made in server.log during the time the user fails to log in? And what do you mean by it does not allow you back in but then eventually you can access it. I more accurate description of the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss + MS Sql server 2005: 'nvl' is not a recognized bu

2008-08-04 Thread PeterJ
Also, in your hibernate configuration file, what dialect are you using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168512#4168512 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4168512

[jboss-user] [JBoss Cache: Core Edition] - Re: Can I use any character other than '/' for namespace sep

2008-08-04 Thread [EMAIL PROTECTED]
I'm guessing that you are using a FileCacheLoader then. :-) Try encoding the / character - URLEncoder and URLDecoder are your friends. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168513#4168513 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: No route to host / failed sending message to null

2008-08-04 Thread [EMAIL PROTECTED]
Looks like your local environment has a flaky network connection. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168514#4168514 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4168514

[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-04 Thread moweis
Richard, Ok, got it working. You were right all long regarding the classpath. Thanks for your help and patience! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168516#4168516 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Compensation for network latency of sync'd DB

2008-08-04 Thread [EMAIL PROTECTED]
How does your implementation know which messages to delay? Or do you simply delay all messages? You'd want to be careful here since the only way I can think of to tell which messages to delay on a JGroups level is to deserialize everything and then look at the method ids. And delaying

[jboss-user] [JBoss Cache: Core Edition] - Re: Stress Tests

2008-08-04 Thread [EMAIL PROTECTED]
lovelyliatroim wrote : Just back to this question | | anonymous wrote : | | I would have thought that having an ISOLATION level of NONE would turn out to be quicker but apparently not. What goes on behind the scenes when its set to NONE?. | | | | Any ideas as to why it would

[jboss-user] [JBoss Cache: Core Edition] - Re: Stress Tests

2008-08-04 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : The major memory increase is because of JBCACHE-1383, which creates 16 CHM segments and 17 locks per node. We have not yet done a 2.2 release that includes the fix, which is reducing it to 4. You could build the latest 2.2.x branch to try it. 2.2.0.CR7 is now

[jboss-user] [JBoss Cache: Core Edition] - Re: Disable Eviction in JBoss Cache 1.4.1 Sp9

2008-08-04 Thread [EMAIL PROTECTED]
Remove all the eviction elements in your cfg. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168526#4168526 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4168526 ___ jboss-user

[jboss-user] [JBoss Cache: Core Edition] - Re: CacheException while getting object from CacheLoader

2008-08-04 Thread [EMAIL PROTECTED]
I'm hoping end-sept. I'm about to cut another alpha this evening, please try it out and provide feedback! :-) Make sure you set your NodeLockingScheme to MVCC, which is new in 3.0. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168525#4168525 Reply to the

[jboss-user] [JBoss Cache: Core Edition] - Re: Hibernate/Writes but does not loads

2008-08-04 Thread [EMAIL PROTECTED]
Have you enabled the query cache? [urlhttp://www.hibernate.org/hib_docs/v3/reference/en/html/performance.html#performance-cache[/url] - see section 19.4 on the QueryCache. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168528#4168528 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: newbie: jboss installation question

2008-08-04 Thread PeterJ
I would suggest downloading the jboss-4.2.3.GA.zip file again. And validate the download using the provided m5sum or sha-256 value. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168529#4168529 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Eviction Policy Config not working

2008-08-04 Thread [EMAIL PROTECTED]
In your logs - do you see the eviction thread kicking in and attempting to evict stuff every 3 seconds? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168530#4168530 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4168530

[jboss-user] [JBoss Cache: Core Edition] - Re: The type Fqn is not generic; it cannot be parameterized

2008-08-04 Thread [EMAIL PROTECTED]
Could eclipse (or MyEclipse) be bundling JBC perhaps? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168531#4168531 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4168531 ___

[jboss-user] [JBoss Cache: Core Edition] - Re: treecache in hibernate takes too much cpu

2008-08-04 Thread [EMAIL PROTECTED]
you could disable eviction if you don't need it. Otherwise you should just have the eviction thread run more frequently. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168533#4168533 Reply to the post :

[jboss-user] [JBoss Portal] - Google Weather portlet stopped working?

2008-08-04 Thread iamnew2jboss
Hi there, It seem like Google Weather portlet from Simple-portal.War is no more working / rendering correctly. Any ideas? Did Google make any changes? So, do we have any other alternative sample portlets? Thanks. View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Expiring empty cache regions

2008-08-04 Thread [EMAIL PROTECTED]
It depends how deep your tree structure is. There is some overhead in having structural nodes sat around unnecessarily, but as long as these don't number in the thousands, you should be ok. At the end of the day, put your data in leaf nodes so they can be cleared up by eviction. View the

[jboss-user] [JBoss Cache: Core Edition] - Re: JBC2.1.1.CR2 evenQueue Bug?

2008-08-04 Thread [EMAIL PROTECTED]
Have you tried this with 2.1.1.GA or 2.2.0.CR7? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168537#4168537 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4168537 ___

[jboss-user] [JBoss Cache: Core Edition] - Re: Caching JSP output does JBoss cache support this

2008-08-04 Thread [EMAIL PROTECTED]
There is nothing out of the box at the moment, but it sounds very straightforward to develop - as a filter, as you suggested. I know that SEAM uses JBoss Cache to cache fragments generated by JSF components but I don't know if there is anything you could/would want to reuse there. View the

[jboss-user] [JBoss Portal] - Re: Google Weather portlet stopped working?

2008-08-04 Thread iamnew2jboss
Sorry, i forgot to mention that its JBoss PC2.0 - Simple-Portal demo app. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168538#4168538 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4168538

[jboss-user] [JBoss Cache: Core Edition] - Re: Jboss Cluster with Window NLB

2008-08-04 Thread [EMAIL PROTECTED]
You probably want FLUSH in your JGroups protocol stack, and set use_flush to true in your STATE_TRANSFER element. See sample cfgs for more details. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168540#4168540 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Google Weather portlet stopped working?

2008-08-04 Thread [EMAIL PROTECTED]
I'll look into it but since it relies on scraping, it's possible that a change on Google's page broke it... :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168541#4168541 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Eviction Policy Config not working

2008-08-04 Thread LORDs_diakonos
Well it was firing. I think the issue though I am testing now is that I thought the objects within the FQN were nodes. They don't seem to be though. So I had a FQN which I put a bunch of objects inside. It is all one node though. I was confused here. My question would now be what is the

[jboss-user] [JBoss Cache: Core Edition] - Re: Compensation for network latency of sync'd DB

2008-08-04 Thread kblanken
Hi Manik, I also thought that GMS messages shouldn't be delayed. My assumption from browsing through the source and debugging was that JGroups messages don't use the Message's buffer, but JBC messages do. So my condition for delaying is if (msg.getBuffer()!=null msg.getBuffer().length0) Would

[jboss-user] [Beginners Corner] - Re: Application Error - Resource not Found

2008-08-04 Thread shawn.geraghty
Here is the application.xml file: | ?xml version=1.0 encoding=UTF-8? | | !DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN' 'http://java.sun.com/dtd/application_1_3.dtd' | | application | display-nameTrufinaCSA/display-name | module

[jboss-user] [JBoss Cache: Core Edition] - Re: JBC2.1.1.CR2 evenQueue Bug?

2008-08-04 Thread fuzzbient
I have tried 2.1.1.GA with the same problem present. I have not tried 2.2.x. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168555#4168555 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4168555

[jboss-user] [JBoss jBPM] - Re: Unable to locate current JTA transaction

2008-08-04 Thread crued
[EMAIL PROTECTED] wrote : I am also getting the same error. I am working on jbpm3.2.2\jbpm-jpdl-3.2.2 websphere 6. I am able to connect and give token.signal but at state-end i am getting this error. | | | org.jbpm.db.JobSession deleteJobsForProcessInstance

  1   2   >