[JBoss-dev] [JBossCache] - Re: Session Replication using JBossCache

2005-01-26 Thread [EMAIL PROTECTED]
I have implemented http session replication using JBossCache, if this is what you are looking for. See this wiki: http://www.jboss.org/developers/projects/jboss/tc5-clustering.html -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863855#3863855 Reply to

[JBoss-dev] [JBossCache] - Re: Cache deadlock problem when using TreeCache as 2LC for h

2005-01-26 Thread [EMAIL PROTECTED]
This is serious problem if it is from cache. But I don't get what are you trying to say in the last couple sentences? And the log output also doesn't make sense to me either. Can you elaborate more? Also, do you think you can create a JUnit test case to see if you can reproduce purly from JBoss

[JBoss-dev] [Design of Mail Services] - Re: Store Store (2nd version)

2005-01-26 Thread [EMAIL PROTECTED]
mailstore should have its own transaction seperate from the overall mail. The blob is simply garbage if it doesn't get attached to a real mail object (ala mailboxes/etc). the mail object should POINT to the id of the mailstore rec. The idea is that we collect the data before even caring if we

[JBoss-dev] jboss-3.2 build.278 Build Successful

2005-01-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050127014648Lbuild.278 BUILD COMPLETE - build.278Date of build: 01/27/2005 01:46:48Time to build: 17 minutes 39 secondsLast changed: 01/27/2005 01:34:58Last log entry: Add the hsqldb license

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-275) 2 identical named mdbs cannot deploy

2005-01-26 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-275?page=history ] Scott M Stark resolved JBAS-275: Resolution: Done Fix Version: JBossAS-3.2.7 Final JBossAS-4.0.2RC1 The generated local name now includes an identity hash component

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Metadata not getting picked up for all invocations.

2005-01-26 Thread SushmaM
Hi, Here is the sample test code. I have modified the metadata example of jboss-aop_1.0.0-FINAL distribution: Interceptor: | public class BillingInterceptor implements Interceptor | { |public String getName() { return "BillingInterceptor"; } | |public Object invoke(Invocatio

[JBoss-dev] jboss-head-testsuite build.8 Build Successful

2005-01-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-testsuite?log=log20050126155145Lbuild.8 BUILD COMPLETE - build.8Date of build: 01/26/2005 15:51:45Time to build: 114 minutes 21 secondsLast changed: 01/26/2005 15:44:54Last log entry: Add support for

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

2005-01-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050127003642Lbuild.338 BUILD COMPLETE - build.338Date of build: 01/27/2005 00:36:42Time to build: 16 minutes 43 secondsLast changed: 01/26/2005 23:25:39Last log entry: Track what context unre

[JBoss-dev] jboss-3.2 build.277 Build Successful

2005-01-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050126235820Lbuild.277 BUILD COMPLETE - build.277Date of build: 01/26/2005 23:58:20Time to build: 21 minutes 38 secondsLast changed: 01/26/2005 23:48:35Last log entry: Catch NoClassDefError r

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1328) Tack where UCLs are destroyed to throw a better exception than NPE

2005-01-26 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1328?page=history ] Scott M Stark resolved JBAS-1328: - Resolution: Done > Tack where UCLs are destroyed to throw a better exception than NPE > -

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1328) Tack where UCLs are destroyed to throw a better exception than NPE

2005-01-26 Thread Scott M Stark (JIRA)
Tack where UCLs are destroyed to throw a better exception than NPE -- Key: JBAS-1328 URL: http://jira.jboss.com/jira/browse/JBAS-1328 Project: JBoss Application Server Type: Task Components: JMX

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

2005-01-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050126215352Lbuild.337 BUILD COMPLETE - build.337Date of build: 01/26/2005 21:53:52Time to build: 25 minutes 14 secondsLast changed: 01/26/2005 20:55:04Last log entry: Add --bootdir or -d opt

[JBoss-dev] [Design of JBoss Portal] - Cannot get access to user's properties

2005-01-26 Thread jimmyed2001
I do not seem to have access to the current user's properties from my portlets. When I run the following code in my doDispatch the only property I get is 'user.name.nickName' (with a null value). Map ua = (Map) request.getAttribute( RenderRequest.USER_INFO ); | if( ua != null ) { | Syst

[JBoss-dev] jboss-3.2 build.276 Build Successful

2005-01-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050126212214Lbuild.276 BUILD COMPLETE - build.276Date of build: 01/26/2005 21:22:14Time to build: 15 minutes 26 secondsLast changed: 01/26/2005 20:51:45Last log entry: A --bootdir or -d optio

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-55) EAR/WAR integration tutorial

2005-01-26 Thread Bill Burke (JIRA)
EAR/WAR integration tutorial Key: EJBTHREE-55 URL: http://jira.jboss.com/jira/browse/EJBTHREE-55 Project: EJB 3.0 Type: Task Versions: Preview 3 Reporter: Bill Burke Assigned to: Bill Burke Fix For: Preview 3 -- Th

[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-51) ProxyFactory's not using Util.rebind

2005-01-26 Thread Rory Douglas (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-51?page=history ] Rory Douglas updated EJBTHREE-51: - Description: in start() method of both BaseStatefulProxyFactory and BaseStatelessProxyFactory (on line 45 in both), ctx.rebind(jndiName, createProxy()) s

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-714) Automatically include everything in jboss/lib to classpath

2005-01-26 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-714?page=history ] Scott M Stark resolved JBAS-714: Resolution: Done Fix Version: JBossAS-3.2.7 Final JBossAS-4.0.2RC1 This functionality is available using the --bootdir option. > A

[JBoss-dev] jboss-head Build Failed

2005-01-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050126183901 BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xm

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-363) FileURLConnection needs URL decode for JDK 1.4

2005-01-26 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-363?page=history ] Scott M Stark resolved JBAS-363: Resolution: Done Fix Version: JBossAS-3.2.7 Final Support has been added to decode the path if the org.jboss.net.protocol.file.decodeFilePaths is set

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

2005-01-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20050126082235Lbuild.50 BUILD COMPLETE - build.50Date of build: 01/26/2005 08:22:35Time to build: 109 minutes 53 secondsLast changed: 01/26/2005 05:31:36Last log entry: Added entity n

[JBoss-dev] [JBoss JIRA] Created: (HIBERNATE-5) jmx transaction flush swallows exception

2005-01-26 Thread Ben Litchfield (JIRA)
jmx transaction flush swallows exception Key: HIBERNATE-5 URL: http://jira.jboss.com/jira/browse/HIBERNATE-5 Project: Hibernate Type: Bug Environment: jboss-4.0.1 winxp postgresql Reporter: Ben Litchfield Assigned to:

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-52) @Home needs to be implemented

2005-01-26 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-52?page=history ] Bill Burke closed EJBTHREE-52: -- Resolution: Done > @Home needs to be implemented > - > > Key: EJBTHREE-52 > URL: http://jira.jboss.com/jira/bro

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

2005-01-26 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-53?page=comments#action_12314968 ] Bill Burke commented on EJBTHREE-53: this cannot be implemented until amiguities in the specification are cleared up. > @EJBs and @Homes > > >

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Container abstraction

2005-01-26 Thread [EMAIL PROTECTED]
We're supposed to be unifying things here. To do proxies, you need dynamic class creation. period. If you're just using java.lang.reflect.Proxy, you also need reflection as well. Please state your concerns with: 1) footprint. I only use a few classes from jboss-common. Trove can be removed

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Container abstraction

2005-01-26 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : FYI, JBoss AOP can be a proxy-container. I do this with EJB3. Yes, but does it work in all environments and what is the footprint with jboss-aop using javassist, trove, etc. If you can show me jboss-aop's proxy container working inside 1) j2me, 2) inside an ejb/web

[JBoss-dev] [JBossCache] - Re: failed binding to JNDI

2005-01-26 Thread loupubeu
Yes i've the jboss-remoting.jar in the lib directory of a default config. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863785#3863785 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863785 ---

[JBoss-dev] [Design of JCA on JBoss] - Re: Creating datasource with the DeploymentService

2005-01-26 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : I don't like the configuration in -service.xml Does not liking it mean: a) it should not be used because it is unreliable and things break, or b) we should really change the whole implementation in this area because it is not very nice, or c) all of the above, or d)

[JBoss-dev] [Design the new POJO MicroContainer] - Container abstraction

2005-01-26 Thread [EMAIL PROTECTED]
I have factored out the container implementation from kernel into a new subproject "container" in jboss-head. This is basically the prototype container I was using in the kernel module with the joinpoint abstraction that uses the BeanInfo/ConstructorInfo/etc. View the original post : http://www.

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-56) TreeCache + Entities WIKI page

2005-01-26 Thread Bill Burke (JIRA)
TreeCache + Entities WIKI page -- Key: EJBTHREE-56 URL: http://jira.jboss.com/jira/browse/EJBTHREE-56 Project: EJB 3.0 Type: Task Versions: Preview 3 Reporter: Bill Burke Assigned to: Bill Burke Fix For: Preview 3 --

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-54) @Resources

2005-01-26 Thread Bill Burke (JIRA)
@Resources -- Key: EJBTHREE-54 URL: http://jira.jboss.com/jira/browse/EJBTHREE-54 Project: EJB 3.0 Type: Feature Request Versions: Preview 3 Reporter: Bill Burke Assigned to: Bill Burke Fix For: Preview 3 -- This message is automatical

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-577) No getter or setters found for idleThreads

2005-01-26 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-577?page=history ] Scott M Stark closed JBAS-577: -- Resolution: Out of Date > No getter or setters found for idleThreads > -- > > Key: JBAS-577 > URL: htt

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-52) @Home needs to be implemented

2005-01-26 Thread Bill Burke (JIRA)
@Home needs to be implemented - Key: EJBTHREE-52 URL: http://jira.jboss.com/jira/browse/EJBTHREE-52 Project: EJB 3.0 Type: Feature Request Versions: Preview 3 Reporter: Bill Burke Assigned to: Bill Burke Fix For: Preview

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

2005-01-26 Thread Bill Burke (JIRA)
@EJBs and @Homes Key: EJBTHREE-53 URL: http://jira.jboss.com/jira/browse/EJBTHREE-53 Project: EJB 3.0 Type: Feature Request Versions: Preview 3 Reporter: Bill Burke Assigned to: Bill Burke Fix For: Preview 3 -- This message is

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-51) ProxyFactory's not using Util.rebind

2005-01-26 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-51?page=history ] Bill Burke closed EJBTHREE-51: -- Resolution: Done > ProxyFactory's not using Util.rebind > > > Key: EJBTHREE-51 > URL: http://jira.jbos

[JBoss-dev] [Design of JCA on JBoss] - Re: Creating datasource with the DeploymentService

2005-01-26 Thread [EMAIL PROTECTED]
Have discussed the various options again with Ivelin, we're going with the .sar bundling the driver.jar and -ds.xml. Thanks for all the feedback. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863818#3863818 Reply to the post : http://www.jboss.org/index.ht

[JBoss-dev] [Design of JBoss Portal] - Re: hibernate issues

2005-01-26 Thread eztrip
yes, what I did was to change my app to use name="jboss.har:service=MyAppHibernate" which had the same effect. Thanks Mike View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863821#3863821 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-dev] [Design of JBoss Portal] - hibernate issues

2005-01-26 Thread eztrip
Hi - Does JBoss Portal require a hibernate SessionFactory for it's own internal use or only for the demo portlets? My application has a Hibernate HAR and I'm getting this error when I drop my EAR into the deploy directory: Deployment FAILED reason: Trying to install an already registered mbe

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

2005-01-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050126144606Lbuild.336 BUILD COMPLETE - build.336Date of build: 01/26/2005 14:46:06Time to build: 24 minutes 59 secondsLast changed: 01/26/2005 13:51:35Last log entry: Integrate the Oracle Se

[JBoss-dev] [JBoss JIRA] Commented: (EJBTHREE-51) ProxyFactory's not using Util.rebind

2005-01-26 Thread Rory Douglas (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-51?page=comments#action_12314964 ] Rory Douglas commented on EJBTHREE-51: -- causes RemoteBindings to fail when jndiName="foo/bar" and foo doesn't exist > ProxyFactory's not using Util.rebind > --

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-51) ProxyFactory's not using Util.rebind

2005-01-26 Thread Rory Douglas (JIRA)
ProxyFactory's not using Util.rebind Key: EJBTHREE-51 URL: http://jira.jboss.com/jira/browse/EJBTHREE-51 Project: EJB 3.0 Type: Patch Versions: Preview 3 Reporter: Rory Douglas Assigned to: Bill Burke Priority: M

[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - Marshall registry - design question

2005-01-26 Thread [EMAIL PROTECTED]
Could use some suggestions on a design issue I have with remoting. The issue is that I would like to have the ability for a remoting client only depend on the locator url (which includes indicating which data marshaller to use). For example, 'socket://myhost:5400/?dataType=invocation'. How

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-220) EJQQL row locking (FOR UPDATE request)

2005-01-26 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-220?page=history ] Scott M Stark reassigned JBAS-220: -- Assign To: Alexey Loubyansky (was: Scott M Stark) > EJQQL row locking (FOR UPDATE request) > -- > > Key: JBAS-2

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-940) Unecessary alias in SQL

2005-01-26 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-940?page=history ] Scott M Stark reassigned JBAS-940: -- Assign To: Alexey Loubyansky (was: Scott M Stark) > Unecessary alias in SQL > --- > > Key: JBAS-940 > URL: http://jira

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-31) Out of memory problem

2005-01-26 Thread B.S.Navin (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-31?page=comments#action_12314938 ] B.S.Navin commented on JBCACHE-31: -- I was using JDK 1.4.2. I am able to reproduce on 1.4.2 > Out of memory problem > - > > Key: JBCACHE-31 >

[JBoss-dev] [JBossCache] - unable to call getKeys using JNDI

2005-01-26 Thread kkalmbach
I an unable to call getKeys on a TreeCache. I get the Cache by doing a JNDI lookup. Once I get it I can do a put and get with no problem. When I call getKeys I get an NotSerializableException on java.util.HashMap$KeySet. Here is my JUnit test and results.. | package com.cexp.common.enterpri

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1303) Field replication for session data

2005-01-26 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1303?page=history ] Scott M Stark reassigned JBAS-1303: --- Assign To: Ben Wang (was: Scott M Stark) > Field replication for session data > -- > > Key: JBAS-1303 >

[JBoss-dev] [JBoss JIRA] Commented: (JBMQ-106) Could not stop JMS connection

2005-01-26 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBMQ-106?page=comments#action_12314962 ] Adrian Brock commented on JBMQ-106: --- Correction the reconnect pause is 10 seconds not 10 minutes. > Could not stop JMS connection > - > >

[JBoss-dev] [JBoss JIRA] Commented: (JBMQ-106) Could not stop JMS connection

2005-01-26 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBMQ-106?page=comments#action_12314961 ] Adrian Brock commented on JBMQ-106: --- Three things I do see from reading the code: None of this looks relevent to your problem. 1) The JMSCI should give up its reference to

[JBoss-dev] [JBoss JIRA] Created: (JBBUILD-6) Unable to use the docs target to build JBoss's Javadoc

2005-01-26 Thread James Wilson (JIRA)
Unable to use the docs target to build JBoss's Javadoc -- Key: JBBUILD-6 URL: http://jira.jboss.com/jira/browse/JBBUILD-6 Project: JBoss Build System Type: Bug Environment: I have only tried this build on Windows X

[JBoss-dev] [JBossCache] - Re: unable to call getKeys using JNDI

2005-01-26 Thread kkalmbach
A couple more things I should have mentioned. I am using jboss-cache 1.2 The same error happens if I call getChildrenNames View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863805#3863805 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-dev] [JBossCache] - Cache deadlock problem when using TreeCache as 2LC for hiber

2005-01-26 Thread octopus
I'm not sure whether it is problem of cache, hibernate or my design. Please give me an advise if there's a well-known pattern to solve this. Suppose I have an entity with two props - key and value mapped to a table with two fields. | | | | | |

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1325) String property replacement is not working for constructors.

2005-01-26 Thread Roland Rïz (JIRA)
String property replacement is not working for constructors. Key: JBAS-1325 URL: http://jira.jboss.com/jira/browse/JBAS-1325 Project: JBoss Application Server Type: Bug Versions: JBossAS-4.0.1 Final

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-872) Problem with non-English characters in UTF-8 encoded queries

2005-01-26 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-872?page=history ] Scott M Stark reassigned JBAS-872: -- Assign To: Alexey Loubyansky (was: Scott M Stark) > Problem with non-English characters in UTF-8 encoded queries > -

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-517) Java libraries not found when JBoss is run as NT service

2005-01-26 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-517?page=history ] Scott M Stark resolved JBAS-517: Resolution: Won't Fix > Java libraries not found when JBoss is run as NT service > > > Key

[JBoss-dev] [Design of JCA on JBoss] - Re: Creating datasource with the DeploymentService

2005-01-26 Thread [EMAIL PROTECTED]
Just a point here: using subdeployments (.jar within .sar) you have the advantage of the deployer making temporary copies of the .jar, .sar, so we avoid the problem of the URLClassLoader locking those files View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-785) Ear deploy breaks on windows 2000 if Filename too big

2005-01-26 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-785?page=history ] Scott M Stark closed JBAS-785: -- Resolution: Won't Fix Its a win32 limitation for which no configuration workaround has been found. > Ear deploy breaks on windows 2000 if Filename too big > --

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-555) java:comp not bound when java2ClassLoadingCompliance false

2005-01-26 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-555?page=history ] Scott M Stark closed JBAS-555: -- Resolution: Out of Date > java:comp not bound when java2ClassLoadingCompliance false > -- > > K

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-489) Cannot startup jbossweb-jetty without javax.ejb.*

2005-01-26 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-489?page=history ] Scott M Stark closed JBAS-489: -- Resolution: Out of Date Jetty is history. > Cannot startup jbossweb-jetty without javax.ejb.* > - > >

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1224) Make the JBoss server runnable from a read-only partition

2005-01-26 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1224?page=history ] Scott M Stark resolved JBAS-1224: - Resolution: Done This is already supported using the system properties that control the log dir in the log4j.xml, data dir and tmp dir. See the admin gu

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-421) Jboss CMR extra column name problem

2005-01-26 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-421?page=history ] Scott M Stark reassigned JBAS-421: -- Assign To: Alexey Loubyansky (was: Scott M Stark) > Jboss CMR extra column name problem > > > Key: JBAS-421 >

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-546) web-console applet doesn't work on linux browsers

2005-01-26 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-546?page=history ] Scott M Stark resolved JBAS-546: Resolution: Cannot Reproduce Bug Works fine for me as well using jre 1.4.2_05. > web-console applet doesn't work on linux browsers > --

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-71) Problem returning a Remote Interface from Business method Using IIOP with EJB on jboss-3.2.5

2005-01-26 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-71?page=history ] Scott M Stark resolved JBAS-71: --- Resolution: Deferred A number of fixes in the iiop layer have been ported to 3.2.7 from 4.0.1 so retry with that and provide a testcase if there continues to

[JBoss-dev] jboss-3.2 build.275 Build Successful

2005-01-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050126132025Lbuild.275 BUILD COMPLETE - build.275Date of build: 01/26/2005 13:20:25Time to build: 46 minutes 25 secondsLast changed: 01/26/2005 13:06:40Last log entry: Cleanup, resolves [JBAS

[JBoss-dev] [Design of JCA on JBoss] - Creating datasource with the DeploymentService

2005-01-26 Thread [EMAIL PROTECTED]
I would like to revisit an issue that was briefly mentioned in this thread (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=58900). Namely that I would like to discuss adding support for the classpath element to *-ds.xml's. The recommended datasource deployment scenario from thread abov

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-944) Empty JNDI 'java:' tree w/servlet 2.3 web container first

2005-01-26 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-944?page=history ] Scott M Stark closed JBAS-944: -- Resolution: Out of Date > Empty JNDI 'java:' tree w/servlet 2.3 web container first > - > > Key

[JBoss-dev] [Design of JCA on JBoss] - Re: Creating datasource with the DeploymentService

2005-01-26 Thread [EMAIL PROTECTED]
I don't like the configuration in -service.xml 1) The semantics are not well defined. 2) Classloading dependencies are not defined at all in the current jmx kernel 3) There are some workarounds in the deployment code just to stop users trying to deploy the same jar twice through classpath element

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-919) Problem using oracle-sequence key generation

2005-01-26 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-919?page=history ] Scott M Stark reassigned JBAS-919: -- Assign To: Alexey Loubyansky (was: Scott M Stark) > Problem using oracle-sequence key generation > > >

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1104) batchInvalidate async not possible

2005-01-26 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1104?page=history ] Scott M Stark resolved JBAS-1104: - Resolution: Done Fix Version: JBossAS-3.2.7 Final JBossAS-4.0.2RC1 JBossAS-5.0 Alpha The default batch mode has

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

2005-01-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050126115425Lbuild.739 BUILD COMPLETE - build.739Date of build: 01/26/2005 11:54:25Time to build: 36 minutes 39 secondsLast changed: 01/26/2005 09:36:49Last log entry: javadoc updates

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-26) Update 4.0.2 to use Tomcat-5.5.x

2005-01-26 Thread Roy Russo (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-26?page=comments#action_12314931 ] Roy Russo commented on JBAS-26: --- +1 Faster jsp compilation will help the Portal project. ;-) > Update 4.0.2 to use Tomcat-5.5.x > > > Ke

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-43) security.test.SecurityProxyUnitTestCase failure

2005-01-26 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-43?page=history ] Scott M Stark resolved JBAS-43: --- Resolution: Done Fix Version: JBossAS-3.2.7 Final Basic Subject.doAs support was added to get past the current jdk1.3 limitations. Proper support of the

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-37) Stack Overflow when using Collection classes in TreeCacheAop

2005-01-26 Thread Andrew May (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-37?page=comments#action_12314936 ] Andrew May commented on JBCACHE-37: --- Getting the cache from the MBean doesn't seem to make any difference. I'm still getting the same stack overflow. I've changed CacheTe

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-332) Read ahead

2005-01-26 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-332?page=history ] Scott M Stark reassigned JBAS-332: -- Assign To: Alexey Loubyansky (was: Scott M Stark) > Read ahead > -- > > Key: JBAS-332 > URL: http://jira.jboss.com/jira/browse/JBA

[JBoss-dev] [Design of JBoss Portal] - Re: Adding my portlets

2005-01-26 Thread [EMAIL PROTECTED]
you can provide a XXX-pages.xml, look how the forum portlet creates its page. Otherwise yes, you need to modify the default-portal.xml if you want you window placed on the default page. we are working on having that dynamic, that will take time, especially for the doing the gui which needs to b

[JBoss-dev] [Design of JBoss Portal] - Re: Adding my portlets

2005-01-26 Thread lnhf
Okay, I see. But I don't know how to see the forum page. I have the database structure and the portal-forums.ear file. Perhaps it's because a lot of my tables are empty. (only jbp_fourms_forums and jbp_fourm_category are 2 and 1 lines). So, how can i see the forum. Thank you lnhf Otherwise, hav

[JBoss-dev] [JBoss JIRA] Created: (JBREM-50) Need ability to set socket timeout on socket client invoker

2005-01-26 Thread Tom Elrod (JIRA)
Need ability to set socket timeout on socket client invoker --- Key: JBREM-50 URL: http://jira.jboss.com/jira/browse/JBREM-50 Project: JBoss Remoting Type: Bug Components: transport Versions: 1.0.1 beta

[JBoss-dev] [JBoss JIRA] Closed: (JBREM-50) Need ability to set socket timeout on socket client invoker

2005-01-26 Thread Tom Elrod (JIRA)
[ http://jira.jboss.com/jira/browse/JBREM-50?page=history ] Tom Elrod closed JBREM-50: --- Resolution: Done Forgot to add this to the socket client invoker so will look at the locator uri params for this param. socketTimeout - The socket timeout value pas

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

2005-01-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20050126104017Lbuild.40 BUILD COMPLETE - build.40Date of build: 01/26/2005 10:40:17Time to build: 43 minutes 52 secondsLast changed: 01/26/2005 05:33:00Last log entry: Added entity n

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1325) String property replacement is not working for constructors.

2005-01-26 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1325?page=history ] Scott M Stark updated JBAS-1325: type: Feature Request (was: Bug) > String property replacement is not working for constructors. >

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: Experiment DeploymentService in 3.2.7RC1

2005-01-26 Thread [EMAIL PROTECTED]
Thinking about the DeploymentService and reviewing the documentation has lead me to the following conclusions: 1) The DeploymentService is a "good" fit for creating new, durable, services in JBoss. 2) The DeploymentService is an "ok" fit for updating services already created through the Deploym

[JBoss-dev] [JBoss JIRA] Updated: (JBMQ-106) Could not stop JMS connection

2005-01-26 Thread Tim McCune (JIRA)
[ http://jira.jboss.com/jira/browse/JBMQ-106?page=history ] Tim McCune updated JBMQ-106: Attachment: patch.txt > Could not stop JMS connection > - > > Key: JBMQ-106 > URL: http://jira.jboss.com/jira/browse/JBMQ-1

[JBoss-dev] [Design of JBoss Portal] - Re: Adding my portlets

2005-01-26 Thread [EMAIL PROTECTED]
There is a link on the first page (CMS page) to the forum. http://localhost:8080/index/html?page=forums For dates of versions, please refer to Jira. http://jira.jboss.com You can even vote for features you really want, or post new features/tasks/bugs. (use your login/password that you use on he

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Exception in error log when trying to do code completion

2005-01-26 Thread Arvoreen
When the Jsp editor attempts to do code completion, I get an exception in my error log as follows: NOTE: I am running with Eclipse 3.1M4 | java.lang.NoSuchMethodError: org.eclipse.jdt.internal.core.JavaProject.newSearchableNameEnvironment(Lorg/eclipse/jdt/core/WorkingCopyOwner;)Lorg/eclipse

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 Still accepting members with Multicast se

2005-01-26 Thread DashV
Can I set mcast to true but then just set the bind address to 127.0.0.1? Would that limit me to a cluster of exactly 1? :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863741#3863741 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-dev] [JBoss JIRA] Created: (JBMQ-106) Could not stop JMS connection

2005-01-26 Thread Tim McCune (JIRA)
Could not stop JMS connection - Key: JBMQ-106 URL: http://jira.jboss.com/jira/browse/JBMQ-106 Project: JBoss MQ Type: Bug Components: Server Versions: JBossAS-4.0.1 Reporter: Tim McCune Assigned to: Adrian Brock Sometim

[JBoss-dev] [Design of JBoss Portal] - Adding my portlets

2005-01-26 Thread lnhf
Sorry to put this question: but how can i adding personal portlets. I put my file .war in the deploy (.war with files : portlet.xml and portlet-instances.xml) but for the showing of this portlet, do I have have to modify the default-portal.xml in the core.war ? Thank you for your answers ln

[JBoss-dev] [JBoss JIRA] Created: (JBREM-49) Problem with loading an array class remotely

2005-01-26 Thread Jeff Haynie (JIRA)
Problem with loading an array class remotely Key: JBREM-49 URL: http://jira.jboss.com/jira/browse/JBREM-49 Project: JBoss Remoting Type: Bug Reporter: Jeff Haynie Assigned to: Tom Elrod Problem when you try and lo

[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-193) Look and Feel

2005-01-26 Thread prax (JIRA)
Look and Feel - Key: JBPORTAL-193 URL: http://jira.jboss.com/jira/browse/JBPORTAL-193 Project: JBoss Portal Type: Feature Request Components: Portal Core Versions: 2.0 Beta Environment: OS : XP db : mysql 4.0.23 AS : Jboss4.0.1 Portal : 2.0 A

[JBoss-dev] [Design of Clustering on JBoss (Clusters/JBoss)] - Re: Could not load the org.jboss.ejb.plugins.ServiceEndpoint

2005-01-26 Thread glyn_walters
Hi, I have the same problem. I developed the EJBs for JBoss 3.2.x and am getting these messages when I deploy them now on 4.0.x. Does anyone know what the issue with this is? Thanks Glyn View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863722#3863722 Reply t

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: Error when click

2005-01-26 Thread alexxandro76
I don't resolve this error however. I've follow all step with attention on tutorial but nothing! The package created contain the ComputeServlet but is invisible to index.html :-/ Why? I've got: + Eclipse 3.0.1 + MyEclipse: 3.8.2 + jsdk1.4.2_07 + JBoss-4.0.1 + JBossIDE1.4.0 My package Fibois

[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-50) Clustered cache for Entities

2005-01-26 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-50?page=history ] Bill Burke updated EJBTHREE-50: --- Version: Preview 3 Fix Version: Preview 3 > Clustered cache for Entities > > > Key: EJBTHREE-50 > URL: ht

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1324) org.jboss.ejb.plugins.LogInterceptor not printing SQLException.getErrorCode()

2005-01-26 Thread Frank Grimes (JIRA)
org.jboss.ejb.plugins.LogInterceptor not printing SQLException.getErrorCode() - Key: JBAS-1324 URL: http://jira.jboss.com/jira/browse/JBAS-1324 Project: JBoss Application Server Type: Bug C

[JBoss-dev] [Design of JBoss Portal] - Re: Portal 2.0 and PostgreSQL

2005-01-26 Thread cuoz
Thanks. Late last night I happened to find this forum and there were some posts that had enough information for me to get it working. Sorry for the mis-post. Lots of changes since I last worked with nukes. :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

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

2005-01-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20050126072026Lbuild.67 BUILD COMPLETE - build.67Date of build: 01/26/2005 07:20:26Time to build: 32 minutes 5 secondsLast changed: 01/26/2005 07:06:07Last log entry: no message

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

2005-01-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050126061850Lbuild.335 BUILD COMPLETE - build.335Date of build: 01/26/2005 06:18:50Time to build: 40 minutes 38 secondsLast changed: 01/26/2005 05:31:36Last log entry: Added entity name to th

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1255) memory leak after 7 hours

2005-01-26 Thread Alexey Loubyansky (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1255?page=comments#action_12314930 ] Alexey Loubyansky commented on JBAS-1255: - Since it is reported as a bug in CMP I would appreciate a pure CMP testcase (w/o MDBs). I wrote my own which creates and re

[JBoss-dev] [JBoss JIRA] Commented: (JBPORTAL-70) Enable/disable account

2005-01-26 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-70?page=comments#action_12314928 ] Thomas Heute commented on JBPORTAL-70: -- Only the interface is missing now. A user who register when the email verification is used, is disabled, when he clicks on the

[JBoss-dev] [JBoss JIRA] Resolved: (JBPORTAL-182) Manage watch list for forums

2005-01-26 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-182?page=history ] Thomas Heute resolved JBPORTAL-182: --- Resolution: Done Done > Manage watch list for forums > > > Key: JBPORTAL-182 > URL: http://jira.jb

[JBoss-dev] [JBoss JIRA] Resolved: (JBPORTAL-191) Must precise column names when inserting data

2005-01-26 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-191?page=history ] Thomas Heute resolved JBPORTAL-191: --- Resolution: Done Setup.sql files in core and forums now precise the column names. > Must precise column names when inserting data > -

[JBoss-dev] [Design of JBoss Portal] - Re: plain text password on URL...

2005-01-26 Thread [EMAIL PROTECTED]
I have updated the code, so now it does not show username and password in plain text anymore. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863707#3863707 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863707 --

  1   2   >