[JBoss-user] [JBossCache] - Re: HashMap get method - invocation time

2005-06-11 Thread yos_titi
Because CachedMapInterceptor get method calls to cache.getObject... yes I ment each getObject call... you right pojo.getxxx is not trigger a network call. Thanks, Yossi View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881200#3881200 Reply to the post : htt

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS-4.x, Eclipse-3.x, Lomboz-3.

2005-06-11 Thread jbosszone
Post Subject : Tutorial on J2EE using JBOSS-4.x, Eclipse-3.x, Lomboz-3.x and PostgreSQL-8.x on Windows XP Ref. 1 : Tutorial for building J2EE Applications using JBOSS and ECLIPSE (Chapter 6 : CMP Entity Bean) http://www.tusc.com.au/tutorial/html/chap6.html Ref. 2 : Tutorial on J2EE us

[JBoss-user] [JBossCache] - Re: Anyone using Jbosscache as write-back cache?

2005-06-11 Thread [EMAIL PROTECTED]
1.3 is a catch-all release, we will most certainly push features out into 1.3.1 or 1.4. But I'd say the 3 features I mentioned above should make it into 1.3. 1.2.4 should be released by end of August. With 1.3, we will schedule a dev release 1, maybe 2 But I want to release 1.3 before the end of

[JBoss-user] [JBossCache] - Re: Two questions regarding 1.2.2 to 1.2.3

2005-06-11 Thread [EMAIL PROTECTED]
Thanks, I assigned it to 1.2.4 (next release) in JIRA. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881197#3881197 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881197 --

[JBoss-user] [JBossCache] - Re: Anyone using Jbosscache as write-back cache?

2005-06-11 Thread gagangoel
thanks for your response. I saw that these features are included in version 1.3. Can you tell what is the tentative release date of this version. thanks Gagan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881196#3881196 Reply to the post : http://www.

[JBoss-user] [JBoss Portal] - Re: Initial Portal config problems with MySQL

2005-06-11 Thread [EMAIL PROTECTED]
Remove the sar and styart jboss with only the datasource in /deploy. See if you still get the exception. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881195#3881195 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881

[JBoss-user] [JBoss Portal] - Re: Initial Portal config problems with MySQL

2005-06-11 Thread rickprice407
I checked the file and the XML tags are there. I'm not sure what happened when I pasted it up there. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881194#3881194 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881194

[JBoss-user] [JBoss Portal] - Portal is up and running but I can not register a new user

2005-06-11 Thread eperry
I was able to log in as the admin but when I try to create a new login it just gives me a blank page. portal R2 jboss 4.0.2 forums r2 Also if I log back in as admin I see the account created. The log files shows the following. (Please help) [EMAIL PROTECTED]@[EMAIL PROTECTED]@1f52b85] 20:41:4

[JBoss-user] [JBoss Portal] - JBoss Portal RC3 (Repost)

2005-06-11 Thread [EMAIL PROTECTED]
We have released the 2.0 RC3 of JBoss Portal. JBoss Portal 2.0 RC3 works with JBoss 4.0.2 and not with earlier versions. The release fixes a couple of bugs : http://jira.jboss.com/jira/browse/JBPORTAL-268 http://jira.jboss.com/jira/browse/JBPORTAL-267 The downloads are accessible with the follo

[JBoss-user] [JBoss Portal] - JBoss Portal RC3

2005-06-11 Thread [EMAIL PROTECTED]
We have released the 2.0 RC3 of JBoss Portal. JBoss Portal 2.0 RC3 works with JBoss 4.0.2 and not with earlier versions. The release fixes a couple of bugs : http://jira.jboss.com/jira/browse/JBPORTAL-268 http://jira.jboss.com/jira/browse/JBPORTAL-267 The downloads are accessible with the follo

[JBoss-user] [EJB/JBoss] - Re: findByPrimaryKey overriding

2005-06-11 Thread beamer908
Should clarify. Don't want to overLOAD, but rather override. Same method, same parameters, different behavior. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881189#3881189 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Installation & Configuration] - Re: JBossDukesBank--figured it out!

2005-06-11 Thread tmurray
Howdy all, Fixed it. On a whim, I replaced the j2ee-1_4-doc-tutorial_2.zip with the j2ee-1_4-doc-tutorial_4.zip. did the basic jboss-build.properties config , redeployed the ear and restarted the server. All the server messages came up correctly just like the documenation for 4.0 startguide

[JBoss-user] [Persistence & CMP/JBoss] - Re: How store a big file in postgresql without breaking the

2005-06-11 Thread rpa_rio
I found the solution, i created a SessionBean and put all PostgreSQL specific code there to store the file. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881186#3881186 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [Installation & Configuration] - JBossDukesBank

2005-06-11 Thread tmurray
Howdy all. Envirionment: java version "1.5.0_02" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_02-b09) Java HotSpot(TM) Client VM (build 1.5.0_02-b09, mixed mode, sharing) jboss04.0.2 j2ee-1_4-doc-tutorial_2.zip jbossj2ee-src.zip Everything builds nicely, database connection wo

[JBoss-user] [Beginners Corner] - juddi in Jboss

2005-06-11 Thread ankitm
I am completely new to jboss. could someone answer my queries? does the new jboss 4.02 contains juddi integrated...? How do u check if its there or not ? also juddi needs some database server so should i download some database server server or it comes integrated with jboss4.02 thanx in advance

[JBoss-user] [JBossCache] - Re: Two questions regarding 1.2.2 to 1.2.3

2005-06-11 Thread soeren
Hi Bela, it took me quite some hours today to find the exact problem but finally I was able to reproduce it. I have compiled everything together in JBCACHE-192. Best regards, Soeren View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881178#3881178 Reply to th

[JBoss-user] [JBoss Portal] - Re: Initial Portal config problems with MySQL

2005-06-11 Thread rickprice407
The password was set to 'password' so this should work. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881177#3881177 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881177 -

[JBoss-user] [Beginners Corner] - Problems with trans-attribute

2005-06-11 Thread wkwan0423
I am having problems with JBoss discovering individual trans-attribute values when using the assembly descriptor shown below. The behavior we experience is that the course grained method descriptor is honored (Required using * ), and the fine grained element (RequiresNew with method name) ignor

[JBoss-user] [JBoss Portal] - Re: Initial Portal config problems with MySQL

2005-06-11 Thread martingi
Maybe it's just that your portal-ds.xml is not valid. Try putting the password into the corresponding element: ... | portal | password | ... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881175#3881175 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [JBoss Portal] - Initial Portal config problems with MySQL

2005-06-11 Thread rickprice407
I am having a problem getting the Portals setup on my Windows box. Jboss is running well on this and my Linux machines. Jboss is 4.0.2 Portal is RC2 mysql-connector-java-3.1.8-bin.jar located in the server\default\lib directory Windows XP MySQL 4.1.12a I copied the sar and ear to the server\de

[JBoss-user] [JBoss Portal] - Re: Window decorations and controls

2005-06-11 Thread martingi
Thanks, this works for me with the emptyRenderer. I changed the element in default-portal.xml now to | org.jboss.portal.property.renderSet | emptyRenderer | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881173#3881173

[JBoss-user] [Persistence & CMP/JBoss] - retrieving byte array from sybase ASA

2005-06-11 Thread zihong
How do I retrieve byte[] from sybases ASA? (I have not tried write to it yet. May need to write to it too.) I am using Sybase ASA 9, jconnect 5.5, EJB3 preview 5 in jboss 4.0.2. When I leave the sybase type-mapping in standardjbosscmp-jdbc.xml alone (ie, the byte, short mapping are commented

[JBoss-user] [JBoss Portal] - Re: Window decorations and controls

2005-06-11 Thread [EMAIL PROTECTED]
We decompiled those darn divRenderer classes... and made our own That's what you gotta do to get rid of those pesky window controls. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881171#3881171 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [JBoss Portal] - Re: Window decorations and controls

2005-06-11 Thread [EMAIL PROTECTED]
I haven't test this yet, but you may want to try using the emtpyRenderer instead of the divRenderer. I believe thats what its there for. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881170#3881170 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [JBoss Portal] - Re: Window decorations and controls

2005-06-11 Thread martingi
Actually I'm using my custom theme, but the decorations and controls are still being displayed. This is because the org.jboss.portal.core.theme.render.impl.DivDecorationRenderer is instantiated, which generates a table e.g. with the portlet title and I do not how to avoid this. This is what my

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS Error! org.jboss.mq.SpyJMSException: Could not remove me

2005-06-11 Thread wikey
Hi, I'm using JBOSS 4.0.0 and Hypersonic version 1.8 and i'm having the problem below after the JMS runs couple of hours. Secondly, anyone deployed JBOSS 4.0.0 using hypersonic DB in production running smoothly? org.jboss.mq.SpyJMSException: Cannot acknowlege a message; - nested throwable: (o

[JBoss-user] [Clustering/JBoss] - JBoss Cluster versus OS cluster

2005-06-11 Thread j_albr
I have a general question related to "Clustering JBoss" and e.g. "Solaris Clusters": How does "JBoss Cluster" (with single nodes) compete against e.g. a "Solaris Cluster" (with Solaris cluster nodes)? Is it meaningful to have a JBoss installed on a Solaris Cluster instead of Clustering JBoss wi

[JBoss-user] [JBossCache] - Re: ad infinitum: both corr and transport are null, cannot s

2005-06-11 Thread mikaelhg
Unfortunately the org.jgroups.blocks.GroupRequest:178 - both corr and transport are null, cannot send group request problem still bites our production systems after about a day. Are there any known good configurations we could go to which you could post here? View the original post : http://ww

[JBoss-user] [JBoss Portal] - Re: 'Remember Me' functionality for JBoss-Portal

2005-06-11 Thread [EMAIL PROTECTED]
Mike, I think the most important thing you need to know is about how authentication is performed in JBoss Portal. Authentication is performed by the servlet container. Servlet container authentication defines several modes of authentication (BASIC,FORM,DIGEST,CLIENT_CERT), the default one is F