[jboss-user] [Security & JAAS/JBoss] - Loosing caller principal after random runtime of server

2008-02-26 Thread alxs
Hi, we are using JBoss 4.0.5.GA for our EJB 2 Application with a client accessing the server via RMI. Since a few weeks we discovered a strange problem which we cannot reproduce but that happens from time to time. We are using the default jdbc module for authenitcation. After a random time th

[jboss-user] [Security & JAAS/JBoss] - Re: Loosing caller principal after random runtime of server

2008-02-26 Thread alxs
I forgot to mention that users that are allready authenticated when the server enters this state can continue until the logout. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132051#4132051 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Getting Started Documentation] - Re: Restarting W2003->JBOSS service reboots the server

2008-02-26 Thread crowse
Hi PeterJ, Thanks for the fast response, unfortunately I was unable to get to the machine till now. Yes, I am using JBoss native. I need to set up Internet (196.2.99.198) and Intranet (196.168.0.10) ports to the same service on 8180 My mods to server.xml are | | | | | |

[jboss-user] [JBossWS] - Re: jaxrpc Array problem

2008-02-26 Thread odin69
So here is my next question. I have the following Value type on the client-side created from a wsdl using wsconsume. | package com.seitenbau.test.Client; | | import java.util.ArrayList; | import java.util.List; | import javax.xml.bind.annotation.XmlAccessType; | import javax.xml.bin

[jboss-user] [JBoss Portal] - seam portlet error message

2008-02-26 Thread kevnlin
this is my register.xhtml when I click ddd(s:link) , the application work but click button action show the error m

[jboss-user] [JBoss Portal] - Re: seam portlet error message

2008-02-26 Thread kevnlin
this my pages.xml http://jboss.com/products/seam/pages"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.0.xsd"; >

[jboss-user] [JBossWS] - Re: Changing of soap:address location

2008-02-26 Thread [EMAIL PROTECTED]
I have same issue with jboaa ws 2.03... Does anyone have infos how to solve it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132061#4132061 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132061 ___

[jboss-user] [JBoss Portal] - Re: seam portlet error message

2008-02-26 Thread kevnlin
http://jboss.com/products/seam/pages"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.0.xsd"; > You must be logged in to use t

[jboss-user] [JBossCache] - NullPointerException when call the get(..) method, Who c

2008-02-26 Thread liuhang781102
I have two tree caches in the cluster. Fllowing is the exception stacktrace . The last row has no more stacks, so it is versy strange. Who can help me ? java.lang.RuntimeException: java.lang.NullPointerException at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:5523) a

[jboss-user] [JBossCache] - Re: NullPointerException when call the get(..) method, W

2008-02-26 Thread liuhang781102
Forget to tell you , the version is 1.4.0. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132066#4132066 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132066 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: no Inet4Address associated with interface

2008-02-26 Thread ataylor
I think you need to disable IPv6 on your network connections. Its amazing what you find on google :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132068#4132068 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132068 _

[jboss-user] [Clustering/JBoss] - session affinity setup

2008-02-26 Thread evalentin
Hi, I am trying to configure a jboss 4.2.2GA in cluster with session affinity. My SFSB cannot be replicated. What I am trying to do is that a node is randomly chosen out of the one available and once the swing client is using this node, it is sticked to it, any new SFSB created in the same user

[jboss-user] [JBoss jBPM] - Re: Fork --> Join issues

2008-02-26 Thread pojomonkey
"QPool.Char" wrote : Is this right? But this behaviour wouldn't explain why it works with ended B, but not otherwise... Without delving into the code, it makes sense to me. If B has completed, then the associated token will have ended. Hence, when the other tokens reach the join, all the tokens

[jboss-user] [JBossCache] - Re: Is it correct to have thousands of Nodes with only 1 ele

2008-02-26 Thread liuhang781102
Node is the basic unit of treecache, so if you catch many data in a simple node, you are not using the facility of treecache . so ,thousands of nodes is needed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132074#4132074 Reply to the post : http://www.j

[jboss-user] [JBoss jBPM] - Re: Just a Question Regarding Change in Process Definition

2008-02-26 Thread pojomonkey
"dleerob" wrote : Lets say we do take into account all the issues when updating a Process Definition. How do we actually update the Process Definition? Normally when deploying, it creates a completely new version, and doesn't update an existing one. Any ideas? You would have to 'edit' the proces

[jboss-user] [JBoss jBPM] - Re: Just a Question Regarding Change in Process Definition

2008-02-26 Thread dleerob
But this would create a new version of the Process Definition, would it not? So it doesn't actually replace the process definition files in the database, it simply creates new ones, with a new version? I would like to be able to update existing process definition files in the db. Not create a ne

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JBoss exception when sending message to IBM MQ

2008-02-26 Thread ataylor
properties.put(Context.INITIAL_CONTEXT_FACTORY, "java.naming.factory.initial"); The property you set here should be the class that is used to create the InitialContext, for JBoss this is 'org.jnp.interfaces.NamingContextFactory', you'll have to check the IBM MQ documentation to find the name

[jboss-user] [JBoss jBPM] - Re: Fork --> Join issues

2008-02-26 Thread kukeltje
I would not go for such 'hacks' most of the time these 'issues' can be resolved by looking that the process in a different way View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132084#4132084 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Messaging] - Error running in performance messaging benchmark framework

2008-02-26 Thread singhal_ashwani
Hi, I am getting the problem on running the performance benchmark framework dowloaded from http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJMSNewPerformanceBenchmark I am using the JBM 1.4.1.Beta1 and Jboss 4.2.0.GA. Following is the log on running the "ant run" command. C:\messaging-perf>ant

[jboss-user] [JBossCache] - Re: What isolation mode do you use and why?

2008-02-26 Thread liuhang781102
I agree to FredrikJ. I can use read uncommitted because I have other db lock mechanism for concurrent running. I need use db lock because the application is in distribute systems. Read uncommitted led to no block when read. View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBossCache] - Re: NullPointerException when call the get(..) method, W

2008-02-26 Thread liuhang781102
The exception only occured in concurrent invocations. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132089#4132089 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132089 ___ j

[jboss-user] [JBoss Messaging] - Re: Error running in performance messaging benchmark framewo

2008-02-26 Thread ataylor
its because you're executors aren't running, 'ant start-executors'. If you have run this then theres probably been an error staring them, so check your logs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132090#4132090 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss jBPM] - Re: Just a Question Regarding Change in Process Definition

2008-02-26 Thread pojomonkey
"dleerob" wrote : I would like to be able to update existing process definition files in the db. Not create a new version. In that case, you'll have to follow the advice given by kukeltje and tread carefully... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to Optimize jboss and its contents?

2008-02-26 Thread ritesh163
"ritesh163" wrote : Peterj Thank you for your suggestion. Now I have upgrade to 1GB RAM. It is working fast. But the main problem is that the server containing jboss runs without stopping for months and after sometime pages open very slowly taking a lot of time. | Also, I am using ejb jar an

[jboss-user] [JBoss Messaging] - Re: Error running in performance messaging benchmark framewo

2008-02-26 Thread ataylor
Check all your names are correct, the stacktrace shows it trying o connect to rmi://localhost:/messaging, Is this actually correct. check your perf.xml settings View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132112#4132112 Reply to the post : http://www

[jboss-user] [JBoss Messaging] - Re: Error running in performance messaging benchmark framewo

2008-02-26 Thread singhal_ashwani
In the statck trace , it is trying to connect "localhost:/local-messaging" [java] java.rmi.NotBoundException: localhost:/local-messaging The perf.xml is below jdbc:hsqldb:./output/db/perfdb ./output/results 15 REMOTE /queue/testQueue /ConnectionFactory A

[jboss-user] [JBoss Messaging] - Re: Error running in performance messaging benchmark framewo

2008-02-26 Thread ataylor
that doesnt look right, you should have some providers configured: | org.jnp.interfaces.NamingContextFactory | jnp://localhost:1099 | org.jboss.naming:org.jnp.interfaces | | | | | 255,0,0 | View

[jboss-user] [EJB 3.0] - Re: Unknown entity exception when Entities are in multiple j

2008-02-26 Thread taccart
Maybe adding the external C1-ejb.jar in persistence.xml of C2-ejb.jar is sufficient ? in C2-ejb.jar /META-INF/persistence.xml you'd have something like java:/yourC2DSstuff ../c1-ejb.jar ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132108#4132108

[jboss-user] [Security & JAAS/JBoss] - JAAS Authentification with wrong role

2008-02-26 Thread forfaro
Hi, I have build a JBoss authentification, using FORM based Login, in version 4.0.4GA. The login works great, when wrong login data is entered I am lead to the error page, when logging in with the right user, I come to the right page. The only thing is, when I login with an user with correct lo

[jboss-user] [JBoss Messaging] - Re: Error running in performance messaging benchmark framewo

2008-02-26 Thread singhal_ashwani
Changes in last post, executors are started fine , the issue is coming on running the command "ant run" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132111#4132111 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=413211

[jboss-user] [JBoss jBPM] - Creating an instance that resides in a remote Jboss jbpm ser

2008-02-26 Thread rodosa
Hello! How I could create a process Instance from a Jboss server which process definition resides in a remote JBoss jBPM server? Thanks in advance, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132101#4132101 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss Messaging] - Re: Error running in performance messaging benchmark framewo

2008-02-26 Thread singhal_ashwani
Thanks andy. I haven't started the executors. After starting the executors , it is giving the following issue runner: [java] 16:23:11,177 INFO [PerformanceTest] [java] 16:23:11,177 INFO [PerformanceTest] PerformanceTest[Ping](JBossMessaging) [java] 16:23:11,177 INFO [Performanc

[jboss-user] [JCA/JBoss] - JCA close/destroy

2008-02-26 Thread chavali
We have a requirement to maintain the session with the legacy system and the client. We want to persist the same connection for multiple requests from client. Upon clients logoff the legacy system to be notified may be by calling destroy instead of close. Upon the notification to (EIS)legacy sys

[jboss-user] [JBoss Messaging] - Re: Error running in performance messaging benchmark framewo

2008-02-26 Thread singhal_ashwani
I rolled back all changes in perf.xml. Now i am getting the following error runner: [java] 16:56:08,883 INFO [PerformanceTest] [java] 16:56:08,883 INFO [PerformanceTest] PerformanceTest[Ping](JBossMessaging, JBossMQ) [java] 16:56:08,883 INFO [PerformanceTest] [java] 16:56:09

[jboss-user] [Installation, Configuration & DEPLOYMENT] - updating AS from 4.0.2 to 4.2.2.GA

2008-02-26 Thread inxaoc
Hello! I've update AS from 4.0.2 to 4.2.2.GA. Make some changes in configuration (connected with tomcat container) and deploy app, that was working in 4.0.2. But now I have some problems. Here the thrown exceptions: 2008-02-26 14:17:20,207 INFO [org.jboss.system.ServiceConfigurator] Problem co

[jboss-user] [Messaging, JMS & JBossMQ] - Re: configure MDB instances w/ JBOSS 4.2.2

2008-02-26 Thread targit
try this: http://www.jboss.org/j2ee/dtd/jboss.dtd";> FileWorkerEJB FileWorkerEJB MDB-POOL-OWN queue/dataown MDB-POOL-OWN 6 true View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [Messaging, JMS & JBossMQ] - Re: configure MDB instances w/ JBOSS 4.2.2

2008-02-26 Thread targit
MDB-RBB 6 true View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132132#4132132 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132132 __

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

2008-02-26 Thread mikaeljl
Ah, that looks useful. Thanks for the update! /Mikael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132133#4132133 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132133 ___

[jboss-user] [Messaging, JMS & JBossMQ] - Re: configure MDB instances w/ JBOSS 4.2.2

2008-02-26 Thread targit
MDB-RBB ..maximumsize..6../maximumsize.. ..strictMaximumSize..true../strictMaximumSize.. replaxe .. with < and > View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132134#4132134 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

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

2008-02-26 Thread mikaeljl
Ah, that looks useful. Thanks for the update! /Mikael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132135#4132135 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132135 ___

[jboss-user] [JBossCache] - Re: LRU Eviction Policy is clearing the entire cache after M

2008-02-26 Thread liuhang781102
If you want to use the evict policy with jboss cache, you must let your data separated by nodes. node is the management unit . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132117#4132117 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

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

2008-02-26 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : I did a bit of tests and investigation.. | | "[EMAIL PROTECTED]" wrote : The Username token sent in the SOAP Message is the one used by the endpoint server/stack to authenticate the user who is performing this request. This is called MessageLevel Security as defin

[jboss-user] [JBoss Getting Started Documentation] - Re: Restarting W2003->JBOSS service reboots the server

2008-02-26 Thread crowse
OK, so kick me (please) The net admin changed their router / firewall to NAT a few days ago, so the server now only has one IP - 192.168.0.10. As a result, the on non existant IPs were failing causing all subsequent in server.xml to be ignored. I'm running off the command line, and will le

[jboss-user] [JBoss jBPM] - Re: Fork --> Join issues

2008-02-26 Thread QPool.Char
Thank you both for your quick answers. I know understand the behaviour of this situation and would agree with kukeltje. I can make a restriction here for the analyst and ask him to design processes in different ways. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [JBossWS] - POJO as WebService?

2008-02-26 Thread nickarls
Hi, I made a simple stateless EJB, annotated the class with @WebService and the web with @WebMethod, it deployed fine and showed up in /jbossws/services. So I removed the EJB:ness from it and retried, but this time the WS doesn't get deployed. I got the impression from the JBoss WS wiki that PO

[jboss-user] [JBossWS] - Re: POJO as WebService?

2008-02-26 Thread [EMAIL PROTECTED]
It requires different packaging. It needs to go into a .war and have a proper web.xml with it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132150#4132150 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132150 ___

[jboss-user] [JBossCache] - Re: java.util.ConcurrentModificationException in JBS 2.1 CR.

2008-02-26 Thread mircea.markus
Thanks for spotting this. It is an issue introduced in CR3, which is now fixed View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132151#4132151 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132151

[jboss-user] [JBossCache] - Re: java.util.ConcurrentModificationException in JBS 2.1 CR.

2008-02-26 Thread mircea.markus
it was introduced in CR4, sorry. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132152#4132152 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132152 ___ jboss-user mailing l

[jboss-user] [JBossWS] - Re: POJO as WebService?

2008-02-26 Thread nickarls
Excellent! So it should work just like a EJB with the different packaging/conf? BTW. I looked quickly at the web.xml and it looks sort of like a servlet mapping, should it still be visible under jbossws/services or is it just standalone? View the original post : http://www.jboss.com/index.html

[jboss-user] [JBossCache] - Re: How do I configure JBossCache in JBoss-4.0.2?

2008-02-26 Thread yrk.kaushik
I am using Jboss cache 2.0.0 GA. I've used the configuration file- local-eviction-cacheloader-service.xml, available under JBossCache-all-2.0.0.GA\etc\META-INF and place it in Jboss\server\default\deploy folder. But while starting the server, I am getting incomplete deployment error as shown be

[jboss-user] [JBoss jBPM] - Action + Classcastexception

2008-02-26 Thread cornhoolio22
Hello @all, i'm trying to get the jbpm-console to work and have the problem, that when i signal a process instance and an action is somewhere in the processpath, a classcastexception is thrown. Some different scenarios: 1. I deploy it not with the jbpm console, leave the action.jar in the dep

[jboss-user] [JBoss Messaging] - Re: Error running in performance messaging benchmark framewo

2008-02-26 Thread ataylor
that looks like the remote executors haven been started, check the logs, there should be one for each remote executor, i.e. rmi-executor-localhost--remote-messaging.log View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132166#4132166 Reply to the post : ht

[jboss-user] [JBoss Messaging] - Re: Error running in performance messaging benchmark framewo

2008-02-26 Thread singhal_ashwani
The following logs are generated rmi-executor-localhost--remote-messaging.log rmi-executor-localhost--remote-messaging2.log log mesaages are 2008-02-26 17:01:53,427 INFO @main [org.jboss.jms.perf.framework.remoting.rmi.RMIExecutor] RMIExecutor[remote-messaging] started 2008-02-26 17

[jboss-user] [JBoss Messaging] - Re: Error running in performance messaging benchmark framewo

2008-02-26 Thread ataylor
and does the time stamp match when you actually started the remote executors. Check that the java processes are actually there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132168#4132168 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: updating AS from 4.0.2 to 4.2.2.GA

2008-02-26 Thread inxaoc
I've solved this problem. The cause of this problem is wrong configuration xml-file for jmx | 0 | | | 0 In previouse version of jboss it was not illegal. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132171#4132171 Reply to the post : http://www.j

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Deploying applications programmatically

2008-02-26 Thread gav_on_rails
I am currently working on a j2ee application which will essentially act as a container for other sub-applications. The main application will provide an admin front end which allows an administrator to manage the lifecycle of each sub-application, and also provide a set of services the sub-applic

[jboss-user] [EJB 3.0] - Re: java.lang.NoClassDefFoundError: org/quartz/SchedulerExce

2008-02-26 Thread gz2jbt
I have this exact error: Where did you put the .jar file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132186#4132186 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132186

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to configure the thread count of execute queues in J

2008-02-26 Thread gav_on_rails
I'm not entirely sure what you are asking here, but you can set the number of available threads for a connector in deploy/jboss-web.deployer/server.xml Hope this helps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132195#4132195 Reply to the post : http:/

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

2008-02-26 Thread rodgerca
On shutting down JBoss, my queue has persisted with a bunch of messages that I don't want. Is there any way of emptying the queue before I restart the server? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132198#4132198 Reply to the post : http://www.jboss

[jboss-user] [JBoss jBPM] - Re: Creating an instance that resides in a remote Jboss jbpm

2008-02-26 Thread anuragpaliwal
I didn't understand the requirement . Apologies for the same. Could you please elaborate a bit? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132200#4132200 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132200 __

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

2008-02-26 Thread ataylor
You could write your own service to do this on startService() or stopService(), just connect to the database and execute something to delete he messages from JBM_MSG and JBM_MSG_REF. You'd have to make sure that the dependencies were in the correct order, i.e. If you do it on startup make sure y

[jboss-user] [JBoss Portal] - Accessing the CMS repository through a portlet

2008-02-26 Thread robin_panicker
Hi, I need to access the list of files in the CMS storage. I am trying the following in my portlet code MBeanServer mbeanServer = MBeanServerLocator.locateJBoss(); CMS CMSService = (CMS)MBeanProxy.get(CMS.class, new ObjectName ("portal:service=CMS"), m

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

2008-02-26 Thread ataylor
something like public class MyService extends ServiceMBeanSupport | { |public synchronized void startService() throws Exception |{ | /** |* Here you could connect to the Destination via the mbeanserver and call removeAllMessage |* or alternatively just ge

[jboss-user] [JBoss Messaging] - How to remove a node from the cluster permanently and have m

2008-02-26 Thread ncadell
I am running JBoss 4.2.2 with JBoss Messaging 1.4.0.SP1. I have a cluster of application servers. There is a persistent clustered message queue passing messages to MDBs running on each node. I need to remove a node from the cluster for an extended period of time and any messages that are local

[jboss-user] [Beginners Corner] - java script is compressed

2008-02-26 Thread mars1412
when I deploy my web-application and want to view my java-script code in firebug, all linebreaks have been removed. I tried to set this in web.xml, but it does not change anything: | org.ajax4jsf.COMPRESS_SCRIPT | false | I am using jboss web server, s

[jboss-user] [JBossCache] - Re: JBoss Cache 2.0.0 in GA

2008-02-26 Thread mircea.markus
that is because the config file defines a MBean and JBoss wants to deploy it, but fails as it conflicts with JBossCache 1.4.x which ships with JBoss 4.x. Place the xml config file in the war/ear that needs it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41

[jboss-user] [JBoss Portal] - Re: How can I to include JavaScript files in Portlets to JBo

2008-02-26 Thread swisst
So you are having a single portlet download common javascript files that are used by multiple portlets? That sounds like a bad ideaIf this is truly common js code, why not have the theme load it for you? Or reference it in every portlet, the browser will be smart enough to cache it for you

[jboss-user] [Clustering/JBoss] - Can different nodes in a cluster have different configuratio

2008-02-26 Thread ncadell
I am running JBoss 4.2.2. I have a cluster of nodes. I have EJBs and MDBs that run on these nodes. The machines are not identical and therefore the workload for the nodes in the cluster is not identical. Are there any pointer or best practices on how to run different configurations or workloads

[jboss-user] [JBoss Portal] - Exception while deploying a .sar file.

2008-02-26 Thread dipinpoovathel
I created a .sar file. Then I put the .sar file in the deploy folder. After that I started my server. During that I getting lots of exception. But I am able to deploy the .sar file as hot deployment. Is there any way to deploy the .sra file other than the hot deployment. I am using JBoss Portal

[jboss-user] [JBoss Portal] - Restricting access to different portals.

2008-02-26 Thread dipinpoovathel
How to restrict access to different portals for different user. I have mutiple users in the system. I also have multiple portals in the system. I need to restrict access to some of the portals for some of the users. I am using JBoss portal 2..6.4. View the original post : http://www.jboss.com/i

[jboss-user] [Beginners Corner] - Re: how to package ear and lib, classloader issue

2008-02-26 Thread PeterJ
The class scoping is according to the spec - as far as I know there is no way around it (though the scoping does appear to be broken in 5.0 beta4, but I would not rely on that - it should be fixed by GA). In general the scoping is such that all classes in server/xxx/lib and server/xxx/deploy (o

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to Optimize jboss and its contents?

2008-02-26 Thread PeterJ
See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=130504 for some suggestions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132232#4132232 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132232

[jboss-user] [JCA/JBoss] - Re: JCA close/destroy

2008-02-26 Thread vickyk
This post is yet not clear :( I don't want to guess and answer your posts, give better explanation to get answered here . http://www.catb.org/~esr/faqs/smart-questions.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132233#4132233 Reply to the post : ht

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to Optimize jboss and its contents?

2008-02-26 Thread PeterJ
Is postgresql on the same box as jbossas? If so, you will need more RAM, possibly 2GB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132234#4132234 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132234 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JPA, Embedded class containing an entity class, Help!

2008-02-26 Thread yanfengzhang
I got several classes like below in my project which uses JPA as persistence layer: | //an entity class | class Country{ | Long id; | String name; | } | | //an embedded class (a.k.a component) | class Address{ | Country country;//many to one mapping here |

[jboss-user] [Remoting] - Re: About the usage of path in InvokerLocator

2008-02-26 Thread beve
Hi, sorry for highjacking your post but I have a similar question... We are using JBossRemoting listeners in the JBossESB. There are both socket listeners and http listeners. We need to be able to have multiple of these listeners listen to the same host/port combination which we have solved b

[jboss-user] [Security & JAAS/JBoss] - Re: JAAS Authentification with wrong role

2008-02-26 Thread ragavgomatam
Jaas Login redirects you to error page only when authentication fails. When you get a authorization failure, you would be getting a 403 response status code. Try to configure your web.xml & see if on receiving 403 whether you can redireect to your desired page. View the original post : http:

[jboss-user] [Performance Tuning] - JBoss 5 and common jar library location

2008-02-26 Thread qwteam
Hi, I'm new to JBoss so I don't know what this feature is called in JBoss. With the bea weblogic 10, there is a feature that lets you store common jars on the server. The benefit for the feature was each different war/ear files don't have to include the jars but instead include a config file po

[jboss-user] [JCA/JBoss] - Re: autocommit question

2008-02-26 Thread vickyk
"amit4uall" wrote : | and the exception is: | java.sql.SQLException: You cannot commit with autocommit set! | at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.jdbcComm | it(BaseWrapperManagedConnection.java:545) | at org.jboss.resource.adapter.jdbc.Wrappe

[jboss-user] [JBoss AOP] - Re: Problems with hibernate - JBoss AOP

2008-02-26 Thread gjeudy
Apparently the error is caused by a class name clash. The @Entity ProductImpl implements a.b.c.Product a.b.c.Product can be found in 2 jars inside the classpath. As soon as I remove the duplicated interface the error goes away. Now I know this is bad form to have class name clashes but the erro

[jboss-user] [Messaging, JMS & JBossMQ] - Re: configure MDB instances w/ JBOSS 4.2.2

2008-02-26 Thread smartass33160
targit, thanx for your reply. I tried out the jboss.xml settings you put. Unfortunatly, it did not work. it seems the specific container configuration (here MDB-POOL-OWN) is never taken into account. Any other idea? ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss Tools (users)] - Is there a user guide?

2008-02-26 Thread chip_schoch
I have been using Eclipse 3.1 and the JBossIDE 1.6 for some time now and it has been woeking pretty good. Generally I use the remote debugging to debug my JBoss services, instead of running JBoss within Eclipse. The 1.6 version has a feature where you set up a deployer so that you can right c

[jboss-user] [JBoss Portal] - Re: Restricting access to different portals.

2008-02-26 Thread PeterJ
Have you read the documentation? Also see http://www.jboss.com/index.html?module=bb&op=viewtopic&t=98753 and http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115712 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132250#4132250 Reply to the post : ht

[jboss-user] [JBoss AOP] - Re: Problems with hibernate - JBoss AOP

2008-02-26 Thread gjeudy
Sorry I meant I filed.. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132252#4132252 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132252 ___ jboss-user mailing list jbos

[jboss-user] [JBoss AOP] - Re: Problems with hibernate - JBoss AOP

2008-02-26 Thread gjeudy
You filed a JIRA for this with reproduceable testcase. http://jira.jboss.org/jira/browse/JBAS-5254 Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132251#4132251 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41

[jboss-user] [Management, JMX/JBoss] - MyMBean depending on MyOtherMBean issues

2008-02-26 Thread FrankTheTank
Hi! I have two MBeans, MyMBean and MyOtherMBean and I want the first to depend on the latter. Each is in its own sar and both have services. (the faq mentions non-service issues) I have my mbeans mapped in their jboss-service.xml. Everything works fine if I hot-deploy it and they all show up in

[jboss-user] [Javassist user questions] - Re: adding annotations

2008-02-26 Thread cat4hire
I've made another try: I've tried to get the classfile from a CtClass object instantied with the class name of the base class: | // make a new class and prepare the annotation | CtClass newProxyClass = pool.makeClass(subProxyClassName); | Cla

[jboss-user] [JBossWS] - Re: MTOM + WS Security = problem

2008-02-26 Thread mrostan
Hi all. We've continued testing MTOM+WS-Security Signature, we need interoperation with Microsoft clients, so swaRef is not an option and we need MTOM and signatures working well. We have found the following problems: 1) On the server side: 1.a) The WS-Security handlers are not invoked, to solv

[jboss-user] [JBossCache] - Re: Relogin after 30 minutes

2008-02-26 Thread mircea.markus
This is not related to JBossCache View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132259#4132259 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132259 ___ jboss-user mailing li

[jboss-user] [JBossWS] - Re: MTOM + WS Security = problem

2008-02-26 Thread [EMAIL PROTECTED]
Hi Martin, for sure what you say is interesting, please attach the patch to a jira issue and link it here. Thank you! We'll take a look at it and merge it to the trunk; point 2.b might be solved by http://jira.jboss.org/jira/browse/JBWS-1973. View the original post : http://www.jboss.com/index.

[jboss-user] [Clustering/JBoss] - Jboss 4.2.1 clustering bug ?

2008-02-26 Thread islpe
I am currently involved in a migration of web applications from single Jboss 3.2.2 to Jboss 4.2.1 cluster version. I need to deploy an application as a singleton, so I want to deploy it to deploy-hasingleton directory in the all configuration. When the application is deployed in deploy directory

[jboss-user] [Performance Tuning] - Re: JBoss 5 and common jar library location

2008-02-26 Thread PeterJ
By default all libraries in the server/xxx/lib and server/xxx/deploy directory are shared between all applications, allowing for easy sharing. See http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132028 for a little more detail. And the jbossas documentation has even more details: http

[jboss-user] [JBossCache] - Re: Is it correct to have thousands of Nodes with only 1 ele

2008-02-26 Thread mircea.markus
I don't expect any significant performance drawback; it's the memory footprint that will be bigger. Isn't it possible for you to perform benchmark? If so, please post your figures View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132267#4132267 Reply to the pos

[jboss-user] [JBossWS] - Re: MTOM + WS Security = problem

2008-02-26 Thread mrostan
Associated JIRA issue: http://jira.jboss.org/jira/browse/JBWS-2014 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132268#4132268 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132268

[jboss-user] [JBoss Tools (users)] - Re: Seam Generate Entities

2008-02-26 Thread nsakiya
Well, is this a common problem everybody knows how to fix it or am I the only one here? Is there any other forums or web sites I might get more response on this issue? Any words on this would be really appreciated. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [Management, JMX/JBoss] - Re: MyMBean depending on MyOtherMBean issues

2008-02-26 Thread PeterJ
For the MyMBean, do you have a depends clause that references MyOtherMBean? If not, add one. If this doesn't help, If so, please post the *-service.xml files for both mbeans. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132270#4132270 Reply to the post

[jboss-user] [JBossCache] - Re: Remove is not properly deleting child nodes when run in

2008-02-26 Thread mircea.markus
This looks a bug. Can you please post the cache config file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132271#4132271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132271 __

[jboss-user] [JBossWS] - Re: Schema Validation in JBOSS-WS

2008-02-26 Thread ripper64
I need to do this as well. I would like to see your example. Thanks Jeff View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132272#4132272 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132272 _

[jboss-user] [Clustering/JBoss] - Re: is a partition possible with no HA JMS?

2008-02-26 Thread [EMAIL PROTECTED]
Yeah, just replace the deploy/jms content with what's in the default config. Also, remove the deploy-hasingleton/jms directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132274#4132274 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [EJB/JBoss] - Re: Error invoking ejbTimeout

2008-02-26 Thread asookazian
I looked at the JMX console and determined that the DefaultDS was being used (HSQLDB). Also, GeneralPurposeDatabasePersistencePlugin class indicates that a table named TIMERS is being created and timer scheduling instances are being inserted into that table. I deleted all the records and the e

  1   2   >