[jboss-user] [JBossWS] - Re: WSSE UsernameToken without HTTP basic auth?

2009-01-13 Thread alessio.sold...@jboss.com
Yes, that has just been implemented on trunk and we'll included in the next release. Getting the sources from svn, giving it a try and providing feedback now could be usefu if you have some spare time. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=420

[jboss-user] [Management, JMX/JBoss] - Re: jboss monitoring

2009-01-13 Thread mlange
Simply collect all mbeans and the corresponding JMX object names and read the JMX docs how get the attributes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201599#4201599 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Portal] - Portlet Instance ID error

2009-01-13 Thread hreintke
LS, I am running Portal 2.7.0GA and defining new portlets/pages for the portal. Created a new Portlet Instance of the RSS News portlet, named NU news. Now when accessing the "Portlet Instances" tab of the "admin portal" I get the error : ERROR Cause: javax.portlet.PortletException: Error proce

[jboss-user] [JBossWS] - Re: WSSE UsernameToken without HTTP basic auth?

2009-01-13 Thread mikaeljl
For anyone watching/tracking this thread: Looks like JBWS-1999 has been implemented and is now scheduled for the 3.0.6 release. Docs updated at: http://jbossws.jboss.org/mediawiki/index.php?title=WS-Security_options look for POJO endpoint. This seems to be exactly what I was looking for when I i

[jboss-user] [JBoss Cache: Core Edition] - Re: JBoss Cache 3.x is not present in maven repo

2009-01-13 Thread tkim...@redhat.com
Hi Amit, >From JBoss Cache 2.1.0 we use org.jboss.cache for groupId and the groupId >"jboss" is no longer in use. http://repository.jboss.com/maven2/org/jboss/cache/jbosscache-core/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201592#4201592 Reply to th

[jboss-user] [JBoss Cache: Core Edition] - JBoss Cache 3.x is not present in maven repo

2009-01-13 Thread amit.bhay...@jboss.com
Hi Guys, I don't find the JBC 3.x in maven repo http://repository.jboss.com/maven2/jboss/jboss-cache/ Am I looking at right repo? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201591#4201591 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [EJB 3.0] - Re: JBoss 5 deployment error

2009-01-13 Thread jaikiran
So that has solved your EJB3 problem. The other exception: anonymous wrote : Caused by: java.lang.ClassCastException: org.apache.xerces.parsers.XIncludeAwareParserConfiguration | looks like a classloader issue. Remove the xml and xerces related jar files from your application package and dep

[jboss-user] [Remoting] - Re: Socket Read Timeout on stressing calls for validating pr

2009-01-13 Thread ron.si...@jboss.com
"ImmortAlex" wrote : | invokerDestructionTimer in org.jboss.remoting.Client, which is created and started in disconnect() | Good catch, Alexey. EJB3 creates a new Client with each invocation, so there you are. I've created JIRA issue JBREM-1083 "Each Client creates a new invokerDestruc

[jboss-user] [Remoting] - Re: Socket Read Timeout on stressing calls for validating pr

2009-01-13 Thread ImmortAlex
"vink" wrote : | Issue 1: | On providing invokerDestructionDelay=1, my system run out of threads. I mean my client side. Every call results in the creation of new thread, it seems old invoker thread is not getting reused. | I have the same issue. I think reason is invokerDestructionTi

[jboss-user] [JBoss jBPM] - Re: JBPM 3 or 4

2009-01-13 Thread tbeernot
"kukeltje" wrote : Weeks? No... hahaha... there are fixed releasecycles of 8 weeks, so expect alpha2 in 8, maybe a beta1 in 16, then another beta, a cr or 2 and final. So don't expect a GA release before summerhollidays... | Thanks for the clear answers. Not that I am happy with them, but

[jboss-user] [JBossWS] - Re: XML signatures as WS payload?

2009-01-13 Thread richard.opa...@jboss.com
"sstaible" wrote : Hi, | Any help or explanation of this behaviour is highly appreciated. | I suggest you to call Node.normalize() method before calling XML digital signature API. You can't rely on the precondition SOAP message will be unmodified (regarding the whitespaces) on other side. V

[jboss-user] [Remoting] - Re: Why so many retries?

2009-01-13 Thread ron.si...@jboss.com
"mohitanchlia" wrote : | Is there a way to change the timeout and make it applicable only for certain EJBs. The change timeout= is a global change but what I really want is to apply it to only certain EJB invocations. | Well, one thing you could try would be to create multiple EJB3 Con

[jboss-user] [Remoting] - Re: Socket Read Timeout on stressing calls for validating pr

2009-01-13 Thread ron.si...@jboss.com
Hi Vinay, "vink" wrote : | Issue 1: | On providing invokerDestructionDelay=1, my system run out of threads. I mean my client side. Every call results in the creation of new thread, it seems old invoker thread is not getting reused. | Well, I don't think this is a Remoting problem,

[jboss-user] [Remoting] - Re: JAAS authentication with EJB over HTTP

2009-01-13 Thread ron.si...@jboss.com
Hi Robert, Although the log message comes from Remoting's ServletServerInvoker, the problem arises after Remoting passes the call off to the EJB3 code, so I'm going to suggest posing the question on the "EJB 3.0" forum: http://www.jboss.com/index.html?module=bb&op=viewforum&f=221. If you come

[jboss-user] [Management, JMX/JBoss] - jboss monitoring

2009-01-13 Thread priyapg
how jboss details can be retreived from mbeans?the parameters are Monitor information (JVM usage,Listen port,activation time etc),Web Application Details(Web Application name,context root,reponse type etc),JDBC Connection Pool details(JDBC pool,pool size,connections currently in use,connections

[jboss-user] [Remoting] - Re: Socket keep alive with client EJB

2009-01-13 Thread ron.si...@jboss.com
Thanks for that reference to the Administration_And_Configuration_Guide. Yes, that should be fixed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201570#4201570 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201570 _

[jboss-user] [Remoting] - Re: With SSLBisocket is there is java.rmi.server.hostname or

2009-01-13 Thread ron.si...@jboss.com
Hi Ian, Haven't heard from you for a while. Hope that's a good sign. :) | sslbisocket://multihome:/foobar/services?datatype=serializablehomes=10.12.2.50:!10.12.2.8:&serializationtype=jboss | If that's an exact copy, then you're just missing a '&' between "serializable" and

[jboss-user] [JBossWS] - Re: How do I determine which version of JBossWS is being use

2009-01-13 Thread nogamejoe
I found the answer. I missed the reference several times. Found it in console and then the server.log. I missed original references before posting. Damn...always seems to be the way, now if I can only find my glasses...oh there they are...right on top of my head ;-) View the original post : ht

[jboss-user] [JBoss Portal] - loglevel tuning

2009-01-13 Thread nayabinghi
Hi, I just install JBoss Portal 2.7 and I am looking for some documentation for tuning the log level. My log file is growing very big from hibernate and jBPM DEBUG messages. Any help with this will be appreciated. Thank you, View the original post : http://www.jboss.com/index.html?module

[jboss-user] [Beginners Corner] - Re: Question regarding using shutdown with -e

2009-01-13 Thread matthewtap
Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201556#4201556 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201556 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [JBossWS] - How do I determine which version of JBossWS is being used?

2009-01-13 Thread nogamejoe
Hi, I am reviewing JBoss Portal and JBossWS support. I currently installed JBossWS 3.05 into JBoss Portal 2.6.7 which is using JBoss AS 4.2.3. I am testing portlets. So far my portlet examples work. However they had also worked prior to installing JBossWS 3.0.5. How do I find out what versio

[jboss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: Cannot find source code for JBOSS at work: a practical g

2009-01-13 Thread AlyssaK
Success! Thanks for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201545#4201545 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201545 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: JBPM 3 or 4

2009-01-13 Thread kukeltje
anonymous wrote : I know jBPM 4 will have a new API, so I isolated all API code and I should be able to migrate fairly easy. Always a good choice anonymous wrote : My questions: | - Will jBPM 4.0 still be able to interprete the 3.2.3 XML process definitions? No, but a conversion that will y

[jboss-user] [JBoss jBPM] - Re: Can't get Generate Form to work at all?

2009-01-13 Thread kukeltje
might be, or someone in the forum that is willing to try to reproduce one question... isn't the form by generated and this page just empty? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201541#4201541 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss jBPM] - Re: jBPM ESB integration

2009-01-13 Thread kukeltje
uhhhmmm.. several do use jbpm. http://www.jboss.org/jbossesb/ or maybe http://www.mulesource.org/display/MULE2INTRO/Home very easy to find with any searchengine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201540#4201540 Reply to

[jboss-user] [JBoss jBPM] - Re: TaskNode override

2009-01-13 Thread kukeltje
Are there not by accident duplicate files on the classpath with different content? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201538#4201538 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201538 ___

[jboss-user] [JBoss jBPM] - Re: ProcessInstance ending changed

2009-01-13 Thread kukeltje
I tried this and was able to run it inspite of a small error in your processdefinition (task2 is in the processstate ;-) ) You signal the 'child-token' which is in the proces-state node, not in the subprocess itself. So to me ending that does not signal any parent node. It does transition this

[jboss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: Cannot find source code for JBOSS at work: a practical g

2009-01-13 Thread PeterJ
Looks like the forum mangled the URL, even after I first did a preview to verify that it was correct. Let me try again: http://digitalvault.cox.net/invite/login?c=32393837353430312d333662382d313164642d623732372d303030303766303030303031&i=44250-11d912ee5ea-coxprod_gemini1&t=b929b6bfd447483e&r=mg&l

[jboss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: Cannot find source code for JBOSS at work: a practical g

2009-01-13 Thread AlyssaK
I really appreciate your reply. Thanks. Although the link doesn't work- page requested could not be found. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201531#4201531 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=420

[jboss-user] [Remoting] - Re: With SSLBisocket is there is java.rmi.server.hostname or

2009-01-13 Thread TheNelson
Now I have a legitimate question: I have a dual homed server with 10.12.2.8 and 10.12.2.50 as it's IP addresses. I create a bisocket connector with the following URI: sslbisocket://multihome:/foobar/services?datatype=serializablehomes=10.12.2.50:!10.12.2.8:&serializationtype=jboss

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Provided InputStream cannot be parsed: org.xml.sax.SAXPa

2009-01-13 Thread TheFabulousLB
Interesting...I was just reading on "The Google" about a known issue with the XML parser crashing on trailing whitespace with requests from Konqueror/KHTML browsers...what I am using. So I went to one of my Windows servers and sure enough, was able to pull up my GUI on the Linux box with no pro

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Provided InputStream cannot be parsed: org.xml.sax.SAXParseE

2009-01-13 Thread TheFabulousLB
I have JBoss-4.0.5.GA up and running, however when I try to render a GUI in my webbrowser (using the Echo2 framework) I'm getting these errors: ERROR [STDERR] [Fatal Error] :-1:-1: Premature end of file. WARN [] Servlet.service() for servlet FeedMonitor threw exception java.io.IOException: Provid

[jboss-user] [JBoss Messaging] - Re: Memory leak in JBoss Messaging 1.4.0SP3-CP02

2009-01-13 Thread J.Hedin
Initial test indicates the leak is not present in JBoss 4.2.3. I will post more long term test soon. The reason for JBoss remoting 2.5.0SP1 is that we need servlet invoker for both EJB3 SLSB and JMS, since we can not open more ports in the firewalls. As I understood it, this is not supported i

[jboss-user] [EJB 3.0] - Re: JBoss 5 deployment error

2009-01-13 Thread jhsingle
Thanks for creating the JIRA issue, I'll watch for that resolution. In the meantime... anonymous wrote : | Possible workarounds: | | 1) Probably the easiest - Remove all @Resource injection of application specific classes | I have done this. My only remaining @Resource injection i

[jboss-user] [Beginners Corner] - Re: jboss-dukes-bank app

2009-01-13 Thread pepelara
Going on with the Duke’s Bank, I have made some changes in then code. I am trying it because learning. But now appears an exception that is, Unable find setter method for paramName attribute Then code is as follow, | public class Definition { | private HashMap params = new HashMap

[jboss-user] [Clustering/JBoss] - Re: Session Replication and Sticky Session

2009-01-13 Thread oosie
Oops, I guess I should watch out with the XML: "I added the distributable tag to my application's web.xml and created the additional jboss-web.xml as follows:" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201511#4201511 Reply to the post : http://www.jbos

[jboss-user] [Clustering/JBoss] - Re: Session Replication and Sticky Session

2009-01-13 Thread oosie
I see I made one "typo": "I added to my application's web.xml and created the additional jboss-web.xml as follows:" should have been: "I added to my application's web.xml and created the additional jboss-web.xml as follows:" However, can anyone help me with this? Regards, Jack... View the

[jboss-user] [JBoss Portal] - Per window customization even when it is not dashboard

2009-01-13 Thread vivek_saini07
Posted: Tue Jan 13, 2009 14:48 PMPost subject: Per window customization even when it is not dashboard I have enabled drag-and-drop property for portal. Now I want to persist the portlet-window location in database when window is dragged from one region and dropped in another region/or

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: 4.2.2 Switching name cases from proper case to camel cas

2009-01-13 Thread mstraub
The entity names in the WSDL are also being camel cased. Which really makes it look like the issue is in JBoss. If I add tags, I can force most of the names in the WSDL and DB to match the code case, but that requires touching a lot of code. The 4.0.5 version of JBoss did not require these tag

[jboss-user] [JBoss Portal] - JBoss Portal WSRP <-> Sharepoint interoperability

2009-01-13 Thread uiterlix
Hi, Currently I'm trying to expose a JSR-168 portlet hosted in JBoss Portal 2.6.7 to a Sharepoint 2007 portal. I've made the portlet remotable and configured a WSRP web part in sharepoint. I also disabled the strict mode on the JBoss WSRP producer mbean. Everything seems fine when opening the s

[jboss-user] [JBossWS] - XML signatures as WS payload?

2009-01-13 Thread sstaible
Hi, we've implemented a web service that receives a xml structure as input, signs it (with XML-D-Sig) and returns it to the client. We found out however that during transport of the xml structure from the client to server (and also back), the whitespaces in the XML data partially stripped from

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Installation of JBoss on Windows 2008, 64

2009-01-13 Thread PeterJ
As long as you have a certified JVM you should have no problem. I have been running JBoss AS 5 for the past several months on a 64-bit Vista system running both 32-bit and 64-bit JVM without issue. I have also run on 32-bit Windows 2008 without issue. But make sure you use the latest JVM - whe

[jboss-user] [JBoss Messaging] - Connection Factory Configuration problem in JBoss Messaging

2009-01-13 Thread siddharth_2279
Hi All, I have my own connection factory entry in (jboss-5.0.0.GA\server\default\deploy\messaging\connection-factories-service.xml) | | | | | | | | | | jboss.messaging:service=ServerPeer |

[jboss-user] [Management, JMX/JBoss] - Re: jmx console 500 error

2009-01-13 Thread jbabad
Hi, I'm seeing the same behaviour as well. I've been able to get one of my own MBeans exposed, access it via jconsole and set a value - so the problem appears to be within JBoss. When I tried the same thing from the jmx-console I was getting the same error about Key properties. Any suggestions

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Installation of JBoss on Windows 2008, 64

2009-01-13 Thread ranjan_benz
Hello Windows 2008 (64bit) is not one of the certified configuration to install JBoss 4.2.x on. I wonder if this combination is safe to be used in productive environment. Has anybody made any experience yet with this? Thanks Ranjan View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [Microcontainer] - Classloading question

2009-01-13 Thread david.ll...@jboss.com
This is probably a dumb question. In a jboss-classloading.xml file, the root "classloading" element has a name and version attribute. Is doing this: the same as doing this: | | | | ?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: encountring problems while deploying vectrics-flashrecru

2009-01-13 Thread bolboln01
thanx jaikiran but i'm still experiencing the same problem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201472#4201472 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201472

[jboss-user] [JBoss Cache: Core Edition] - Re: Jarjared version of JBC3 for using in JBossAS 4.2

2009-01-13 Thread manik.surt...@jboss.com
we have some known issues with JDK 6 at the moment (mainly due to the test harness, introduced when we tried t parallelize the test suite) and there were 2 or 3 intermittent failures when using JDK 5. Do any of these apply to you? We plan to close these up this week in time for a GA. View th

[jboss-user] [JBoss Cache: Core Edition] - Re: Jarjared version of JBC3 for using in JBossAS 4.2

2009-01-13 Thread bortx
Hi, I'm trying to run the tests on 3.0.2.CR2 distro. It compiles successfully, but I'm getting lot of failures as test result. I would paste some surefire reports, but there are a lot of them. Maybe they are all about cache initialization. I don't know if I have to configure any resource to mak

[jboss-user] [Beginners Corner] - JBoss & Maven2

2009-01-13 Thread Alesque
Hi, I read this post http://www.javaworld.com/javaworld/jw-01-2008/jw-01-tomcat6.html exposing several configurations of j2ee projects. To speed up the adoption of JBoss, do you know if there is an initiative creating maven2 archetypes related to such configurations (see figure 1, figure 2,

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss in Action book: does it talk about configuring SSL

2009-01-13 Thread Marcos_APS
"PeterJ" wrote : I assume your are asking about SSL over HTTP. The answer is yes, chapter 6, section 6.4, Encrypting Web Communication. Yes, that's what I was asking about. Good to know this. This is one more reason for me to get the book. Thank you, Peter. Marcos View the original post : htt

[jboss-user] [JBoss Messaging] - java.lang.IllegalStateException: Cannot find object in dispa

2009-01-13 Thread schustes
Hello there, after a couple of days up and running without any problems, JBoss messaging/remoting fails with the errors below. Any ideas what the cause could be, and what I could do about it? Is it likely to be due to a network problem that troubled the remoting connection or something like th

[jboss-user] [Management, JMX/JBoss] - Re: problems with twiddle.sh under linux (syntax)

2009-01-13 Thread PeterJ
Sometimes it helps to enclose the mbean name within quotes: ./twiddle.sh -s localhost get "jboss.system:type=ServerInfo" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201454#4201454 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: Cannot find source code for JBOSS at work: a practical g

2009-01-13 Thread PeterJ
I found my copy of the source ZIP file. I was going to upload it as an attachement to this wiki page: http://www.jboss.org/community/docs/DOC-9187, but there is a 15MB upload limit and the ZIP file is 39MB. So I uploaded it to my internet account: http://digitalvault.cox.net/invite/login?c=3239

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss in Action book: does it talk about configuring SSL

2009-01-13 Thread PeterJ
I assume your are asking about SSL over HTTP. The answer is yes, chapter 6, section 6.4, Encrypting Web Communication. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201452#4201452 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss jBPM] - Re: Can't get Generate Form to work at all?

2009-01-13 Thread jbwiv
Is this something a Redhat support contract would get an answer on? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201449#4201449 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201449 ___

[jboss-user] [Security & JAAS/JBoss] - Get role name from LDAP user attribute

2009-01-13 Thread weberjava
With Tomcat's JNDI realm you can define an userRoleName attribute so that user attributes can be taken as role definitions, e.g. with myrole: tomcat myrole: role2 and userRoleName="myrole" a user is in roles tomcat and role2. (http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html#JNDIRealm)

[jboss-user] [EJB 3.0] - Does embedded ejb3.1 bind java:comp/UserTransaction?

2009-01-13 Thread pete.m...@jboss.org
It's my understanding from the spec that it should, however the JNDI lookup fails. A lookup for java:/TransactionManager succeeds, so I suspect it's not a problem with my environment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201446#4201446 Reply to the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: org.postgresql.util.PSQLException: FATAL: sorry, too man

2009-01-13 Thread PeterJ
In your *-ds.xml file, what is the maximum number of allowed connections? In the postgresql.conf file, what is the setting of max_connections? Most likely, you have exceeded the number of connections allowed in postgresql.conf. View the original post : http://www.jboss.com/index.html?module=bb&

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

2009-01-13 Thread lovelyliatroim
Hi Guys, Im having a problem with my node rejoining the group. I have 2 nodes on the same machine, one node runs into GC problems but after a few minutes recovers. When it recovers the other node seems to shun it. It wont let it back into the group. Im seeing messages like so anonymous wrote

[jboss-user] [JBoss Cache: Core Edition] - Re: how to avoid database query on cache miss

2009-01-13 Thread manik.surt...@jboss.com
That's a pretty specialized case. You could write your own cache loader which extends the JDBCCacheLoader, and does nothing for the get() operations. As for loading data on startup, you could use the preload configuration element for this. View the original post : http://www.jboss.com/index

[jboss-user] [JBoss Cache: Core Edition] - Re: Migration from 1.4.x to 2.x

2009-01-13 Thread manik.surt...@jboss.com
Feel free to create a JIRA to ask for those two methods in the Cache interface. For now, you can use Cache.getRoot().hasChild() instead of exists(), and you can check whether you are the coordinator by doing Cache.getMembers() and checking if your address is the first one in the list. View the

[jboss-user] [JBoss jBPM] - Re: Obtain ProcessDefinition/JbpmContext from remote system

2009-01-13 Thread kukeltje
"dthi...@opencs.net" wrote : Is there anay samples which use CommandService remotely ? The unittests for the enterprise module do, so look in the jbpm source. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201440#4201440 Reply to the post : http://www.jboss

[jboss-user] [JBoss jBPM] - jBPM ESB integration

2009-01-13 Thread Dj borgs
Hi! I got a problem, a serious problem: I have to integrate a private ESB platform with jBPM. My intention is to make jBPM manage some particular workflows that my ESB doesn't support. Is it possible to connect jBPM with an ESB platform or is it utopy? Thank you for collaboration DJ View the o

[jboss-user] [JBoss Messaging] - Max. Pool size for JmsXA

2009-01-13 Thread rana24
Hi, We are running our application with JBoss 4.2.3 GA with JBM 1.4.0SP3. I have just changed my anti pattern ,connection creation code to JmsXA lookup. I could see a great performance improvment. With default setting i am getting below error. I guess it has something do with default max pool si

[jboss-user] [JBoss jBPM] - Re: Obtain ProcessDefinition/JbpmContext from remote system

2009-01-13 Thread dthi...@opencs.net
Is there anay samples which use CommandService remotely ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201415#4201415 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201415 _

[jboss-user] [Security & JAAS/JBoss] - Re: Problem with css files in login.jsp page

2009-01-13 Thread misqu23
When I turn on TCP/IP monitor I can see that the browser want to get /myapp/restricted/login.css not /myapp/login.css. And of course instead of content of css file I get login.jsp. Please help. I don't know what am I doing wrong. I guess there is something wrong with redirect to login.jsp.

[jboss-user] [EJB 3.0] - Re: java.lang.NoClassDefFoundError: org/jaxen/VariableContex

2009-01-13 Thread camunda
Did you solve this problem? I have more or less the same exception in a different problem space (executing Groovy script in a SLSB and providing an invalid Script which causes a groovy exception)... Any hint would be helpful, thanks! View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss jBPM] - Re: TaskNode override

2009-01-13 Thread Kooper
Hi, Can anyone give me any link where I can find solution to the chalenge above? As all that I found is how to override TaskInstanse and not Task Node and I need Task Node override due to system archetecture. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [Security & JAAS/JBoss] - Re: When will

2009-01-13 Thread tulldrift
We are also interested if JBoss Negotiation will be compatible with Red Hat SOA Platform 4.3? We are currently running Beta 2 of JBoss Negoiation and it works fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201391#4201391 Reply to the post : http://w

[jboss-user] [JBossWS] - JBoss 5.0.0.GA: WebCtxLoader - RuntimeException: mapped-name

2009-01-13 Thread rijkr
I am using jboss-5.0.0.GA to deploy a web service. This service uses a WebService Context. In jboss-web.xml the following tags are present: MyWebService/wsc javax.xml.ws.WebServiceContext Container Shareable MyWebService wsc When starting jboss (run.sh

[jboss-user] [Microcontainer] - Re: Problem parsing jboss-beans.xml

2009-01-13 Thread ahalley
Hi Thanks for the help. Alan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201373#4201373 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201373 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Admin role ignored when fetched from LDAP

2009-01-13 Thread olivsch7
Hello together, I have configured JBoss Portal to use our LDAP's groups as portal roles. As groups don't differ from roles in our LDAP, this works very well except one issue: I created the group "Admin" in the directory and assigned it to the user "olivsch7". When I log in with this user, JBoss

[jboss-user] [Management, JMX/JBoss] - Re: problems with twiddle.sh under linux (syntax)

2009-01-13 Thread BiLL_TuEr
its strange. i copied a twiddle.sh from another server and now its working. BiLL View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201365#4201365 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201365 _

[jboss-user] [JBossWS] - Re: SLSB exposed as WS security issue

2009-01-13 Thread okiSM
Why no one told that it has to be deployed on 'all' configuration (4.2.3)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201363#4201363 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201363

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss 5 SSL

2009-01-13 Thread venuwin
Hi, We have a simple war file deployed on Jboss 5. It runs on default configuration. The issue is that when i switch from HTTP page to HTTPS page, it is not able to connect and throws "Data transfer interrupted". From the failed URL, i can see that it tries to connect to 8443 when i had configu

[jboss-user] [JBoss jBPM] - JBPM 3 or 4

2009-01-13 Thread tbeernot
Ok. JBPM 4 alpha is out. Compliments to the team! But as a newcomer, I'm facing a decision now. I've just finished embedding jBMP 3.2.3 into our internal framework. I've solved all the issues and am ready to present it internally. Nothing has been done with it, apart from me writing unit tests.

[jboss-user] [Management, JMX/JBoss] - Re: problems with twiddle.sh under linux (syntax)

2009-01-13 Thread BiLL_TuEr
jap, on all my other servers it is working too like this. but not on this server: /opt/server/jboss-4.0.5.GA/bin # ./twiddle.sh -s localhost get jboss.system:type=ServerInfo A JMX client to 'twiddle' with a remote JBoss server. usage: twiddle.sh [options] [command_arguments] options: -h,

[jboss-user] [Management, JMX/JBoss] - Re: problems with twiddle.sh under linux (syntax)

2009-01-13 Thread jaikiran
Is that the exact command you are using? Works fine for me on RHEL5 operating system (for JBoss-5.0 GA) twiddle.sh -s localhost get jboss.system:type=ServerInfo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201350#4201350 Reply to the post : http://www.jbo

[jboss-user] [Security & JAAS/JBoss] - Problem with css files in login.jsp page

2009-01-13 Thread misqu23
Hi In my webapp I have configured form-based authentication. Here is my the code snippet of my web.xml file : | | | Protected resources | /restricted/* | | | user |

[jboss-user] [JBoss jBPM] - Re: ProcessInstance ending changed

2009-01-13 Thread Olivier_Debels
Here is a unit test. When aborting a child token, the child token is triggered to go to the next node (task node). So we create an additional task instance. Something we certainly don't want when aborting the token. public class AbortTokenTest { | | public static final String MAIN_PR

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS log files

2009-01-13 Thread ran_sushmi
hi, thanks, for your answer. The log4j.xml file does not seem to be changed under $JBOSS_HOME/server/default/conf. So, the log files should get generated on using the system. Anything else, you would like to say on this. Any document explaing all these scenarios should be of great help. regard

[jboss-user] [Management, JMX/JBoss] - problems with twiddle.sh under linux (syntax)

2009-01-13 Thread BiLL_TuEr
hi, when i type this in my konsole: /opt/server/jboss-4.0.5.GA/bin # ./twiddle.sh -s xxx.xxx.xxx.xxx get jboss.system:type=ServerInfo i get the following: /opt/server/jboss-4.0.5.GA/bin # ./twiddle.sh -s xxx.xxx.xxx.xxx get "jboss.system:type=ServerInfo" A JMX client to 'twiddle' with a remot

[jboss-user] [JBoss Cache: Core Edition] - Migration from 1.4.x to 2.x

2009-01-13 Thread karnivas
I've been using JBossCache 1.4.x and wanted to migrate to 2.x. After going through the docs and guides I see there are many changes in the API. I've been using TreeCache.isCoordinator() and TreeCache.exists() consistently. I used the DefaultCacheFactory to create and start my cache. Based on the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: encountring problems while deploying vectrics-flashrecru

2009-01-13 Thread jaikiran
Based on the list, most the jar files are already provided by JBoss, so copying should not be necessary. However, if you need your own version of those jar files, then you need to go for classloader scoping of your application. anonymous wrote : copy the libs from vectrics/vectrics-lib/runtime i

[jboss-user] [JBoss Messaging] - Re: Configuring administered objects(queue/topics) in JBoss-

2009-01-13 Thread siddharth_2279
Thanks Peter that really helped. Thanks a lot for your response. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201331#4201331 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201331 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss in Action book: does it talk about configuring SSL on

2009-01-13 Thread Marcos_APS
Does the new book JBoss in Action talk about how to configure SSL on JBoss? Marcos View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201328#4201328 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201328 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Find class from amother EAR

2009-01-13 Thread adr...@jboss.org
If you can't show the configuration files then we can determine the configuration if you show the relevent log snippets, e.g. The following shows the config from the console-mgr.sar deployment | $ grep -ri "Created BaseClassLoader" server.log | grep console-mgr.sar | 2009-01-12 13:11:48,358

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: missing files after system restart

2009-01-13 Thread DeMarco2
no ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201326#4201326 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201326 ___ jboss-user mailing list jboss-user@lists.jbos

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS log files

2009-01-13 Thread jaikiran
"ran_sushmi" wrote : do they get generated on using the system? Please, help me Assuming you have not changed the jboss-log4.xml (or log4j.xml) under the %JBOSS_HOME%/server< serverName>/conf folder, then those files (and even the log folder) will be created (if they do not exist) when the se

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBOSS log files

2009-01-13 Thread ran_sushmi
I have a query with the generation of log files of JBOSS. We want to shift servers to new servers, so we had copied JBOSS on the source server to the destination server. We did not copy the log files from the source to the destination server. I see, only the file 'boot.log' in the $JBOSS_HOME/s

[jboss-user] [Management, JMX/JBoss] - Re: Error on setting the max. Number of JMS Messages via JMX

2009-01-13 Thread ti
I'm using JBoss 5.0.0.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201309#4201309 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201309 ___ jboss-user mailing list jboss-

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Find class from amother EAR

2009-01-13 Thread jaikiran
"alesj" wrote : | It's jboss-classloading.xml not jboss-structure.xml. ;-) | | Read more about it here: | - https://www.jboss.org/community/docs/DOC-13178 My bad :-) I was thinking more on the lines of adding a "classpath" through jboss-structure.xml http://www.jboss.org/file-access

[jboss-user] [Microcontainer] - Re: Documentation on implementing Microcontainer services?

2009-01-13 Thread alesj
"stuart_wildcat" wrote : | A "Implementing Microcontainer services for dummies" version would be appreciated. Read my articles on DZone: - http://www.jboss.com/index.html?module=bb&op=viewtopic&t=143433 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201306

[jboss-user] [Microcontainer] - Re: Documentation on implementing Microcontainer services?

2009-01-13 Thread alesj
"stuart_wildcat" wrote : Is there any page in the wiki that describes how to implement a microcontainer service? | New MC is all about POJOs. So, make your service a plain POJO and you're ready to go. ;-) "stuart_wildcat" wrote : | Information on how to turn a MBean service into a POJO micr

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Find class from amother EAR

2009-01-13 Thread alesj
"jaikiran" wrote : | In JBoss-5.0, i do know that there have been classloader related configuration changes and the recommended way to modify it is through jboss-structure.xml (if i am not wrong). But since, i haven't yet used the jboss-structure.xml for trying out any application, i am not m

[jboss-user] [Microcontainer] - Re: Problem parsing jboss-beans.xml

2009-01-13 Thread alesj
"ahalley" wrote : Do I just have to the MC2 jars to the apps own classpath? | No. The changes are not that minor, unfortunately. But if you use JBoss5, it's all already there. ;-) As I see you're doing some embedded version of it, perhaps have a look at my MC demos project: - http://anonsvn.jb

[jboss-user] [Microcontainer] - Re: Problem parsing jboss-beans.xml

2009-01-13 Thread ahalley
Hi This makes sense as the application is running in a JBoss 4.0.5GA environment. Do I just have to the MC2 jars to the apps own classpath? Alan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201301#4201301 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [Microcontainer] - Re: How to add Annotation Plugin?

2009-01-13 Thread alesj
"trustin" wrote : | If it modifies MC's global behavior, then I think it should be part of MC. Otherwise each 3rd party integration module will end up with trying to add the same annotation plugin. Or... I might be missing something. ;-) I don't think this should be made directly into MC co

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: encountring problems while deploying vectrics-flashrecru

2009-01-13 Thread bolboln01
yes indeed i used xercesImpl.jar and here is the complete list of the *.jars that i used in the project activation.jar c3p0-0.9.0.3.jar commons-beanutils.jar commons-collections-2.1.1.jar commons-dbcp-1.2.1.jar commons-discovery.jar commons-fileupload-1.0.jar commons-hhtpclient-2.0.jar commons-la

  1   2   >