[JBoss-dev] [Design of JBoss/Tomcat Integration] - Integrating Crystal Report with JBOSS

2005-03-08 Thread ware
Hello! I'm trying to integrate CR XI with JBOSS. In CR designer i managed to connect to my MySql through jdbc connection but when trying using JRC in JBOSS i get the error msg that the jndi (localhost) cannot be found - where the localhost is taken from the address i've put in the report

[JBoss-dev] [Design of JBoss Portal] - JavaServerFaces Portlet integration working with JBoss Porta

2005-03-08 Thread kevs3d
Hi, Sun have recently released an update to their JSF implementation to allow it to work within the Sun JSR-168 Portal server. I have taken the implementation and modified the config files to allow it to work within the JBoss portal. I have also created a simple test JSF application to show

[JBoss-dev] [Design of JBoss Portal] - how to link a portletl to a URL content?

2005-03-08 Thread miltonchow
Hi, I am trying to find out if there is a way to link a porlet to an external URL such as www.yahoo.com. What I am trying to do is to display an external content in a certain porlet. I hope the solution is not to write a dummy class to redirect to a URL but chaning some XML (such a

[JBoss-dev] [Design of JBoss Portal] - Spring MVC integration with JBoss Portal

2005-03-08 Thread kevs3d
Hi, I have modified the Spring Porlet-168 integration sandbox code to work with JBoss Portal. This allows you to use the Spring MVC as your web framework to create portlets for JBoss portal. http://www.kevs3d.co.uk/dev/jbossdeployspringportlet.zip I have created a JBoss portlet page for this

[JBoss-dev] [JBossCache] - Re: problem with bdbje-cacheloader

2005-03-08 Thread robitop
I asked sleepycat about the concurrency issues and got this reply -- Provides bdbje concurrent access? what's the deal? First let me explain the capabilities of JE itself, independently of JBossCache. For a given database environment, a single process may open

[JBoss-dev] [JBoss JIRA] Commented: (JGRP-33) JGroups throws OutOfMemoryError after running for a few hours

2005-03-08 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-33?page=comments#action_12315957 ] Bela Ban commented on JGRP-33: -- You either need to call receive() (and discard the msg), or set Channel.LOCAL to false. JGroups throws OutOfMemoryError after running for a few

[JBoss-dev] [Design of Management Features on JBoss] - Re: Javadocs?

2005-03-08 Thread [EMAIL PROTECTED]
Not really. I think your best take is to import sources in Eclipse and navigate the code. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869182#3869182 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869182

[JBoss-dev] [JBossCache] - Re: problem with bdbje-cacheloader

2005-03-08 Thread [EMAIL PROTECTED]
So you can't have BDBJE as shared CacheLoader. Solution: either only use BDBJE in *one* of the processes, or use them in unshared (local) mode. See the tutorial for an example. Another solution might be to write a remote (RMI) interface to BDBJE and access it from multiple processes via RMI.

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1554) Dynamic query - left join data not loaded in read ahead cache

2005-03-08 Thread Dan Pupaza (JIRA)
Dynamic query - left join data not loaded in read ahead cache - Key: JBAS-1554 URL: http://jira.jboss.com/jira/browse/JBAS-1554 Project: JBoss Application Server Type: Bug Components: CMP service

[JBoss-dev] [JBoss JIRA] Commented: (JGRP-33) JGroups throws OutOfMemoryError after running for a few hours

2005-03-08 Thread B.S.Navin (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-33?page=comments#action_12315958 ] B.S.Navin commented on JGRP-33: --- What does Channel.LOCAL do? I don't see any explanation in the java docs. JGroups throws OutOfMemoryError after running for a few hours

[JBoss-dev] [JBoss JIRA] Commented: (JGRP-33) JGroups throws OutOfMemoryError after running for a few hours

2005-03-08 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-33?page=comments#action_12315959 ] Bela Ban commented on JGRP-33: -- It discards all messages sent by myself. Let's not use JIRA for questions; let's use the jgroups dev list in the future JGroups throws

[JBoss-dev] [JBossCache] - Using JBossCache within Eclipse

2005-03-08 Thread kkoster
I am trying to use JBossCache within an Eclipse plugin. The cache is instantiating just fine, but as soon as I try to put an object in the cache, I get an NPE with the following stack trace. org.jboss.util.NestedRuntimeException: - nested throwable: (java.lang.NullPointerException) at

[JBoss-dev] [JBossCache] - Re: Using JBossCache within Eclipse

2005-03-08 Thread [EMAIL PROTECTED]
The missing tag is my fault: I simply forgot to tag the CVS when I released 1.2. But you can use the date 2004-12-09 and cvs -D to get the correct version based on the date. I'm interested in knowing what the problem is, doesn't look like a classloading issue to me though... View the original

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1555) HTTP Status 403 on using org.jboss.web.tomcat.security.JaccAuthorizationRealm

2005-03-08 Thread Roland R?z (JIRA)
HTTP Status 403 on using org.jboss.web.tomcat.security.JaccAuthorizationRealm -- Key: JBAS-1555 URL: http://jira.jboss.com/jira/browse/JBAS-1555 Project: JBoss Application Server Type: Bug

[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-215) ssl for user login

2005-03-08 Thread Roy Russo (JIRA)
ssl for user login -- Key: JBPORTAL-215 URL: http://jira.jboss.com/jira/browse/JBPORTAL-215 Project: JBoss Portal Type: Feature Request Components: Portal Core Versions: 2.0 Beta 2 Reporter: Roy Russo Assigned to: Roy Russo Fix

[JBoss-dev] [JBoss JIRA] Resolved: (JBPORTAL-195) Authorization Model

2005-03-08 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-195?page=history ] Thomas Heute resolved JBPORTAL-195: --- Resolution: Partially Completed Persistence is not done yet Authorization Model Key: JBPORTAL-195

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-94) Implement EntityManager.createNamedQuery() methods

2005-03-08 Thread Kabir Khan (JIRA)
Implement EntityManager.createNamedQuery() methods -- Key: EJBTHREE-94 URL: http://jira.jboss.com/jira/browse/EJBTHREE-94 Project: EJB 3.0 Type: Feature Request Versions: Preview 4 Reporter: Kabir Khan

[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-94) Implement EntityManager.createNativeQuery() methods

2005-03-08 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-94?page=history ] Kabir Khan updated EJBTHREE-94: --- Summary: Implement EntityManager.createNativeQuery() methods (was: Implement EntityManager.createNamedQuery() methods) Implement

[JBoss-dev] [JBossCache] - Re: TreeCacheAop Configuration for Synchronous Replication

2005-03-08 Thread monocongo
I have not included the setting for transaction support in my TreeCacheAop configuration because I have been getting errors when using the TransactionManagerLookupClass attribute, with either DummyTransactionManagerLookup or TransactionManagerLookup as this attribute's value. I now expect

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-90) Schema export does not honor DS mapping

2005-03-08 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-90?page=history ] Bill Burke closed EJBTHREE-90: -- Resolution: Rejected You have to change the hibernate.properties file to use the mySql dialect Schema export does not honor DS mapping

[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-92) PATCH: Update javax.ejb.TransactionAttributeType to match EJB3 Draft 2

2005-03-08 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-92?page=history ] Bill Burke updated EJBTHREE-92: --- Assign To: Bill Burke Fix Version: Preview 5 PATCH: Update javax.ejb.TransactionAttributeType to match EJB3 Draft 2

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-95) wrong @Serialized mapping

2005-03-08 Thread Bill Burke (JIRA)
wrong @Serialized mapping - Key: EJBTHREE-95 URL: http://jira.jboss.com/jira/browse/EJBTHREE-95 Project: EJB 3.0 Type: Bug Versions: Preview 3, Preview 4 Reporter: Bill Burke Fix For: Preview 5 See forum for patch -- This

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-96) DiscriminatorColumn should go after Version

2005-03-08 Thread Bill Burke (JIRA)
DiscriminatorColumn should go after Version --- Key: EJBTHREE-96 URL: http://jira.jboss.com/jira/browse/EJBTHREE-96 Project: EJB 3.0 Type: Bug Versions: Preview 3, Preview 4 Reporter: Bill Burke Fix For:

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-97) EJB Timer gives transaction warning

2005-03-08 Thread Bill Burke (JIRA)
EJB Timer gives transaction warning --- Key: EJBTHREE-97 URL: http://jira.jboss.com/jira/browse/EJBTHREE-97 Project: EJB 3.0 Type: Bug Versions: Preview 3, Preview 4 Reporter: Bill Burke See forum posting for more

[JBoss-dev] [JBoss JIRA] Created: (JBREM-68) Add persistent store for oneway messages

2005-03-08 Thread Tom Elrod (JIRA)
Add persistent store for oneway messages Key: JBREM-68 URL: http://jira.jboss.com/jira/browse/JBREM-68 Project: JBoss Remoting Type: Task Components: transport Versions: 1.0.1 final Reporter: Tom Elrod

[JBoss-dev] [JBoss JIRA] Resolved: (JBBUILD-19) Allow JARS to act as Sources

2005-03-08 Thread Ryan Campbell (JIRA)
[ http://jira.jboss.com/jira/browse/JBBUILD-19?page=history ] Ryan Campbell resolved JBBUILD-19: -- Resolution: Done This is complete. There is no need to declare the source-jar, you just include the contents of the jar, like you would from

[JBoss-dev] [JBoss JIRA] Updated: (JBBUILD-19) Allow JARS to act as Sources

2005-03-08 Thread Ryan Campbell (JIRA)
[ http://jira.jboss.com/jira/browse/JBBUILD-19?page=history ] Ryan Campbell updated JBBUILD-19: - Description: In the system module there is a need to unjar getopt log4j and recombine them into other artifacts. This is also done in security and perhaps

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: incompatible stream classdesc serialVersionUID

2005-03-08 Thread alexsmr
anonymous wrote : | You call the EJB from a servlet, thus servlet is client. | On your servlet, you will have some class of your EJB. | If you make some changes to your EJB and redeploy your EJB, but didn't update your WAR app, your servlet will connect to the EJB expecting the old

[JBoss-dev] [Design of JBoss Portal] - Re: Forums portlet

2005-03-08 Thread karanmg
Hi. No replies as yet?? How did you get the source code for the forums portlet?? Are the portlets supplied with jBoss Portal (CMS, Forums etc) JSR 168? I don't understand why I cannot get the supplied HelloWorld portlet to run on jBoss Portal? I am doing everythign straight from the book. I

[JBoss-dev] [Design of JBoss Portal] - Re: Forums portlet

2005-03-08 Thread [EMAIL PROTECTED]
Thomas posted an example here: http://www.jboss.org/index.html?module=bbop=viewtopict=61052 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869233#3869233 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869233

[JBoss-dev] [Design of JBoss Portal] - Re: Forums portlet

2005-03-08 Thread [EMAIL PROTECTED]
My example is using the CVS version of JBoss Portal not the Alpha release. For the alpha release, the link is different if i remember well. Something like http://localhost:8080/portal/index.html?page=helloworld And you need to modify the instance-ref in the page to

[JBoss-dev] [Design of JBoss Build System] - Re: Jars as Source

2005-03-08 Thread [EMAIL PROTECTED]
As I mentioned at JbossWorld, I was able implement this using zipfileset. | artifactdef artifact=log4j-boot.jar | include input=log4j.jar |include pattern=org/apache/log4j/*/ |include pattern=org/apache/log4j/config/*/ |include

[JBoss-dev] [Design of JBoss Build System] - Re: Jars as Source

2005-03-08 Thread [EMAIL PROTECTED]
Obviously, there is no need for the source-jar element, and we aren't exploding the jars into output/log4j.jar/. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869237#3869237 Reply to the post :

[JBoss-dev] [JBoss JIRA] Created: (JGRP-45) JVM Crashes when starting three groups at the same time

2005-03-08 Thread Clebert Suconic (JIRA)
JVM Crashes when starting three groups at the same time --- Key: JGRP-45 URL: http://jira.jboss.com/jira/browse/JGRP-45 Project: JGroups Type: Bug Versions: 2.2.8 Environment: Linux RedHat

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-45) JVM Crashes when starting three groups at the same time

2005-03-08 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-45?page=history ] Clebert Suconic updated JGRP-45: Attachment: console3.out.gz JVM Crashes when starting three groups at the same time --- Key:

[JBoss-dev] [JBoss JIRA] Resolved: (JBPORTAL-215) ssl for user login

2005-03-08 Thread Roy Russo (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-215?page=history ] Roy Russo resolved JBPORTAL-215: Resolution: Done choosing secured login, allows ssl comm throughout the portal ssl for user login -- Key: JBPORTAL-215

[JBoss-dev] [JBoss JIRA] Closed: (JBPORTAL-215) ssl for user login

2005-03-08 Thread Roy Russo (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-215?page=history ] Roy Russo closed JBPORTAL-215: -- done ssl for user login -- Key: JBPORTAL-215 URL: http://jira.jboss.com/jira/browse/JBPORTAL-215 Project: JBoss

[JBoss-dev] [JBossCache] - Re: TreeCacheAop Configuration for Synchronous Replication

2005-03-08 Thread [EMAIL PROTECTED]
You should JBossTransactionManagerLookup for the attribute. -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869241#3869241 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869241

[JBoss-dev] jboss-head build.848 Build Successful

2005-03-08 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050308121257Lbuild.848 BUILD COMPLETE-build.848Date of build:03/08/2005 12:12:57Time to build:18 minutes 40 secondsLast changed:03/08/2005 11:54:07Last log entry:JBBUILD-19 JBBUILD-21 Added

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-91) access=FIELD + @Version problem

2005-03-08 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-91?page=history ] Bill Burke closed EJBTHREE-91: -- Resolution: Done Fixed access=FIELD + @Version problem --- Key: EJBTHREE-91 URL:

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1548) Incorrect EJB Optimization to Local Server when Remote Server is specified

2005-03-08 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1548?page=history ] Adrian Brock closed JBAS-1548: -- Resolution: Duplicate Issue Incorrect EJB Optimization to Local Server when Remote Server is specified

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-95) wrong @Serialized mapping

2005-03-08 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-95?page=history ] Bill Burke closed EJBTHREE-95: -- Resolution: Done wrong @Serialized mapping - Key: EJBTHREE-95 URL:

[JBoss-dev] [JBoss JIRA] Commented: (EJBTHREE-90) Schema export does not honor DS mapping

2005-03-08 Thread Jens Elkner (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-90?page=comments#action_12315968 ] Jens Elkner commented on EJBTHREE-90: - OK. I've also found in the forum, that one can use a hibernate.properties file per application. But I'm wondering, what than

[JBoss-dev] [JBoss JIRA] Commented: (EJBTHREE-93) Annotations need to be updated to latest EJB spec

2005-03-08 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-93?page=comments#action_12315969 ] Kabir Khan commented on EJBTHREE-93: Made necessary changes for Interceptors Annotations need to be updated to latest EJB spec

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-96) DiscriminatorColumn should go after Version

2005-03-08 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-96?page=history ] Bill Burke closed EJBTHREE-96: -- Resolution: Done DiscriminatorColumn should go after Version --- Key: EJBTHREE-96 URL:

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-18) Bulk update/delete for EJBQL

2005-03-08 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-18?page=history ] Bill Burke closed EJBTHREE-18: -- Resolution: Done available in latest Hibernate CVS Bulk update/delete for EJBQL Key: EJBTHREE-18 URL:

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-98) Use latest Hibernate distribution

2005-03-08 Thread Bill Burke (JIRA)
Use latest Hibernate distribution - Key: EJBTHREE-98 URL: http://jira.jboss.com/jira/browse/EJBTHREE-98 Project: EJB 3.0 Type: Task Reporter: Bill Burke Fix For: Preview 5 -- This message is automatically generated by

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-93) Annotations need to be updated to latest EJB spec

2005-03-08 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-93?page=history ] Kabir Khan closed EJBTHREE-93: -- Resolution: Done Fix Version: Preview 5 Changed NamedQuery and added BusinessMethod Annotations need to be updated to latest EJB spec

[JBoss-dev] [Design of JBoss Admin Console] - Re: What to work on

2005-03-08 Thread [EMAIL PROTECTED]
Hey Ovidiu, play nice now! Hi Steve, if you're interested in helping out with the Admin Console you are more than welcome. There are other people lined up to work on the JMS components so you might want to hang back from those for a while. If you wanted to take ownership of an entire component

[JBoss-dev] jboss-head build.849 Build Successful

2005-03-08 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050308134228Lbuild.849 BUILD COMPLETE-build.849Date of build:03/08/2005 13:42:28Time to build:38 minutes 19 secondsLast changed:03/08/2005 13:17:24Last log entry:@Version access=FIELD

[JBoss-dev] [Design of JBoss Portal] - Re: Forums portlet

2005-03-08 Thread karanmg
Thanks for the info Thomas. I was trying to get your helloworld.war to work in the alpha release. Thats why it was not working. I have downloaded the cvs version of jBoss Portal. However, its not building. At first I was getting the error: class org.jbosnukes.Explode not found. I rectified

[JBoss-dev] [JBossCache] - Re: TreeCacheAop Configuration for Synchronous Replication

2005-03-08 Thread monocongo
Thanks for this information. This takes care of the transaction support, but unfortunately the replication is still not working as advertised. I will go back over to the various documents I've found on JBossCache and see if there is anything else I may have missed or done wrong. If any of the

[JBoss-dev] [JBossCache] - Performance of JBOSS Cache

2005-03-08 Thread amitb.in
can someone tell me that what is the performance of JBoss cache.e.g. if i have a 10k string and i am putting that in TreeCache for 5000 times in REPL_SYNC mode then how much time it will take to put. Thanks Regards Amit Bansal View the original post :

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-13) proxies must be castable to EJBObject/EJBLocalObject

2005-03-08 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-13?page=history ] Bill Burke closed EJBTHREE-13: -- Resolution: Rejected EJB spec will not have this. proxies must be castable to EJBObject/EJBLocalObject

[JBoss-dev] jboss-4.0 build.417 Build Successful

2005-03-08 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050308152309Lbuild.417 BUILD COMPLETE-build.417Date of build:03/08/2005 15:23:09Time to build:48 minutes 14 secondsLast changed:03/08/2005 14:57:12Last log entry:Fixed invalidate test case

[JBoss-dev] [JBossCache] - Puts in TreeCache

2005-03-08 Thread amitb.in
I have installed JBossCache on my local PC and run some simple tests to see what kind of throughput I can get. I'm looking at utilizing JBossCache for an application where cache distribution is a requirement and the caching application doesn't become the bottleneck. Running some tests on my

[JBoss-dev] [JBoss JIRA] Closed: (JBAOP-73) Investigate synthetic and bridge methods and how they could help JBoss AOP

2005-03-08 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-73?page=history ] Bill Burke closed JBAOP-73: --- Resolution: Rejected i was synthetic methods would disappear from java.lang.reflect listings. I was wrong. Investigate synthetic and bridge methods and how they

[JBoss-dev] [JBoss JIRA] Assigned: (EJBTHREE-53) @EJBs and @Homes

2005-03-08 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-53?page=history ] Bill Burke reassigned EJBTHREE-53: -- Assign To: Kabir Khan (was: Bill Burke) @EJBs and @Homes Key: EJBTHREE-53 URL:

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-99) Support for @NamedQuery

2005-03-08 Thread Bill Burke (JIRA)
Support for @NamedQuery --- Key: EJBTHREE-99 URL: http://jira.jboss.com/jira/browse/EJBTHREE-99 Project: EJB 3.0 Type: Feature Request Reporter: Bill Burke Fix For: Preview 5 -- This message is automatically generated by JIRA. - If

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-92) PATCH: Update javax.ejb.TransactionAttributeType to match EJB3 Draft 2

2005-03-08 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-92?page=history ] Bill Burke closed EJBTHREE-92: -- Resolution: Done PATCH: Update javax.ejb.TransactionAttributeType to match EJB3 Draft 2

[JBoss-dev] [JBoss JIRA] Assigned: (EJBTHREE-99) Support for @NamedQuery

2005-03-08 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-99?page=history ] Bill Burke reassigned EJBTHREE-99: -- Assign To: Kabir Khan Support for @NamedQuery --- Key: EJBTHREE-99 URL:

[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-86) EntityNotFoundException Missing

2005-03-08 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-86?page=history ] Bill Burke updated EJBTHREE-86: --- Assign To: Kabir Khan Fix Version: Preview 5 EntityNotFoundException Missing --- Key: EJBTHREE-86 URL:

[JBoss-dev] [JBoss JIRA] Assigned: (EJBTHREE-84) EntityManager.find should throw EntityNotFoundException

2005-03-08 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-84?page=history ] Bill Burke reassigned EJBTHREE-84: -- Assign To: Kabir Khan EntityManager.find should throw EntityNotFoundException --- Key:

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-86) EntityNotFoundException Missing

2005-03-08 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-86?page=history ] Bill Burke closed EJBTHREE-86: -- Resolution: Duplicate Issue EntityNotFoundException Missing --- Key: EJBTHREE-86 URL:

[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-84) EntityManager.find should throw EntityNotFoundException

2005-03-08 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-84?page=history ] Bill Burke updated EJBTHREE-84: --- Fix Version: Preview 5 EntityManager.find should throw EntityNotFoundException --- Key:

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-100) Support for Session/MDB XML DDs

2005-03-08 Thread Bill Burke (JIRA)
Support for Session/MDB XML DDs --- Key: EJBTHREE-100 URL: http://jira.jboss.com/jira/browse/EJBTHREE-100 Project: EJB 3.0 Type: Feature Request Reporter: Bill Burke Fix For: Preview 5 -- This message is automatically

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-100) Support for Session/MDB XML DDs

2005-03-08 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-100?page=history ] Bill Burke closed EJBTHREE-100: --- Resolution: Duplicate Issue Support for Session/MDB XML DDs --- Key: EJBTHREE-100 URL:

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1541) Clients hang if UIL2 server process is in unclear state

2005-03-08 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1541?page=history ] Adrian Brock reassigned JBAS-1541: -- Assign To: Adrian Brock Clients hang if UIL2 server process is in unclear state --- Key:

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1532) onMessage checking is not correct

2005-03-08 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1532?page=history ] Adrian Brock reassigned JBAS-1532: -- Assign To: Adrian Brock onMessage checking is not correct - Key: JBAS-1532 URL:

[JBoss-dev] [JBoss JIRA] Closed: (JBADMCON-58) Admin Console refactorings

2005-03-08 Thread Charles Crouch (JIRA)
[ http://jira.jboss.com/jira/browse/JBADMCON-58?page=history ] Charles Crouch closed JBADMCON-58: -- Resolution: Done Completed refactoring of model layer Admin Console refactorings -- Key: JBADMCON-58

[JBoss-dev] [Design of JBoss Profiler] - Re: Jboss Profiler on solaris

2005-03-08 Thread nickman
I just posted a Wiki page on the building and implementation of JBoss Profiler on Solaris at http://www.jboss.org/wiki/Wiki.jsp?page=SolAris. However, I did not see the error you are seeing, but I Googled it and there are plenty of references to it. View the original post :

[JBoss-dev] [Design of JBoss Portal] - Re: Forums portlet

2005-03-08 Thread karanmg
I read thru some posts. This is the command I'm using to get a copy of jboss portal: cvs -z3 -d :pserver:[EMAIL PROTECTED]:/cvsroot/jboss co jboss-portal-2.0 JBOSS_home is set. The jar files (jgroup, cache, rmoting) are copied into default/lib. The databse to be built for is postgres, and I

[JBoss-dev] [JBoss JIRA] Closed: (JBADMCON-93) Should be able to run junit using ant

2005-03-08 Thread Charles Crouch (JIRA)
[ http://jira.jboss.com/jira/browse/JBADMCON-93?page=history ] Charles Crouch closed JBADMCON-93: -- Resolution: Done Done Should be able to run junit using ant - Key: JBADMCON-93 URL:

[JBoss-dev] [Design of Management Features on JBoss] - unique connection ID in XMBean

2005-03-08 Thread keyurva
I want a way to identify every client connection uniquely whenever the invoke(Invocation) method of my invoker adaptor service XMBean is called. I am a newbie as far as programming with JBoss/JMX is concerned but I was surprised to see that Invocation.getInvocationContext() is null... Is that

[JBoss-dev] [JBoss JIRA] Closed: (JBADMCON-64) Tidy up Configuration Management loose ends

2005-03-08 Thread Charles Crouch (JIRA)
[ http://jira.jboss.com/jira/browse/JBADMCON-64?page=history ] Charles Crouch closed JBADMCON-64: -- Resolution: Done Done. Labelled HEAD with JBossAdminConsole_1_0_alpha Tidy up Configuration Management loose ends

[JBoss-dev] [JBoss JIRA] Assigned: (JBADMCON-60) Add support for committing/rolling back AdminConsole changes

2005-03-08 Thread Charles Crouch (JIRA)
[ http://jira.jboss.com/jira/browse/JBADMCON-60?page=history ] Charles Crouch reassigned JBADMCON-60: -- Assign To: Charles Crouch Add support for committing/rolling back AdminConsole changes

[JBoss-dev] jboss-head build.850 Build Successful

2005-03-08 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050308164116Lbuild.850 BUILD COMPLETE-build.850Date of build:03/08/2005 16:41:16Time to build:23 minutes 53 secondsLast changed:03/08/2005 15:55:49Last log entry:EJB3

[JBoss-dev] [Design of JBoss Portal] - Re: how to link a portletl to a URL content?

2005-03-08 Thread fernir
Just use irame html element within markup that your portlet renderes. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869292#3869292 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869292

[JBoss-dev] [Design of JBoss Portal] - Re: how to link a portletl to a URL content?

2005-03-08 Thread fernir
sorry: iframe html element View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869293#3869293 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869293 --- SF email is sponsored

[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-44) Sequence Generator SUpport

2005-03-08 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-44?page=history ] Bill Burke updated EJBTHREE-44: --- Version: Preview 3 Preview 5 Fix Version: EJB 3.0 Beta 1 (was: Preview 5) Sequence Generator SUpport

[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-24) Migrate to Hibernate's EJB3 annotation facility

2005-03-08 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-24?page=history ] Bill Burke updated EJBTHREE-24: --- Description: The Hibernate team is currently adding ability to support EJB 3 annotations. JBoss EJB3 impl currently creates an Hibernate XML mapping file to

[JBoss-dev] [JBoss JIRA] Commented: (EJBTHREE-24) Migrate to Hibernate's EJB3 annotation facility

2005-03-08 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-24?page=comments#action_12315981 ] Bill Burke commented on EJBTHREE-24: HB3 annotation implementation may well not be available until June/July timeframe so we'll have to maintain our existing impl.

[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-27) Allowed methods

2005-03-08 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-27?page=history ] Bill Burke updated EJBTHREE-27: --- Environment: Fix Version: EJB 3.0 Beta 1 (was: Preview 5) Allowed methods --- Key: EJBTHREE-27

[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-26) Web services support

2005-03-08 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-26?page=history ] Bill Burke updated EJBTHREE-26: --- Environment: Fix Version: EJB 3.0 Beta 1 (was: Preview 5) Web services support Key: EJBTHREE-26

[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-87) @Clustered @Service should be an HASingleton

2005-03-08 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-87?page=history ] Bill Burke updated EJBTHREE-87: --- Fix Version: EJB 3.0 Beta 1 (was: Preview 5) @Clustered @Service should be an HASingleton

[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-42) Minor EJBQL compatibilities with HQL

2005-03-08 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-42?page=history ] Bill Burke updated EJBTHREE-42: --- Fix Version: EJB 3.0 Beta 1 (was: Preview 5) Minor EJBQL compatibilities with HQL Key:

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1532) onMessage checking is not correct

2005-03-08 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1532?page=history ] Adrian Brock closed JBAS-1532: -- Resolution: Done Fix Version: JBossAS-4.0.2RC1 Fixed. It now looks for only onMessage(Message) and ignores other methods that might look similar in a

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-101) EntityManager not useable in PostConstruct callback of StatelessSessionBean.

2005-03-08 Thread Shagoon (JIRA)
EntityManager not useable in PostConstruct callback of StatelessSessionBean. Key: EJBTHREE-101 URL: http://jira.jboss.com/jira/browse/EJBTHREE-101 Project: EJB 3.0 Type: Bug Versions:

[JBoss-dev] jboss-4.0-testsuite build.60 Build Successful

2005-03-08 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20050308175038Lbuild.60 BUILD COMPLETE-build.60Date of build:03/08/2005 17:50:38Time to build:107 minutes 28 secondsLast changed:03/08/2005 17:18:18Last log entry:Fix the eclipse

[JBoss-dev] [JBossCache] - Re: Using JBossCache within Eclipse

2005-03-08 Thread [EMAIL PROTECTED]
I have a feeling that your problem with Eclipse is the library jar files. -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869308#3869308 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869308

[JBoss-dev] [JBossCache] - Re: Synchronizing TreeCache in cluser

2005-03-08 Thread [EMAIL PROTECTED]
If the mutual updates upon timeout from conflict scenario that we currently having does not meet your requirement, then yes, you will need to provide one of your own. We don't have plan to provide DistributedLockManager yet. -Ben View the original post :

[JBoss-dev] jboss-4.0 build.418 Build Successful

2005-03-08 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050308200616Lbuild.418 BUILD COMPLETE-build.418Date of build:03/08/2005 20:06:16Time to build:25 minutes 16 secondsLast changed:03/08/2005 18:45:04Last log entry:HAIL does not work, be gone.

[JBoss-dev] jboss-head build.851 Build Successful

2005-03-08 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050308205639Lbuild.851 BUILD COMPLETE-build.851Date of build:03/08/2005 20:56:39Time to build:19 minutes 21 secondsLast changed:03/08/2005 19:12:20Last log entry:Moved changes for

[JBoss-dev] jboss-head-jdk-matrix build.86 Build Successful

2005-03-08 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20050308214900Lbuild.86 BUILD COMPLETE-build.86Date of build:03/08/2005 21:49:00Time to build:26 minutes 24 secondsLast changed:03/08/2005 19:12:20Last log entry:Moved changes for

[JBoss-dev] jboss-head-testsuite Build Failed

2005-03-08 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-testsuite?log=log20050308223730 BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jboss-head.xml:66: The following error occurred while executing this line:

[JBoss-dev] [JBoss JIRA] Commented: (EJBTHREE-36) Full Support for @Embeddable

2005-03-08 Thread Deborah Hooker (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-36?page=comments#action_12315985 ] Deborah Hooker commented on EJBTHREE-36: I'm trying to extend the existing tests so that they'll run up against this. Wish me luck. :) Full Support for

[JBoss-dev] jboss-4.0-jdk-matrix build.103 Build Successful

2005-03-08 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20050308235805Lbuild.103 BUILD COMPLETE-build.103Date of build:03/08/2005 23:58:05Time to build:24 minutes 28 secondsLast changed:03/08/2005 18:08:08Last log entry:[JBAS-1532] -

[JBoss-dev] jboss-3.2-jdk-matrix build.72 Build Successful

2005-03-08 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20050309004134Lbuild.72 BUILD COMPLETE-build.72Date of build:03/09/2005 00:41:34Time to build:18 minutes 58 seconds Unit Tests: (0) Total

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-102) @Entity (et al) picking up static fields/methods (PATCH)

2005-03-08 Thread Deborah Hooker (JIRA)
@Entity (et al) picking up static fields/methods (PATCH) Key: EJBTHREE-102 URL: http://jira.jboss.com/jira/browse/EJBTHREE-102 Project: EJB 3.0 Type: Bug Versions: Preview 4 Reporter: Deborah

[JBoss-dev] [JBossCache] - Re: Puts in TreeCache

2005-03-08 Thread [EMAIL PROTECTED]
// 2. REPL_SYNC: ~50 puts/s (occasional errors - nested // runtime exception) This is the slowest, since we're running a 2-phase commit protocol across the cluster // 3. REPL_ASYNC: ~50 puts/s (occasional errors - // nested runtime exception) You should get close to the number with LOCAL

  1   2   >