[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCLoadEntityCommand.java JDBCStoreEntityCommand.java JDBCStoreManager.java JDBCUtil.java ReadAheadCache.java SQLUtil.java

2002-02-26 Thread Dain Sundstrom
User: dsundstrom Date: 02/02/26 16:07:59 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCLoadEntityCommand.java JDBCStoreEntityCommand.java JDBCStoreManager.java JDBCUtil.java ReadAheadCache.java SQLUtil.java

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata JDBCDeclaredQueryMetaData.java

2002-02-26 Thread Dain Sundstrom
User: dsundstrom Date: 02/02/26 15:59:27 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata JDBCDeclaredQueryMetaData.java Log: Removed code that attempted to load resultTypeMappingLocal from the declared-sql element. This was an obvious error.

Re: [JBoss-dev] notes on configuration

2002-02-26 Thread David Jencks
The model mbean descriptors can include information per-attribute about what level of service shutdown is necessary. No need to bother the service itself. See some later messages. david jencks On 2002.02.26 18:40:24 -0500 Jason Dillon wrote: Again, why not use a notification here? If an

Re: [JBoss-dev] More Ear crap ..

2002-02-26 Thread Scott M Stark
The org.mortbay.http.ContextLoader.loadClass should be handling jars in WEB-INF/lib. The stack trace is for the org.mortbay.http.ContextLoader calling its parent class loader which will not have any knowledge of the WEB-INF/lib jars. The current jbosstest-web.ear includes jars in WEB-INF/lib and

RE: [JBoss-dev] More Ear crap ..

2002-02-26 Thread marc fleury
scott, I am going to look at this and try and re-establish this behavior (we parse the files).. we can support 2.3 behavior. Straigh Class.forName is a bug. In this case the previous code would have worked. marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL

[JBoss-dev] 'downloads' statistic on sourceforge is broken

2002-02-26 Thread danch
Sourceforge claims 0 downloads for several days now. I don't think that's quite right. -danch ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

RE: [JBoss-dev] 'downloads' statistic on sourceforge is broken

2002-02-26 Thread marc fleury
I will look in the UnifiedClassLoader and see if we fuck up some ordering. :) the monthly stuff works for some reason. marcf PS: can you believe they sell this shit? and that it is their business now? |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf

Re: [JBoss-dev] [Fwd: Embedable, ServerLoader, jboss-boot.jar, logging and more...]

2002-02-26 Thread Jason Dillon
I see what you mean now... trying to think of how to fix this though. Could hide init inside of ServerLoader, could pass Server impl the CL or could expose the CL to SL caller. This CL stuff is messy... --jason Adrian Brock wrote: Hi Jason, I've got a problem integrating JBossMX with

Re: [JBoss-dev] More Ear crap ..

2002-02-26 Thread Scott M Stark
It isn't worth the trouble for users to have to and hack all of the third partly war libs like struts which use the Class.forName construct. The stack trace here is expected as delegation to the parent won't find the class. The question is why is it printed, because Jetty can't find the jars in

Re: [JBoss-dev] 'downloads' statistic on sourceforge is broken

2002-02-26 Thread Jason Dillon
The showed 0 commits and 0 adds in cvs for many days (weeks I believe) too. You get what you pay for... --jason danch wrote: Sourceforge claims 0 downloads for several days now. I don't think that's quite right. -danch ___

[JBoss-dev] Start and Stop of an Application (EAR,WAR, RAR and JAR)

2002-02-26 Thread Andreas Schaefer
Hi Geeks In JSR-77 you can start and stop a Managed Object (which the application is as well). Now I am thinking what we are going to do with the deployed applications. I can imaging that we should enable the client to stop and start an application w/o redeploying it. In a bigger environment I

Re: [JBoss-dev] Long tmp deploy urls

2002-02-26 Thread Scott M Stark
I find this easier to debug, not harder. There may be another way to use the original url, but until its proven we are not going change the deploy structure. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From:

Re: [JBoss-dev] 'downloads' statistic on sourceforge is broken

2002-02-26 Thread Andreas Schaefer
Project XDoclet has similar issues. Andy - Original Message - From: danch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 26, 2002 4:17 PM Subject: [JBoss-dev] 'downloads' statistic on sourceforge is broken Sourceforge claims 0 downloads for several days now. I don't

[JBoss-dev] Deployer Problems Persist?

2002-02-26 Thread Hunter Hillegas
Are we still having deployer problems with HEAD? While it looks like most of my trouble was due to the cached zipfile bug that we've worked around, I just noticed a situation where I re-deployed an EAR and the WAR wasn't refreshed... Any ideas? Hunter

Re: RE: [JBoss-dev] notes on configuration

2002-02-26 Thread David Jencks
On 2002.02.26 15:17:00 -0500 marc fleury wrote: |This is unclear though, are you saying what should the service controller |do on a change? |if that is the question then the values should be | |state-action-on-update {KEEP-RUNNING| RE-START | RE-INSTANCIATE} hey supposedly JSR 111 deals

RE: [JBoss-dev] More Ear crap ..

2002-02-26 Thread marc fleury
|It isn't worth the trouble for users to have to and hack |all of the third partly war libs like struts which use the |Class.forName construct. The stack trace here is ^^^ this is a bug. I will spend some time on it marcf ___

RE: RE: [JBoss-dev] notes on configuration

2002-02-26 Thread marc fleury
|Do you have any idea how to find out? I can't find any publicly available |info. I did notice a very large number of no votes on it, all of which |said this is too vague and preliminary. Do some more research oh no yet another JSR that will end up ripping JBoss and claiming official status.

[JBoss-dev] CVS update: jboss build.xml

2002-02-26 Thread Dain Sundstrom
User: dsundstrom Date: 02/02/26 16:47:05 Modified:.build.xml Log: Added generate-parsers target which uses JavaCC to generate the EJB-QL and JBossQL parsers. Revision ChangesPath 1.72 +40 -2 jboss/build.xml Index: build.xml

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/bridge EntityBridgeInvocationHandler.java

2002-02-26 Thread Dain Sundstrom
User: dsundstrom Date: 02/02/26 16:52:03 Modified:src/main/org/jboss/ejb/plugins/cmp/bridge EntityBridgeInvocationHandler.java Log: Forgot to import javax.ejb.FinderException. Revision ChangesPath 1.15 +2 -1

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/ejbql ASTSelect.java

2002-02-26 Thread Dain Sundstrom
User: dsundstrom Date: 02/02/26 16:52:52 Modified:src/main/org/jboss/ejb/plugins/cmp/ejbql ASTSelect.java Log: Accidently copied the class declartion line from ASTRangeVariableDeclartion. Revision ChangesPath 1.2 +1 -2

Re: [JBoss-dev] Start and Stop of an Application (EAR,WAR, RAR and JAR)

2002-02-26 Thread David Jencks
I didn't try but I think you can stop and start the ejb's in an ejb module with the org.jboss.ejb.EjbModule mbean I added a few days ago. When you stop an ejb, the (ejb method call) invocations throw an exception, so it's pretty well stopped. That was one of my intentions anyway. We just need

Re: [JBoss-dev] Long tmp deploy urls

2002-02-26 Thread Jason Dillon
That's fine. I was primarily confused by the url under tmp/deploy which ended up with bits that looked like there was a directory under deploy (not tmp/deploy) which had the same name as the jar. This just confused me as I was trying to find out why a FNF exception was thrown. --jason

Re: [JBoss-dev] Start and Stop of an Application (EAR,WAR, RAR and JAR)

2002-02-26 Thread Scott McLaughlin
This concept is supported by the BEA server and I would assume that JBoss would want something like it. state persistence is something else that is related to this that might also be a good feature. when the state of the application changes this information is persisted. This could allow

Re: [JBoss-dev] [Fwd: Embedable, ServerLoader, jboss-boot.jar, logging and more...]

2002-02-26 Thread Jason Dillon
How about not restoring old cl in ServerLoader.load() ? That feels a bit wrong, but I am not sure. --jason Adrian Brock wrote: Hi Jason, I've got a problem integrating JBossMX with your new Server code. In ServerLoader.load(ClassLoader) you construct a URLClassLoader and set it as the TCL

[JBoss-dev] Compile errors trying to build Branch_2_4

2002-02-26 Thread Andreas Hochstetter
Hi, I'm new to JBoss, so bear with me (assuming this is a developer and not a user question): I'm trying to do an anonymous check-out build of the JBoss Branch_2_4 branch. I've checked out, copied, modified the 'build.xml' file per the instructions in the JBoss Administration and Development

Re: [JBoss-dev] More Ear crap ..

2002-02-26 Thread Jan Bartel
Scott/Marc, When the Jetty context class loader delegates to it's parent class loader, it expects the parent to throw a ClassNotFoundException if it can't load the class, in which case it then loads it itself. It appears that the quickest fix is for Jetty to catch both exceptions from the

[JBoss-dev] Re: Deployer Problems Persist?

2002-02-26 Thread Hunter Hillegas
Turns out it was me in this case. Sorry for the noise. I'll triple check next time. From: Hunter Hillegas [EMAIL PROTECTED] Date: Tue, 26 Feb 2002 14:49:20 -0800 To: JBoss Dev [EMAIL PROTECTED] Subject: Deployer Problems Persist? Are we still having deployer problems with HEAD? While

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/system/server ServerConfigImpl.java ServerConfigImplMBean.java ServerImpl.java ServerLoader.java

2002-02-26 Thread Jason Dillon
User: user57 Date: 02/02/26 18:01:18 Modified:src/main/org/jboss/system/server ServerConfigImpl.java ServerConfigImplMBean.java ServerImpl.java ServerLoader.java Log: o Seperated ServerConfigImplMBean interface from ServerConfig

[JBoss-dev] Containor factory Deployment Error

2002-02-26 Thread S. Gulati
Can not get JSP'S deployed _ View thread online: http://main.jboss.org/thread.jsp?forum=66thread=9734 ___ Jboss-development mailing list [EMAIL PROTECTED]

RE: [JBoss-dev] More Ear crap ..

2002-02-26 Thread marc fleury
i'll look into it, marcf |-Original Message- |From: Jan Bartel [mailto:[EMAIL PROTECTED]] |Sent: Tuesday, February 26, 2002 5:48 PM |To: marc fleury |Cc: Scott M Stark; [EMAIL PROTECTED] |Subject: Re: [JBoss-dev] More Ear crap .. | | |Scott/Marc, | |When the Jetty context class loader

[JBoss-dev] Class.forName() problem

2002-02-26 Thread Jason Dillon
It looks like (from the bud db) that sun thinks this is not a bug: http://developer.java.sun.com/developer/bugParade/bugs/4452033.html Or perhaps they have not been clued into how existing classes inside the JRE which use this are causing problems. Looks like there is no way to get around

[JBoss-dev] [ jboss-Bugs-523239 ] jbosscmp-jdbc.xml problem

2002-02-26 Thread noreply
Bugs item #523239, was opened at 2002-02-26 18:24 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=523239group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Marcel Ammerlaan (mam) Assigned to:

Re: [JBoss-dev] Long tmp deploy urls

2002-02-26 Thread Hiram Chirino
I thought that was what the njar protocol was soposed to help out with. Did it not work out?? Regards, HIram From: Jason Dillon [EMAIL PROTECTED] To: David Jencks [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] Long tmp deploy urls Date: Tue, 26 Feb 2002 15:50:30 -0800

Re: [JBoss-dev] 'downloads' statistic on sourceforge is broken

2002-02-26 Thread Hunter Hillegas
Yeah, but that won't last. No way VA Software can keep pulling it off with SF Enterprise... Wonder how much it costs to run sf.net... Can't be cheap... From: marc fleury [EMAIL PROTECTED] Date: Tue, 26 Feb 2002 19:27:56 -0800 To: danch [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE:

[JBoss-dev] Automated JBoss Testsuite Results

2002-02-26 Thread chris
JBoss daily test results SUMMARY Number of tests run: 501 Successful tests: 491 Errors:4 Failures: 6 [time of test: 27 February 2002 2:55 GMT] [java.version:

[JBoss-dev] CVS update: jboss-system/src/bin run.bat shutdown.bat

2002-02-26 Thread Jason Dillon
User: user57 Date: 02/02/26 19:08:25 Modified:src/bin run.bat shutdown.bat Log: o new win32 launcher scripts, don't need to be in bin/ unless on 95/98 o run.bat now shows similar info to run.sh Revision ChangesPath 1.2 +51 -11

[JBoss-dev] New EJB-QL compiler (ORDER BY and DynamicQL)

2002-02-26 Thread Dain Sundstrom
The new EJB-QL compiler is finished and checked in tip. The new compiler is a complete rewrite in JavaCC, and is much faster, easier to maintain, and has error messages. I was surprised by the number of errors I found in the old parser. You guys haven't been pushing the engine enough, so to

[JBoss-dev] CVS update: contrib/jetty/src/main/org/jboss/jetty Jetty.java

2002-02-26 Thread Jan Bartel
User: janb Date: 02/02/26 19:14:49 Modified:jetty/src/main/org/jboss/jetty Jetty.java Log: Ensured security info attached with ThreadLocals is removed after a request has been processed. Revision ChangesPath 1.42 +32 -2

Re: [JBoss-dev] Long tmp deploy urls

2002-02-26 Thread David Jencks
On 2002.02.26 21:51:09 -0500 Hiram Chirino wrote: I thought that was what the njar protocol was soposed to help out with. Did it not work out?? It works great and is so clever, I love it. The long paths are to help identify what the copied package is more easily for security manager

[JBoss-dev] Automated JBoss Testsuite Results

2002-02-26 Thread chris
JBoss daily test results SUMMARY Number of tests run: 501 Successful tests: 492 Errors:4 Failures: 5 [time of test: 27 February 2002 3:25 GMT] [java.version:

[JBoss-dev] [ jboss-Bugs-512744 ] incomplete parsing of ejb-ql elements

2002-02-26 Thread noreply
Bugs item #512744, was opened at 2002-02-04 05:39 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=512744group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Thomas Hamann (thomash76) Assigned

RE: [JBoss-dev] Auto-resolving dependencies/deployment

2002-02-26 Thread marc fleury
for various reasons this won't work (too complex). I am going to drop the idea for kiss reasons. There are also ways to resolve this at the deployer level. Onto real stuff, marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of marc |fleury |Sent:

Re: [JBoss-dev] More Ear crap ..

2002-02-26 Thread Scott M Stark
A ClassNotFoundException is not being thrown because the class being loaded is found in the JBoss classloader space, but that class has a static reference to the org/apache/cactus/ServletTestCase and this apparently is not in the JBoss classloader space and so a NoClassDefFoundError results

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/system/server ServerConfig.java

2002-02-26 Thread Jason Dillon
User: user57 Date: 02/02/26 19:44:34 Modified:src/main/org/jboss/system/server ServerConfig.java Log: o javadoc Revision ChangesPath 1.4 +7 -4 jboss-system/src/main/org/jboss/system/server/ServerConfig.java Index: ServerConfig.java

[JBoss-dev] CVS update: jbosssx/src/main/org/jboss/security/auth/spi UsernamePasswordLoginModule.java

2002-02-26 Thread Jeffrey Wescott
User: binaryfeed Date: 02/02/26 20:13:44 Modified:src/main/org/jboss/security/auth/spi Tag: Branch_2_4 UsernamePasswordLoginModule.java Log: System.out.println -- log.trace Revision ChangesPath No revision No

[JBoss-dev] Re: [JBoss-user] New EJB-QL compiler (ORDER BY and DynamicQL)

2002-02-26 Thread vijaya
Hi guys We want to deploy CMP ejbs on JBoss with the MS SQL Server 2000 as the database server.The question is Are there any freely downloadable MS SQL jdbc thin drivers available? If yes could you plz give details about that products and its configuration details. Thanks in advance Best

[JBoss-dev] Automated JBoss Testsuite Results

2002-02-26 Thread chris
JBoss daily test results SUMMARY Number of tests run: 501 Successful tests: 492 Errors:4 Failures: 5 [time of test: 27 February 2002 4:22 GMT] [java.version:

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb EjbModule.java

2002-02-26 Thread Andreas Schaefer
User: schaefera Date: 02/02/26 20:36:44 Modified:src/main/org/jboss/ejb EjbModule.java Log: Fixed a problem with dropping a standalone EJB module. Applied patches from Scott McLaughlin: - Fixes for EjbModule, EJB, J2EEserver, JDBCDataSource - Adding JavaMail Resource and its

[JBoss-dev] CVS update: contrib/varia/src/main/org/jboss/mail MailService.java

2002-02-26 Thread Andreas Schaefer
User: schaefera Date: 02/02/26 20:36:45 Modified:varia/src/main/org/jboss/mail MailService.java Log: Fixed a problem with dropping a standalone EJB module. Applied patches from Scott McLaughlin: - Fixes for EjbModule, EJB, J2EEserver, JDBCDataSource - Adding JavaMail Resource

[JBoss-dev] CVS update: jboss/src/main/org/jboss/management/mejb ListenerRegistration.java

2002-02-26 Thread Andreas Schaefer
User: schaefera Date: 02/02/26 20:36:45 Modified:src/main/org/jboss/management/mejb ListenerRegistration.java Log: Fixed a problem with dropping a standalone EJB module. Applied patches from Scott McLaughlin: - Fixes for EjbModule, EJB, J2EEserver, JDBCDataSource - Adding

[JBoss-dev] CVS update: jboss/src/main/org/jboss/management/j2ee EJB.java EjbModule.java J2EEApplication.java J2EEServer.java JDBCDataSource.java JavaMail.java

2002-02-26 Thread Andreas Schaefer
User: schaefera Date: 02/02/26 20:36:45 Modified:src/main/org/jboss/management/j2ee EJB.java EjbModule.java J2EEApplication.java J2EEServer.java JDBCDataSource.java JavaMail.java Log: Fixed a problem with dropping a standalone EJB

[JBoss-dev] CVS update: jboss/src/main/org/jboss/management/mejb ListenerRegistration.java

2002-02-26 Thread Andreas Schaefer
User: schaefera Date: 02/02/26 20:40:18 Modified:src/main/org/jboss/management/mejb ListenerRegistration.java Log: Removed some System.out.println(). Revision ChangesPath 1.4 +3 -1 jboss/src/main/org/jboss/management/mejb/ListenerRegistration.java

Re: [JBoss-dev] Long tmp deploy urls

2002-02-26 Thread Hiram Chirino
Ok, so you say it works, but then why are jars getting copied into deep directory locations under the jboss/tmp directory? Or is the njar thing unrelated??? Can you use the njar protocol in assigning security permisions?? Regards, Hiram From: David Jencks [EMAIL PROTECTED] To: [EMAIL

Re: [JBoss-dev] New EJB-QL compiler (ORDER BY and DynamicQL)

2002-02-26 Thread Dain Sundstrom
Adam Heath wrote: On Tue, 26 Feb 2002, Dain Sundstrom wrote: dynamic-ql: The new compiler is eye-blink fast, so I added a new query type dynamic-ql. With dynamic-ql you can generate a JBossQL query and pass it along with the parameters to the engine to be compiled and execute at runtime.

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/system/server ServerLoader.java

2002-02-26 Thread Jason Dillon
User: user57 Date: 02/02/26 20:46:35 Modified:src/main/org/jboss/system/server ServerLoader.java Log: o simplest thing that should fix cl issues on init and start, perhaps not the best solution... Revision ChangesPath 1.4 +15 -21

Re: [JBoss-dev] Re: [JBoss-user] New EJB-QL compiler (ORDER BY and DynamicQL)

2002-02-26 Thread Jason Dillon
The developers list is NOT the place for questions like this. Please use the user forums: http://main.jboss.org --jason vijaya wrote: Hi guys We want to deploy CMP ejbs on JBoss with the MS SQL Server 2000 as the database server.The question is Are there any freely downloadable MS SQL

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss Main.java

2002-02-26 Thread Jason Dillon
User: user57 Date: 02/02/26 20:47:23 Modified:src/main/org/jboss Main.java Log: o jboss.home is used in some config files which can't talk to ServerConfig instance directly Revision ChangesPath 1.2 +4 -5 jboss-system/src/main/org/jboss/Main.java

Re: [JBoss-dev] [Fwd: Embedable, ServerLoader, jboss-boot.jar, logging and more...]

2002-02-26 Thread Jason Dillon
So the simplest thing todo here is to simply not unset the cl used to load the server with. I am not sure this is the best way to fix this but should work. Let me know if you still have trouble. --jason Adrian Brock wrote: Hi Jason, I've got a problem integrating JBossMX with your new

Re: [JBoss-dev] [Fwd: Embedable, ServerLoader, jboss-boot.jar, logging andmore...]

2002-02-26 Thread Hiram Chirino
That does not sound right to me either. Why not make the Server aware of the classloader that he was loaded from. You could do a server.setServerClassLoader( classLoader ); after the Server server = (Server)type.newInstance(); line in createServer() Then the server would be able to set the

[JBoss-dev] Automated JBoss Testsuite Results

2002-02-26 Thread chris
JBoss daily test results SUMMARY Number of tests run: 501 Successful tests: 492 Errors:4 Failures: 5 [time of test: 27 February 2002 5:15 GMT] [java.version:

Re: [JBoss-dev] [Fwd: Embedable, ServerLoader, jboss-boot.jar, logging and more...]

2002-02-26 Thread Jason Dillon
Was thinking about that... but it was easier to remove some code rather than add some... =] I think you are right though. Thanks for the input. --jason Hiram Chirino wrote: That does not sound right to me either. Why not make the Server aware of the classloader that he was loaded from.

Re: [JBoss-dev] [Fwd: Embedable, ServerLoader, jboss-boot.jar, logging and more...]

2002-02-26 Thread Jason Dillon
Why don't I just have the Server use getClass().getClassLoader() and forget about exposing this as API? --jason Hiram Chirino wrote: That does not sound right to me either. Why not make the Server aware of the classloader that he was loaded from. You could do a

Re: [JBoss-dev] [Fwd: Embedable, ServerLoader, jboss-boot.jar, logging andmore...]

2002-02-26 Thread Hiram Chirino
That's an even better solution! Regards, Hiram From: Jason Dillon [EMAIL PROTECTED] To: Hiram Chirino [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] [Fwd: Embedable, ServerLoader, jboss-boot.jar, logging and more...] Date: Tue, 26 Feb 2002 21:21:40 -0800 Why don't I just

[JBoss-dev] CVS update: jboss/src/main/org/jboss/invocation/jrmp/interfaces JRMPInvokerProxy.java

2002-02-26 Thread Scott M Stark
User: starksm Date: 02/02/26 21:40:20 Modified:src/main/org/jboss/invocation/jrmp/interfaces JRMPInvokerProxy.java Log: Replace MarshalledObject with MarshalledValue in MarshalledInvocation so that class and proxy resolution are done with the thread

[JBoss-dev] CVS update: jboss/src/main/org/jboss/invocation/jrmp/server JRMPInvoker.java

2002-02-26 Thread Scott M Stark
User: starksm Date: 02/02/26 21:40:20 Modified:src/main/org/jboss/invocation/jrmp/server JRMPInvoker.java Log: Replace MarshalledObject with MarshalledValue in MarshalledInvocation so that class and proxy resolution are done with the thread context class loader. Revision

Re: [JBoss-dev] Long tmp deploy urls

2002-02-26 Thread David Jencks
On 2002.02.26 23:33:56 -0500 Hiram Chirino wrote: Ok, so you say it works, but then why are jars getting copied into deep directory locations under the jboss/tmp directory? Or is the njar thing unrelated??? I would like to rely completely on njar and do no local copying, but I think it

[JBoss-dev] CVS update: jboss/src/main/org/jboss/invocation MarshalledValue.java MarshalledValueInputStream.java MarshalledValueOutputStream.java MarshalledInvocation.java

2002-02-26 Thread Scott M Stark
User: starksm Date: 02/02/26 21:40:18 Modified:src/main/org/jboss/invocation MarshalledInvocation.java Added: src/main/org/jboss/invocation MarshalledValue.java MarshalledValueInputStream.java MarshalledValueOutputStream.java

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/system/server ServerConfig.java

2002-02-26 Thread Jason Dillon
User: user57 Date: 02/02/26 21:49:44 Modified:src/main/org/jboss/system/server ServerConfig.java Log: o oops Revision ChangesPath 1.5 +3 -3 jboss-system/src/main/org/jboss/system/server/ServerConfig.java Index: ServerConfig.java

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/system/server ServerImpl.java ServerImplMBean.java ServerLoader.java

2002-02-26 Thread Jason Dillon
User: user57 Date: 02/02/26 21:51:25 Modified:src/main/org/jboss/system/server ServerImpl.java ServerImplMBean.java ServerLoader.java Log: o ServerImpl/ServerLoader TCL fixes o Detatched ServerImplMBean from Server (as not all methods are ment for

[JBoss-dev] [AUTOMATED] JBoss compilation failed

2002-02-26 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE [xdoclet] Running homeInterface/

Re: [JBoss-dev] Long tmp deploy urls

2002-02-26 Thread Scott M Stark
I'm still validating this. Can you use the njar protocol in assigning security permisions?? yes, according to Scott. Thanks david jencks ___ Jboss-development mailing list [EMAIL PROTECTED]

[JBoss-dev] JavaMailMBean is missing

2002-02-26 Thread Scott M Stark
/home/starksm/cvsroot/Main/jboss-all/server/src/main/org/jboss/management/j2 ee/JavaMail.java:36: cannot resolve symbol symbol : class JavaMailMBean location: class org.jboss.management.j2ee.JavaMail implements JavaMailMBean Scott Stark Chief Technology Officer

[JBoss-dev] Build Broken?

2002-02-26 Thread Hunter Hillegas
Someone still checking in? I'm getting this after just refreshing HEAD: compile-classes: [javac] Compiling 21 source files to /Users/hunter/Unix/Sources/jboss-3-beta/server/output/classes /Users/hunter/Unix/Sources/jboss-3-beta/server/src/main/org/jboss/management /j2ee/JavaMail.java:36:

[JBoss-dev] CVS update: jboss/src/main/org/jboss/management/j2ee JavaMailMBean.java

2002-02-26 Thread Andreas Schaefer
User: schaefera Date: 02/02/26 22:16:54 Added: src/main/org/jboss/management/j2ee JavaMailMBean.java Log: MBean for JSR-77 Resource JavaMail. Revision ChangesPath 1.1 jboss/src/main/org/jboss/management/j2ee/JavaMailMBean.java Index:

[JBoss-dev] CVS update: jboss/src/etc/conf/default standardjbosscmp-jdbc.xml

2002-02-26 Thread Dain Sundstrom
User: dsundstrom Date: 02/02/26 22:46:48 Modified:src/etc/conf/default standardjbosscmp-jdbc.xml Log: Changed mySQL java.util.Date jdbc-type to TIMESTAMP. Bug #518197. Revision ChangesPath 1.19 +2 -2 jboss/src/etc/conf/default/standardjbosscmp-jdbc.xml

[JBoss-dev] [ jboss-Bugs-518197 ] Mysql / java.util.Date datatype mapping

2002-02-26 Thread noreply
Bugs item #518197, was opened at 2002-02-15 14:38 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=518197group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Matt (mpetteys) Assigned to: Dain

[JBoss-dev] [ jboss-Bugs-516834 ] Broken jbosscmp-jdbc doesn't stop deploy

2002-02-26 Thread noreply
Bugs item #516834, was opened at 2002-02-13 00:19 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=516834group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: Accepted Priority: 5 Submitted By: Georg Schmid (giorgio42) Assigned

[JBoss-dev] [ jboss-Bugs-521558 ] Wrong jdbc-type for params declared-sql

2002-02-26 Thread noreply
Bugs item #521558, was opened at 2002-02-22 10:42 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=521558group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: Accepted Priority: 5 Submitted By: Ignacio Coloma (alu1344) Assigned

[JBoss-dev] [ jboss-Bugs-516835 ] pk constraint name too long

2002-02-26 Thread noreply
Bugs item #516835, was opened at 2002-02-13 00:27 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=516835group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: Accepted Priority: 5 Submitted By: Georg Schmid (giorgio42) Assigned

[JBoss-dev] [ jboss-Bugs-523239 ] jbosscmp-jdbc.xml problem

2002-02-26 Thread noreply
Bugs item #523239, was opened at 2002-02-26 18:24 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=523239group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: Accepted Priority: 5 Submitted By: Marcel Ammerlaan (mam) Assigned

[JBoss-dev] [ jboss-Bugs-517018 ] forced cmp-field init during create

2002-02-26 Thread noreply
Bugs item #517018, was opened at 2002-02-13 07:26 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=517018group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: Accepted Priority: 5 Submitted By: Thomas Hamann (thomash76) Assigned

[JBoss-dev] [ jboss-Bugs-522477 ] no serialized object in cmp field

2002-02-26 Thread noreply
Bugs item #522477, was opened at 2002-02-25 07:19 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=522477group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: Accepted Priority: 5 Submitted By: Thomas Hamann (thomash76) Assigned

[JBoss-dev] [ jboss-Bugs-518617 ] unfavorable query composition

2002-02-26 Thread noreply
Bugs item #518617, was opened at 2002-02-16 15:55 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=518617group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: Accepted Priority: 5 Submitted By: Thomas Hamann (thomash76) Assigned

[JBoss-dev] CVS update: jboss/src/main/org/jboss/proxy/ejb/handle StatefulHandleImpl.java

2002-02-26 Thread Scott M Stark
User: starksm Date: 02/02/26 23:31:40 Modified:src/main/org/jboss/proxy/ejb/handle StatefulHandleImpl.java Log: Remove unused imports of java.rmi.MarshalledObject Revision ChangesPath 1.6 +1 -2

[JBoss-dev] CVS update: jboss/src/main/org/jboss/proxy/ejb EntityProxy.java HomeProxy.java ListEntityProxy.java ProxyFactory.java StatefulSessionProxy.java

2002-02-26 Thread Scott M Stark
User: starksm Date: 02/02/26 23:31:39 Modified:src/main/org/jboss/proxy/ejb EntityProxy.java HomeProxy.java ListEntityProxy.java ProxyFactory.java StatefulSessionProxy.java Log: Remove unused imports of java.rmi.MarshalledObject

[JBoss-dev] CVS update: jbosspool/src/main/org/jboss/pool/jdbc/xa XAConnectionFactory.java XAPoolDataSource.java

2002-02-26 Thread Scott M Stark
User: starksm Date: 02/02/27 00:14:03 Modified:src/main/org/jboss/pool/jdbc/xa Tag: Branch_2_4 XAConnectionFactory.java XAPoolDataSource.java Log: Fix the compile errors introduced by the ObjectPool changes Revision ChangesPath No

[JBoss-dev] CVS update: jbosspool/src/main/org/jboss/pool/jdbc JDBCConnectionFactory.java JDBCPoolDataSource.java

2002-02-26 Thread Scott M Stark
User: starksm Date: 02/02/27 00:14:03 Modified:src/main/org/jboss/pool/jdbc Tag: Branch_2_4 JDBCConnectionFactory.java JDBCPoolDataSource.java Log: Fix the compile errors introduced by the ObjectPool changes Revision ChangesPath No

[JBoss-dev] CVS update: jbosspool/src/main/org/jboss/pool/connector ManagedConnectionPoolFactory.java PoolManager.java

2002-02-26 Thread Scott M Stark
User: starksm Date: 02/02/27 00:14:02 Modified:src/main/org/jboss/pool/connector Tag: Branch_2_4 ManagedConnectionPoolFactory.java PoolManager.java Log: Fix the compile errors introduced by the ObjectPool changes Revision ChangesPath No

<    1   2