[jboss-user] [Beginners Corner] - Re: Service and Stateless EJB 3.0

2009-03-30 Thread xmedeko
Also, I'd like to know, if every remote invocation of the Service bean is in a separate thread? Are these threads synchronised, or else do I have to take care of thread safety by myself? Thanks Andy View the original post :

[jboss-user] [JBoss AOP] - Re: java.lang.RuntimeException: java.lang.NoSuchFieldExcepti

2009-03-30 Thread samvijay
Hi, I am doing compile time weaving. Regards, samvijay View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221824#4221824 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221824 ___

[jboss-user] [JBossWS] - Re: No Content-type in the header

2009-03-30 Thread gurkanerdogdu
Thanks for answer. I have following jars in the endorsed library. jbossws-native-jaxrpc.jar,-jaxws.jar, -jaxws-ext.jar, -saaj.jar, Exception is : Exception in Thread main javax.xml.ws.WebServiceException : No Content-type in the header at

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

2009-03-30 Thread vinothkumar
Hi All, I have a webservice hosted on my machine and I had deployed the xml file(Deployment Descriptor File) for logging monitor with the name XX-monitor-service.xml The attributes defined are : |attribute name=MonitoredObjects | configuration |

[jboss-user] [JNDI/Naming/Network] - sub-pool per user logged in

2009-03-30 Thread manojpardeshi
Hi We have an application which is deployed on jboss4 and maintaining a pool of connection with Inconcert database. PFB the ds.xml file:- no-tx-connection-factory jndi-nameIcJava/jndi-name adapter-display-nameInconcert System Connection/adapter-display-name

[jboss-user] [JBoss Portal] - org.apache.commons.discovery.DiscoveryException: Class org.a

2009-03-30 Thread GajananM
when i am running webservice through axis client in potlet 2.7.1. I am getting following error. stacktrace: exception javax.servlet.ServletException: Servlet execution threw an exception org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) root

[jboss-user] [JBoss Portal] - New Theme - From web 2.0 template - How to??

2009-03-30 Thread soundspeace
i have a good question. I want to make a theme that look like web template that can download from example templateworld.com this example web 2.0 template http://www.templateworld.com/zero/in_action/jet_30/ to view look like these template in jboss portal. It easy for me. i just import css

[jboss-user] [JBoss Cache: Core Edition] - Re: WARN [TxInterceptor] Commit failed. Clearing stale loc

2009-03-30 Thread krishnan366
Hi Manik, But eviction does not work , as commit fails , if I have the clustering section. That is when I have this thread posted. Thanks !! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221838#4221838 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: SecurityAssociation and ClientLoginModule authentication

2009-03-30 Thread zithuba
Hi, I am having a problem with the same ejb security. I have read a lot of the articles and forums but I still have the problem. I use Anil`s setup for the Jaas security login modules and deploy it with my app. It gets deployed, and I used the JB AS5 way of propagating login credentials as you

[jboss-user] [JBoss Cache: Core Edition] - Hello World for Dummies

2009-03-30 Thread angusm
Having struggled for some time to get JBC 30 running in a cluster on JBossAS 50, I have put together a small Hello World type program to show how it is done. It may be accessed here: http://www.opendoors.fr/dummies/dummies.zip. The UserGuide does a very good job of explaining the general

[jboss-user] [Beginners Corner] - Re:

2009-03-30 Thread jaikiran
GermanDev wrote : But when I try to reproduce this with the jmx-console where they don't do it didn't work. I am asked to enter a password but nothing is accepted.. | | | The users/roles properties for the jmx-console application are in %JBOSS_HOME%/server/ serverName/conf/props

[jboss-user] [JBoss Messaging] - Re: JBM 2.0 BETA1 -- quque/topicExample failed in jndi looku

2009-03-30 Thread timfox
Probably you have localhost resolving to 127.0.1.1 in your hosts file View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221844#4221844 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221844

[jboss-user] [JBoss OSGi] - JBossOSGi-1.0.0.Alpha3 Released (27-Mar-2009)

2009-03-30 Thread thomas.dies...@jboss.com
I am happy to announce the release of JBossOSGi-1.0.0.Alpha3. JBossOSGi-1.0.0.Alpha3 is our first functional release that comes with: * Apache Felix integration * A specialized JBossOSGi Runtime * Integrated Hudson QA * IzPack based Installer * Bundle hot deployment *

[jboss-user] [JBoss Messaging] - Re: JBM 2.0 BETA1 -- quque/topicExample failed in jndi looku

2009-03-30 Thread gaohoward
gee! exactly my hosts has that entry: | 127.0.0.1 localhost | 127.0.1.1 howard-laptop | The example runs OK after removing it! Thanks Tim! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221847#4221847 Reply to the post :

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

2009-03-30 Thread dimit...@jboss.org
Post the whole -service.xml descriptor. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221848#4221848 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221848 ___ jboss-user mailing

[jboss-user] [Management, JMX/JBoss] - How to access ServiceController MBean by an another mbean

2009-03-30 Thread SARA1232007
Hi, I want to develop a mbean to stop, start web service in web container by access ServiceController mbean. Can anyone tell me what is the name and operations supported by the ServiceController mbean? Thanks. Sara View the original post :

[jboss-user] [Management, JMX/JBoss] - How to get web service performance statistic information by

2009-03-30 Thread SARA1232007
Hi, I want to use a mbean to get web service performance statistic information such as invocation count, max invocation time, etc. Is there a mbean provided by JBoss responsible for this? If so, can anyone tell how to access this mbean? If not, can anyone give me some advice to realize this?

[jboss-user] [Security JAAS/JBoss] - Re: JBossXacml

2009-03-30 Thread karink
Hi Anil I attached a request sample to the Jira Bug Regards Karin View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221852#4221852 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221852

[jboss-user] [Management, JMX/JBoss] - How to manage a web service by a management web servce

2009-03-30 Thread SARA1232007
Hi, I need to manage the web service deployed on JBoss using some management web service providing functions such as start, stop web service, provide performance statistics of the managed web service. My plan is to realize the management function using a mbean to access to the standard mbeam

[jboss-user] [Security JAAS/JBoss] - URL PATTERN

2009-03-30 Thread ankit2212
In the security constraint I put security-constraint web-resource-collection web-resource-nameAll resources/web-resource-name Protects all resources url-pattern/*/url-pattern /web-resource-collection auth-constraintrole-nameIPTUser/role-name

[jboss-user] [Performance Tuning] - Peak of CPU

2009-03-30 Thread picje
Hello, We use the jboss 4.0.3SP1 version and sometimes we observe a high peak of CPU (more than 150%), and if I look to the number of activethread I see 217 threads. However the maximum number of thread in the pool is configured to 25. JBoss System Threads System Threads !--

[jboss-user] [JBoss Cache: Core Edition] - Re: Feature request for eviction policies

2009-03-30 Thread jorgemoralespou_2
From what you say, I guess, that whenever I add a new Node, which is not in a previously created Region, JBC dos not create any Region`s specific infrastructure, so it is applying whatever configuration is configured for a topper lever region. Is this infrastructure so costly in means of

[jboss-user] [JBoss Cache: Core Edition] - Re: WARN [TxInterceptor] Commit failed. Clearing stale loc

2009-03-30 Thread manik.surt...@jboss.com
You need to look into your logs and determine why a transaction failed. It could be any number of reasons. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221860#4221860 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: JBM 2.0 BETA1 -- quque/topicExample failed in jndi looku

2009-03-30 Thread gaohoward
another problem found with topicExample when this issue removed, client side: | $ ant topicExample | Buildfile: build.xml | | init: | | compile: | | topicExample: | [java] javax.jms.JMSException | [java] at

[jboss-user] [JBossWS] - How to get rid of namespace information ?

2009-03-30 Thread dimar1975
Hi all, I have a Webservice which returns an ArrayList of Objects to the client. Since the methods takes quite a bit to return I have taken a dump of the SOAP packet which is returned: The method is getAllViews and this is a small piece of it: ns1:getAllViewsResponse

[jboss-user] [JBoss Messaging] - Re: JBM 2.0 BETA1 -- quque/topicExample failed in jndi looku

2009-03-30 Thread gaohoward
Thanks Jeff! you are fast. :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221871#4221871 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221871 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Change the portlet title programmatically

2009-03-30 Thread jssteux
response.setTitle(java.lang.String title) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221870#4221870 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221870 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: JBM 2.0 BETA1 -- quque/topicExample failed in jndi looku

2009-03-30 Thread gaohoward
Thanks Andy. You are fast too. :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221874#4221874 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221874 ___ jboss-user mailing list

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

2009-03-30 Thread vinothkumar
Hi Dimitris, Thanks for your reply. Here is the descriptor. ?xml version=1.0 encoding=UTF-8? | !DOCTYPE server PUBLIC | -//JBoss//DTD MBean Service 4.0//EN | http://www.jboss.org/j2ee/dtd/jboss-service_4_0.dtd; | | server | |mbean

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: axis.jar incompatibility

2009-03-30 Thread BjPenn
sorry i am using jboss 5.0.1 GA View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221887#4221887 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221887 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: NullPointer Exception at server side - JBM 1.4.0.SP3

2009-03-30 Thread sentcs
HI, In my production environment also getting same network issue, so that we are restarting(Closing all the obecjts) the receiver for every 30 minutes. In this case we are facing problem as Receiver getting strucks either create the connection or creating the session by using connection object

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Memory Utilization in JBoss5.0.1

2009-03-30 Thread sahuly
sahuly wrote : While starting jboss5.0.1, it takes too much of memory nearly around 400MB. After some times it drop down...Again while deploying our application it takes around 1GB. This was not the case with JBoss4.0.4..Any idea about how to reduce the memory..Whether need to remove any

[jboss-user] [Beginners Corner] - Re:

2009-03-30 Thread GermanDev
This works, thank you! It all seems very confusing to me. Where do I set the location of the user and role files for the Root.WAR application? Where do I set that location in common? Is there an (easy or not that complicated) way to create one general user account and set for each web

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Memory Utilization in JBoss5.0.1

2009-03-30 Thread jaikiran
Please see this thread in the AS5 forum http://www.jboss.org/index.html?module=bbop=viewtopict=151293. If you have any findings (through profilers) please attach it to the JIRA referenced in that thread. View the original post :

[jboss-user] [EJB 3.0] - Re: Deploying an EJB3 MDB as stopped?

2009-03-30 Thread chtimi2
I mean using the standard start/stop methods on the MDB works, but the DeliveryActive attribute doesn't. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221905#4221905 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221905

[jboss-user] [Installation, Configuration DEPLOYMENT] - Error Instantiating ExpressionFactory

2009-03-30 Thread Shadee
I'm using richfaces and spring on jboss. I wanted to switch to jboss-EL, so I added: | context-param | param-namecom.sun.faces.expressionFactory/param-name | param-valueorg.jboss.el.ExpressionFactoryImpl/param-value | /context-param | to web.xml Howerver when I start

[jboss-user] [JBoss jBPM] - Re: Missing Swimlane Tab in JBPM Designer

2009-03-30 Thread Setya
Hi, Thank you for your clarification. BTW, the latest version I found to download is 3.2.6.SP1, but the other day I've also found 3.3.1.GA, which one is the latest ? Regards, Setya View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221912#4221912 Reply to the

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

2009-03-30 Thread dimit...@jboss.org
jboss.ws.SampleWS is *not* a valid JMX ObjectName. http://java.sun.com/j2se/1.5.0/docs/api/javax/management/ObjectName.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221915#4221915 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: axis.jar incompatibility

2009-03-30 Thread BjPenn
in my project there is some classes wich uses the org.apache.axis.* classes, should i change that to org.jboss.axis.* ?? if it's the case , wich jars should i add??? thanks in advance View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221927#4221927 Reply to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Dev and Prod deployment

2009-03-30 Thread jaikiran
Going by what you mentioned, i guess you need multiple instances of the server on a single machine. See this http://www.jboss.org/community/docs/DOC-9384. One instance will be for dev and one for prod. Each of these instances can have its own set of applications/configurations and can be

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: axis.jar incompatibility

2009-03-30 Thread jaikiran
User applications are not restricted to use org.jboss.axis.*. If the user application needs to use axis.jar or any other third party jar, it can do so. The only thing that you need to configure is the classloader for your application so that the jars in your application are picked up. Have you

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error Instantiating ExpressionFactory

2009-03-30 Thread jaikiran
anonymous wrote : I even added jar with jboss-el to lib folder Which lib folder did you add it to? And how your application packaged? And which version of JBoss AS and Java do you use? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221937#4221937 Reply to the

[jboss-user] [Security JAAS/JBoss] - Re: URL PATTERN

2009-03-30 Thread Wolfgang Knauf
Hi, exclusion of directories is unfortunately not possible. The only thing you can do: move all protected content to subdirectories, and leave the root directory and the excluded subdirectory unsecured. Hope this helps Wolfgang View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: axis.jar incompatibility

2009-03-30 Thread BjPenn
m my aplication is packaged as a WAR and i include the axis.jar in my web-inf/lib.so i dont think i need to change my classloader or classpath cause i include the jar in the web-inf/lib. get me out of the darkeness ;) thank you. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: axis.jar incompatibility

2009-03-30 Thread jaikiran
BjPenn wrote : m my aplication is packaged as a WAR and i include the axis.jar in my web-inf/lib.so i dont think i need to change my classloader or classpath cause i include the jar in the web-inf/lib. | Good point :) The WARs have isolated classloaders by default. BjPenn wrote :

[jboss-user] [Security JAAS/JBoss] - Re: SecurityAssociation and ClientLoginModule authentication

2009-03-30 Thread Wolfgang Knauf
Hi, client.login must be called only once. Please start a new thread, and provide us with more details on your login module and security configuration and on your client code. Did you check that your user is authenticated by the login module? Maybe the login fails and the login module falls

[jboss-user] [JBossWS] - Call.setReturnType gives NPE

2009-03-30 Thread p_repetti
Hello I am using JBossWS inside JBoss AS 4.2.2GA. I guess the WS version is 2.0.1GA. I get a NullPointer calling setReturnType(null) on an instance of Call. The Java EE doc for setReturnType javax.xml.rpc.Call says that Invoking setReturnType(null) removes the return type for this Call object.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error Instantiating ExpressionFactory

2009-03-30 Thread Shadee
It's lib folder in my projects WEB-INF, it's just simple web application. I'm using JBoss AS version 4.2 and Java 5. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221958#4221958 Reply to the post :

[jboss-user] [JBoss Messaging] - JBM Client behind NAT

2009-03-30 Thread lanceliao1
Hi I know JBM server can work correct behind NAT/Firewall by setting secondaryBindPort and secondaryConnectPort. How about client behind NAT connect JBM Server? I tried.It seem works but failed by connectionValidator? Any Suggestion,or JBM does not allow the usage? View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Memory Utilization in JBoss5.0.1

2009-03-30 Thread sahuly
While starting jboss5.0.1, it takes too much of memory nearly around 400MB. After some times it drop down...Again while deploying our application it takes around 1GB. This was not the case with JBoss4.0.4..Any idea about to reduce the memory..Whether need to remove any servic??? View the

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

2009-03-30 Thread vinothkumar
Hi Dimitris, Thanks for your reply. I am having a webservice deployed in my Jboss Server.(jboss-4.2.3.GA). I am trying to use the logging monitor to get the values such as Request Count, Response Count,etc. I would like to know how to configure the descriptor file and any

[jboss-user] [Security JAAS/JBoss] - Re: JBossXacml

2009-03-30 Thread anil.saldh...@jboss.com
Karin, thanks for the sample request. I have the fix - want to verify your sample request. CR5 is tomorrow. 2.0.3 will be around middle of April. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221967#4221967 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Don't see running process in JBPM

2009-03-30 Thread Toriton
hi Dejan, i'm not an expert of JBPM, but i think you don't deployed the .par archive for the process. And to deploy the process you have to use the servlet uploader (never used ) or the link inside the jbpm console to deploy it. I always used the console to deploy a new process. So, if i'm not

[jboss-user] [JBoss Messaging] - Re: JBM Client behind NAT

2009-03-30 Thread timfox
Yes this should work, but you should try asking in the JBoss Remoting forum - this is really a JBoss remoting question. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221961#4221961 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: sub-pool per user logged in

2009-03-30 Thread PeterJ
You are correct in assuming that a database connection pool is maintained at the application server level, not at the user level. However, it would appear that the Inconcert database maintains its own connection pool. You should ask your question to the makers of the database. View the

[jboss-user] [JBoss jBPM] - Re: custom events / executionContext

2009-03-30 Thread gchanteb
Question 2 - It's ok it works now... :-P... but is there a getExecutionContext somewhere ? I don't find it. Here i do a new ExecutionContext(..). Thx View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221875#4221875 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: JBM 2.0 BETA1 -- quque/topicExample failed in jndi looku

2009-03-30 Thread ataylor
Howard, I wouldn't spend too much time trying to get the examples to work. We're in the process of re-writing them. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221865#4221865 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: custom events / executionContext

2009-03-30 Thread gchanteb
Oups, erratum: Question 1- Why ? My System.out.println(node-enter!); worked into node-enter! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221867#4221867 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221867

[jboss-user] [JBoss Cache: Core Edition] - Re: FD Issue

2009-03-30 Thread karnivas
We tested the same with JBoss Cache 1.4.1 SP8 with JGroups 2.4.1.SP8 but the problem still exists View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221971#4221971 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221971

[jboss-user] [JBoss Cache: Core Edition] - JPA/Hibernate JBC usage

2009-03-30 Thread zeravlai
Hi all, please help me in understanding how Hibernate uses the second level cache through this test case I'm running: - 2 threads start at the same time. - Both threads are reading for three consecutive times an overlapping subset of Entity Beans by means of an element manager named query. - I

[jboss-user] [JBoss Messaging] - Re: Could not find new XAResource to use for recovering non-

2009-03-30 Thread chtimi2
No ideas? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221926#4221926 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221926 ___ jboss-user mailing list

[jboss-user] [JBoss Cache: Core Edition] - Re: FD Issue

2009-03-30 Thread karnivas
karnivas wrote : We tested the same with JBoss Cache 1.4.1 SP8 with JGroups 2.4.1.SP8 but the problem still exists We tested the same with JBoss Cache 1.4.1 SP8 with JGroups 2.4.1.SP4 but the problem still exists View the original post :

[jboss-user] [Performance Tuning] - Re: Peak of CPU

2009-03-30 Thread PeterJ
There are also the HTTP threads which are defined in server/xxx/deploy/jbossweb-tomcat55.sar/server.xml. A Thread dump should indicate what threads are running and what they are doing. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221973#4221973 Reply to

[jboss-user] [JBoss Messaging] - Re: JBM 2.0 BETA1 -- quque/topicExample failed in jndi looku

2009-03-30 Thread jmesnil
oops... I submitted too fast... I've fixed the issue in r6210. SimpleString ctor does not accept null strings. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221869#4221869 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: JBM 2.0 BETA1 -- quque/topicExample failed in jndi looku

2009-03-30 Thread jmesnil
gaohoward wrote : another problem found with topicExample when this issue removed, client side: | I've fixed the issue. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221868#4221868 Reply to the post :

[jboss-user] [JBoss jBPM] - Don't see running process in JBPM

2009-03-30 Thread DeanDeen
Hi, I am working on test project with JBoss jBPM, SEAM on JBoss 4.2.3 Server using ORACLE DB. Everything is working just fine, except this... I deploy my application (which include jBPM preces definition) on server and run it via Firefox. My application works just fine as well as process in

[jboss-user] [Installation, Configuration DEPLOYMENT] - axis.jar incompatibility

2009-03-30 Thread BjPenn
does anyone knows if it's ok to add axis.jar and axis-antl.jar to my application?? does it create any conflicts, cause since i added them i am having problems on deploying my app.this is the log: | 11:22:07,406 INFO [NamingHelper] JNDI InitialContext

[jboss-user] [JBoss jBPM] - Re: Missing Swimlane Tab in JBPM Designer

2009-03-30 Thread kukeltje
in the 3.1.x releases, there is no swimlane tab in editor, at least not in the design pane. The swimlanes are configured in the properties pane View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221906#4221906 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Dev and Prod deployment

2009-03-30 Thread DoubleDenim
jaikiran wrote : | | 1) Do you want both the dev and the prod application on the same server? If not, then you can host it on a separate dev system (which is the most common way for such things). | 2) Do you want them to be running simultaneously? | | I guess I want them on the

[jboss-user] [JBoss Portal] - Re: Change the portlet title programmatically

2009-03-30 Thread PeterJ
jssteux is correct. I didn't dig through my code far enough to find the line that actually changes the title. Sorry about that. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221976#4221976 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Pointcut intercepting methods with annotated arguments

2009-03-30 Thread kabir.k...@jboss.com
I've reopened the issue View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221882#4221882 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221882 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: Deploying an EJB3 MDB as stopped?

2009-03-30 Thread chtimi2
Any idea? I have the exact same problem. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221897#4221897 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221897 ___ jboss-user mailing

[jboss-user] [JBoss AOP] - Re: Problem intercepting DataSource method calls in JBoss 4

2009-03-30 Thread kabir.k...@jboss.com
This is not really supported http://www.jboss.org/index.html?module=bbop=viewtopict=150460 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221880#4221880 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221880

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Memory Utilization in JBoss5.0.1

2009-03-30 Thread sahuly
sahuly wrote : sahuly wrote : While starting jboss5.0.1, it takes too much of memory nearly around 400MB. After some times it drop down...Again while deploying our application it takes around 1GB. This was not the case with JBoss4.0.4..Any idea about how to reduce the memory..Whether need to

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

2009-03-30 Thread vinothkumar
Hi Dimitris, Thanks for your reply. Here is the descriptor. anonymous wrote : | ?xml version=1.0 encoding=UTF-8? | !DOCTYPE server PUBLIC | -//JBoss//DTD MBean Service 4.0//EN | http://www.jboss.org/j2ee/dtd/jboss-service_4_0.dtd; | | | | | | |

[jboss-user] [JBoss jBPM] - custom events / executionContext

2009-03-30 Thread gchanteb
Hi all, I'm trying to implement custom events. It works, but i have some questions: I made a test with this process definition: process-definition xmlns=urn:jbpm.org:jpdl-3.2 name=process8 | | start-state name=start-state | transition to=state1 name=to state1/ |

[jboss-user] [JBoss Portal] - Re: Getting java.lang.NoSuchMethodError: org.apache.axis.des

2009-03-30 Thread piergiorgiolucidi
Have you tried your web service in a test class without using it in a portlet? It seems a problem focused on Axis. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221977#4221977 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: IllegalStateException(s) on logout

2009-03-30 Thread Wolfgang Knauf
Hi, it seems that JBoss plugs in it's own Valve org.jboss.web.tomcat.security.SecurityAssociationValve, which requires the Security Context. It seems this Valve is called after your own logout. So maybe it helps to move your logout code after this valve (e.g. in a custom Valve)? Hope this is

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

2009-03-30 Thread dimit...@jboss.org
There is no magic here. You need to specify in the 'depends' and 'monitoredmbean name= clauses the ObjectName of the mbean you want to monitor. If you don't know the full mbean name you want to monitor, you need to find it. Logging to the jmx-console and look for it. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Can't attatch the core file while dump

2009-03-30 Thread glenti
JMAP doesn't recognize the option file=/tmp/heap.bin so it thinks it is the PID. Try jmap -heap:format=b PID you should find the output file heap.bin in your working directory. Hope it helps View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221982#4221982

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: axis.jar incompatibility

2009-03-30 Thread BjPenn
anonymous wrote : I think you don't have a complete set of required jar files in your application package. I think you might be missing the jar file containing the org.apache.commons.* and other related packages. Can you post the output of | | Code: | | jar -tf myapp.war ok here

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: axis.jar incompatibility

2009-03-30 Thread BjPenn
the thing is the same application when i remove the axis.jar or the axius-ant.jar the application is deployed with no problem.so wich other jars i could be missing??you mean jars that the axis library need?? View the original post :

[jboss-user] [Security JAAS/JBoss] - Basic app client to app server authentication in J2EE

2009-03-30 Thread bugoff
I have DB with users. I also have a basic swing app with username/password fields. I want client to be able connect and authorize itself with those credentials. Currently I have: Client: | //global | @EJB(name=DemoServer/MyBean/remote) private MyBeanRemote ejb; | | //login |

[jboss-user] [Security JAAS/JBoss] - Re: JBossXacml

2009-03-30 Thread anil.saldh...@jboss.com
Uploading: https://snapshots.jboss.org/maven2/org/jboss/security/jbossxacml/2.0.3.CR4-SNAPSHOT/jbossxacml-2.0.3.CR4-20090330.131322-1.jar If in a hurry, pick the snapshot. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221989#4221989 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: axis.jar incompatibility

2009-03-30 Thread Wolfgang Knauf
Hi, what is your version of commons-collections.jar? The reason why I ask is this snippet of the error message: when resolving method org.apache.commons.collections.map.LazyMap.decorate(Ljava/util/Map;Lorg/apache/commons/collections/Transformer;)Ljava/util/Map; the class loader ... of the

[jboss-user] [JBoss Tools (users)] - hibernate hbm.xml editor wierd error

2009-03-30 Thread mdiskin
I get this error: ERROR 41:29 Attribute order-by must be declared for element type many-to-many but only on the visual/tree view. The source view is fine and says the xml is valid. Here's the config that's causing the error (which came from jboss support, but only the dev studio is supported,

[jboss-user] [JBoss Portal] - Re: Change the portlet title programmatically

2009-03-30 Thread bensonfungjava
OK, Thanks for you guys' help. Benson View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221991#4221991 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221991 ___ jboss-user mailing

[jboss-user] [Security JAAS/JBoss] - Re: Caller Principal Set Once And Forever

2009-03-30 Thread ralfsteppacher
OK, I found https://jira.jboss.org/jira/browse/JBAS-6424 in the meantime. Upgrading to JBoss 5.0.1 solves the problem. ralf View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221999#4221999 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: JBoss cluster: session stickiness

2009-03-30 Thread sureshrk19
This made some changes... now, the setup is working fine. There were duplicate 'jvmRoute' entries... I fixed them as per Brian's comments. now, it works fine. Thanks, Suresh View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222000#4222000 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: hibernate hbm.xml editor wierd error

2009-03-30 Thread akazakov
Which version of JBoss Tools do you use? Hibernate? I can't reproduce it for JBoss Tools 3.0.0GA/Hibernate 3 (http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222005#4222005 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: axis.jar incompatibility

2009-03-30 Thread BjPenn
i just added the common-collections-3.2.jar and it seems to work, thank you mates. cheers, Youssef View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222007#4222007 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222007

[jboss-user] [Security JAAS/JBoss] - Re: Basic app client to app server authentication in J2EE

2009-03-30 Thread Wolfgang Knauf
Hi, as far as I know, LoginInitialContextFactory is no longer working in JBoss 5. Take a look at this thread (post 2) to see how to perform a JAAS login: http://www.jboss.org/index.html?module=bbop=viewtopict=144865 Another tip: you use an @EJB annotation in your code, and later perform a JNDI

[jboss-user] [JBoss jBPM] - jBPM - Weblogic

2009-03-30 Thread maframan
Is it possible to deploy jBPM 3.2.6 sp1 into weblogic 10.1? I try to deploy but there are some errors. Please help me! PS: In the documentation is written: Weblogic and standalone Tomcat, it is not portable without some code changes. What should change? View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: Basic app client to app server authentication in J2EE

2009-03-30 Thread bugoff
Should LoginContext be on the same side as InitialContext (ie client), or not? If first, then why does the client need to know what LoginModule the server is using? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222018#4222018 Reply to the post :

[jboss-user] [Javassist user questions] - attempted duplicate class definition for name:

2009-03-30 Thread Michenux
Hi, I would like to know it is possible to modify a class that has been already loaded. My test case : MyClass myClass = new MyClass(); | ClassPool pool = ClassPool.getDefault(); | CtClass cc = pool.get(MyClass); | //make some changes | cc.toClass(); It faults with : Caused by:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: READ THIS FIRST

2009-03-30 Thread amyannettehahn
Having a problem starting Jboss. It's been working fine for months. All of a sudden last Thursday it stopped working. I have made some changes in my java project and went to redeploy and it fail. I can attach the log in an email if you want. Using Jboss 4.3.2, java 1.6.0_11. Here is a

[jboss-user] [JBoss AOP] - Re: java.lang.RuntimeException: java.lang.NoSuchFieldExcepti

2009-03-30 Thread flavia.rain...@jboss.com
Are you performing the compile time weaving with the same version of JBoss AOP you use at runtime? Check if there is no older JBoss AOP jar file in the classpath during execution. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222024#4222024 Reply to the post

[jboss-user] [Clustering/JBoss] - Re: MDB and HAJNDI

2009-03-30 Thread FrankTheTank
Don't know if it changed in 5.0 but I had noticed that I needed to set the cluster name using -Djboss.partition.name=[partition name] as just setting it in the cluster-service.xml, while it would name the cluster ok and they clusters would find themselves, would cause the farming to not work.

[jboss-user] [Clustering/JBoss] - Re: Clustering for a non-http based application on JBoss

2009-03-30 Thread FrankTheTank
Define the name of your cluster with -Djboss.partition.name=[my cluster name] as this variable is used by other services (such as farm). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222027#4222027 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Problem with farm deployment

2009-03-30 Thread FrankTheTank
1. war files must really be archives, not just dirs called blah.war 2. use -Djboss.partition.name=[my partition name] View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222028#4222028 Reply to the post :

  1   2   >