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

2008-05-22 Thread beep_beep
Hi! While I have good inspiration, reading about Jboss cache, I still have a leakage doubts. Memory consumed by the cache is not under absolute control - that worries me. I have several questions: 1. Is it possible to rewrite maps to be kinda Soft Reference in Jboss cache? Do you have

[jboss-user] [Messaging, JMS JBossMQ] - MDB Message Delay (Not Redelivery Delay)

2008-05-22 Thread grdzeli_kaci
hi all, i have mdb bean. i need that message received after a few second, is it possible ? i need that logic which i have into mdb executed after a few second. i cad it by Thread sleep but, maybe there is some other parameters or something like that ? Regards, Paata Lominadze Magticom LTD.

[jboss-user] [JBoss Cache: Core Edition] - Re: Jboss Cache as 2L chache in Hibernate, is it possible wi

2008-05-22 Thread beep_beep
Thanks Manik! You helped me a lot, encouraging me read about locking - above everything ... I need your advice in Memory Management topic that I've opened. Many many thanks to you! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152548#4152548 Reply to the

[jboss-user] [JBoss Portal] - Copying a window from page to page - not rendered

2008-05-22 Thread nystaa
Hello, I am trying to copy a window from a page in the portal to the current navigation page and the window is not rendered after it addition. | PortalObject object = JBPServiceLocator.getPortalObjectContainer().getObject(sourceWindowPortalObject); |

[jboss-user] [EJB 3.0] - Re: OneToMany Unidirectional EntityManager remove() problem

2008-05-22 Thread rkiran81
Hi JaiKiran, Thanks for your reply. With Child PROFILE_ID (parent id) column Allowing Not Null values, below is the code and stack trace. | | @OneToMany(cascade = {CascadeType.ALL}) | @JoinColumn(name=PROFILE_ID) |

[jboss-user] [JBoss Portal] - Re: error when trying to add 'gender' field to user profile

2008-05-22 Thread attrar
Hi csagar, glad I could help :) I'm not sure what they mean by 'localization elements', but I suppose it's the same thing.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152554#4152554 Reply to the post :

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

2008-05-22 Thread sbiwal
Hi Ruchika, There are three things important deployment descriptors for a portlet in JBoss - 1) portlet.xml - this file relates a portlet name to a portlet class 2) portlet-instances.xml - this file relates the portlet name defined above to a portlet instance. Now the same portlet can have more

[jboss-user] [JBoss Portal] - Re: Copying a window from page to page - not rendered

2008-05-22 Thread nystaa
One more thing, I am trying to do this as an Ajax4Jsf action of a backing bean which has the current page PortalObject reference as pagePortalObject. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152556#4152556 Reply to the post :

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

2008-05-22 Thread bjleela
Hi, Anybody knows what is the default JMXServiceURL for JBoss4.2.2 default server? I tried using service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi. But i'm getting exceptions: Failed to retrieve RMIServer stub: javax.naming.CommunicationException [Root exception is

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploy same application many times

2008-05-22 Thread gstacey
I have a similar situation. I am attempting to deploy a second instance of my application in order to test a build from a branch and having class loading issues. The first instance deployed works fine but the second gets a ClassCastException. The application is deployed as an ear and I have

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

2008-05-22 Thread yanivc24
Basically what I would like to achieve is to be able to refresh a single portlet inside a page without refreshing the whole page. additionally I would like to be able to trigger that refresh through a JS method. According to the documentation pages can be ajaxfied and support this behavior.

[jboss-user] [JBoss AOP] - Example web application using AOP?

2008-05-22 Thread pradeep123
Is there an example web application available using AOP? I find it really strange if I have to start from scratch without having a decent starting point. Either I have botched my research or the available documentation is really as poor as I think it is. View the original post :

[jboss-user] [JBoss AOP] - Re: Example web application using AOP?

2008-05-22 Thread pradeep123
What I am trying to do is trying to get the first app running based on JBoss 4.2.2 and JBoss AOP 2.0. So far I have managed to skim enough information to run the install to upgrade the libs from the default 1.5 version to AOP version 2.0. This is supposed to work with JBoss 4.2.2, right?

[jboss-user] [JBoss AOP] - Re: problem with jboss loadtime weaving

2008-05-22 Thread Moslem
hi ! sir i did what u told me i v puted the pluggable-instrumentor.jar in the jboss bin folder but i still have the same problem --- MBeans waiting for other MBeans --- ObjectName: jboss.aop:service=AspectManager State: FAILED Reason: java.lang.NullPointerException so any other

[jboss-user] [JBoss AOP] - Re: Example web application using AOP?

2008-05-22 Thread [EMAIL PROTECTED]
Ummm have you looked at the injboss tutorial? docs/aspect-framework/examples/injboss View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152575#4152575 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4152575

[jboss-user] [JBoss AOP] - Re: problem with jboss loadtime weaving

2008-05-22 Thread [EMAIL PROTECTED]
Proper stacktrace please View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152576#4152576 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4152576 ___ jboss-user mailing list

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

2008-05-22 Thread [EMAIL PROTECTED]
1. Regarding soft references in the cache, again this isn't something that people have asked for; you're the first. Feel free to raise a JIRA for it. 2. There is no memory-based eviction policy yet (see JBCACHE-11). Have a look, vote for it, and if you have the time maybe even contribute an

[jboss-user] [JBossWS] - Re: Exception binding to SOAP fault

2008-05-22 Thread hkorpi
RTFM: You have to annotate your runtime exception using javax.ejb.ApplicationException annotation. Then your runtime exceptions are regarded as application exceptions. Read EJB 3.0 specification chapter 14. View the original post :

[jboss-user] [JBoss AOP] - Re: Example web application using AOP?

2008-05-22 Thread pradeep123
I am sorry buddy I am a little stressed right now. A whole bunch of totally new animals have come together to have a feast on me - JSF, rich faces, new version of hibernate, then seam - which I am trying to avoid, now AOP. I have gotten in the habit of picking up a war and saying deploy. I did

[jboss-user] [JBossWS] - Re: Exception binding to SOAP fault

2008-05-22 Thread hkorpi
Why SOAP fault code is env:Server and HTTP status code is 500 (internal server error) in case of the application exception? How can I set SOAP fault code to env:Client and HTTP status code to 400 (bad request). View the original post :

[jboss-user] [JBoss Portal] - Re: Problem regarding renderURL param

2008-05-22 Thread je.a.le
with plain jsp i don't know, but using a little trick inside the portlet do view you could. the problem is from the processAction / doView method. doView keep renderParam (set in processAction), therefore, render 'old' data when switching back using the tab button. Unfortunately ActionRequest

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

2008-05-22 Thread [EMAIL PROTECTED]
No idea - try enabling your logs and see if all your invocations actually result in cache misses? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152596#4152596 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4152596

[jboss-user] [JBossWS] - JBossWS Exception

2008-05-22 Thread landoo
Hi, I am using JBossWS generated web services with EJB3 endpoint, but i get following exception: | 10:01:43,122 ERROR [SOAPFaultHelperJAXWS] SOAP request exception | org.jboss.ws.WSException: Cannot find child element: arg0 | at

[jboss-user] [JBoss AOP] - Re: problem with jboss loadtime weaving

2008-05-22 Thread Moslem
10:14:36,468 INFO [Server] Starting JBoss (MX MicroKernel)... 10:14:36,468 INFO [Server] Release ID: JBoss [Trinity] 4.2.0.GA (build: SVNTag=JBoss_4_2_0_GA date=200705111440) 10:14:36,468 INFO [Server] Home Dir: D:\Pfe\jboss-4.2.0.GA\jboss-4.2.0.GA 10:14:36,468 INFO [Server] Home URL:

[jboss-user] [JBoss AOP] - Re: problem with jboss loadtime weaving

2008-05-22 Thread Moslem
that is my run.bat. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152599#4152599 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4152599 ___ jboss-user mailing list

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

2008-05-22 Thread beep_beep
Thanks Manik! Good idea to contribute that memory eviction... I should think about it. I have another question. Why once I've started use OptimisticLocking(with transaction manager), hits statistics are always 0. Puts and Miss counter grows, but hits are always 0. Can you explain? Thank you.

[jboss-user] [JBoss AOP] - Re: problem with jboss loadtime weaving

2008-05-22 Thread [EMAIL PROTECTED]
I think you have forgotten to add the -javaagent:pluggable-instrumentor.jar switch to the JAVA_OPTS in your run.bat. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152595#4152595 Reply to the post :

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

2008-05-22 Thread alesj
[EMAIL PROTECTED] wrote : I think what I really want to do is to just provide a way to specify the various I/O beans, because that's all my (incorrectly-named) deployments really are for the most part. So I guess what I need to do is to figure out a way to merge in my metadata with the

[jboss-user] [JBoss AOP] - Re: problem with jboss loadtime weaving

2008-05-22 Thread Moslem
maby the problem is due to jdk because i am using jdk 1.6 not 1.5? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152590#4152590 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4152590

[jboss-user] [JBoss AOP] - Re: problem with jboss loadtime weaving

2008-05-22 Thread Moslem
@echo off rem - rem JBoss Bootstrap Script for Win32 rem - rem $Id: run.bat 60996 2007-02-28 13:44:01Z [EMAIL PROTECTED] $ @if not %ECHO% == echo

[jboss-user] [EJB 3.0] - Re: boss-5.0.0.Beta4 and EJB3Trail

2008-05-22 Thread jaikiran
JBoss-5 Beta4 has some known deployment issues. I would recommend that you use the latest stable version 4.2.2 GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152609#4152609 Reply to the post :

[jboss-user] [EJB 3.0] - Re: EJB3 and Hibernate

2008-05-22 Thread jaikiran
raster3 wrote : Hi, | | 1. Am I right to say that EJB3 offers hibernate annotations plus somethings? | 2. But does EJB3 also have any minuses when compared to Hiberante? | | R You mean JPA (which is part of EJB3), right? JPA is a spec and Hibernate is an implementation of the spec.

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

2008-05-22 Thread [EMAIL PROTECTED]
What version of JBC is this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152610#4152610 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4152610 ___ jboss-user mailing list

[jboss-user] [JBoss AOP] - Re: problem with jboss loadtime weaving

2008-05-22 Thread Moslem
that is my run.bat i ve already add the line set JAVA_OPTS=%JAVA_OPTS% -Dprogram.name=%PROGNAME% -javaagent:pluggable-instrumentor.jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152600#4152600 Reply to the post :

[jboss-user] [JBoss Messaging] - Bridge MaxBatchTime does not work with 1.4.0.SP3

2008-05-22 Thread mclu
Hi JBM Team! After upgrading from 1.4.0.GA to SP3 i have a problem that some messages stays in the source queue instead of been bridged to the destination. My bridge connects a local queue with a remote queue and uses an selector. The settings: | attribute

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

2008-05-22 Thread beep_beep
I've noticed in log: [EMAIL PROTECTED]:53:31 INFO (OptimisticNodeInterceptor.java:103) - CRUD Method _put(GlobalTransaction:172.16.194.121:2104:6, /test/web/TestEntity/test.web.TestEntity#5, item, {_subclass=test.web.TestEntity, _version=null, name=name-4, _lazyPropertiesUnfetched=true},

[jboss-user] [JBoss AOP] - Re: problem with jboss loadtime weaving

2008-05-22 Thread Moslem
ok i'll try , thx for ur fast ansers :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152602#4152602 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4152602 ___ jboss-user mailing

[jboss-user] [JBoss AOP] - Re: problem with jboss loadtime weaving

2008-05-22 Thread [EMAIL PROTECTED]
YOu are adding javaagent twice | set JAVA_OPTS=%JAVA_OPTS% -Dprogram.name=%PROGNAME% -javaagent:pluggable-instrumentor.jar | set JAVA_OPTS=%JAVA_OPTS% -javaagent:%JBOSS_ENDORSED_DIR%\pluggable-instrumentor.jar | I have no idea what that does, try only adding it once View the original

[jboss-user] [Beginners Corner] - Multiple Portal Instances: Ability to have multiple Portal

2008-05-22 Thread rajesh_css
Multiple Portal Instances: Ability to have multiple Portal instances running inside of one Portal container. How this can be acheived. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152615#4152615 Reply to the post :

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

2008-05-22 Thread fungrim
Hum... You'll pardon me for thinking that that listener/latch solution feels a bit like black magic eh? :-) But if it works I won't beat it. However, it doesn't seem to work for me. Without transactions we're still failing 15-20% of all runs (I increased repetitions to 5 or 10 to check this)

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

2008-05-22 Thread beep_beep
java.lang.NoClassDefFoundError: org/jboss/cache/TransactionManagerLookup at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357) at java.lang.Class.getConstructor0(Class.java:2671) at

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

2008-05-22 Thread rajesh_css
Hi, 1) I created a new database in MYSQL 2) I configured the portal-mysql5-ds.xml local-tx-datasource jndi-namePortalDS/jndi-name connection-urljdbc:mysql://localhost:3306/jbossportal?useServerPrepStmts=falseamp;jdbcCompliantTruncation=false/connection-url

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

2008-05-22 Thread beep_beep
1.3-pre-alpha But it's the one shipped with last hibernate. When I tried to use newest JBC, hibernate complained, that it can't find a class , something like ../cache/ when JBC has this class under ../transaction/cache... some change in package name and no integration anymore... View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Caused by: java.lang.NoClassDefFoundError: Ljavax/xml/na

2008-05-22 Thread jaikiran
anonymous wrote : | Caused by: java.lang.NoClassDefFoundError: Ljavax/xml/namespace/QName; Are you sure you have packaged the all the necessary jar files including the one containing javax/xml/namespace/QName with your application? View the original post :

[jboss-user] [JBoss Portal] - Property files change

2008-05-22 Thread abo
How to make JBP reload property file on a fly? I do change $JBOSS_HOME/server/default/deploy/jboss-portal.sar/portal-core.war/WEB-INF/classes/Resource.properties and want to see the difference in my browser immediately. But I have to reload JBP. Is it possible at all? View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: New lib directory in JBoss 4.0.5.GA

2008-05-22 Thread jaikiran
Instead of creating a new sub-folder, you can package your jar files in your own application. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152629#4152629 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4152629

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

2008-05-22 Thread alexandrem
Hi all, I'm having an issue when using java.util.logging.Logger, the output gets into ERROR level and into STDERR making it look like an error message. For instance, this line: java.util.logging.Logger.getLogger(this.getClass().getName()).log( java.util.logging.Level.INFO, This is an INFO

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

2008-05-22 Thread goik
[EMAIL PROTECTED] wrote : ... huh ? The projects are normal eclipse projects so you can change it as much as you can with normal eclipse java projects in the Build properties. | | Please be more specific on what does not work ? ... First I followed your advice regarding the SVN layout for

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

2008-05-22 Thread [EMAIL PROTECTED]
Use the latest 1.4.X release. I wouldn't recommend using alpha software, much less pre-alpha! :-) JBC 2.x will only be compatible with Hibernate 3.3.x which hasn't been released yet. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152639#4152639 Reply to

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Caused by: java.lang.NoClassDefFoundError: Ljavax/xml/na

2008-05-22 Thread Jessica134
Thanks for you responce :) Yes I'm sure, bc maven creates .jar. and I put these .jar on Jboss: Firstrly, I put these generated .jar in folder C:\JBoss\jboss-4.0.5.GA\server\default\deploy\jbossws.sar\ of Jboss but it doesn't work (same error: Caused by: java.lang.NoClassDefFoundError:

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

2008-05-22 Thread jaikiran
Do you see this exception when your application is not deployed? I haven't seen such exception on my local JBoss-4.2.2 GA, which i have been using for quite some time now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152641#4152641 Reply to the post :

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

2008-05-22 Thread [EMAIL PROTECTED]
No black magic at all - just a simple callback to tell you once a buddy has fully joined a buddy group. :-) Regarding your exceptions, they look like standard lock acquisition timeouts. Your access pattern is very write-heavy. Write-heavy patterns will always have a lot of contention on

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

2008-05-22 Thread modulla
Hi All, I need help in how to configure JMS Servers,JMS File Stores,Create Groups,Create Destination Keys,Connection Factories,Connection Pools,Data Sources... Please reply as early as possible... Thanks, Madhusudhan. View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - JMS Server Configurations in JBoss

2008-05-22 Thread modulla
Hi All, Please help me in how to configure JMS Servers,JMS File Stores,Create Groups,Conncetion Factories,Destination Keys... Thanks, Madhusudhan. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152648#4152648 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Invalid message recieved with signature 18245

2008-05-22 Thread eolsen98
Hi - can anyone tell me what this error message is? We are using jboss 4.2.2. Trying to do sticky sessions with two nodes. where each node is on its own linux server. Thanks Eric View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152649#4152649 Reply to the

[jboss-user] [Management, JMX/JBoss] - Re: Jboss-4.0.3SP1 shutting down itself without any explicit

2008-05-22 Thread jaikiran
See this http://www.jboss.com/index.html?module=bbop=viewtopicp=4075419#4075419 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152651#4152651 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4152651

[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)

[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 :

[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=bbop=viewtopicp=4152655#4152655

[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 :

[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 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=bbop=viewtopicp=4152661#4152661 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4152661

[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=bbop=viewtopicp=4152655 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152656#4152656 Reply to the post :

[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=bbop=viewtopicp=4152662#4152662 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=bbop=viewtopicp=4152663#4152663 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4152663

[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=bbop=viewtopicp=4152660#4152660 Reply to the post :

[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 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 :

[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 :

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

2008-05-22 Thread alesj
[EMAIL PROTECTED] wrote : | | | bean:deployment | | xmlns:bean=urn:jboss:bean-deployer:2.0 | | xmlns:io=urn:jboss:io:1.0 | | bean:bean / | | io:tcp-server ... /io:tcp-server | | io:tcp-connection ... /io:tcp-connection | |

[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=bbop=viewtopicp=4152672#4152672 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4152672

[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

[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? !--Eviction-- | | | attribute name=EvictionPolicyConfig | config | attribute

[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=bbop=viewtopicp=4152678#4152678 Reply to the

[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=bbop=viewtopicp=4152681#4152681

[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

[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=bbop=viewtopicp=4152684#4152684 Reply to the post :

[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=bbop=viewtopicp=4152686#4152686 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4152686 ___ jboss-user

[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=bbop=viewtopicp=4152035#4152035 But in the worst case you can always 'polute' SingletonSchemaResolverFactory. :-) |/** | * Create a new

[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 (

[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=bbop=viewtopicp=4152690#4152690 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4152690

[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 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

[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: -

[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

[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

[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=bbop=viewtopicp=4152713#4152713 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4152713 ___ jboss-user mailing list

[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=bbop=viewtopicp=4152718#4152718 Reply to the post :

[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=bbop=viewtopicp=4152719#4152719 Reply to the post :

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

2008-05-22 Thread PeterJ
See http://www.jboss.com/index.html?module=bbop=viewtopict=134247 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152721#4152721 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4152721

[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

[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 :

[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=bbop=viewtopicp=4152727#4152727 Reply to the post :

[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=bbop=viewtopicp=4152729#4152729 Reply to the post :

[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

[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=bbop=viewtopicp=4152733#4152733 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4152733

[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=bbop=viewtopicp=4152736#4152736 Reply to the post :

[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=bbop=viewtopicp=4152737#4152737 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4152737 ___ jboss-user

[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

  1   2   >