[jboss-user] [JNDI/Naming/Network] - Re: java.lang.NoClassDefFoundError: org/jnp/server/NamingSe

2008-05-22 Thread sagi7
Hello, There is no commandline. It is a Swing Client. Best regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152878#4152878 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152878 __

[jboss-user] [JBoss Portal] - Re: Query related to displaying portlets

2008-05-22 Thread ruchika
Can you please provide me more details how to create custom interceptors, some code or document? It would be great help. Regards, Ruchika View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152873#4152873 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - org.jboss.util.threadpool.BasicThreadPool

2008-05-22 Thread sandipvdhande
how we can set it for better server performance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152872#4152872 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152872 ___ jboss-u

[jboss-user] [Security & JAAS/JBoss] - Re: Re-login a user programmatically after changing his pass

2008-05-22 Thread piotr.koper
I think JBoss stores password in cache. Try to clear cache after changing password. piotr.koper View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152871#4152871 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152871 _

[jboss-user] [Beginners Corner] - Re: JBOSS portal interaction with MYSQL

2008-05-22 Thread rajesh_css
Thanks PeterJ , can i get the link which i can go through View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152869#4152869 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152869 _

[jboss-user] [Management, JMX/JBoss] - Re: 4.2.2 GA: service=JNDIView call causes NPE

2008-05-22 Thread jaikiran
How did you install JBoss-4.2.2 GA? Was it through the JEMS installer or did you use the zip archive? Have you modified anything in the server after installing JBoss? Which version of Java is being used and which operating system? When JBoss is starting, you will see the Java version being print

[jboss-user] [Clustering/JBoss] - Re: WAR redeployment requires restart

2008-05-22 Thread rajeshchande
Yeah I did edit it. Please find below the exact stack trace as-is. | INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../tmp/deploy/tmp65116ssa-exp.war/ | ERROR [BaseModelMBean] Exception invoking method destroy | java.lang.NullPointerException | at

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: problem with log4j in Jboss

2008-05-22 Thread jaikiran
"jinesh.parikh1983" wrote : I have log4j 1.2.9-jar in my webapplication's lib and i am not able to fuigure out the cause of my problem. | | The easiest way to get rid of the error, is to remove the log4j jar from your web application. JBoss comes with its own version of log4j jar in %JBOS

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Installing Jboss as a service using JRE 6

2008-05-22 Thread ebayne
I install Jboss with the application I install. I use a script which loads jboss as a service with a dependency on LANMANSERVER. If I use any version of JRE above 5 it will fail. Can someone please help with this issue. I load Jboss 4.03sp1. I can not find anything in the jboss/server/bin direct

[jboss-user] [Installation, Configuration & DEPLOYMENT] - problem with log4j in Jboss

2008-05-22 Thread jinesh.parikh1983
Following is the error ia ma getting when i am deploying my war file in Jboss 4.04-GA.I have log4j 1.2.9-jar in my webapplication's lib and i am not able to fuigure out the cause of my problem. Following is the log4j.xml from Jboss -- htt

[jboss-user] [Clustering/JBoss] - Re: WAR redeployment requires restart

2008-05-22 Thread rajeshchande
No I dont see any errors during undeploy of the war. | INFO [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=2007102 | 21139)] Started in 9m:4s:444ms | INFO [TomcatDeployer] undeploy, ctxPath=/, warUrl=.../tmp/deploy/tmp65112ssa-exp.war/ | [Con

[jboss-user] [Clustering/JBoss] - Re: WAR redeployment requires restart

2008-05-22 Thread [EMAIL PROTECTED]
Perhaps the NPE is a bit of a red herring. What was odd to me was why destroy operations were happening during a deploy. Looking at the TomcatDeployer code, it's because of this: | String objectNameS = config.getCatalinaDomain() | + ":j2eeType=WebModule,name=//" + | ((h

[jboss-user] [JBoss jBPM] - Recursive Process

2008-05-22 Thread jamesnobond007
Hello all, I am evaluating whether JBpm have this feature of recursive process (or other terms). For example, Data Entry clerk submit the entry to checker, if there's error(s) in the document entered, checker will reject and send it back to Data Entry clerk. This process will be repeat until

[jboss-user] [JBossWS] - Re: ERROR [org.jboss.wsf.stack.jbws.RequestHandlerImpl] Cann

2008-05-22 Thread bbucy
Any update on this? I get the same error on the server side. Using same version (e.g. jbossws-3.0.1-native-2.0.4.GA). Wondering if this has something to do with the client's classpath. Had this all working at work no issue (Windows XP), but the other developers had issues related to the c

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to interpolate properties with SystemPropertiesService?

2008-05-22 Thread ejain
I'm setting a bunch of system properties like so: | | conf/x.properties,conf/y.properties | | Within those property files I'd ideally like to be able to reference previously set properties, e.g. foo.dir=${jboss.server.home.dir}/foo | bar.dir=${foo.dir}/bar | ...

[jboss-user] [JBoss Messaging] - DLQ Question

2008-05-22 Thread jgilbert
Is it possible to add additional information to a message before it is sent to the DLQ? For example, I would like to attach information about the exception that caused the delivery failure, so that I can route messages appropriately when I pull them off the DLQ. View the original post : http

[jboss-user] [JBoss Messaging] - Re: PLEASE DO NOT POST JBOSS MQ QUESTIONS HERE

2008-05-22 Thread metricsdude
Rather than ask each of us to read about JBoss MQ, and then read about JBoss Messaging, and figure it out for ourselves, can someone provide a one-liner pointing out the *differences*? Also, what does JBoss use, say 4.2.2.GA? That might help people figure out if their issue is with JBoss Messagi

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBOSS Binding error on start up

2008-05-22 Thread rajadhi
Thanks Peter! I have actually managed to fix the issue by downloading the latest OJDBC driver. So if you come across a similer problem, I suggest get the latest driver from Oracle. Peace! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152842#4152842 Reply

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Hot deploy configuration..

2008-05-22 Thread alesj
This first: - http://wiki.jboss.org/wiki/JBossHelp - http://wiki.jboss.org/wiki/HelpExpertSystem ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152841#4152841 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=415284

[jboss-user] [JBoss jBPM] - Re: Attaching files

2008-05-22 Thread david_ling
Hi, I think you need to develop the createUploadFile tag and package it as part of the jbpm4jsf-14.jar First you need the source code for org.jbpm.jsf.core.CoreLibrary.java and add the following line in there addTagHandler("createUploadFile", CreateUploadFileHandler.class);. Then create org.

[jboss-user] [JBossWS] - JSP page not completely returned

2008-05-22 Thread thepriz
Is there some buffer in jBoss that only sends part of a generated html file from a jsp file. I have a jsp file with a fairly big form that is used to do searches of my data. However, it only displays most of the form. If I remove white space from the beginning of the file, I see more of the html

[jboss-user] [JBossWS] - Re: WS-security interoperability

2008-05-22 Thread stepmarti
I think I fix it from client side (.NET) Thanks to http://erlend.oftedal.no/blog/?blogid=12 But now i have a big question? Does JBossWS support WS-SecureConversation? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152833#4152833 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Placing portlet_instances.xml in a central place ...

2008-05-22 Thread [EMAIL PROTECTED]
It is not really possible to put a instance file centrally because it relies on the portlet to be deployed before instance are created (in order to properly clone state if needed), that's why an instance file is packaged with a portlet application. View the original post : http://www.jboss.com

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - javax.persistence.Query.getSingleResult() doesn't comply wit

2008-05-22 Thread mohammadk
According to the javadoc (http://java.sun.com/javaee/5/docs/api/javax/persistence/Query.html#getSingleResult()) getSingleResult method is supposed to throw NoResultException when there is no result. the hibernate version bundled with JBoss 4.0.4 complies to the spec, but the one bundled with

[jboss-user] [Beginners Corner] - tracking users

2008-05-22 Thread gryffin
I've got a service ( JBossWS native 3.0.4, EJB3 ) that at this point does not include any security. I figure I can get an idea who all is connecting if I can capture the source address, but I haven't found a way to do that within the jbossws framework. Can someone point me to some documentation

[jboss-user] [JBoss Portal] - Re: Placing portlet_instances.xml in a central place ...

2008-05-22 Thread PeterJ
Looks like they posted the ODP (Open Document Presentation) file. You will need OpenOffice.org to read that. And yes, all of the Open Document files are really just zip files with various xml file and other content. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [Clustering/JBoss] - Re: WAR redeployment requires restart

2008-05-22 Thread [EMAIL PROTECTED]
It looks like you edited the stack traces in your post. If so, please include the full stack trace. I suspect what's happening here is something is holding a reference to the classloader for the earlier deployment View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [JNDI/Naming/Network] - Re: java.lang.NoClassDefFoundError: org/jnp/server/NamingSe

2008-05-22 Thread PeterJ
And the full command line used to run the client??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152813#4152813 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152813 ___ jbo

[jboss-user] [JBoss Portal] - Re: Placing portlet_instances.xml in a central place ...

2008-05-22 Thread rohit000
Hi Peter, Tried to access the same. Once I click the link I get a zip file which has set of folders for configurations, pictures etc. Not the pdf. Seems like right file is not uploaded View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152806#4152806 Reply t

[jboss-user] [Clustering/JBoss] - Re: Access to jnp://localhost:1100 is denied on IPv6 dual st

2008-05-22 Thread ishai
It's actually execution time exception with the preference to IPv4 stack javax.naming.NamingException: Could not dereference object [Root exception is javax.naming.CommunicationException: Could not obtain connection to any of these urls: 127.0.0.1:1100 and discovery failed with error: javax.nam

[jboss-user] [Management, JMX/JBoss] - Can't use JMX query syntax in JMX console filter

2008-05-22 Thread metricsdude
This is just a rant, but it would be nice if the JMX console let you use JMX query syntax, instead of supplying a 'user friendly' filter. The filter is pretty close to JMX query syntax, but it's not, so I find it frustrating. In particular, the thing I hate is that you cannot put the * anywhere

[jboss-user] [Clustering/JBoss] - Re: Access to jnp://localhost:1100 is denied on IPv6 dual st

2008-05-22 Thread [EMAIL PROTECTED]
Can you share more details on the deployment failure? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152800#4152800 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152800 ___ j

[jboss-user] [Management, JMX/JBoss] - partition name via JMX

2008-05-22 Thread metricsdude
Hi there, I've looked through the jmx console, and FAQ and looking for an MBean with an attribute that exposes the cluster/partition name the JBoss server is connected to. I found the "jboss:service=clustername" MBean, but if I don't know the clustername, I can't query for it. This MBean has

[jboss-user] [Clustering/JBoss] - Re: HAJNDI failover exception

2008-05-22 Thread davidchen
Thank you very much Brain for quick reply. Here, I just want to list my couple cents on that issue which may help for others: 1. number of retries to get connection from pool is by default the maximum value, 30. That's the reason, it keeps trying for about 30 seconds (about a second every try).

[jboss-user] [JBoss Messaging] - JBoss 4.2.2 to use ActiveMQ 5.0.1 as an external JMS provide

2008-05-22 Thread mohan_mr12
Dear All, I am not clear about all the steps required to configure JBoss to use ActiveMQ as an external JMS provider? Can anyone guide me ? Thanks, Mohan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152794#4152794 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss jBPM] - WS-BPEL and WS-Security

2008-05-22 Thread gllambi
Hi, is it possible to consume a service that needs authentication with WS-Security in a jBPM-BPEL process. I've searched the forum and only found this post about the topic: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025943#4025943 Thanks! Guzman View the original post : http://

[jboss-user] [JNDI/Naming/Network] - Re: java.lang.NoClassDefFoundError: org/jnp/server/NamingSe

2008-05-22 Thread sagi7
Hello, the class i see in the verbose mode in the working environment is NamingServer_Stub from the jbossall_client and never NamingServer. Here is the full stacktrace Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: org/jnp/server/NamingServer at org.jboss.nami

[jboss-user] [JBoss Portal] - Re: War File Best Practices

2008-05-22 Thread thetikigod
Thanks a bunch for the advice! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152785#4152785 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152785 ___ jboss-user mailing list

[jboss-user] [Messaging, JMS & JBossMQ] - Re: MDB not

2008-05-22 Thread scooter4j
pretty sure I found the problem (can't verify for a bit but wanted to put this here before I forget) I think the problem is that I neglected to put the jboss.xml file in my ear file :( I found that my build script was sending it somewhere other than the ear file will try to confirm in t

[jboss-user] [JBossWS] - Re: Getting username and password without performing authent

2008-05-22 Thread [EMAIL PROTECTED]
If you need the principal without authentication, you can either set no security domain for your endpoint or provide a custom security domain that does not authenticate with something like this in the login-config.xml: | | | | | | | Then configure jbossws to u

[jboss-user] [JBossWS] - Re: Getting username and password without performing authent

2008-05-22 Thread bortx
Sorry for previous post, it was not formatted properly "bortx" wrote : Hi, | | I'm developing a jbossws server application that must get Username and Password tokens in header in order to invoke another application with those credentials. A sample request made to my application seems like t

[jboss-user] [JBossWS] - Getting username and password without performing authenticat

2008-05-22 Thread bortx
Hi, I'm developing a jbossws server application that must get Username and Password tokens in header in order to invoke another application with those credentials. A sample request made to my application seems like this. http://schemas.xmlsoap.org/soap/envelope/"; xmlns:mod="http://myapp.com/w

[jboss-user] [JNDI/Naming/Network] - Re: java.lang.NoClassDefFoundError: org/jnp/server/NamingSe

2008-05-22 Thread PeterJ
Please post the full command line you use to run the client. I am surprise this class did not show up when you used -verbose:class - this class is needed for anything that uses JNDI, which is about anything that the client might do. Also, if the exception you post the full output for the client

[jboss-user] [JBoss jBPM] - Re: When deploying a jBPM, a exception about jsf throwed

2008-05-22 Thread manoogim
did anyone figure out what the problem was? i am deploying to EnterprisePlatform-4.3.0.GA. getting this exception: 2:30:56,946 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/ 12:30:57,008 INFO [TomcatDeployer] deploy, ctxPath=/rft-new, warUrl=.../deploy/r

[jboss-user] [JBoss Portal] - Re: War File Best Practices

2008-05-22 Thread PeterJ
How modular would you like your portlets to be? In other words, will you always deploy all of the portlets? Or will there be cases when you want to deploy only 1 (or two or..) of them? Also, is there any sort of logical organization among your portlets (for example, portlets A and B are always

[jboss-user] [JNDI/Naming/Network] - java.lang.NoClassDefFoundError: org/jnp/server/NamingServer

2008-05-22 Thread sagi7
Hello, i changed my development environment from Windows to a linux system. I copied my JBoss with all his configs and deployments. Now when i start my client, i get the following: Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: org/jnp/server/NamingServer at org

[jboss-user] [EJB 3.0] - Re: Entity bean cascade design issue

2008-05-22 Thread alexg79
anonymous wrote : I was searching info about ON DELETE SET NULL equivalent in EJB. All I found is that (probably) this is not implemented. Is this true? For some incomprehensible reason, Hibernate devs consider this functionality "bad design", even though RDMSs have supported it for a long time n

[jboss-user] [EJB 3.0] - Re: Entity bean cascade design issue

2008-05-22 Thread lcurros
Hi!! I was searching info about ON DELETE SET NULL equivalent in EJB. All I found is that (probably) this is not implemented. Is this true? The approach commented this post (with @PreRemove annotation) is correctly working. Can anybody post an example of an interceptor for this? What are the pr

[jboss-user] [Security & JAAS/JBoss] - JBoss integration with Oracle Internet Directory

2008-05-22 Thread orclrob
Hi, We are migrating from Oracle Application Server to JBoss, but we are still keeping our LDAP repository in Oracle Internet Directory. I am working at configuring our java apps to utilize OID through JBoss. I have looked at configuring the LDAPLoginModule but have not had any success. Has

[jboss-user] [JBoss Portal] - Re: War File Best Practices

2008-05-22 Thread thetikigod
Please someone post their advice. Im really not sure what to do at this point. None of the tutorials Ive read provide a best practice or convention. All they say is that you can package multiple portlets into a war. What do you guys think? View the original post : http://www.jboss.com/ind

[jboss-user] [Management, JMX/JBoss] - Re: 4.2.2 GA: service=JNDIView call causes NPE

2008-05-22 Thread J-Pro
Yes, jaikiran, this exception appears even if my app is undeployed. Please, help me to solve this problem. If you need - I can upload my server directory anywhere. Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152744#4152744 Reply to the

[jboss-user] [JBoss Portal] - Re: Query related to displaying portlets

2008-05-22 Thread jssteux
We also had the same kind of scenario. You can create customs interceptors into JBoss Portal stack commands. So it's possible to add windows dynamically. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152743#4152743 Reply to the post : http://www.jboss.com/

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Duplicate Objects in Entity's mapped OnetoMany collection

2008-05-22 Thread jfrankman
What can cause duplicate objects to show up in a collection when the SQL data itself is fine? I have a problem where duplicate java objects are showing up in a @OneToMany relationship on one of my entities. I need to figure out why these duplicate objects show up in my collection. Here is the

[jboss-user] [Clustering/JBoss] - Re: Access to jnp://localhost:1100 is denied on IPv6 dual st

2008-05-22 Thread ishai
It will not deploy to begin with. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152740#4152740 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152740 ___ jboss-user mailing li

[jboss-user] [JBoss Cache: Core Edition] - Re: State transfer errors

2008-05-22 Thread fungrim
What I fail to understand is where the lock contention comes from. Given that each thread access separate nodes and mutate only attributes, why is there a contention on state transfer? Ie. given thread T1 accessing node N1, state transfer for N1 should not commence unless T1 accesses the data o

[jboss-user] [Clustering/JBoss] - Re: Back to jboss clustering

2008-05-22 Thread [EMAIL PROTECTED]
You are attempting to serialize a session whose attribute map includes an object that is not serializable (RequestFacade). RequestFacade is the Tomcat implementation of HttpServletRequest -- mostly likely somewhere in your code you are storing a reference to the HttpServletRequest in some objec

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Servre configurations in JBoss

2008-05-22 Thread PeterJ
Have you tried reading the documentation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152737#4152737 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152737 ___ jboss-user ma

[jboss-user] [JBoss Cache: Core Edition] - Re: State transfer errors

2008-05-22 Thread fungrim
Setting higher timeout values in the sequence does not help. Also synchronous commit and rollbacks only brought other exceptions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152736#4152736 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [Beginners Corner] - Re: java.util.logging to Log4j mapping

2008-05-22 Thread PeterJ
I think that this is because the Java logger outputs to stderr, and log4j captures anything written to stderr and logs it using ERROR. I am not sure if you can configure Java logging to write to stdout instead (in which case I think the output shows up as INFO) View the original post : http://

[jboss-user] [Clustering/JBoss] - Re: Access to jnp://localhost:1100 is denied on IPv6 dual st

2008-05-22 Thread [EMAIL PROTECTED]
Are you saying that if you used jnp://127.0.0.1:1100 it didn't work? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152733#4152733 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152733 __

[jboss-user] [Beginners Corner] - Re: JBOSS portal interaction with MYSQL

2008-05-22 Thread PeterJ
4) Most of the data for the database comes from the portlet.xml, portlet-instances.xml and *-object.xml files scattered throughout jboss-portal.sar. Other parts of the data are scattered here and there, many in Hibernate initialization files. (Yes, the Portal uses Hibernate) 5) Themes and layou

[jboss-user] [Management, JMX/JBoss] - Re: JMXServiceURL for JBoss4.2.2GA

2008-05-22 Thread [EMAIL PROTECTED]
See http://jira.jboss.com/jira/browse/JBAS-3885 This functionality exists in JB5. Maybe try copying deploy/jmx-remoting.sar to an older 4.2.2 installation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152729#4152729 Reply to the post : http://www.jboss.co

[jboss-user] [EJB/JBoss] - Re: Invokation of the create-method

2008-05-22 Thread ngewecke
Ah... Ok that makes sense... been barking up the wrong tree in trying to figure it out... Thank you, Nathan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152727#4152727 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss Portal] - Re: Accessing a single portlet

2008-05-22 Thread PeterJ
It usually helps to describe what you are attempting to achieve because as you can see, my answer to your original question did not help you in the least. And unfortunately, I have not used ajax with the portal so cannot help you there either. View the original post : http://www.jboss.com/inde

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Eclipse + JBoss Debug Mode issue

2008-05-22 Thread nameghino
Yes, the application contains several EJB3 beans, and I'm aware of the usual deployment time. I also checked run.bat for a line like the one you posted, but there's only one, and it's commented. anonymous wrote : | rem JPDA options. Uncomment and modify as appropriate to enable remote debug

[jboss-user] [Management, JMX/JBoss] - Re: JMXServiceURL for JBoss4.2.2GA

2008-05-22 Thread PeterJ
See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=134247 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152721#4152721 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152721 __

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBOSS Binding error on start up

2008-05-22 Thread PeterJ
For MySQL, it is the my.ini file, the max_allowed_packet option. http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html#option_mysqld_max_allowed_packet View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152719#4152719 Reply to the post : http://www

[jboss-user] [EJB/JBoss] - Re: Invokation of the create-method

2008-05-22 Thread [EMAIL PROTECTED]
You shouldn't create threads from ejbs, it's not allowed by spec. You could write/bundle a jboss-service with your ejb to call some initialization routine at deploy time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152718#4152718 Reply to the post : http

[jboss-user] [Microcontainer] - Re: SchemaResolverDeployer is parsing but not deploying

2008-05-22 Thread [EMAIL PROTECTED]
Wow, thanks. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152713#4152713 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152713 ___ jboss-user mailing list jboss-user@list

[jboss-user] [Clustering/JBoss] - Back to jboss clustering

2008-05-22 Thread praveenas
Hi, I am again back to the forum for clarifying a doubt. I want to remind you once again that I have used Hibernate and Echo2 for developing my application war file maintaining a postgres database at the back end. It was fit and fine when running on Tomcat. Currently we are planning to clust

[jboss-user] [JBoss Portal] - War File Best Practices

2008-05-22 Thread thetikigod
What is the best practice when packaging portlets into a war file? I am working on an application that has multiple portlets. Each portlet may stand alone (excluding database: they all require the same one) and they each perform a different function. Together, they comprise the entire applicat

[jboss-user] [Microcontainer] - Re: SchemaResolverDeployer is parsing but not deploying

2008-05-22 Thread alesj
"[EMAIL PROTECTED]" wrote : Maybe this isn't such a hot idea after all. It seems like there could be a lot of subtleties involved... I think I'll go back to the separate file idea for now. This might help: - http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/trunk/deployers-vfs/sr

[jboss-user] [JBoss Portal] - personalization of a portal in jboss portal

2008-05-22 Thread kiransaravi
can any one guide me regarding this issue... i have 3 kinds of users...admin...super...normal... the portal should appear in a unique way to each of the threee category users...what i mean by this is personalization of the portal. i could give different access rights to different users

[jboss-user] [Messaging, JMS & JBossMQ] - Creating Group of Queue

2008-05-22 Thread nitinmandolkar
Hi Jboss Is it possible in JBOSS MQ to create group of Queues and assign that group separate Connection factory and JDBC Store. Example QGROUPA Queues : Q1, Q2, Q3 Connection factory for QGROUPA : QGROUPA_ConnectionFactory JDBC Store for QGROUPA : QGROUPA_JDBCStore QGROUPB ===

[jboss-user] [Messaging, JMS & JBossMQ] - Creating Group of Queue

2008-05-22 Thread nitinmandolkar
Hi Jboss Is it possible in JBOSS MQ to create group of Queues and assign that group separate Connection factory and JDBC Store. Example QGROUPA Queues : Q1, Q2, Q3 Connection factory for QGROUPA : QGROUPA_ConnectionFactory JDBC Store for QGROUPA : QGROUPA_JDBCStore QGROUPB ===

[jboss-user] [JBoss Cache: Core Edition] - Re: State transfer errors

2008-05-22 Thread [EMAIL PROTECTED]
Wow, that's not nice. JBCACHE-1353. Thx for spotting this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152690#4152690 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152690

[jboss-user] [Clustering/JBoss] - Access to jnp://localhost:1100 is denied on IPv6 dual stack

2008-05-22 Thread ishai
I would like to bring attention to the following issue happening with 4.0.5.GA Windows 2003 I have a test application which works fine on IPv4 set-up cluster with nodes bound to host IPv4 ip addresses. Same application deployed to identically set-up cluster on IPv6 dual stack ( -Djava.net.prefe

[jboss-user] [Microcontainer] - Re: SchemaResolverDeployer is parsing but not deploying

2008-05-22 Thread alesj
Not that I would know of. Adrian is working on better bootstrap order, so that might help: - http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152035#4152035 But in the worst case you can always 'polute' SingletonSchemaResolverFactory. :-) |/** | * Create a new SingletonSche

[jboss-user] [JBoss Cache: Core Edition] - Re: Why concrete region fails override the default one?

2008-05-22 Thread [EMAIL PROTECTED]
Region name should be /test/web/entity/etc/. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152686#4152686 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152686 ___ jboss-us

[jboss-user] [Microcontainer] - Re: SchemaResolverDeployer is parsing but not deploying

2008-05-22 Thread [EMAIL PROTECTED]
Maybe this isn't such a hot idea after all. It seems like there could be a lot of subtleties involved... I think I'll go back to the separate file idea for now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152684#4152684 Reply to the post : http://www.jb

[jboss-user] [JBossWS] - How to build a web service client with Maven?

2008-05-22 Thread uijltje
Hi, I have a WS-client built and working using the wsconsume ant-task (v 2.0.1). Now I'm trying to build same client with Maven. For that, I use wsimport from jaxws-maven-plugin (v 2.1.3). The generated artifacts look almost the same but on deploying the client I get: 15:20:36,593 INFO [STDOUT

[jboss-user] [JBoss Cache: Core Edition] - Re: State transfer errors

2008-05-22 Thread fungrim
The first timeout is not configurable (at least not in JBC 2.2.0.BETA1). It is hard coded to a sequence of 400, 800, and 1600 milliseconds in BuddyManager.java:859 (again in JBC 2.2.0.BETA1). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152681#4152681 Rep

[jboss-user] [Microcontainer] - Re: SchemaResolverDeployer is parsing but not deploying

2008-05-22 Thread [EMAIL PROTECTED]
What about dependencies - if I go this route, is there an automatic way to prevent any beans containing I/O tags from being deployed before the I/O bindings are registered with JAXB? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152678#4152678 Reply to the

[jboss-user] [JBoss Cache: Core Edition] - Why concrete region fails override the default one?

2008-05-22 Thread beep_beep
IN JBC 1.4 SP9: I have found,that with configuration below, more concrete region (15 nodes maximum) failed to override default one(5 nodes maximum). Is it ok, what is not OK? | | | | | 5 | | | 10 |

[jboss-user] [JBoss Cache: Core Edition] - Re: State transfer errors

2008-05-22 Thread [EMAIL PROTECTED]
No, in different places, not just gravitation. the first stack trace shows contention during a state transfer for the new buddy. There is stuff being written to cache1 while cache1 is trying to get state to send to cache2. And there is contention here. Perhaps increasing your lock acquisitio

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Creating an application that uses sessions with jboss se

2008-05-22 Thread erasmomarciano
You have to use jvmRoute parameter in server.xml and the value must be the same on your load balancer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152672#4152672 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=415

[jboss-user] [Microcontainer] - Re: SchemaResolverDeployer is parsing but not deploying

2008-05-22 Thread alesj
"[EMAIL PROTECTED]" wrote : | | | | | | | ... | | ... | | ...etc... | | | | | | In other words I think it would be nice to let the user specify an I/O bean anywhere they'd specify a regular bean. | Then each of the corresponding metad

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Creating an application that uses sessions with jboss set fo

2008-05-22 Thread eolsen98
Is there anything in the application that I need to do specifically in my code to use sticky sessions? Web.xml? etc.? We are having issues with sticky sessions where to load balancer is redirecting the client to a different node after a session starts. Eric View the original post : http://ww

[jboss-user] [JBoss Portal] - Query related to displaying portlets

2008-05-22 Thread ruchika
Hello, I have a scenario: I have a portlet (Say PortletA) which is displaying a jsp having menu. On clikcking on menu item, I want present portlet to be replaced by 2 different portlets ( Say PrtletB and PertletC) Is this scenario possible? Regards, Ruchika View the original post : http://ww

[jboss-user] [Microcontainer] - Re: SchemaResolverDeployer is parsing but not deploying

2008-05-22 Thread [EMAIL PROTECTED]
Well I can say for sure that there definitely ought to be a shortcut deployer for BeanMetaDataFactory deployment. That said, I'm not sure I want my deployments to look like that. Just seems kinda weird/unintuitive from the user perspective. Now I'm thinking something more like this: |

[jboss-user] [JBoss Cache: Core Edition] - Re: Memory management: questions

2008-05-22 Thread beep_beep
I see, where you throw that exception, seems you have reasons for that. But why hibernate use that putFailFast I do not know... Seems Optimistic locking is gone for me... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152660#4152660 Reply to the post : http:/

[jboss-user] [JBoss Cache: Core Edition] - Re: Memory management: questions

2008-05-22 Thread beep_beep
One more thanks! Optimistic works. I use JBC 1.4 SP9. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152662#4152662 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152662

[jboss-user] [JBoss Portal] - Re: problem with IPC

2008-05-22 Thread ruchika
Thanks for your help. This is working for me also :-) Regards, Ruchika View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152663#4152663 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152663 ___

[jboss-user] [JBoss Cache: Core Edition] - Re: Memory management: questions

2008-05-22 Thread beep_beep
We sent messages in the same time! Thanks Manik! I appreciate your help so much!!! Peter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152661#4152661 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152661 _

[jboss-user] [JBoss Cache: Core Edition] - Re: State transfer errors

2008-05-22 Thread fungrim
Mmm. A few questions. 1) The lock contention occurs on data gravitation only, correct? As we're only updating attributes on nodes, the only time we need to content on lock (the "/" lock, or the buddy backup lock) is when adding something on a cache, ie. on data gravitation? 2) If #1, is there

[jboss-user] [JBoss Tools (users)] - Re: Commit & Checkout Seam Project

2008-05-22 Thread [EMAIL PROTECTED]
WTP has some limitations concerning external libraries. But you should be able to remove the container and manage the libraries your self. But you might run into WTP limitations about not publishing the jars. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: I am getting error message when calling the Data Source

2008-05-22 Thread jaikiran
Let's continue this discussion in your other thread at http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152655 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152656#4152656 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error while getting data source connection

2008-05-22 Thread jaikiran
Where are you seeing this exception? Is it at the client? Have you included a jndi-properties in the client's classpath? If yes, post its contents. Is your client and server on the same system? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152655#4152655

[jboss-user] [JBoss Cache: Core Edition] - Re: Memory management: questions

2008-05-22 Thread [EMAIL PROTECTED]
Have you seen http://wiki.jboss.org/wiki/JBossCacheHibernate? "From the wiki:" wrote : | If you are using OPTIMISTIC locking, make sure you use the OptimisticTreeCacheProvider that ships with Hibernate 3.2.x and higher. | View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Cache: Core Edition] - Re: Memory management: questions

2008-05-22 Thread beep_beep
Great! But after that installation I have an error: org.hibernate.cache.CacheException: java.lang.UnsupportedOperationException: putFailFast() is not supported with Optimistic Locking org.hibernate.cache.TreeCache.put(TreeCache.java:81) org.hibernate.cache.TransactionalCache.put(Tr

  1   2   >