[JBoss-user] Use of "removeNotification" in Timer MBean

2002-03-14 Thread Chai . Ang

Hi there all,
Following the Timer MBean example in chapter 13 of the online
manuals, I have a working example of the Timer MBean.

However, I'm having difficulty in getting the
"removeNotification" part to work.

I'd placed the removeNotification bit in the
stopService function ie.
public void stopService() {
_lServer.invoke(
_lTimer.getObjectName(),
"removeNotification",
new Object[]{
_efdCleanupTimer
},
new String[]{
Integer.TYPE.getName()
}
);
}

>From the MBean view (from URL://localhost:8082),
when I click on stop for this MBean,
I get the following error message.
#--- cut here

[Housekeeper] 15 Mar 2002 18:48:21 INFO  [Thread-30]- Stopping
[Housekeeper] 15 Mar 2002 18:48:21 DEBUG [Thread-30]- Stopping the
housekeeper
javax.management.ReflectionException: The operation with name
removeNotification could not be found
at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1620)
at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at
au.com.ot.openci.notification.housekeeping.Housekeeper.stopService(Housekeep
er.java:270)
at
org.jboss.util.ServiceMBeanSupport.stop(ServiceMBeanSupport.java:138)
at java.lang.reflect.Method.invoke(Native Method)
at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at
com.sun.jdmk.comm.HtmlInvokePage.buildPage(HtmlInvokePage.java:240)
at
com.sun.jdmk.comm.HtmlRequestHandler.processGetRequest(HtmlRequestHandler.ja
va:325)
at
com.sun.jdmk.comm.HtmlRequestHandler.processRequest(HtmlRequestHandler.java:
152)
at
com.sun.jdmk.comm.HtmlRequestHandler.doRun(HtmlRequestHandler.java:79)
at com.sun.jdmk.comm.ClientHandler.run(ClientHandler.java:84)
at java.lang.Thread.run(Thread.java:484)

#--- end here

Did I miss doing something?
Should I be overriding this function somewhere?
I've read the examples about 5 times but suspect I'm subconciously
skipping some important part everytime.

I am using JBoss 2.4.4 with Tomcat 4.0.1 on Win NT 4.0 (SP6a)
with jdk 1.3.1

Many thanks in advance,
Chai
-- 
| mailto:[EMAIL PROTECTED]   | +61 401 688 408
|  http://www.ozemail.com.au/~calcium
|  It's not denial. I'm just very selective about
|  what I accept as reality - Calvin and Hobbes

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread danch

We're talking about the volunteer maintained doco. Look at the site, 
http://www.jboss.org/online-manual/HTML/index.html

The title is JBoss 3.0 documentation. The disclaimer says that it was 
developed early in the project and is out of date, but the date on it 
is Jan 15, 2002.

danch

marc fleury wrote:

> danch,
> 
> get wit the program,
> 
> the 10 bucks doco is 2.4 only and the book as well
> 
> marcf
> 
> |-Original Message-
> |From: [EMAIL PROTECTED]
> |[mailto:[EMAIL PROTECTED]]On Behalf Of Dan
> |Christopherson
> |Sent: Thursday, March 14, 2002 2:16 PM
> |To: David Ward
> |Cc: Mac Rinehart; Jboss-Development@Lists. Sourceforge. Net;
> |Jboss-User@Lists. Sourceforge. Net
> |Subject: Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL
> |
> |
> |Very true - the online doc right now says it's for 3.0, but hasn't been
> |completely updated yet. Meanwhile it isn't right for 2.4.x anymore
> |either. Core team members have said that 2.4.x is going to be around for
> |a long time, I think it would behoove us to keep the documentation
> |available, at least as a download. I _believe_ it is branched (or at
> |least tagged) for the 2.4 branch (can't verify, sourceforge is down so I
> |can't browse, behind a firewall, so I can't check through CVS client),
> |so it shouldn't be difficult.
> |
> |-danch
> |
> |David Ward wrote:
> |> It doesn't always lag - sometimes it's too eager!  Example: I had a
> |> gripe that 2.4 documentation started disappering off the web site, being
> |> replaced with 3.0 documentation when 3.0 was only alpha.  I think that
> |> the 2.4 docs should stay available online - at least until 3.x
> |goes final.
> |>
> |> Mac Rinehart wrote:
> |>
> |>> The free user documentation is only moderately useful, and
> |>> lags behind development on a number of issues.
> |>
> |>
> |>
> |> ___
> |> JBoss-user mailing list
> |> [EMAIL PROTECTED]
> |> https://lists.sourceforge.net/lists/listinfo/jboss-user
> |
> |
> |
> |
> |___
> |Jboss-development mailing list
> |[EMAIL PROTECTED]
> |https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 




___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Could not load oracle driver, please help?

2002-03-14 Thread David Jencks

If you are starting with jboss, you might consider using a more recent,
supported, version such as 2.4.4

You have the wrong (nonexistent in 2.2.2) class for XADataSourceImpl. 
Check the other two examples, and don't copy configuration from one version
of jboss to another without checking it very carefully.

david jencks

On 2002.03.14 23:54:25 -0500 leon wrote:
> Hi 
> 
> I am a newer using jboss. I have some problem that cann't load the
> oracle jdbc driver. after I copy the classes12.zip to the path of
> jboss/lib/ext 
> , then run the jboss, some problem happened: the output is below. I guess
> jboss could find the classes12.zip file.
> 
> [JDBC provider] Could not load driver:
> oracle.jdbc.driver.OracleDriver
> 
> I change the the name of classes12.zip to oracle.jar
> but it doesn't matter.I am completed confused. Can anybody help me? I am
> very preciate for your help.
> 
> The version of jboss is JBoss-2.2.2_Tomcat-3.2.2.
> My jdbc configuration in the file of jboss.jmcl is below.
> 
>   
>name="DefaultDomain:service=JdbcProvider">
>  
>  org.hsql.jdbcDriver,
>  org.enhydra.instantdb.jdbc.idbDriver,
>  oracle.jdbc.driver.OracleDriver
>  
>   
> 
>name="DefaultDomain:service=Hypersonic">
> 1476
> true
> default
> false
>   
> 
>name="DefaultDomain:service=XADataSource,name=InstantDB">
> InstantDB
> name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl
> 
> jdbc:idb:../conf/default/instantdb.properties
> 120
> 
> 10
> 
> false
> false
> false
> true
> 12
> 180
> false
> false
> 1.0
> 0
>   
> 
>name="DefaultDomain:service=XADataSource,name=DefaultDS">
> DefaultDS
> name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl
> 
> jdbc:HypersonicSQL:hsql://localhost:1476
> 120
> sa
> 10
> 
> false
> false
> false
> true
> 12
> 180
> false
> false
> 1.0
> 0
>   
> 
>name="DefaultDomain:service=XADataSource,name=ClraOracleDS">
> ClraOracleDS
> 
> org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl
> jdbc:oracle:thin:@pc:1521:pc
> muze
> muz3
> 20
> 0
>   
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Hi 
> 
>  face=Arial>    I 
> am a newer using jboss. I have some problem that cann't load the oracle
> jdbc 
> driver. after I copy the classes12.zip to the path of jboss/lib/ext ,
> then 
> run the jboss, some problem happened: the output is below. I guess jboss
> could 
> find the classes12.zip file. color=#80> size=2>[JDBC provider] Could not load 
> driver:oracle.jdbc.driver.OracleDriver face=Arial 
> size=2>    I change the the name of classes12.zip to 
> oracle.jarbut it doesn't matter.I am completed confused. Can anybody
> help 
> me? I am very preciate for your help.The version of jboss is 
> JBoss-2.2.2_Tomcat-3.2.2.
> My jdbc configuration in the file of jboss.jmcl is 
> below.
>  
>      code="org.jboss.jdbc.JdbcProvider" 
> name="DefaultDomain:service=JdbcProvider">
> 
>  
> org.hsql.jdbcDriver, 
> org.enhydra.instantdb.jdbc.idbDriver, 
> oracle.jdbc.driver.OracleDriver 
>   
>  
>    
> name="DefaultDomain:service=Hypersonic">   
>  name="Port">1476     
> name="Silent">true   
>  name="Database">default   
>  name="Trace">false 
> 
>  
>    
> name="DefaultDomain:service=XADataSource,name=InstantDB">   
> 
>  name="PoolName">InstantDB    
>  
>name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl   
> 
>    
> 
>  
>name="URL">jdbc:idb:../conf/default/instantdb.properties   
> 
>  name="GCMinIdleTime">120    
>      name="MaxSize">10   
>  name="Password" />     name="GCEnabled">false   
>  name="InvalidateOnError">false   
> 
>  name="TimestampUsed">false    
> true   
> 
>  name="GCInterval">12    
>  name="IdleTimeout">180    
>  name="IdleTimeoutEnabled">false   
> 
>  name="LoggingEnabled">false    
>  name="MaxIdleTimeoutPercent">1.0   
> 
> 0  
> 
>  
>    
> name="DefaultDomain:service=XADataSource,name=DefaultDS">   
> 
>  name="P

[JBoss-user] Could not load oracle driver, please help?

2002-03-14 Thread leon



Hi 

    I 
am a newer using jboss. I have some problem that cann't load the oracle jdbc 
driver. after I copy the classes12.zip to the path of jboss/lib/ext , then 
run the jboss, some problem happened: the output is below. I guess jboss could 
find the classes12.zip file.[JDBC provider] Could not load 
driver:oracle.jdbc.driver.OracleDriver    I change the the name of classes12.zip to 
oracle.jarbut it doesn't matter.I am completed confused. Can anybody help 
me? I am very preciate for your help.The version of jboss is 
JBoss-2.2.2_Tomcat-3.2.2.
My jdbc configuration in the file of jboss.jmcl is 
below.
 
     
 
org.hsql.jdbcDriver, 
org.enhydra.instantdb.jdbc.idbDriver, 
oracle.jdbc.driver.OracleDriver 
  
 
      1476    true    default    false  
 
      
InstantDB    
org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl    
    
jdbc:idb:../conf/default/instantdb.properties    
120    
    10        false    false    
false    
true    
12    
180    
false    
false    
1.0    
0  

 
      
DefaultDS    
org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl    
    
jdbc:HypersonicSQL:hsql://localhost:1476    
120    
sa    
10    
    false    false    
false    
true    
12    
180    
false    
false    
1.0    
0  

 
      
ClraOracleDS    
    
org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl    
jdbc:oracle:thin:@pc:1521:pc    
muze    
muz3    
20    
0  

 


[JBoss-user] Fix for ntservice contrib module

2002-03-14 Thread Guy Rouillier

I found and fixed a bug in the ntservice contrib module that was preventing
it from working with more than value in application.parameters.  See bug
530166.  I have a sourceforge userid, but I was unable to put this fix into
cvs.  Two questions:

(1) How do I get added to the JBoss project on sourceforge such that I can
submit updates?

(2) The JBoss CVS page in sourceforge says that it requires ssh.  Has anyone
got this working on Windows using wincvs?  What ssh package did you use, and
how did you configure it?

For those who might be interested, I got working ntservice.properties files
for both JBoss and Tomcat, the latter both with and without a security
manager.  If you would like these as samples, I'll send them along (or
better yet, add them to the ntservice module in cvs.)




___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread marc fleury

danch,

get wit the program,

the 10 bucks doco is 2.4 only and the book as well

marcf

|-Original Message-
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of Dan
|Christopherson
|Sent: Thursday, March 14, 2002 2:16 PM
|To: David Ward
|Cc: Mac Rinehart; Jboss-Development@Lists. Sourceforge. Net;
|Jboss-User@Lists. Sourceforge. Net
|Subject: Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL
|
|
|Very true - the online doc right now says it's for 3.0, but hasn't been
|completely updated yet. Meanwhile it isn't right for 2.4.x anymore
|either. Core team members have said that 2.4.x is going to be around for
|a long time, I think it would behoove us to keep the documentation
|available, at least as a download. I _believe_ it is branched (or at
|least tagged) for the 2.4 branch (can't verify, sourceforge is down so I
|can't browse, behind a firewall, so I can't check through CVS client),
|so it shouldn't be difficult.
|
|-danch
|
|David Ward wrote:
|> It doesn't always lag - sometimes it's too eager!  Example: I had a
|> gripe that 2.4 documentation started disappering off the web site, being
|> replaced with 3.0 documentation when 3.0 was only alpha.  I think that
|> the 2.4 docs should stay available online - at least until 3.x
|goes final.
|>
|> Mac Rinehart wrote:
|>
|>> The free user documentation is only moderately useful, and
|>> lags behind development on a number of issues.
|>
|>
|>
|> ___
|> JBoss-user mailing list
|> [EMAIL PROTECTED]
|> https://lists.sourceforge.net/lists/listinfo/jboss-user
|
|
|
|
|___
|Jboss-development mailing list
|[EMAIL PROTECTED]
|https://lists.sourceforge.net/lists/listinfo/jboss-development


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread marc fleury

mr trawick james,

suck my dick

marcf


|-Original Message-
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of
|Trawick, James
|Sent: Thursday, March 14, 2002 12:33 PM
|To: Jboss-Development@Lists. Sourceforge. Net; Jboss-User@Lists.
|Sourceforge. Net
|Subject: RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL
|
|
|Not unfounded, personally proven.
|
|In any case there needs to be some sort of kickstart and executive summary
|for the new JBoss features.  If it means that I'll finally get the answers
|I'm looking for without holding for three hours and/or putting up with the
|hellfire here, I'll be more than happy to help produce that.
|
|I was not aware that the docs for sale were actually available.  My
|experience has been the exact opposite.  On three separate occaisons over
|the past couple of months I've attempted to purchase the clustering
|documentation.  Each time I received a message saying that there was a
|problem with their side of the transaction and a support rep would be in
|contact with me.  Despite multiple attempts to open communications about
|these cases with Flashline, they have failed to do so.  Emails apparently
|went to the bit bucket and their phone support reps have proven to be
|anywhere from rude to utterly incompetant.  So for my purposes, the docs
|aren't real because for whatever reason I can't get to them despite my
|willingness to pay the mere $10 for quality documentation.  At least they
|didn't charge me for it.
|
|chris
|
|-Original Message-
|From: Bill Burke [mailto:[EMAIL PROTECTED]]
|Sent: Thursday, March 14, 2002 3:10 PM
|To: Trawick, James
|Cc: Jboss-Development@Lists. Sourceforge. Net; Jboss-User@Lists.
|Sourceforge. Net
|Subject: RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL
|
|
|Clustering docs are available for purchase.
|
|http://www.flashline.com/components/productsbyvendor.jsp?&vendorid=
|1376&affi
|liateid=260343
|
|I've also written an article on "clustering" JBoss 2.4.x
|
|http://www.onjava.com/pub/a/onjava/2001/09/18/jboss.html
|
|Clustering features in JBoss beta:
|HA-JNDI, HA-RMI, EJBs(EB, SLSB, SFSB) Failover and load-balancing
|
|The code for HTTP Session Failover is in CVS, but is a work in progress.
|Ask Sacha and Julian how it's going.  I don't work on this stuff.  HTTP
|Session Failover will probably only be available for Jetty.
|
|I don't know what you're talking about when you say docs for sale aren't
|real, because we've already sold at least a 100 copies of the clustering
|docs.  Sacha and I have gotten good feedback on these docs so your
|complaints are unfounded.
|
|> -Original Message-
|> From: [EMAIL PROTECTED]
|> [mailto:[EMAIL PROTECTED]]On Behalf Of
|> Trawick, James
|> Sent: Thursday, March 14, 2002 2:28 PM
|> To: 'David Ward'
|> Cc: 'marc fleury'; Jboss-Development@Lists. Sourceforge. Net;
|> Jboss-User@Lists. Sourceforge. Net
|> Subject: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL
|>
|>
|> What I'm really interested in is the more corporate questions 
|(we're still
|> battling for JBoss over Weblogic, and clustering is a real sore
|> point).  How
|> does JBoss 3 clustering interact with web container clustering?
|> If they're
|> completely separate (which I'm pretty sure is the case, as it was
|> last time
|> I walked through the code), how can I put together a full clustered J2EE
|> stack with JBoss and (for example) Tomcat/Catalina?  To what level does
|> JBoss provide high-availability?  What are some failover scenarios?  How
|> does one initiate a graceful failover for server maintenance?  How
|> flexible/controllable is JBoss clustering in reality?
|>
|
|Failover scenarios?
|- failed network card
|- server crash
|- application crash
|- What else?
|
|Initiate graceful failover for Server maintainance?
|Just gracefully shutdown jboss.  The Cluster dynamically figures out
|topology.  Topology information is piggy-backed over invocation 
|responses to
|client proxies when it changes.
|
|How flexible/controllable?
|We wanted to keep things as simple as possible for the initial release to
|reduce code complexity and make sure we get the core things 
|correct.  If you
|want to know how flexible, buy the docs.  It's only $10.00.
|
|Bill
|
|___
|Jboss-development mailing list
|[EMAIL PROTECTED]
|https://lists.sourceforge.net/lists/listinfo/jboss-development

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread marc fleury


|real, because we've already sold at least a 100 copies of the clustering

468

marcf

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Can't find SerialContextProvider

2002-03-14 Thread G.L. Grobe

I've seen other posts about this topic, but they all suggest adding the
proper jar to the classpath. I've got a client which runs fine locally to
jboss, but now that I'm testing it over on a separate machine, I get the
following.

I've followed as best I can to the section on 'coding and compiling the test
client'.

Any help much appreciated.

--- jndi.properties ---
# note ... 192.168.0.10 is where my jboss server is running.

java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.provider.url=jnp://192.168.0.10:1099
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
# Do NOT uncomment this line as it causes in VM calls to go over
# RMI!
#java.naming.provider.url=localhost

--- I have the following files in my clients classpath ---

jaas.jar
jboss-client.jar
jboss.jar
jbosssx-client.jar
jnp-client.jar
oswego-concurrent.jar

--- output ---

javax.naming.CommunicationException: Can't find SerialContextProvider
at com.sun.enterprise.naming.SerialContext.getProvider(SerialContext.jav
a:63)
at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:120
)
at javax.naming.InitialContext.lookup(InitialContext.java:350)
at com.neuroquest.cais.clients.builder.Builder.createSubscription(Builde
r.java:95)
at com.neuroquest.cais.clients.builder.Builder.main(Builder.java:173)

--- more info 

The client runs fine when it's on the same box as the server, but once moved
to another box ... there seems to be a jndi problem of some sort.

On my server it's as follows ...
---
mybox(ACAIS):~/acais$ java -version
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
Java HotSpot(TM) Client VM (build 1.3.0, mixed mode)

And on my client machine ...
---
C:\TEMP>java -version
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBoss CMP with MySQL?

2002-03-14 Thread David Jencks

This error usually means your url is wrong or something similar
config-wise.  You may need to supply a user/pw even if apparently not
required.

XADataSourceLoader was in jbosspool in 2.4.4 I think--, you need to look in
the attic in cvs view since this is no longer in jboss 3 at all.

david jencks

On 2002.03.14 19:55:25 -0500 JD Brennan wrote:
> I'm trying to get JBoss 2.4.4 working with MySQL 3.23
> with the mm.mysql-2.0.11 driver:
> 
>name="DefaultDomain:service=XADataSource,name=PostgresPool">
>  name="DataSourceClass">org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl ibute>
> MySQLPool
> jdb:mysql://mysql1/test
> foo
> bar
>   
> 
> I get this error:
> 
> [ERROR,MySQLPool] Stopped
> java.lang.NullPointerException
>   at org.jboss.pool.jdbc.xa.XAPoolDataSource.getConnection(Unknown
> Source)
>   at
> org.jboss.jdbc.XADataSourceLoader.startService(XADataSourceLoader.java:412)
>   at
> org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:103)
>   at java.lang.reflect.Method.invoke(Native Method)
>   ...
> 
> I checked out jboss-all from CVS (branch Rel_2_4_4_15), but can't find
> XAPoolDataSource.java so I decompiled it (with jad) and noticed that 
> it has some log.trace() calls, so I modified the log4j.properties file 
> and tried to turn on tracing by adding:
> 
> log4j.category.org.jboss.pool=TRACE
> 
> But that didn't work.  So that leaves me with 3 questions:
> 
> 1) Did anyone get MySQL to work with JBoss CMP?
> 2) Where do I get the source for XAPoolDataSource
> 3) How do I turn on tracing?
> 
> Thanks very much!
> JD
> 
> 
> 
> 
> 
> 
> 
> JBoss CMP with MySQL?
> 
> 
> 
> I'm trying to get JBoss 2.4.4 working with MySQL
> 3.23
> with the mm.mysql-2.0.11 driver:
> 
> 
>    name="DefaultDomain:service=XADataSource,name=PostgresPool">
>      
>name="DataSourceClass">org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl
>      name="PoolName">MySQLPool
>      name="URL">jdb:mysql://mysql1/test
>      name="JDBCUser">foo
>      name="Password">bar
>   
> 
> 
> I get this error:
> 
> 
> [ERROR,MySQLPool] Stopped
> java.lang.NullPointerException
>     at
> org.jboss.pool.jdbc.xa.XAPoolDataSource.getConnection(Unknown
> Source)
>     at
> org.jboss.jdbc.XADataSourceLoader.startService(XADataSourceLoader.java:412)
>     at
> org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:103)
>     at
> java.lang.reflect.Method.invoke(Native Method)
>   ...
> 
> 
> I checked out jboss-all from CVS (branch Rel_2_4_4_15),
> but can't find
> XAPoolDataSource.java so I decompiled it (with jad) and
> noticed that 
> it has some log.trace() calls, so I modified the
> log4j.properties file 
> and tried to turn on tracing by adding:
> 
> 
> log4j.category.org.jboss.pool=TRACE
> 
> 
> But that didn't work.  So that leaves me with 3
> questions:
> 
> 
> 1) Did anyone get MySQL to work with JBoss CMP?
> 2) Where do I get the source for XAPoolDataSource
> 3) How do I turn on tracing?
> 
> 
> Thanks very much!
> JD
> 
> 
> 
> 
> 

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] JBoss CMP with MySQL?

2002-03-14 Thread JD Brennan
Title: JBoss CMP with MySQL?





I'm trying to get JBoss 2.4.4 working with MySQL 3.23
with the mm.mysql-2.0.11 driver:


  
    org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl
    MySQLPool
    jdb:mysql://mysql1/test
    foo
    bar
  


I get this error:


[ERROR,MySQLPool] Stopped
java.lang.NullPointerException
    at org.jboss.pool.jdbc.xa.XAPoolDataSource.getConnection(Unknown Source)
    at org.jboss.jdbc.XADataSourceLoader.startService(XADataSourceLoader.java:412)
    at org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:103)
    at java.lang.reflect.Method.invoke(Native Method)
  ...


I checked out jboss-all from CVS (branch Rel_2_4_4_15), but can't find
XAPoolDataSource.java so I decompiled it (with jad) and noticed that 
it has some log.trace() calls, so I modified the log4j.properties file 
and tried to turn on tracing by adding:


log4j.category.org.jboss.pool=TRACE


But that didn't work.  So that leaves me with 3 questions:


1) Did anyone get MySQL to work with JBoss CMP?
2) Where do I get the source for XAPoolDataSource
3) How do I turn on tracing?


Thanks very much!
JD





Re: [JBoss-user] JSPs can't find EJB Home/Remote Interfaces???

2002-03-14 Thread Dmitri Colebatch

> > 1. put all "interface" classes in a client jar and place that in WEB-INF/lib - 
>this allows the JSP compiler access to the
required
> > class definitions.
>
> I did not need to do that for the other Appservers, and I now have 150+ EJBs in 13 
>different EJB jar files.  I will if I have to,
but I REAY do
> not want to go through that much effort.

as I said there may be better options...  out of interest, do the other appservers 
you have used this on use jasper as the JSP
engine, or something else?  This is really a jasper issue, and is inherited by Jetty, 
and hence JBoss, from Jakarta...

> > 2. from the class name, it looks like you are referencing the actual Session bean 
>class - shouldn't it only be the local/remote
> > interface?
>
> EJB class terminates with EJB, ex. CustomerLocationSessionEJB.  Remote Interfaces 
>are just the session name, with no extras on the
end.

ic... ok... just checking.

you might also want to try one of the jetty lists (http://sf.net/projects/jetty) and 
see if you get more luck there

cheers
dim




___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JSPs can't find EJB Home/Remote Interfaces???

2002-03-14 Thread Stephen Davidson

Hi Dmitri.

Response Inlined

Dmitri Colebatch wrote:
>>Greetings.
>>
> 
> Hi (o:
> 
> 
>>I have the following setup;
>>
>>EAR
>>  |
>>  -- WAR
>>  |   |
>>  |   - JSPs
>>  |   |
>>  |   - Servlets
>>  |   |
>>  |   - etc.
>>  |
>>  -  EJB jars
>>
>>The servlets are having no problems finding the Home/Remote interface classes for 
>the EJB's,
>>but the JSP all appear to be failing.
>>
> 
> I assume that com.hrnexus.customer.ejb.CustomerLocationSession is in the EJB jar?  
>Thing with JSPs is the compiler needs access to
Yes, and it is not the only EJB involved.

> the classes referenced in the jsp as it compiles them.  Couple of points here (this 
>is my opinion, and no doubt there are other ways
> to get around this):
> 
> 1. put all "interface" classes in a client jar and place that in WEB-INF/lib - this 
>allows the JSP compiler access to the required
> class definitions.

I did not need to do that for the other Appservers, and I now have 150+ EJBs in 13 
different EJB jar files.  I will if I have to, but I REAY do 
not want to go through that much effort.

> 
> 2. from the class name, it looks like you are referencing the actual Session bean 
>class - shouldn't it only be the local/remote
> interface?

EJB class terminates with EJB, ex. CustomerLocationSessionEJB.  Remote Interfaces are 
just the session name, with no extras on the end.

> 
> hth
> dim
> 
> 
> 
>>Suggestions?
>>
>>-Steve
>>




-- 
Stephen Davidson
Java Consultant
Delphi Consultants, LLC
http://www.delphis.com
Phone: 214-696-6224 x208


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Configuring JBoss 2.4 with MS SQL Server?

2002-03-14 Thread Anthony Servito
Title: Configuring JBoss 2.4 with MS SQL Server?



Oh 
correction,
 

 
com.inet.tds.TdsDriver  

 
 
    
db_source_name    
org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl    
jdbc:inetdae7:localhost:1433:?database=database_name_here    
username_here    
password_here    
    
120    
10    
false    
false    
false    
true    
12    
180    
false    
false    
1.0    
0  


  -Original Message-From: Anthony Servito 
  Sent: Thursday, March 14, 2002 6:35 PMTo: Dmitri 
  Colebatch; Michael Schulz; JD Brennan; JBoss Users (E-mail)Subject: 
  RE: [JBoss-user] Configuring JBoss 2.4 with MS SQL 
Server?
  Try 
  this Jboss 2.4 with Tomcat
   
  Note 
  :  I am using Sprint  driver here.
   
  Place these line on jboss.jcml.
   
  Cheers
   
  AntS
   
   
  com.inet.tds.TdsDriver  
  
   
   
      
  EstoreDB    
  org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl    
  jdbc:inetdae7:localhost:1433:?database=database_name_here    
  username_here    
  password_here    
      
  120    
  10    
  false    
  false    
  false    
  true    
  12    
  180    
  false    
  false    
  1.0    
  0  
  
  
-Original Message-From: Dmitri Colebatch 
[mailto:[EMAIL PROTECTED]]Sent: Thursday, March 14, 2002 4:43 
PMTo: Michael Schulz; JD Brennan; JBoss Users 
(E-mail)Subject: Re: [JBoss-user] Configuring JBoss 2.4 with MS 
SQL Server?
I've had it working (not with JBoss) with SQL 
server 6.5 and 7 as well.
 
cheers
dim

  - Original Message - 
  From: 
  Michael 
  Schulz 
  To: JD Brennan ; JBoss Users (E-mail) 
  
  Sent: Friday, March 15, 2002 5:05 
  AM
  Subject: RE: [JBoss-user] Configuring 
  JBoss 2.4 with MS SQL Server?
  
  
  You should check on the Microsoft web site, but I'm pretty sure 
  that the Microsoft JDBC Driver only supports SQL Server 
  2000.
   
  -Mike
  
-Original Message-From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]]On Behalf Of JD 
BrennanSent: Wednesday, March 13, 2002 7:06 PMTo: 
JBoss Users (E-mail)Subject: [JBoss-user] Configuring JBoss 
2.4 with MS SQL Server?
I'm trying to set up MS SQL Server 7.0 with JBoss 
2.4.4 
    org.hsqldb.jdbcDriver,com.microsoft.jdbc.sqlserver.SQLServerDriver 
   
   
    com.microsoft.jdbcx.sqlserver.SQLServerDataSource 
    SQLServerPool     jdbc:microsoft:sqlserver://sqltest1:1433 
    DatabaseName=testlog 
    rn_user     rn_user    
Error: 
[ERROR,ConfigurationService] Unexpected error 
java.lang.NoClassDefFoundError: 
javax/sql/DataSource 
Full error stack trace is below.  This 
javax.sql.DataSource is in the 
jboss/lib/jboss-jdbc_ext.jar file.  I tried putting 
that in JBOSS_CLASSPATH before starting jboss and 
copying it the the jboss/lib/ext directory, but 
that didn't make any difference. A search of the 
mail archive turned up a similar problem with InstantDB where a null URL would cause this problem, but I 
don't have a null URL. 
Any ideas? Thanks! 
JD 
Full error stack trace: 
[ERROR,ConfigurationService] Unexpected error 
java.lang.NoClassDefFoundError: 
javax/sql/DataSource 
    at 
java.lang.ClassLoader.defineClass0(Native Method) 
    at 
java.lang.ClassLoader.defineClass(ClassLoader.java:486) 
    at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111) 
    at 
java.net.URLClassLoader.defineClass(URLClassLoader.java:248) 
    at 
java.net.URLClassLoader.access$100(URLClassLoader.java:56) 
    at 
java.net.URLClassLoader$1.run(URLClassLoader.java:195) 
    at 
java.security.AccessController.doPrivileged(Native Method) 
    at 
java.net.URLClassLoader.findClass(URLClassLoader.java:188) 
    at 
java.lang.ClassLoader.loadClass(ClassLoader.java:297) 
    at 
java.lang.ClassLoader.loadClass(ClassLoader.java:253) 
    at 
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313) 
    at 
java.lang.ClassLoader.defineClass0(Native Method) 
    at 
java.lang.ClassLoader.defineClass(ClassLoader.java:486) 
    at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111) 
    at 
java.net.URLClassLoader.defineClass(URLClassLoader.java:248) 
    at 
java.net.URLClassLoader.access$100(URLClassLoader.java:56) 
    at 
java.net.URLClassLoader$1.run(URLClassLoader.java:195) 
    at 
java.security.AccessController.doPriv

Re: [JBoss-user] JSPs can't find EJB Home/Remote Interfaces???

2002-03-14 Thread Dmitri Colebatch

> Greetings.

Hi (o:

> I have the following setup;
>
> EAR
>   |
>   -- WAR
>   |   |
>   |   - JSPs
>   |   |
>   |   - Servlets
>   |   |
>   |   - etc.
>   |
>   -  EJB jars
>
> The servlets are having no problems finding the Home/Remote interface classes for 
>the EJB's,
> but the JSP all appear to be failing.

I assume that com.hrnexus.customer.ejb.CustomerLocationSession is in the EJB jar?  
Thing with JSPs is the compiler needs access to
the classes referenced in the jsp as it compiles them.  Couple of points here (this is 
my opinion, and no doubt there are other ways
to get around this):

1. put all "interface" classes in a client jar and place that in WEB-INF/lib - this 
allows the JSP compiler access to the required
class definitions.

2. from the class name, it looks like you are referencing the actual Session bean 
class - shouldn't it only be the local/remote
interface?

hth
dim


>
> Suggestions?
>
> -Steve
>
> <===Begin Log Excerpt===>
> 17:29:06,028 INFO  [Jetty] JSP: init
> 17:29:13,412 INFO  [STDOUT] init
> 17:29:13,413 INFO  [Jetty] CustomerServlet: init
> 17:29:19,984 INFO  [Jetty] JSP: init
> 17:29:40,474 INFO  [Jetty] JSP: init
> 17:29:48,137 INFO  [Jetty] CustomerCensusServlet: init
> 17:29:50,636 INFO  [STDOUT] Function: list
> 17:29:56,740 WARN  [Jetty] WARNING: CustomerCensusServlet: HRXFeatureServlet 
>ServletException
> org.apache.jasper.JasperException: Unable to compile class for JSP
> /tmp/Jetty__8080___HRneXus/broker/customer_0005fcensus_0005flist$jsp.java:15: Class 
>com.hrnexus.broker.ejb.CustomerClassSession
not found in import.
> import com.hrnexus.broker.ejb.CustomerClassSession;
> ^
>
> /tmp/Jetty__8080___HRneXus/broker/customer_0005fcensus_0005flist$jsp.java:16: Class
com.hrnexus.customer.ejb.CustomerLocationSession not found in
> import.
> import com.hrnexus.customer.ejb.CustomerLocationSession;
> ^
> 2 errors
>
>  at org.apache.jasper.compiler.Compiler.compile(Compiler.java:285)
>  at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:552)
>  at 
>org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:177)
>  at 
>org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:189)
>  at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382)
>  at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:474)
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>  at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:326)
>  at org.mortbay.jetty.servlet.Dispatcher.dispatch(Dispatcher.java:259)
>  at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:156)
>  at com.hrnexus.common.servlet.HRXServlet.forward(HRXServlet.java:233)
>  at com.hrnexus.common.servlet.HRXServlet.jspForward(HRXServlet.java:175)
>  at 
>com.hrnexus.broker.servlet.CustomerCensusServlet.search(CustomerCensusServlet.java:439)
>  at 
>com.hrnexus.broker.servlet.CustomerCensusServlet.getList(CustomerCensusServlet.java:257)
>  at 
>com.hrnexus.common.servlet.HRXFeatureServlet.doFunction(HRXFeatureServlet.java:272)
>  at 
>com.hrnexus.common.servlet.HRXFeatureServlet.doPost(HRXFeatureServlet.java:178)
>  at 
>com.hrnexus.common.servlet.HRXFeatureServlet.doGet(HRXFeatureServlet.java:153)
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>  at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:326)
>  at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:572)
>  at org.mortbay.http.HttpContext.handle(HttpContext.java:1356)
>  at org.mortbay.http.HttpContext.handle(HttpContext.java:1309)
>  at org.mortbay.http.HttpServer.service(HttpServer.java:744)
>  at org.jboss.jetty.Jetty.service(Jetty.java:540)
>  at org.mortbay.http.HttpConnection.service(HttpConnection.java:743)
>  at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:916)
>  at org.mortbay.http.HttpConnection.handle(HttpConnection.java:758)
>  at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:145)
>  at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:287)
>  at org.mortbay.util.ThreadPool$JobRunner.run(ThreadPool.java:715)
>  at java.lang.Thread.run(Thread.java:484)
>
> 17:29:56,777 INFO  [Jetty] CustomerCensusServlet: HRXFeatureServlet 
>ServletException: org.apache.jasper.JasperException: Unable to
compile class for JSP
> /tmp/Jetty__8080___HRneXus/broker/customer_0005fcensus_0005flist$jsp.java:15: Class 
>com.hrnexus.broker.ejb.CustomerClassSession
not found in import.
> import com.hrnexus.broker.ejb.CustomerClassSession;
> ^
>
> /tmp/Jetty__8080___HRneXus/broker/customer_0005fcensus_0005flis

Re: [JBoss-user] Documentation: Sams Book

2002-03-14 Thread David Jencks

On 2002.03.14 17:18:37 -0500 Frank Morton wrote:
> Regarding the various threads on documentation, isn't
> the SAMS book coming up the definitive guide with
> the other special "for sale" docs as supplements for
> more detail in a specific area, such as CMP?
> 
> And, is the SAMS book for jboss 3.0?

Nope, 2.4.4.  3.0 isn't done yet, any book we wrote would be wrong.
> 
> FYI: Amazon link to the book:
> 
> http://www.amazon.com/exec/obidos/ASIN/0672323478/qid=1016144099/sr=8-1/ref=
> sr_8_3_1/002-9661662-9694448
> 
> I think all ought to buy a copy or two just to support the project!

Can't argue with that!

david jencks
> 
> Frank Morton
> [EMAIL PROTECTED]
> 
> 
> 
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] JSPs can't find EJB Home/Remote Interfaces???

2002-03-14 Thread Stephen Davidson

Greetings.

I have the following setup;

EAR
  |
  -- WAR
  |   |
  |   - JSPs
  |   |
  |   - Servlets
  |   |
  |   - etc.
  |
  -  EJB jars

The servlets are having no problems finding the Home/Remote interface classes for the 
EJB's, but the JSP all appear to be failing.

Suggestions?

-Steve

<===Begin Log Excerpt===>
17:29:06,028 INFO  [Jetty] JSP: init
17:29:13,412 INFO  [STDOUT] init
17:29:13,413 INFO  [Jetty] CustomerServlet: init
17:29:19,984 INFO  [Jetty] JSP: init
17:29:40,474 INFO  [Jetty] JSP: init
17:29:48,137 INFO  [Jetty] CustomerCensusServlet: init
17:29:50,636 INFO  [STDOUT] Function: list
17:29:56,740 WARN  [Jetty] WARNING: CustomerCensusServlet: HRXFeatureServlet 
ServletException
org.apache.jasper.JasperException: Unable to compile class for JSP
/tmp/Jetty__8080___HRneXus/broker/customer_0005fcensus_0005flist$jsp.java:15: Class 
com.hrnexus.broker.ejb.CustomerClassSession not found in import.
import com.hrnexus.broker.ejb.CustomerClassSession;
^

/tmp/Jetty__8080___HRneXus/broker/customer_0005fcensus_0005flist$jsp.java:16: Class 
com.hrnexus.customer.ejb.CustomerLocationSession not found in 
import.
import com.hrnexus.customer.ejb.CustomerLocationSession;
^
2 errors

 at org.apache.jasper.compiler.Compiler.compile(Compiler.java:285)
 at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:552)
 at 
org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:177)
 at 
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:189)
 at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:474)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:326)
 at org.mortbay.jetty.servlet.Dispatcher.dispatch(Dispatcher.java:259)
 at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:156)
 at com.hrnexus.common.servlet.HRXServlet.forward(HRXServlet.java:233)
 at com.hrnexus.common.servlet.HRXServlet.jspForward(HRXServlet.java:175)
 at 
com.hrnexus.broker.servlet.CustomerCensusServlet.search(CustomerCensusServlet.java:439)
 at 
com.hrnexus.broker.servlet.CustomerCensusServlet.getList(CustomerCensusServlet.java:257)
 at 
com.hrnexus.common.servlet.HRXFeatureServlet.doFunction(HRXFeatureServlet.java:272)
 at 
com.hrnexus.common.servlet.HRXFeatureServlet.doPost(HRXFeatureServlet.java:178)
 at 
com.hrnexus.common.servlet.HRXFeatureServlet.doGet(HRXFeatureServlet.java:153)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:326)
 at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:572)
 at org.mortbay.http.HttpContext.handle(HttpContext.java:1356)
 at org.mortbay.http.HttpContext.handle(HttpContext.java:1309)
 at org.mortbay.http.HttpServer.service(HttpServer.java:744)
 at org.jboss.jetty.Jetty.service(Jetty.java:540)
 at org.mortbay.http.HttpConnection.service(HttpConnection.java:743)
 at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:916)
 at org.mortbay.http.HttpConnection.handle(HttpConnection.java:758)
 at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:145)
 at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:287)
 at org.mortbay.util.ThreadPool$JobRunner.run(ThreadPool.java:715)
 at java.lang.Thread.run(Thread.java:484)

17:29:56,777 INFO  [Jetty] CustomerCensusServlet: HRXFeatureServlet ServletException: 
org.apache.jasper.JasperException: Unable to compile class for JSP
/tmp/Jetty__8080___HRneXus/broker/customer_0005fcensus_0005flist$jsp.java:15: Class 
com.hrnexus.broker.ejb.CustomerClassSession not found in import.
import com.hrnexus.broker.ejb.CustomerClassSession;
^

/tmp/Jetty__8080___HRneXus/broker/customer_0005fcensus_0005flist$jsp.java:16: Class 
com.hrnexus.customer.ejb.CustomerLocationSession not found in 
import.
import com.hrnexus.customer.ejb.CustomerLocationSession;
^
2 errors

17:29:56,780 ERROR [STDERR] org.apache.jasper.JasperException: Unable to compile class 
for JSP
/tmp/Jetty__8080___HRneXus/broker/customer_0005fcensus_0005flist$jsp.java:15: Class 
com.hrnexus.broker.ejb.CustomerClassSession not found in import.
import com.hrnexus.broker.ejb.CustomerClassSession;
^

/tmp/Jetty__8080___HRneXus/broker/customer_0005fcensus_0005flist$jsp.java:16: Class 
com.hrnexus.customer.ejb.CustomerLocationSession not found in 
import.
import com.hrnexus.customer.ejb.CustomerLocationSession;
^
2 errors
17:29:56,782 ERROR [STDERR] at 
org.apache.jaspe

RE: [JBoss-user] Configuring JBoss 2.4 with MS SQL Server?

2002-03-14 Thread Anthony Servito
Title: Configuring JBoss 2.4 with MS SQL Server?



Try 
this Jboss 2.4 with Tomcat
 
Note 
:  I am using Sprint  driver here.
 
Place 
these line on jboss.jcml.
 
Cheers
 
AntS
 
 
com.inet.tds.TdsDriver  

 
 
    
EstoreDB    
org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl    
jdbc:inetdae7:localhost:1433:?database=database_name_here    
username_here    
password_here    
    
120    
10    
false    
false    
false    
true    
12    
180    
false    
false    
1.0    
0  


  -Original Message-From: Dmitri Colebatch 
  [mailto:[EMAIL PROTECTED]]Sent: Thursday, March 14, 2002 4:43 
  PMTo: Michael Schulz; JD Brennan; JBoss Users 
  (E-mail)Subject: Re: [JBoss-user] Configuring JBoss 2.4 with MS SQL 
  Server?
  I've had it working (not with JBoss) with SQL 
  server 6.5 and 7 as well.
   
  cheers
  dim
  
- Original Message - 
From: 
Michael Schulz 

To: JD Brennan ; JBoss Users (E-mail) 

Sent: Friday, March 15, 2002 5:05 
AM
Subject: RE: [JBoss-user] Configuring 
JBoss 2.4 with MS SQL Server?


You should check on the Microsoft web site, but I'm pretty sure that 
the Microsoft JDBC Driver only supports SQL Server 2000.
 
-Mike

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]On Behalf Of JD 
  BrennanSent: Wednesday, March 13, 2002 7:06 PMTo: 
  JBoss Users (E-mail)Subject: [JBoss-user] Configuring JBoss 2.4 
  with MS SQL Server?
  I'm trying to set up MS SQL Server 7.0 with JBoss 
  2.4.4 
      org.hsqldb.jdbcDriver,com.microsoft.jdbc.sqlserver.SQLServerDriver 
     
     
      com.microsoft.jdbcx.sqlserver.SQLServerDataSource 
      SQLServerPool     jdbc:microsoft:sqlserver://sqltest1:1433 
      DatabaseName=testlog 
      rn_user     rn_user    
  Error: 
  [ERROR,ConfigurationService] Unexpected error 
  java.lang.NoClassDefFoundError: 
  javax/sql/DataSource 
  Full error stack trace is below.  This 
  javax.sql.DataSource is in the 
  jboss/lib/jboss-jdbc_ext.jar file.  I tried putting that in JBOSS_CLASSPATH before starting jboss and copying it 
  the the jboss/lib/ext directory, but that didn't make any 
  difference. A search of the mail archive turned up 
  a similar problem with InstantDB where a null URL 
  would cause this problem, but I don't have a null 
  URL. 
  Any ideas? Thanks! 
  JD 
  Full error stack trace: 
  [ERROR,ConfigurationService] Unexpected error 
  java.lang.NoClassDefFoundError: 
  javax/sql/DataSource     
  at java.lang.ClassLoader.defineClass0(Native Method) 
      at 
  java.lang.ClassLoader.defineClass(ClassLoader.java:486) 
      at 
  java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111) 
      at 
  java.net.URLClassLoader.defineClass(URLClassLoader.java:248) 
      at 
  java.net.URLClassLoader.access$100(URLClassLoader.java:56) 
      at 
  java.net.URLClassLoader$1.run(URLClassLoader.java:195) 
      at 
  java.security.AccessController.doPrivileged(Native Method) 
      at 
  java.net.URLClassLoader.findClass(URLClassLoader.java:188) 
      at 
  java.lang.ClassLoader.loadClass(ClassLoader.java:297) 
      at 
  java.lang.ClassLoader.loadClass(ClassLoader.java:253) 
      at 
  java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313) 
      at 
  java.lang.ClassLoader.defineClass0(Native Method) 
      at 
  java.lang.ClassLoader.defineClass(ClassLoader.java:486) 
      at 
  java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111) 
      at 
  java.net.URLClassLoader.defineClass(URLClassLoader.java:248) 
      at 
  java.net.URLClassLoader.access$100(URLClassLoader.java:56) 
      at 
  java.net.URLClassLoader$1.run(URLClassLoader.java:195) 
      at 
  java.security.AccessController.doPrivileged(Native Method) 
      at 
  java.net.URLClassLoader.findClass(URLClassLoader.java:188) 
      at 
  java.lang.ClassLoader.loadClass(ClassLoader.java:297) 
      at 
  java.lang.ClassLoader.loadClass(ClassLoader.java:290) 
      at 
  sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286) 
      at 
  java.lang.ClassLoader.loadClass(ClassLoader.java:290) 
      at 
  java.lang.ClassLoader.loadClass(ClassLoader.java:253) 
      at 
  java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313) 
      at 
  java.lang.Class.forName0(Native Method) 
      at 
  java.lang.Class.forName(Class.java:120) 
      at 
  org.jboss.jdbc.XADataSourceLoader.startService(XADataSourceLoader.java:348) 
      at 
  org.jboss.util

Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Dan Christopherson

Trawick, James wrote:
> I asked to be pointed in the right direction to do so, and got zero takers.
> Something like "JBoss clustering is based on the Bar Theory Of Distributed
> Design being researched at Foo University" or "take a look at
> KickAssCluster.java and BulletProofFailover.java and work your way outward."
> I try to pad through CVS and I find Utter Chaos with full attics everywhere,
> can't get a perspective on what's going on today let alone get a real handle
> on any clustering issues.

(from Bill Burke's message, with 'cluster doc for sale' and 'unfounded' 
comments snipped).
>>
>>I've also written an article on "clustering" JBoss 2.4.x
>>
>>http://www.onjava.com/pub/a/onjava/2001/09/18/jboss.html
>>
>>Clustering features in JBoss beta:
>>HA-JNDI, HA-RMI, EJBs(EB, SLSB, SFSB) Failover and load-balancing
>>
>>The code for HTTP Session Failover is in CVS, but is a work in progress.
>>Ask Sacha and Julian how it's going.  I don't work on this stuff.  HTTP
>>Session Failover will probably only be available for Jetty.


Sorry, but other than 'buy the documents' that I've cut from Bill's post 
(with the accompanying "FlashLine has problems with some credit cards, 
email [EMAIL PROTECTED] and we'll resolve it with FlashLine") 
There's not much further to point you. If you want to get pointed to a 
place to start mining the sourcecode, ask Bill, Sacha, and Julian. 
They're all generally pleasent people. You could also grab 3.0 beta and 
take a look at the clustering's service.xml stuff - that should point 
you to the managing MBean. I really am sorry that there isn't any free 
doco available on clustering, but nobody has taken the time to do it for 
free. Writing english is painful for many of us, and I count myself 
among the many who'd just as soon get paid for drudgery, and make cool 
things work in my free time. If you're willing to contribute time to 
help develop documentation, go ahead, submit a patch, and if nobody else 
commits it, I will (unless Scott has kicked me out for being a slacker, 
anyway 8^}) )

-danch


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Hunter Hillegas

I don't know jack about the clustering but if you do a CVS check-out, all
the clustering code is under "cluster".

Also, search the dev mailing list on sourceforge for messages from Bill
Burke and Sascha Labourey and you'll see some of the discussion regarding
the implementation of clustering (I remember announcement messages, etc...).

Good luck!

Hunter

> From: "Trawick, James" <[EMAIL PROTECTED]>
> Date: Thu, 14 Mar 2002 17:29:28 -0500
> To: "'Dain Sundstrom'" <[EMAIL PROTECTED]>
> Cc: "'Murphy, Patrick'" <[EMAIL PROTECTED]>, "Jboss-User@Lists.
> Sourceforge. Net" <[EMAIL PROTECTED]>
> Subject: RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL
> 
> I asked to be pointed in the right direction to do so, and got zero takers.
> Something like "JBoss clustering is based on the Bar Theory Of Distributed
> Design being researched at Foo University" or "take a look at
> KickAssCluster.java and BulletProofFailover.java and work your way outward."
> I try to pad through CVS and I find Utter Chaos with full attics everywhere,
> can't get a perspective on what's going on today let alone get a real handle
> on any clustering issues.
> 
> You say "Enough talk, go do it" to which I respond "Great!  Throw me a
> line!"  You certainly can't expect me to document whatever sounds good on
> paper whether or not it's actually true, like certain unnamed commercial
> vendors:
> 
> "Sure,  does failover.  When it fails, it falls over."
> 
> chris
> 
> 
> -Original Message-
> From: Dain Sundstrom [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 14, 2002 4:51 PM
> To: Trawick, James
> Cc: 'Murphy, Patrick'; Jboss-User@Lists. Sourceforge. Net
> Subject: Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL
> 
> 
> Let me get this.  You are mad because you didn't get some congratulatory
> email within three hours of your offer?  So here you go:
> 
> To quote Nike "Just do it".
> 
> If you want help, I suggest you use the Marines saying "Follow Me".
> 
> And from me.  "Enough talk, go do it"
> 
> 
> When you eventually get suck ask for help.
> 
> -dain
> 
> Trawick, James wrote:
> 
>> (taking the developers off this discussion...  they don't need to hear
> about
>> stupid human tricks)
>> 
>> THANK you!
>> 
>> If I believed these people I'd think I was going crazy.  Notice how they
>> never even paid attention to my offers to help out in documentation.  I've
>> worked with several open projects in my time, and JBoss has proven to be
> by
>> far the most closed-minded.  Don't get me wrong, they wrote a beautiful
>> piece of code.  Just don't try to talk to them.
>> 
>> chris
>> 
>> -Original Message-
>> From: Murphy, Patrick [mailto:[EMAIL PROTECTED]]
>> Sent: Thursday, March 14, 2002 4:08 PM
>> To: 'Trawick, James'
>> Cc: Jboss-Development@Lists. Sourceforge. Net; Jboss-User@Lists.
>> Sourceforge. Net
>> Subject: RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL
>> 
>> 
>> Flashline has problems dealing with some credit card companies.  I also
>> personally tried several time to purchase the documentation.  I did
> finally
>> get ahold of a Flashline tech who could only tell me that the credit card
>> company rejected the transaction.  This was with a GM MasterCard.  I
> finally
>> did get my employer to purchase the doco with a corporate credit card and
>> everything worked fine.  So, you may just need a different credit card, or
>> contact the credit card company to see why they reject the transaction.
>> 
>> Patrick Murphy
>> 
>> -Original Message-
>> From: Trawick, James [mailto:[EMAIL PROTECTED]]
>> Sent: Thursday, March 14, 2002 3:33 PM
>> To: Jboss-Development@Lists. Sourceforge. Net; Jboss-User@Lists.
>> Sourceforge. Net
>> Subject: RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL
>> 
>> 
>> Not unfounded, personally proven.
>> 
>> In any case there needs to be some sort of kickstart and executive summary
>> for the new JBoss features.  If it means that I'll finally get the answers
>> I'm looking for without holding for three hours and/or putting up with the
>> hellfire here, I'll be more than happy to help produce that.
>> 
>> I was not aware that the docs for sale were actually available.  My
>> experience has been the exact opposite.  On three separate occaisons over
>> the past couple of months I've attempted to purchase the clustering
>> documentation.  Each time I received a message saying that there was a
>> problem with their side of the transaction and a support rep would be in
>> contact with me.  Despite multiple attempts to open communications about
>> these cases with Flashline, they have failed to do so.  Emails apparently
>> went to the bit bucket and their phone support reps have proven to be
>> anywhere from rude to utterly incompetant.  So for my purposes, the docs
>> aren't real because for whatever reason I can't get to them despite my
>> willingness to pay the mere $10 for quality documentation.  At least they
>> didn't charge me for it.
>> 
>> chris
>> 
>> -Original Message---

RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Mac Rinehart

Another reason for different versions of the documentation for different
releases. The fact is that some people - particularly risk conscious
corporate users - will continue to use 2.4 and not jump to 3.0 until another
rev or two are out the door.

Regarding Open source friendly tech writers - I think that could work, but
it's got to take a little formal organization from the inside too. I can see
tech writers donating their writing services, but they probably would like
to have some established procedures for how to access information, style
conventions and the like. I see that they sort of information is available
for developers, I haven't seen it for tech writers (which doesn't mean much
since I've only been following things actively for a couple of weeks).

I would provide some tech writing services pro-bono, but establishing a
procedure for getting the documentation in place is something that takes a
little organization. What's the status on JBoss Group's process for
developing administration and user documentation?

And BTW, this seems to be a good opportunity for plugging "JBoss
Administration & Development", coming out on March 22 and doing excellent on
sales at Amazon already! Congrats. How does the book do in terms of covering
version 3?


Mac Rinehart, President
Sextant Technology Consulting, Inc

Legal stuff: SEXTANT TECHNOLOGY CONSULTING is a trademark of Sextant
Technology Consulting, Inc. Any agreement to render services by Mac Rinehart
and/or Sextant Technology Consulting, Inc. is contingent upon an agreement
in writing and signed by all interested parties.


-Original Message-
From: David Ward [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 1:42 PM
To: Mac Rinehart
Cc: Jboss-Development@Lists. Sourceforge. Net; Jboss-User@Lists.
Sourceforge. Net
Subject: Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL


It doesn't always lag - sometimes it's too eager!  Example: I had a
gripe that 2.4 documentation started disappering off the web site, being
replaced with 3.0 documentation when 3.0 was only alpha.  I think that
the 2.4 docs should stay available online - at least until 3.x goes final.

Mac Rinehart wrote:
> The free user documentation is only moderately useful, and
> lags behind development on a number of issues.


BEGIN:VCARD
VERSION:2.1
N:Rinehart;Mac;;President
FN:Mac Rinehart
ORG:Sextant Technology Consulting
TITLE:President
TEL;WORK;VOICE:(503) 251-2855
ADR;WORK:;;7402 SE Yamhill Street;Portland;OR;97215;USA
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:7402 SE Yamhill Street=0D=0APortland, OR 97215=0D=0AUSA
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20011008T212138Z
END:VCARD



RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Trawick, James

I asked to be pointed in the right direction to do so, and got zero takers.
Something like "JBoss clustering is based on the Bar Theory Of Distributed
Design being researched at Foo University" or "take a look at
KickAssCluster.java and BulletProofFailover.java and work your way outward."
I try to pad through CVS and I find Utter Chaos with full attics everywhere,
can't get a perspective on what's going on today let alone get a real handle
on any clustering issues.

You say "Enough talk, go do it" to which I respond "Great!  Throw me a
line!"  You certainly can't expect me to document whatever sounds good on
paper whether or not it's actually true, like certain unnamed commercial
vendors:

"Sure,  does failover.  When it fails, it falls over."

chris


-Original Message-
From: Dain Sundstrom [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 4:51 PM
To: Trawick, James
Cc: 'Murphy, Patrick'; Jboss-User@Lists. Sourceforge. Net
Subject: Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL


Let me get this.  You are mad because you didn't get some congratulatory 
email within three hours of your offer?  So here you go:

To quote Nike "Just do it".

If you want help, I suggest you use the Marines saying "Follow Me".

And from me.  "Enough talk, go do it"


When you eventually get suck ask for help.

-dain

Trawick, James wrote:

> (taking the developers off this discussion...  they don't need to hear
about
> stupid human tricks)
> 
> THANK you!
> 
> If I believed these people I'd think I was going crazy.  Notice how they
> never even paid attention to my offers to help out in documentation.  I've
> worked with several open projects in my time, and JBoss has proven to be
by
> far the most closed-minded.  Don't get me wrong, they wrote a beautiful
> piece of code.  Just don't try to talk to them.
> 
> chris
> 
> -Original Message-
> From: Murphy, Patrick [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 14, 2002 4:08 PM
> To: 'Trawick, James'
> Cc: Jboss-Development@Lists. Sourceforge. Net; Jboss-User@Lists.
> Sourceforge. Net
> Subject: RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL
> 
> 
> Flashline has problems dealing with some credit card companies.  I also
> personally tried several time to purchase the documentation.  I did
finally
> get ahold of a Flashline tech who could only tell me that the credit card
> company rejected the transaction.  This was with a GM MasterCard.  I
finally
> did get my employer to purchase the doco with a corporate credit card and
> everything worked fine.  So, you may just need a different credit card, or
> contact the credit card company to see why they reject the transaction.
> 
> Patrick Murphy
> 
> -Original Message-
> From: Trawick, James [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 14, 2002 3:33 PM
> To: Jboss-Development@Lists. Sourceforge. Net; Jboss-User@Lists.
> Sourceforge. Net
> Subject: RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL
> 
> 
> Not unfounded, personally proven.
> 
> In any case there needs to be some sort of kickstart and executive summary
> for the new JBoss features.  If it means that I'll finally get the answers
> I'm looking for without holding for three hours and/or putting up with the
> hellfire here, I'll be more than happy to help produce that.
> 
> I was not aware that the docs for sale were actually available.  My
> experience has been the exact opposite.  On three separate occaisons over
> the past couple of months I've attempted to purchase the clustering
> documentation.  Each time I received a message saying that there was a
> problem with their side of the transaction and a support rep would be in
> contact with me.  Despite multiple attempts to open communications about
> these cases with Flashline, they have failed to do so.  Emails apparently
> went to the bit bucket and their phone support reps have proven to be
> anywhere from rude to utterly incompetant.  So for my purposes, the docs
> aren't real because for whatever reason I can't get to them despite my
> willingness to pay the mere $10 for quality documentation.  At least they
> didn't charge me for it.
> 
> chris
> 
> -Original Message-
> From: Bill Burke [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 14, 2002 3:10 PM
> To: Trawick, James
> Cc: Jboss-Development@Lists. Sourceforge. Net; Jboss-User@Lists.
> Sourceforge. Net
> Subject: RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL
> 
> 
> Clustering docs are available for purchase.
> 
>
http://www.flashline.com/components/productsbyvendor.jsp?&vendorid=1376&affi
> liateid=260343
> 
> I've also written an article on "clustering" JBoss 2.4.x
> 
> http://www.onjava.com/pub/a/onjava/2001/09/18/jboss.html
> 
> Clustering features in JBoss beta:
> HA-JNDI, HA-RMI, EJBs(EB, SLSB, SFSB) Failover and load-balancing
> 
> The code for HTTP Session Failover is in CVS, but is a work in progress.
> Ask Sacha and Julian how it's going.  I don't work on this stuff.  HTTP
> Session Fa

Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Dan Christopherson

Another proud graduate of the Marc Fleury school of tact.

I think that your earlier "Cry me a river." was probably more annoying.

-danch

Dain Sundstrom wrote:
> Let me get this.  You are mad because you didn't get some congratulatory 
> email within three hours of your offer?  So here you go:
> 
> To quote Nike "Just do it".
> 
> If you want help, I suggest you use the Marines saying "Follow Me".
> 
> And from me.  "Enough talk, go do it"
> 
> 
> When you eventually get suck ask for help.
> 
> -dain
> 
> Trawick, James wrote:
> 
>> (taking the developers off this discussion...  they don't need to hear 
>> about
>> stupid human tricks)
>>
>> THANK you!
>>
>> If I believed these people I'd think I was going crazy.  Notice how they
>> never even paid attention to my offers to help out in documentation.  
>> I've
>> worked with several open projects in my time, and JBoss has proven to 
>> be by
>> far the most closed-minded.  Don't get me wrong, they wrote a beautiful
>> piece of code.  Just don't try to talk to them.
>>
>> chris
>>
>> -Original Message-
>> From: Murphy, Patrick [mailto:[EMAIL PROTECTED]]
>> Sent: Thursday, March 14, 2002 4:08 PM
>> To: 'Trawick, James'
>> Cc: Jboss-Development@Lists. Sourceforge. Net; Jboss-User@Lists.
>> Sourceforge. Net
>> Subject: RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL
>>
>>
>> Flashline has problems dealing with some credit card companies.  I also
>> personally tried several time to purchase the documentation.  I did 
>> finally
>> get ahold of a Flashline tech who could only tell me that the credit card
>> company rejected the transaction.  This was with a GM MasterCard.  I 
>> finally
>> did get my employer to purchase the doco with a corporate credit card and
>> everything worked fine.  So, you may just need a different credit 
>> card, or
>> contact the credit card company to see why they reject the transaction.
>>
>> Patrick Murphy
>>
>> -Original Message-
>> From: Trawick, James [mailto:[EMAIL PROTECTED]]
>> Sent: Thursday, March 14, 2002 3:33 PM
>> To: Jboss-Development@Lists. Sourceforge. Net; Jboss-User@Lists.
>> Sourceforge. Net
>> Subject: RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL
>>
>>
>> Not unfounded, personally proven.
>>
>> In any case there needs to be some sort of kickstart and executive 
>> summary
>> for the new JBoss features.  If it means that I'll finally get the 
>> answers
>> I'm looking for without holding for three hours and/or putting up with 
>> the
>> hellfire here, I'll be more than happy to help produce that.
>>
>> I was not aware that the docs for sale were actually available.  My
>> experience has been the exact opposite.  On three separate occaisons over
>> the past couple of months I've attempted to purchase the clustering
>> documentation.  Each time I received a message saying that there was a
>> problem with their side of the transaction and a support rep would be in
>> contact with me.  Despite multiple attempts to open communications about
>> these cases with Flashline, they have failed to do so.  Emails apparently
>> went to the bit bucket and their phone support reps have proven to be
>> anywhere from rude to utterly incompetant.  So for my purposes, the docs
>> aren't real because for whatever reason I can't get to them despite my
>> willingness to pay the mere $10 for quality documentation.  At least they
>> didn't charge me for it.
>>
>> chris
>>
>> -Original Message-
>> From: Bill Burke [mailto:[EMAIL PROTECTED]]
>> Sent: Thursday, March 14, 2002 3:10 PM
>> To: Trawick, James
>> Cc: Jboss-Development@Lists. Sourceforge. Net; Jboss-User@Lists.
>> Sourceforge. Net
>> Subject: RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL
>>
>>
>> Clustering docs are available for purchase.
>>
>> http://www.flashline.com/components/productsbyvendor.jsp?&vendorid=1376&affi 
>>
>> liateid=260343
>>
>> I've also written an article on "clustering" JBoss 2.4.x
>>
>> http://www.onjava.com/pub/a/onjava/2001/09/18/jboss.html
>>
>> Clustering features in JBoss beta:
>> HA-JNDI, HA-RMI, EJBs(EB, SLSB, SFSB) Failover and load-balancing
>>
>> The code for HTTP Session Failover is in CVS, but is a work in progress.
>> Ask Sacha and Julian how it's going.  I don't work on this stuff.  HTTP
>> Session Failover will probably only be available for Jetty.
>>
>> I don't know what you're talking about when you say docs for sale aren't
>> real, because we've already sold at least a 100 copies of the clustering
>> docs.  Sacha and I have gotten good feedback on these docs so your
>> complaints are unfounded.
>>
>>
>>> -Original Message-
>>> From: [EMAIL PROTECTED]
>>> [mailto:[EMAIL PROTECTED]]On Behalf Of
>>> Trawick, James
>>> Sent: Thursday, March 14, 2002 2:28 PM
>>> To: 'David Ward'
>>> Cc: 'marc fleury'; Jboss-Development@Lists. Sourceforge. Net;
>>> Jboss-User@Lists. Sourceforge. Net
>>> Subject: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL
>>>
>>>
>>> What I'm really interested in is the more corporate q

Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Dan Christopherson

Trawick, James wrote:
> (taking the developers off this discussion...  they don't need to hear about
> stupid human tricks)
> 
> THANK you!
> 
> If I believed these people I'd think I was going crazy.  Notice how they
> never even paid attention to my offers to help out in documentation.  I've
> worked with several open projects in my time, and JBoss has proven to be by
> far the most closed-minded.  Don't get me wrong, they wrote a beautiful
> piece of code.  Just don't try to talk to them.

There _are_ a couple who will get out the propane torches pretty quick. 
Asbestos suits are really not optional on the dev list 8^\))
But do bear in mind that Scott Stark _was_ one of the people who pointed 
out that it was probably a credit card problem, and pointed you to the 
JBoss Group's 'store' email in order to resolve it.

As far as your offer to help with documentation, don't feel snubbed. A 
lot of people show up and say "I want to help" but turn out not to have 
as much time as they thought they did and never contribute after all. 
Most offers are taken a lot more seriously when they're stated as "I've 
done this/fixed this, here's a patch." Another thing to remember with 
the documentation is that the for-pay documentation supports development 
of JBoss pretty directly: there's developers who eat with that money. 
This means that the free documentation 'should' have a different focus 
than the for-pay, which, as I've said before, is normal in open source. 
Hence the quickstart notion.

Another issue can be a lack of understanding of the business environment 
that a lot of JBoss's potential users work in. In large companies, a 
vendor's balance sheet and longevity can be more important than the 
quality of their product. Where featurs and quality _are_ important, the 
first step is always finding what the vendor says their product will do, 
and I'm constantly surprised by the number of managers who are willing 
to believe the claims. As you've found, that kind of bullet-point 
braggadocio is hard to find on the JBoss site.

-danch


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Documentation: Sams Book

2002-03-14 Thread Frank Morton

Regarding the various threads on documentation, isn't
the SAMS book coming up the definitive guide with
the other special "for sale" docs as supplements for
more detail in a specific area, such as CMP?

And, is the SAMS book for jboss 3.0?

FYI: Amazon link to the book:

http://www.amazon.com/exec/obidos/ASIN/0672323478/qid=1016144099/sr=8-1/ref=
sr_8_3_1/002-9661662-9694448

I think all ought to buy a copy or two just to support the project!

Frank Morton
[EMAIL PROTECTED]




___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Dan Christopherson

Very true - the online doc right now says it's for 3.0, but hasn't been 
completely updated yet. Meanwhile it isn't right for 2.4.x anymore 
either. Core team members have said that 2.4.x is going to be around for 
a long time, I think it would behoove us to keep the documentation 
available, at least as a download. I _believe_ it is branched (or at 
least tagged) for the 2.4 branch (can't verify, sourceforge is down so I 
can't browse, behind a firewall, so I can't check through CVS client), 
so it shouldn't be difficult.

-danch

David Ward wrote:
> It doesn't always lag - sometimes it's too eager!  Example: I had a 
> gripe that 2.4 documentation started disappering off the web site, being 
> replaced with 3.0 documentation when 3.0 was only alpha.  I think that 
> the 2.4 docs should stay available online - at least until 3.x goes final.
> 
> Mac Rinehart wrote:
> 
>> The free user documentation is only moderately useful, and
>> lags behind development on a number of issues.
> 
> 
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user




___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Dain Sundstrom

Let me get this.  You are mad because you didn't get some congratulatory 
email within three hours of your offer?  So here you go:

To quote Nike "Just do it".

If you want help, I suggest you use the Marines saying "Follow Me".

And from me.  "Enough talk, go do it"


When you eventually get suck ask for help.

-dain

Trawick, James wrote:

> (taking the developers off this discussion...  they don't need to hear about
> stupid human tricks)
> 
> THANK you!
> 
> If I believed these people I'd think I was going crazy.  Notice how they
> never even paid attention to my offers to help out in documentation.  I've
> worked with several open projects in my time, and JBoss has proven to be by
> far the most closed-minded.  Don't get me wrong, they wrote a beautiful
> piece of code.  Just don't try to talk to them.
> 
> chris
> 
> -Original Message-
> From: Murphy, Patrick [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 14, 2002 4:08 PM
> To: 'Trawick, James'
> Cc: Jboss-Development@Lists. Sourceforge. Net; Jboss-User@Lists.
> Sourceforge. Net
> Subject: RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL
> 
> 
> Flashline has problems dealing with some credit card companies.  I also
> personally tried several time to purchase the documentation.  I did finally
> get ahold of a Flashline tech who could only tell me that the credit card
> company rejected the transaction.  This was with a GM MasterCard.  I finally
> did get my employer to purchase the doco with a corporate credit card and
> everything worked fine.  So, you may just need a different credit card, or
> contact the credit card company to see why they reject the transaction.
> 
> Patrick Murphy
> 
> -Original Message-
> From: Trawick, James [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 14, 2002 3:33 PM
> To: Jboss-Development@Lists. Sourceforge. Net; Jboss-User@Lists.
> Sourceforge. Net
> Subject: RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL
> 
> 
> Not unfounded, personally proven.
> 
> In any case there needs to be some sort of kickstart and executive summary
> for the new JBoss features.  If it means that I'll finally get the answers
> I'm looking for without holding for three hours and/or putting up with the
> hellfire here, I'll be more than happy to help produce that.
> 
> I was not aware that the docs for sale were actually available.  My
> experience has been the exact opposite.  On three separate occaisons over
> the past couple of months I've attempted to purchase the clustering
> documentation.  Each time I received a message saying that there was a
> problem with their side of the transaction and a support rep would be in
> contact with me.  Despite multiple attempts to open communications about
> these cases with Flashline, they have failed to do so.  Emails apparently
> went to the bit bucket and their phone support reps have proven to be
> anywhere from rude to utterly incompetant.  So for my purposes, the docs
> aren't real because for whatever reason I can't get to them despite my
> willingness to pay the mere $10 for quality documentation.  At least they
> didn't charge me for it.
> 
> chris
> 
> -Original Message-
> From: Bill Burke [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 14, 2002 3:10 PM
> To: Trawick, James
> Cc: Jboss-Development@Lists. Sourceforge. Net; Jboss-User@Lists.
> Sourceforge. Net
> Subject: RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL
> 
> 
> Clustering docs are available for purchase.
> 
> http://www.flashline.com/components/productsbyvendor.jsp?&vendorid=1376&affi
> liateid=260343
> 
> I've also written an article on "clustering" JBoss 2.4.x
> 
> http://www.onjava.com/pub/a/onjava/2001/09/18/jboss.html
> 
> Clustering features in JBoss beta:
> HA-JNDI, HA-RMI, EJBs(EB, SLSB, SFSB) Failover and load-balancing
> 
> The code for HTTP Session Failover is in CVS, but is a work in progress.
> Ask Sacha and Julian how it's going.  I don't work on this stuff.  HTTP
> Session Failover will probably only be available for Jetty.
> 
> I don't know what you're talking about when you say docs for sale aren't
> real, because we've already sold at least a 100 copies of the clustering
> docs.  Sacha and I have gotten good feedback on these docs so your
> complaints are unfounded.
> 
> 
>>-Original Message-
>>From: [EMAIL PROTECTED]
>>[mailto:[EMAIL PROTECTED]]On Behalf Of
>>Trawick, James
>>Sent: Thursday, March 14, 2002 2:28 PM
>>To: 'David Ward'
>>Cc: 'marc fleury'; Jboss-Development@Lists. Sourceforge. Net;
>>Jboss-User@Lists. Sourceforge. Net
>>Subject: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL
>>
>>
>>What I'm really interested in is the more corporate questions (we're still
>>battling for JBoss over Weblogic, and clustering is a real sore
>>point).  How
>>does JBoss 3 clustering interact with web container clustering?
>>If they're
>>completely separate (which I'm pretty sure is the case, as it was
>>last time
>>I walked through the code), how can I put together a full clu

Re: [JBoss-user] Configuring JBoss 2.4 with MS SQL Server?

2002-03-14 Thread Dmitri Colebatch
Title: Configuring JBoss 2.4 with MS SQL Server?



I've had it working (not with JBoss) with SQL 
server 6.5 and 7 as well.
 
cheers
dim

  - Original Message - 
  From: 
  Michael Schulz 
  
  To: JD Brennan ; JBoss Users (E-mail) 
  Sent: Friday, March 15, 2002 5:05 
AM
  Subject: RE: [JBoss-user] Configuring 
  JBoss 2.4 with MS SQL Server?
  
  
  You 
  should check on the Microsoft web site, but I'm pretty sure that the Microsoft 
  JDBC Driver only supports SQL Server 2000.
   
  -Mike
  
-Original Message-From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]]On Behalf Of JD 
BrennanSent: Wednesday, March 13, 2002 7:06 PMTo: 
JBoss Users (E-mail)Subject: [JBoss-user] Configuring JBoss 2.4 
with MS SQL Server?
I'm trying to set up MS SQL Server 7.0 with JBoss 
2.4.4 
    org.hsqldb.jdbcDriver,com.microsoft.jdbc.sqlserver.SQLServerDriver 
   
   
    com.microsoft.jdbcx.sqlserver.SQLServerDataSource 
    SQLServerPool     jdbc:microsoft:sqlserver://sqltest1:1433 
    DatabaseName=testlog     rn_user     rn_user   
 
Error: 
[ERROR,ConfigurationService] Unexpected error 
java.lang.NoClassDefFoundError: javax/sql/DataSource 

Full error stack trace is below.  This 
javax.sql.DataSource is in the 
jboss/lib/jboss-jdbc_ext.jar file.  I tried putting that in JBOSS_CLASSPATH before starting jboss and copying it 
the the jboss/lib/ext directory, but that didn't make any 
difference. A search of the mail archive turned up a 
similar problem with InstantDB where a null URL 
would cause this problem, but I don't have a null 
URL. 
Any ideas? Thanks! JD 
Full error stack trace: 
[ERROR,ConfigurationService] Unexpected error 
java.lang.NoClassDefFoundError: javax/sql/DataSource 
    at 
java.lang.ClassLoader.defineClass0(Native Method) 
    at 
java.lang.ClassLoader.defineClass(ClassLoader.java:486) 
    at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111) 
    at 
java.net.URLClassLoader.defineClass(URLClassLoader.java:248) 
    at 
java.net.URLClassLoader.access$100(URLClassLoader.java:56) 
    at 
java.net.URLClassLoader$1.run(URLClassLoader.java:195) 
    at 
java.security.AccessController.doPrivileged(Native Method) 
    at 
java.net.URLClassLoader.findClass(URLClassLoader.java:188) 
    at 
java.lang.ClassLoader.loadClass(ClassLoader.java:297) 
    at 
java.lang.ClassLoader.loadClass(ClassLoader.java:253) 
    at 
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313) 
    at 
java.lang.ClassLoader.defineClass0(Native Method) 
    at 
java.lang.ClassLoader.defineClass(ClassLoader.java:486) 
    at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111) 
    at 
java.net.URLClassLoader.defineClass(URLClassLoader.java:248) 
    at 
java.net.URLClassLoader.access$100(URLClassLoader.java:56) 
    at 
java.net.URLClassLoader$1.run(URLClassLoader.java:195) 
    at 
java.security.AccessController.doPrivileged(Native Method) 
    at 
java.net.URLClassLoader.findClass(URLClassLoader.java:188) 
    at 
java.lang.ClassLoader.loadClass(ClassLoader.java:297) 
    at 
java.lang.ClassLoader.loadClass(ClassLoader.java:290) 
    at 
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286) 
    at 
java.lang.ClassLoader.loadClass(ClassLoader.java:290) 
    at 
java.lang.ClassLoader.loadClass(ClassLoader.java:253) 
    at 
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313) 
    at 
java.lang.Class.forName0(Native Method) 
    at 
java.lang.Class.forName(Class.java:120) 
    at 
org.jboss.jdbc.XADataSourceLoader.startService(XADataSourceLoader.java:348) 
    at 
org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:103) 
    at 
java.lang.reflect.Method.invoke(Native Method) 
    at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628) 
    at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523) 
    at 
org.jboss.configuration.ConfigurationService$ServiceProxy.invoke(ConfigurationService.java:967) 
    at 
$Proxy0.start(Unknown Source) 
    at 
org.jboss.util.ServiceControl.start(ServiceControl.java:79) 
    at 
java.lang.reflect.Method.invoke(Native Method) 
    at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628) 
    at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523) 
    at 
org.jboss.Main.(Main.java:208) 
    at 
org.jboss.Main$1.run(Main.java:110) 
  

Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread David Ward

It doesn't always lag - sometimes it's too eager!  Example: I had a 
gripe that 2.4 documentation started disappering off the web site, being 
replaced with 3.0 documentation when 3.0 was only alpha.  I think that 
the 2.4 docs should stay available online - at least until 3.x goes final.

Mac Rinehart wrote:
> The free user documentation is only moderately useful, and
> lags behind development on a number of issues.


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Trawick, James

(taking the developers off this discussion...  they don't need to hear about
stupid human tricks)

THANK you!

If I believed these people I'd think I was going crazy.  Notice how they
never even paid attention to my offers to help out in documentation.  I've
worked with several open projects in my time, and JBoss has proven to be by
far the most closed-minded.  Don't get me wrong, they wrote a beautiful
piece of code.  Just don't try to talk to them.

chris

-Original Message-
From: Murphy, Patrick [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 4:08 PM
To: 'Trawick, James'
Cc: Jboss-Development@Lists. Sourceforge. Net; Jboss-User@Lists.
Sourceforge. Net
Subject: RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL


Flashline has problems dealing with some credit card companies.  I also
personally tried several time to purchase the documentation.  I did finally
get ahold of a Flashline tech who could only tell me that the credit card
company rejected the transaction.  This was with a GM MasterCard.  I finally
did get my employer to purchase the doco with a corporate credit card and
everything worked fine.  So, you may just need a different credit card, or
contact the credit card company to see why they reject the transaction.

Patrick Murphy

-Original Message-
From: Trawick, James [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 3:33 PM
To: Jboss-Development@Lists. Sourceforge. Net; Jboss-User@Lists.
Sourceforge. Net
Subject: RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL


Not unfounded, personally proven.

In any case there needs to be some sort of kickstart and executive summary
for the new JBoss features.  If it means that I'll finally get the answers
I'm looking for without holding for three hours and/or putting up with the
hellfire here, I'll be more than happy to help produce that.

I was not aware that the docs for sale were actually available.  My
experience has been the exact opposite.  On three separate occaisons over
the past couple of months I've attempted to purchase the clustering
documentation.  Each time I received a message saying that there was a
problem with their side of the transaction and a support rep would be in
contact with me.  Despite multiple attempts to open communications about
these cases with Flashline, they have failed to do so.  Emails apparently
went to the bit bucket and their phone support reps have proven to be
anywhere from rude to utterly incompetant.  So for my purposes, the docs
aren't real because for whatever reason I can't get to them despite my
willingness to pay the mere $10 for quality documentation.  At least they
didn't charge me for it.

chris

-Original Message-
From: Bill Burke [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 3:10 PM
To: Trawick, James
Cc: Jboss-Development@Lists. Sourceforge. Net; Jboss-User@Lists.
Sourceforge. Net
Subject: RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL


Clustering docs are available for purchase.

http://www.flashline.com/components/productsbyvendor.jsp?&vendorid=1376&affi
liateid=260343

I've also written an article on "clustering" JBoss 2.4.x

http://www.onjava.com/pub/a/onjava/2001/09/18/jboss.html

Clustering features in JBoss beta:
HA-JNDI, HA-RMI, EJBs(EB, SLSB, SFSB) Failover and load-balancing

The code for HTTP Session Failover is in CVS, but is a work in progress.
Ask Sacha and Julian how it's going.  I don't work on this stuff.  HTTP
Session Failover will probably only be available for Jetty.

I don't know what you're talking about when you say docs for sale aren't
real, because we've already sold at least a 100 copies of the clustering
docs.  Sacha and I have gotten good feedback on these docs so your
complaints are unfounded.

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Trawick, James
> Sent: Thursday, March 14, 2002 2:28 PM
> To: 'David Ward'
> Cc: 'marc fleury'; Jboss-Development@Lists. Sourceforge. Net;
> Jboss-User@Lists. Sourceforge. Net
> Subject: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL
>
>
> What I'm really interested in is the more corporate questions (we're still
> battling for JBoss over Weblogic, and clustering is a real sore
> point).  How
> does JBoss 3 clustering interact with web container clustering?
> If they're
> completely separate (which I'm pretty sure is the case, as it was
> last time
> I walked through the code), how can I put together a full clustered J2EE
> stack with JBoss and (for example) Tomcat/Catalina?  To what level does
> JBoss provide high-availability?  What are some failover scenarios?  How
> does one initiate a graceful failover for server maintenance?  How
> flexible/controllable is JBoss clustering in reality?
>

Failover scenarios?
- failed network card
- server crash
- application crash
- What else?

Initiate graceful failover for Server maintainance?
Just gracefully shutdown jboss.  The Cluster dynamically figures out
topology.  Topology information 

RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Murphy, Patrick

Flashline has problems dealing with some credit card companies.  I also
personally tried several time to purchase the documentation.  I did finally
get ahold of a Flashline tech who could only tell me that the credit card
company rejected the transaction.  This was with a GM MasterCard.  I finally
did get my employer to purchase the doco with a corporate credit card and
everything worked fine.  So, you may just need a different credit card, or
contact the credit card company to see why they reject the transaction.

Patrick Murphy

-Original Message-
From: Trawick, James [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 3:33 PM
To: Jboss-Development@Lists. Sourceforge. Net; Jboss-User@Lists.
Sourceforge. Net
Subject: RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL


Not unfounded, personally proven.

In any case there needs to be some sort of kickstart and executive summary
for the new JBoss features.  If it means that I'll finally get the answers
I'm looking for without holding for three hours and/or putting up with the
hellfire here, I'll be more than happy to help produce that.

I was not aware that the docs for sale were actually available.  My
experience has been the exact opposite.  On three separate occaisons over
the past couple of months I've attempted to purchase the clustering
documentation.  Each time I received a message saying that there was a
problem with their side of the transaction and a support rep would be in
contact with me.  Despite multiple attempts to open communications about
these cases with Flashline, they have failed to do so.  Emails apparently
went to the bit bucket and their phone support reps have proven to be
anywhere from rude to utterly incompetant.  So for my purposes, the docs
aren't real because for whatever reason I can't get to them despite my
willingness to pay the mere $10 for quality documentation.  At least they
didn't charge me for it.

chris

-Original Message-
From: Bill Burke [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 3:10 PM
To: Trawick, James
Cc: Jboss-Development@Lists. Sourceforge. Net; Jboss-User@Lists.
Sourceforge. Net
Subject: RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL


Clustering docs are available for purchase.

http://www.flashline.com/components/productsbyvendor.jsp?&vendorid=1376&affi
liateid=260343

I've also written an article on "clustering" JBoss 2.4.x

http://www.onjava.com/pub/a/onjava/2001/09/18/jboss.html

Clustering features in JBoss beta:
HA-JNDI, HA-RMI, EJBs(EB, SLSB, SFSB) Failover and load-balancing

The code for HTTP Session Failover is in CVS, but is a work in progress.
Ask Sacha and Julian how it's going.  I don't work on this stuff.  HTTP
Session Failover will probably only be available for Jetty.

I don't know what you're talking about when you say docs for sale aren't
real, because we've already sold at least a 100 copies of the clustering
docs.  Sacha and I have gotten good feedback on these docs so your
complaints are unfounded.

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Trawick, James
> Sent: Thursday, March 14, 2002 2:28 PM
> To: 'David Ward'
> Cc: 'marc fleury'; Jboss-Development@Lists. Sourceforge. Net;
> Jboss-User@Lists. Sourceforge. Net
> Subject: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL
>
>
> What I'm really interested in is the more corporate questions (we're still
> battling for JBoss over Weblogic, and clustering is a real sore
> point).  How
> does JBoss 3 clustering interact with web container clustering?
> If they're
> completely separate (which I'm pretty sure is the case, as it was
> last time
> I walked through the code), how can I put together a full clustered J2EE
> stack with JBoss and (for example) Tomcat/Catalina?  To what level does
> JBoss provide high-availability?  What are some failover scenarios?  How
> does one initiate a graceful failover for server maintenance?  How
> flexible/controllable is JBoss clustering in reality?
>

Failover scenarios?
- failed network card
- server crash
- application crash
- What else?

Initiate graceful failover for Server maintainance?
Just gracefully shutdown jboss.  The Cluster dynamically figures out
topology.  Topology information is piggy-backed over invocation responses to
client proxies when it changes.

How flexible/controllable?
We wanted to keep things as simple as possible for the initial release to
reduce code complexity and make sure we get the core things correct.  If you
want to know how flexible, buy the docs.  It's only $10.00.

Bill

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Mac Rinehart

I'm in agreement with James on the issue of documentation. Whether for sale
or for free, the documentation process seems to be pretty informal with
JBoss software. The free user documentation is only moderately useful, and
lags behind development on a number of issues. I've seen a lot of complaints
in the forums regarding the same issues in the documentation for sale -
probably the only reason I haven't laid down my 10 spot yet. I could dive
into specific concerns, but what's the point. Everyone's heard them.

I'd like to see documentation that is current and branched for each JBoss
release. That way, if I want to know something about JBoss 3.0 I don't have
to wade through all the 2.4 and 2.2 stuff. And if I were going to pay for
documentation, I don't want a print document that's going to be out of date
in two weeks. I'd rather pay for a subscription service that keeps me up to
date with the latest information all the time.

Mac Rinehart, President
Sextant Technology Consulting, Inc

Legal stuff: SEXTANT TECHNOLOGY CONSULTING is a trademark of Sextant
Technology Consulting, Inc. Any agreement to render services by Mac Rinehart
and/or Sextant Technology Consulting, Inc. is contingent upon an agreement
in writing and signed by all interested parties.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
Trawick, James
Sent: Thursday, March 14, 2002 11:28 AM
To: 'David Ward'
Cc: 'marc fleury'; Jboss-Development@Lists. Sourceforge. Net;
Jboss-User@Lists. Sourceforge. Net
Subject: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL


What I'm really interested in is the more corporate questions (we're still
battling for JBoss over Weblogic, and clustering is a real sore point).  How
does JBoss 3 clustering interact with web container clustering?  If they're
completely separate (which I'm pretty sure is the case, as it was last time
I walked through the code), how can I put together a full clustered J2EE
stack with JBoss and (for example) Tomcat/Catalina?  To what level does
JBoss provide high-availability?  What are some failover scenarios?  How
does one initiate a graceful failover for server maintenance?  How
flexible/controllable is JBoss clustering in reality?

There is nothing about these issues in the online docs, which I've been
monitoring pretty closely of late.  The forums and the lists are pure and
simple information overload, and not always accurate.

My point was that there really shouldn't be talk of releasing JBoss 3 for
prime time until there's real documentation for us corporate types, and the
docs for sale aren't real since they're not really available, at least not
to me for whatever reason.  I'd be more than happy to help out in
documenting all this if somebody would point me in the right direction to
find the info.

chris


-Original Message-
From: David Ward [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 1:56 PM
To: Trawick, James
Cc: 'marc fleury'; Jboss-Development@Lists. Sourceforge. Net;
Jboss-User@Lists. Sourceforge. Net
Subject: Re: [JBoss-user] JBOSS 3.x FINAL


A combination of these has served well enough for me:

Online docs: http://www.jboss.org/online-manual/HTML/index.html

Forums: http://main.jboss.org/

User List Archive:
http://www.mail-archive.com/jboss-user%40lists.sourceforge.net/

David

--

Trawick, James wrote:
> Will the final release actually include documentation?
>
> (btw, whoever you went with to sell your JBoss 3 docs should be shot.  i
> went through their process several times, they said they had problems and
> would get back to me.  they never did.  just saying that unless JBoss 3
has
> some form of accessible documentation, i'm afraid that your vision will
> never come to pass.)
>
> chris
>
> -Original Message-
> From: marc fleury [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 14, 2002 9:50 AM
> To: Jboss-Development@Lists. Sourceforge. Net
> Cc: Jboss-User@Lists. Sourceforge. Net
> Subject: [JBoss-user] JBOSS 3.x FINAL
>
>
> jboss one is end of march, and we will shoot for mid april for the final
> release.  this gives us 4 weeks
>
> gentlemen put your final touches,
>
> 4-3-2...
>
> marcf
>
>
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


BEGIN:VCARD
VERSION:2.1
N:Rinehart;Mac;;President
FN:Mac Rinehart
ORG:Sextant Technology Consulting
TITLE:President
TEL;WORK;VOICE:(503) 251-2855
ADR;WORK:;;7402 SE Yamhill Street;Portland;OR;97215;USA
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:7402 SE Yamhill Street=0D=0APortland, OR 97215=0D=0AUSA
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:200110

Re: [JBoss-user] Using relations

2002-03-14 Thread Dain Sundstrom

This is a bug.  Can you post a bug report with the inner stacktrace, if 
you got one (this is the outer trace)?

The application tx data map contains application level data associated 
with the current transaction.   It is used for the read-ahead cache, 
among other things.

-dain

Dave Smith wrote:

> I have a simple 1 to many uni-directional relationship that is being 
> updated in a method in a stateless session bean with  requires 
> atransaction set. I get the following exception ..
> 
> There are no database errors when it tries to update the object. What is 
> the application tx data map?
> 
> 15:18:03,914 ERROR [GlobalTxEntityMap] Store failed on entity: 575984
> javax.ejb.EJBException: Error getting application tx data map.
> Embedded Exception
> Already marked for rollback
> at 
> 
>org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.getApplicationTxDataMap(JDBCStoreManager.java:207)
> 
> 
> at 
> 
>org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.synchronizeRelationData(JDBCStoreManager.java:434)
> 
> 
> at 
> 
>org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.storeEntity(JDBCStoreManager.java:430)
> 
> 
> at 
> 
>org.jboss.ejb.plugins.CMPPersistenceManager.storeEntity(CMPPersistenceManager.java:430)
> 
> 
> at 
> org.jboss.ejb.EntityContainer.storeEntity(EntityContainer.java:676)
> at 
> org.jboss.ejb.GlobalTxEntityMap.syncEntities(GlobalTxEntityMap.java:89)
> at 
> 
>org.jboss.ejb.GlobalTxEntityMap$GlobalTxEntityMapCleanup.beforeCompletion(GlobalTxEntityMap.java:158)
> 
> 
> at org.jboss.tm.TxCapsule.doBeforeCompletion(TxCapsule.java:1317)
> at org.jboss.tm.TxCapsule.rollback(TxCapsule.java:430)
> at org.jboss.tm.TransactionImpl.rollback(TransactionImpl.java:88)
> at 
> 
>org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:180) 
> 
> at 
> org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:61)
> at 
> org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:127) 
> 
> at 
> org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:166)
> at 
> org.jboss.ejb.StatelessSessionContainer.invoke(StatelessSessionContainer.java:308) 
> 
> at org.jboss.ejb.Container.invoke(Container.java:681)
> at 
> com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
> at 
> com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
> at 
> org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:98)
> at 
> org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:102)
> at 
> org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:73) 
> 
> at 
> org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:76)
> at 
> 
>org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:111)
> 
> 
> at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:96)
> at $Proxy31.updateTariff(Unknown Source)
> 
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user



___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Dan Christopherson

I think that documentation for corportate types will always be
of the for-pay variety. It just takes too much time to produce
that level of documentation, and it also isn't the sort of thing
that developers tend to enjoy well enough to donate the required time.
Now if anybody knows an open-source minded tech-writer geek, that
might be a different story. Really, if you look at any major open-source 
project, this is true: If you want a well-written guide to how to
configure Apache to do various things, you buy a book from O'Reilly. The 
documentation that's included with Apache is more reference material 
than anything. And it gets worse from there (look at Tomcat and Struts).

I'm sorry to hear that you've had trouble getting at the for-pay 
documentation: I know others have purchased it without difficulty.

There was talk about putting a 'getting started' guide together for 
free, but I don't think anyone has picked that up. Also, my observation
has been that as configuration file formats mature the dtds produced by 
the JBoss team get better and better as reference material; There are 
often succinct and informative comments for the less obvious or more 
important tags.

-danch

Trawick, James wrote:
> What I'm really interested in is the more corporate questions (we're still
> battling for JBoss over Weblogic, and clustering is a real sore point).  How
> does JBoss 3 clustering interact with web container clustering?  If they're
> completely separate (which I'm pretty sure is the case, as it was last time
> I walked through the code), how can I put together a full clustered J2EE
> stack with JBoss and (for example) Tomcat/Catalina?  To what level does
> JBoss provide high-availability?  What are some failover scenarios?  How
> does one initiate a graceful failover for server maintenance?  How
> flexible/controllable is JBoss clustering in reality?
> 
> There is nothing about these issues in the online docs, which I've been
> monitoring pretty closely of late.  The forums and the lists are pure and
> simple information overload, and not always accurate.
> 
> My point was that there really shouldn't be talk of releasing JBoss 3 for
> prime time until there's real documentation for us corporate types, and the
> docs for sale aren't real since they're not really available, at least not
> to me for whatever reason.  I'd be more than happy to help out in
> documenting all this if somebody would point me in the right direction to
> find the info.
> 
> chris
> 
> 
> -Original Message-
> From: David Ward [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 14, 2002 1:56 PM
> To: Trawick, James
> Cc: 'marc fleury'; Jboss-Development@Lists. Sourceforge. Net;
> Jboss-User@Lists. Sourceforge. Net
> Subject: Re: [JBoss-user] JBOSS 3.x FINAL
> 
> 
> A combination of these has served well enough for me:
> 
> Online docs: http://www.jboss.org/online-manual/HTML/index.html
> 
> Forums: http://main.jboss.org/
> 
> User List Archive: 
> http://www.mail-archive.com/jboss-user%40lists.sourceforge.net/
> 
> David
> 
> --
> 
> Trawick, James wrote:
> 
>>Will the final release actually include documentation?
>>
>>(btw, whoever you went with to sell your JBoss 3 docs should be shot.  i
>>went through their process several times, they said they had problems and
>>would get back to me.  they never did.  just saying that unless JBoss 3
>>
> has
> 
>>some form of accessible documentation, i'm afraid that your vision will
>>never come to pass.)
>>
>>chris
>>
>>-Original Message-
>>From: marc fleury [mailto:[EMAIL PROTECTED]]
>>Sent: Thursday, March 14, 2002 9:50 AM
>>To: Jboss-Development@Lists. Sourceforge. Net
>>Cc: Jboss-User@Lists. Sourceforge. Net
>>Subject: [JBoss-user] JBOSS 3.x FINAL
>>
>>
>>jboss one is end of march, and we will shoot for mid april for the final
>>release.  this gives us 4 weeks
>>
>>gentlemen put your final touches,
>>
>>4-3-2...
>>
>>marcf
>>
>>
>>___
>>JBoss-user mailing list
>>[EMAIL PROTECTED]
>>https://lists.sourceforge.net/lists/listinfo/jboss-user
>>
>>___
>>JBoss-user mailing list
>>[EMAIL PROTECTED]
>>https://lists.sourceforge.net/lists/listinfo/jboss-user
>>
> 
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 




___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Scott M Stark

We have sold thousands of docs and very few have problems
with flashline. Usually it is international credit card problems.
Contact [EMAIL PROTECTED] if your having a problem with
ordering through flashline with the details and we'll get flashline
to solve the problem.


Scott Stark
Chief Technology Officer
JBoss Group, LLC


> prime time until there's real documentation for us corporate types, and
the
> docs for sale aren't real since they're not really available, at least not
> to me for whatever reason.  I'd be more than happy to help out in
> documenting all this if somebody would point me in the right direction to
> find the info.
>
> chris
>



___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Trawick, James

Not unfounded, personally proven.

In any case there needs to be some sort of kickstart and executive summary
for the new JBoss features.  If it means that I'll finally get the answers
I'm looking for without holding for three hours and/or putting up with the
hellfire here, I'll be more than happy to help produce that.

I was not aware that the docs for sale were actually available.  My
experience has been the exact opposite.  On three separate occaisons over
the past couple of months I've attempted to purchase the clustering
documentation.  Each time I received a message saying that there was a
problem with their side of the transaction and a support rep would be in
contact with me.  Despite multiple attempts to open communications about
these cases with Flashline, they have failed to do so.  Emails apparently
went to the bit bucket and their phone support reps have proven to be
anywhere from rude to utterly incompetant.  So for my purposes, the docs
aren't real because for whatever reason I can't get to them despite my
willingness to pay the mere $10 for quality documentation.  At least they
didn't charge me for it.

chris

-Original Message-
From: Bill Burke [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 3:10 PM
To: Trawick, James
Cc: Jboss-Development@Lists. Sourceforge. Net; Jboss-User@Lists.
Sourceforge. Net
Subject: RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL


Clustering docs are available for purchase.

http://www.flashline.com/components/productsbyvendor.jsp?&vendorid=1376&affi
liateid=260343

I've also written an article on "clustering" JBoss 2.4.x

http://www.onjava.com/pub/a/onjava/2001/09/18/jboss.html

Clustering features in JBoss beta:
HA-JNDI, HA-RMI, EJBs(EB, SLSB, SFSB) Failover and load-balancing

The code for HTTP Session Failover is in CVS, but is a work in progress.
Ask Sacha and Julian how it's going.  I don't work on this stuff.  HTTP
Session Failover will probably only be available for Jetty.

I don't know what you're talking about when you say docs for sale aren't
real, because we've already sold at least a 100 copies of the clustering
docs.  Sacha and I have gotten good feedback on these docs so your
complaints are unfounded.

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Trawick, James
> Sent: Thursday, March 14, 2002 2:28 PM
> To: 'David Ward'
> Cc: 'marc fleury'; Jboss-Development@Lists. Sourceforge. Net;
> Jboss-User@Lists. Sourceforge. Net
> Subject: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL
>
>
> What I'm really interested in is the more corporate questions (we're still
> battling for JBoss over Weblogic, and clustering is a real sore
> point).  How
> does JBoss 3 clustering interact with web container clustering?
> If they're
> completely separate (which I'm pretty sure is the case, as it was
> last time
> I walked through the code), how can I put together a full clustered J2EE
> stack with JBoss and (for example) Tomcat/Catalina?  To what level does
> JBoss provide high-availability?  What are some failover scenarios?  How
> does one initiate a graceful failover for server maintenance?  How
> flexible/controllable is JBoss clustering in reality?
>

Failover scenarios?
- failed network card
- server crash
- application crash
- What else?

Initiate graceful failover for Server maintainance?
Just gracefully shutdown jboss.  The Cluster dynamically figures out
topology.  Topology information is piggy-backed over invocation responses to
client proxies when it changes.

How flexible/controllable?
We wanted to keep things as simple as possible for the initial release to
reduce code complexity and make sure we get the core things correct.  If you
want to know how flexible, buy the docs.  It's only $10.00.

Bill

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Using relations

2002-03-14 Thread Dave Smith

I have a simple 1 to many uni-directional relationship that is being 
updated in a method in a stateless session bean with  requires 
atransaction set. I get the following exception ..

There are no database errors when it tries to update the object. What is 
the application tx data map?

15:18:03,914 ERROR [GlobalTxEntityMap] Store failed on entity: 575984
javax.ejb.EJBException: Error getting application tx data map.
Embedded Exception
Already marked for rollback
 at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.getApplicationTxDataMap(JDBCStoreManager.java:207)
 at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.synchronizeRelationData(JDBCStoreManager.java:434)
 at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.storeEntity(JDBCStoreManager.java:430)
 at 
org.jboss.ejb.plugins.CMPPersistenceManager.storeEntity(CMPPersistenceManager.java:430)
 at 
org.jboss.ejb.EntityContainer.storeEntity(EntityContainer.java:676)
 at 
org.jboss.ejb.GlobalTxEntityMap.syncEntities(GlobalTxEntityMap.java:89)
 at 
org.jboss.ejb.GlobalTxEntityMap$GlobalTxEntityMapCleanup.beforeCompletion(GlobalTxEntityMap.java:158)
 at org.jboss.tm.TxCapsule.doBeforeCompletion(TxCapsule.java:1317)
 at org.jboss.tm.TxCapsule.rollback(TxCapsule.java:430)
 at org.jboss.tm.TransactionImpl.rollback(TransactionImpl.java:88)
 at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:180)
 at 
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:61)
 at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:127)
 at 
org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:166)
 at 
org.jboss.ejb.StatelessSessionContainer.invoke(StatelessSessionContainer.java:308)
 at org.jboss.ejb.Container.invoke(Container.java:681)
 at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
 at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
 at 
org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:98)
 at 
org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:102)
 at 
org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:73)
 at 
org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:76)
 at 
org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:111)
 at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:96)
 at $Proxy31.updateTariff(Unknown Source)


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Bill Burke

Clustering docs are available for purchase.

http://www.flashline.com/components/productsbyvendor.jsp?&vendorid=1376&affi
liateid=260343

I've also written an article on "clustering" JBoss 2.4.x

http://www.onjava.com/pub/a/onjava/2001/09/18/jboss.html

Clustering features in JBoss beta:
HA-JNDI, HA-RMI, EJBs(EB, SLSB, SFSB) Failover and load-balancing

The code for HTTP Session Failover is in CVS, but is a work in progress.
Ask Sacha and Julian how it's going.  I don't work on this stuff.  HTTP
Session Failover will probably only be available for Jetty.

I don't know what you're talking about when you say docs for sale aren't
real, because we've already sold at least a 100 copies of the clustering
docs.  Sacha and I have gotten good feedback on these docs so your
complaints are unfounded.

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Trawick, James
> Sent: Thursday, March 14, 2002 2:28 PM
> To: 'David Ward'
> Cc: 'marc fleury'; Jboss-Development@Lists. Sourceforge. Net;
> Jboss-User@Lists. Sourceforge. Net
> Subject: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL
>
>
> What I'm really interested in is the more corporate questions (we're still
> battling for JBoss over Weblogic, and clustering is a real sore
> point).  How
> does JBoss 3 clustering interact with web container clustering?
> If they're
> completely separate (which I'm pretty sure is the case, as it was
> last time
> I walked through the code), how can I put together a full clustered J2EE
> stack with JBoss and (for example) Tomcat/Catalina?  To what level does
> JBoss provide high-availability?  What are some failover scenarios?  How
> does one initiate a graceful failover for server maintenance?  How
> flexible/controllable is JBoss clustering in reality?
>

Failover scenarios?
- failed network card
- server crash
- application crash
- What else?

Initiate graceful failover for Server maintainance?
Just gracefully shutdown jboss.  The Cluster dynamically figures out
topology.  Topology information is piggy-backed over invocation responses to
client proxies when it changes.

How flexible/controllable?
We wanted to keep things as simple as possible for the initial release to
reduce code complexity and make sure we get the core things correct.  If you
want to know how flexible, buy the docs.  It's only $10.00.

Bill


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: FW: [JBoss-user] jboss3.0 docs

2002-03-14 Thread David Ward

http://sourceforge.net/project/showfiles.php?group_id=22866

--

Herve Tchepannou wrote:
> BTW, I see a lot of post talking about Jboss3.0 Beta1/2.
> Where are those beta version??? I havent seen that anywhere in the 
> download page


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] jboss3.0 docs

2002-03-14 Thread James Ward
Title: FW: [JBoss-user] jboss3.0 docs



They 
are on sourceforge:
http://sourceforge.net/project/showfiles.php?group_id=22866
 
-James
 
 

  -Original Message-From: Herve Tchepannou 
  [mailto:[EMAIL PROTECTED]]Sent: Thursday, March 14, 2002 
  12:38 PMTo: jbossSubject: FW: [JBoss-user] jboss3.0 
  docs
  in which forum list? 
  BTW, I see a lot of post talking about Jboss3.0 
  Beta1/2. Where are those beta version??? I havent seen 
  that anywhere in the download page 
  -Original Message- From: David 
  Jencks [mailto:[EMAIL PROTECTED]] 
  Sent: Thursday, March 14, 2002 11:54 AM To: [EMAIL PROTECTED] Subject: 
  Re: [JBoss-user] jboss3.0 docs 
  There are cluster and cmp2 docs for $$. 
  The db config is covered to some extent in the free online 
  manual 
  The configuration/deployment stuff is unfortunately still 
  changing enough to make documenting it somewhat 
  difficult.  If you look around on the forums I've 
  given a couple of basic explanations of the principles behind it. 
  david jencks 
  On 2002.03.14 11:28:30 -0500 Herve Tchepannou wrote: 
  > is there any place where  I can find jboss3.0 
  documentation. > There r a lot of changes since 
  2.4.4 on: >   - configuration 
  >   - deployment >   etc > > Herve Tchepannou > Software 
  Engineer > Objexis Coorporation > Phone: (514) 932 3295 Ext. 231 > mailto:[EMAIL PROTECTED] 
  > > Objexis Coorporation 
  > http://www.objexis.com > 1635 
  Sherbrooke West, Suite #405 > Montreal, Qc H3H 
  1E2 > Tel: 514.932.3295 > Fax: 514.932.4639 > http://www.objexis.com 
  > > Important - This message 
  may contain privileged and confidential > 
  information.  It is intended only for the use of the individual(s) 
  named > above. If the reader of this message is not 
  the intended recipient you > are > hereby notified that any use, dissemination, distribution or 
  reproduction > of > this 
  message is prohibited. If you have received this message in error 
  > please notify Objexis Corporation immediately and 
  promptly delete this > message and any copies 
  thereof. Any views expressed in this message are > 
  those of the individual sender and may not necessarily reflect the 
  views > of > Objexis 
  Corporation. > > 
  > >  > 
   >  >  >  > jboss3.0 docs >  >  
  > > is there any place where  I can find > jboss3.0 documentation. > 
  There r a lot of changes since 
  2.4.4 > on: >   - 
  configuration >   - deployment >   
  etc >  > > Herve Tchepannou > Software 
  Engineer > Objexis Coorporation > 
  Phone: (514) 932 3295 Ext. 
  231 > mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED] 
  >  > > Objexis > 
  Coorporation > 
   > HREF="http://www.objexis.com" 
  TARGET="_blank">http://www.objexis.com 
  > 1635 Sherbrooke > West, Suite 
  #405 > Montreal, Qc H3H 
  > 1E2 > 
  Tel: 
  > 514.932.3295 > 
  Fax: 
  > 514.932.4639 > 
   > HREF="http://www.objexis.com" 
  TARGET="_blank">http://www.objexis.com 
  >  > > Important 
  > FACE="Arial"> - This message may contain privileged 
  and confidential > information.  It is 
  intended only for the use of the individual(s) > 
  named above. If the reader of this message is not the intended 
  recipient > you are hereby notified that any use, 
  dissemination, distribution or > reproduction of 
  this message is prohibited. If you have received this > message in error please notify Objexis Corporation immediately 
  and > promptly delete this message and any copies 
  thereof. Any views expressed > in this message are 
  those of the individual sender and may not > 
  necessarily reflect the views of Objexis 
  Corporation. > 
   > > 
   >  > 
  ___ 
  JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user 
  


FW: [JBoss-user] jboss3.0 docs

2002-03-14 Thread Herve Tchepannou
Title: FW: [JBoss-user] jboss3.0 docs





in which forum list?


BTW, I see a lot of post talking about Jboss3.0 Beta1/2.
Where are those beta version??? I havent seen that anywhere in the download page


-Original Message-
From: David Jencks [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 11:54 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] jboss3.0 docs



There are cluster and cmp2 docs for $$.


The db config is covered to some extent in the free online manual


The configuration/deployment stuff is unfortunately still changing enough
to make documenting it somewhat difficult.  If you look around on the
forums I've given a couple of basic explanations of the principles behind
it.


david jencks


On 2002.03.14 11:28:30 -0500 Herve Tchepannou wrote:
> is there any place where  I can find jboss3.0 documentation.
> There r a lot of changes since 2.4.4 on:
>   - configuration
>   - deployment
>   etc
> 
> Herve Tchepannou
> Software Engineer
> Objexis Coorporation
> Phone: (514) 932 3295 Ext. 231
> mailto:[EMAIL PROTECTED]
> 
> Objexis Coorporation
> http://www.objexis.com
> 1635 Sherbrooke West, Suite #405
> Montreal, Qc H3H 1E2
> Tel: 514.932.3295
> Fax: 514.932.4639
> http://www.objexis.com
> 
> Important - This message may contain privileged and confidential
> information.  It is intended only for the use of the individual(s) named
> above. If the reader of this message is not the intended recipient you
> are
> hereby notified that any use, dissemination, distribution or reproduction
> of
> this message is prohibited. If you have received this message in error
> please notify Objexis Corporation immediately and promptly delete this
> message and any copies thereof. Any views expressed in this message are
> those of the individual sender and may not necessarily reflect the views
> of
> Objexis Corporation.
> 
> 
> 
> 
> 
> 
> 
> 
> jboss3.0 docs
> 
> 
> 
> is there any place where  I can find
> jboss3.0 documentation.
> There r a lot of changes since 2.4.4
> on:
>   - configuration
>   - deployment
>   etc
> 
> 
> Herve Tchepannou
> Software Engineer
> Objexis Coorporation
> Phone: (514) 932 3295 Ext. 231
> mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]
> 
> 
> Objexis
> Coorporation
> 
> HREF=""http://www.objexis.com" TARGET="_blank">http://www.objexis.com
> 1635 Sherbrooke
> West, Suite #405
> Montreal, Qc H3H
> 1E2
> Tel:
> 514.932.3295
> Fax:
> 514.932.4639
> 
> HREF=""http://www.objexis.com" TARGET="_blank">http://www.objexis.com
> 
> 
> Important
> FACE="Arial"> - This message may contain privileged and confidential
> information.  It is intended only for the use of the individual(s)
> named above. If the reader of this message is not the intended recipient
> you are hereby notified that any use, dissemination, distribution or
> reproduction of this message is prohibited. If you have received this
> message in error please notify Objexis Corporation immediately and
> promptly delete this message and any copies thereof. Any views expressed
> in this message are those of the individual sender and may not
> necessarily reflect the views of Objexis Corporation.
> 
> 
> 
> 
> 


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user





RE: [JBoss-user] Configuring JBoss 2.4 with MS SQL Server?

2002-03-14 Thread JD Brennan
Title: RE: [JBoss-user] Configuring JBoss 2.4 with MS SQL Server?





Thanks for the replies! I got it working with the
XADataSourceImpl and I also had to set SelectMethod=cursor to avoid the 


Can't start a cloned connection while in manual transaction mode


error.  For the record here's my working config:


  
    org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl
    SQLServerPool
    jdbc:microsoft:sqlserver://sqltest1:1433;SelectMethod=cursor
    DatabaseName=testlog
    rn_user
    rn_user
  


Thanks again!
JD


P.S. Yes, the MS site does say the Driver is for SQL Server 2000. I have
my small test bean working with SQL Server 7.0, but I may well run
into problems later and have to move to SQL Server 2000.


-Original Message-
From: Michael Schulz [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 10:06 AM
To: JD Brennan; JBoss Users (E-mail)
Subject: RE: [JBoss-user] Configuring JBoss 2.4 with MS SQL Server?



You should check on the Microsoft web site, but I'm pretty sure that the Microsoft JDBC Driver only supports SQL Server 2000.

 
-Mike
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of JD Brennan
Sent: Wednesday, March 13, 2002 7:06 PM
To: JBoss Users (E-mail)
Subject: [JBoss-user] Configuring JBoss 2.4 with MS SQL Server?



I'm trying to set up MS SQL Server 7.0 with JBoss 2.4.4 
   
 org.hsqldb.jdbcDriver,com.microsoft.jdbc.sqlserver.SQLServerDriver 
   
   
    com.microsoft.jdbcx.sqlserver.SQLServerDataSource 
    SQLServerPool 
    jdbc:microsoft:sqlserver://sqltest1:1433 
    DatabaseName=testlog 
    rn_user 
    rn_user 
   
Error: 
[ERROR,ConfigurationService] Unexpected error 
java.lang.NoClassDefFoundError: javax/sql/DataSource 
Full error stack trace is below.  This javax.sql.DataSource 
is in the jboss/lib/jboss-jdbc_ext.jar file.  I tried putting 
that in JBOSS_CLASSPATH before starting jboss and copying it 
the the jboss/lib/ext directory, but that didn't make any difference. 
A search of the mail archive turned up a similar problem with 
InstantDB where a null URL would cause this problem, but I don't 
have a null URL. 
Any ideas? 
Thanks! 
JD 
Full error stack trace: 
[ERROR,ConfigurationService] Unexpected error 
java.lang.NoClassDefFoundError: javax/sql/DataSource 
    at java.lang.ClassLoader.defineClass0(Native Method) 
    at java.lang.ClassLoader.defineClass(ClassLoader.java:486) 
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111) 
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:248) 
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56) 
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195) 
    at java.security.AccessController.doPrivileged(Native Method) 
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188) 
    at java.lang.ClassLoader.loadClass(ClassLoader.java:297) 
    at java.lang.ClassLoader.loadClass(ClassLoader.java:253) 
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313) 
    at java.lang.ClassLoader.defineClass0(Native Method) 
    at java.lang.ClassLoader.defineClass(ClassLoader.java:486) 
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111) 
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:248) 
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56) 
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195) 
    at java.security.AccessController.doPrivileged(Native Method) 
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188) 
    at java.lang.ClassLoader.loadClass(ClassLoader.java:297) 
    at java.lang.ClassLoader.loadClass(ClassLoader.java:290) 
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286) 
    at java.lang.ClassLoader.loadClass(ClassLoader.java:290) 
    at java.lang.ClassLoader.loadClass(ClassLoader.java:253) 
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313) 
    at java.lang.Class.forName0(Native Method) 
    at java.lang.Class.forName(Class.java:120) 
    at org.jboss.jdbc.XADataSourceLoader.startService(XADataSourceLoader.java:348) 
    at org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:103) 
    at java.lang.reflect.Method.invoke(Native Method) 
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628) 
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523) 
    at org.jboss.configuration.ConfigurationService$ServiceProxy.invoke(ConfigurationService.java:967) 
    at $Proxy0.start(Unknown Source) 
    at org.jboss.util.ServiceControl.start(ServiceControl.java:79) 
    at java.lang.reflect.Method.invoke(Native Method) 
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628) 
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15

RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Trawick, James

What I'm really interested in is the more corporate questions (we're still
battling for JBoss over Weblogic, and clustering is a real sore point).  How
does JBoss 3 clustering interact with web container clustering?  If they're
completely separate (which I'm pretty sure is the case, as it was last time
I walked through the code), how can I put together a full clustered J2EE
stack with JBoss and (for example) Tomcat/Catalina?  To what level does
JBoss provide high-availability?  What are some failover scenarios?  How
does one initiate a graceful failover for server maintenance?  How
flexible/controllable is JBoss clustering in reality?

There is nothing about these issues in the online docs, which I've been
monitoring pretty closely of late.  The forums and the lists are pure and
simple information overload, and not always accurate.

My point was that there really shouldn't be talk of releasing JBoss 3 for
prime time until there's real documentation for us corporate types, and the
docs for sale aren't real since they're not really available, at least not
to me for whatever reason.  I'd be more than happy to help out in
documenting all this if somebody would point me in the right direction to
find the info.

chris


-Original Message-
From: David Ward [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 1:56 PM
To: Trawick, James
Cc: 'marc fleury'; Jboss-Development@Lists. Sourceforge. Net;
Jboss-User@Lists. Sourceforge. Net
Subject: Re: [JBoss-user] JBOSS 3.x FINAL


A combination of these has served well enough for me:

Online docs: http://www.jboss.org/online-manual/HTML/index.html

Forums: http://main.jboss.org/

User List Archive: 
http://www.mail-archive.com/jboss-user%40lists.sourceforge.net/

David

--

Trawick, James wrote:
> Will the final release actually include documentation?
> 
> (btw, whoever you went with to sell your JBoss 3 docs should be shot.  i
> went through their process several times, they said they had problems and
> would get back to me.  they never did.  just saying that unless JBoss 3
has
> some form of accessible documentation, i'm afraid that your vision will
> never come to pass.)
> 
> chris
> 
> -Original Message-
> From: marc fleury [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 14, 2002 9:50 AM
> To: Jboss-Development@Lists. Sourceforge. Net
> Cc: Jboss-User@Lists. Sourceforge. Net
> Subject: [JBoss-user] JBOSS 3.x FINAL
> 
> 
> jboss one is end of march, and we will shoot for mid april for the final
> release.  this gives us 4 weeks
> 
> gentlemen put your final touches,
> 
> 4-3-2...
> 
> marcf
> 
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Local interfaces on JBoss 2.4.3

2002-03-14 Thread Màris Orbidàns


Does anyone have some example of subj. ?

Please, send it to me ( jar file ) or give me a link where to get it.

Or maybe someone could tell me how to get subj. ?

thanx in advance
Maris Orbidans


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread David Ward

A combination of these has served well enough for me:

Online docs: http://www.jboss.org/online-manual/HTML/index.html

Forums: http://main.jboss.org/

User List Archive: 
http://www.mail-archive.com/jboss-user%40lists.sourceforge.net/

David

--

Trawick, James wrote:
> Will the final release actually include documentation?
> 
> (btw, whoever you went with to sell your JBoss 3 docs should be shot.  i
> went through their process several times, they said they had problems and
> would get back to me.  they never did.  just saying that unless JBoss 3 has
> some form of accessible documentation, i'm afraid that your vision will
> never come to pass.)
> 
> chris
> 
> -Original Message-
> From: marc fleury [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 14, 2002 9:50 AM
> To: Jboss-Development@Lists. Sourceforge. Net
> Cc: Jboss-User@Lists. Sourceforge. Net
> Subject: [JBoss-user] JBOSS 3.x FINAL
> 
> 
> jboss one is end of march, and we will shoot for mid april for the final
> release.  this gives us 4 weeks
> 
> gentlemen put your final touches,
> 
> 4-3-2...
> 
> marcf
> 
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user



___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Trawick, James

> > Will the final release actually include documentation?
>
> JBossCMP will and already does.

Thank you JBossCMP.  I'm asking about the all new stuff, like clustering and
distributed containers and all the other stuff I read about on the site in
Marc's interview.  Until there's some sort of available documentation I'm
forced to rely on my 2.4 experience, which doesn't even start to cover this.

Once apon a time, I was working my way through the JBoss code to try to add
clustering to it myself.  When I heard that you guys were working on that
very thing I figured I'd leave it to the pros.  Now, the code looks
completely different.  Please at least get me a starting point where I can
learn how it works and how to use it.

 

>
> Cry me a river.

Let's try this again, this time with maturity.  People, we're all
professionals here.

chris

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Dain Sundstrom

Trawick, James wrote:

> Will the final release actually include documentation?


JBossCMP will and already does.

 
> (btw, whoever you went with to sell your JBoss 3 docs should be shot.  i
> went through their process several times, they said they had problems and
> would get back to me.  they never did.  just saying that unless JBoss 3 has
> some form of accessible documentation, i'm afraid that your vision will
> never come to pass.)


Cry me a river.

-dain


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Trawick, James

Will the final release actually include documentation?

(btw, whoever you went with to sell your JBoss 3 docs should be shot.  i
went through their process several times, they said they had problems and
would get back to me.  they never did.  just saying that unless JBoss 3 has
some form of accessible documentation, i'm afraid that your vision will
never come to pass.)

chris

-Original Message-
From: marc fleury [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 9:50 AM
To: Jboss-Development@Lists. Sourceforge. Net
Cc: Jboss-User@Lists. Sourceforge. Net
Subject: [JBoss-user] JBOSS 3.x FINAL


jboss one is end of march, and we will shoot for mid april for the final
release.  this gives us 4 weeks

gentlemen put your final touches,

4-3-2...

marcf


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Re: [JBoss-dev] CMR postCreate

2002-03-14 Thread Dain Sundstrom

No.  My focus is on getting spec compliant features in first. 
Specifically support for unknown pks and a fix for dependent value 
classes.  After that, I haven't decided what I will do first.  My 
choices are insert/delete timing configuration, optimistic 
locking/caching, and using database metadata to control auto generated sql.

-dain

Dobridge, Thomas A wrote:

> Will the 3.x final release fix the problem of  handling non-null constrained
> foreign key fields that are mapped as CMR fields and setup in postCreate()?
> I've been waiting for a fix that would delay sql execution until after
> postCreate() and it's hard to tell from the forums whether this has made it
> in yet.
> 
> thanks,
> 
> Tom D.
> 
> 
>>-Original Message-
>>From: marc fleury [SMTP:[EMAIL PROTECTED]]
>>Sent: Thursday, March 14, 2002 9:50 AM
>>To:   Jboss-Development@Lists. Sourceforge. Net
>>Cc:   Jboss-User@Lists. Sourceforge. Net
>>Subject:  [JBoss-dev] JBOSS 3.x FINAL
>>
>>jboss one is end of march, and we will shoot for mid april for the final
>>release.  this gives us 4 weeks
>>
>>gentlemen put your final touches,
>>
>>4-3-2...
>>
>>marcf
>>
>>
>>___
>>Jboss-development mailing list
>>[EMAIL PROTECTED]
>>https://lists.sourceforge.net/lists/listinfo/jboss-development
>>
> 
> 
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 



___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Configuring JBoss 2.4 with MS SQL Server?

2002-03-14 Thread Michael Schulz
Title: Configuring JBoss 2.4 with MS SQL Server?




You 
should check on the Microsoft web site, but I'm pretty sure that the Microsoft 
JDBC Driver only supports SQL Server 2000.
 
-Mike

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]On Behalf Of JD 
  BrennanSent: Wednesday, March 13, 2002 7:06 PMTo: JBoss 
  Users (E-mail)Subject: [JBoss-user] Configuring JBoss 2.4 with MS 
  SQL Server?
  I'm trying to set up MS SQL Server 7.0 with JBoss 2.4.4 
  
      org.hsqldb.jdbcDriver,com.microsoft.jdbc.sqlserver.SQLServerDriver 
     
     
      com.microsoft.jdbcx.sqlserver.SQLServerDataSource 
      SQLServerPool     jdbc:microsoft:sqlserver://sqltest1:1433 
      DatabaseName=testlog     rn_user     rn_user   
   
  Error: 
  [ERROR,ConfigurationService] Unexpected error java.lang.NoClassDefFoundError: javax/sql/DataSource 
  Full error stack trace is below.  This 
  javax.sql.DataSource is in the 
  jboss/lib/jboss-jdbc_ext.jar file.  I tried putting that in JBOSS_CLASSPATH before starting jboss and copying it 
  the the jboss/lib/ext directory, but that didn't make any 
  difference. A search of the mail archive turned up a 
  similar problem with InstantDB where a null URL would 
  cause this problem, but I don't have a null 
  URL. 
  Any ideas? Thanks! JD 
  Full error stack trace: 
  [ERROR,ConfigurationService] Unexpected error java.lang.NoClassDefFoundError: javax/sql/DataSource 
      at 
  java.lang.ClassLoader.defineClass0(Native Method) 
      at 
  java.lang.ClassLoader.defineClass(ClassLoader.java:486) 
      at 
  java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111) 
      at 
  java.net.URLClassLoader.defineClass(URLClassLoader.java:248) 
      at 
  java.net.URLClassLoader.access$100(URLClassLoader.java:56) 
      at 
  java.net.URLClassLoader$1.run(URLClassLoader.java:195) 
      at 
  java.security.AccessController.doPrivileged(Native Method) 
      at 
  java.net.URLClassLoader.findClass(URLClassLoader.java:188) 
      at 
  java.lang.ClassLoader.loadClass(ClassLoader.java:297) 
      at 
  java.lang.ClassLoader.loadClass(ClassLoader.java:253) 
      at 
  java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313) 
      at 
  java.lang.ClassLoader.defineClass0(Native Method) 
      at 
  java.lang.ClassLoader.defineClass(ClassLoader.java:486) 
      at 
  java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111) 
      at 
  java.net.URLClassLoader.defineClass(URLClassLoader.java:248) 
      at 
  java.net.URLClassLoader.access$100(URLClassLoader.java:56) 
      at 
  java.net.URLClassLoader$1.run(URLClassLoader.java:195) 
      at 
  java.security.AccessController.doPrivileged(Native Method) 
      at 
  java.net.URLClassLoader.findClass(URLClassLoader.java:188) 
      at 
  java.lang.ClassLoader.loadClass(ClassLoader.java:297) 
      at 
  java.lang.ClassLoader.loadClass(ClassLoader.java:290) 
      at 
  sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286) 
      at 
  java.lang.ClassLoader.loadClass(ClassLoader.java:290) 
      at 
  java.lang.ClassLoader.loadClass(ClassLoader.java:253) 
      at 
  java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313) 
      at 
  java.lang.Class.forName0(Native Method) 
      at 
  java.lang.Class.forName(Class.java:120) 
      at 
  org.jboss.jdbc.XADataSourceLoader.startService(XADataSourceLoader.java:348) 
      at 
  org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:103) 
      at 
  java.lang.reflect.Method.invoke(Native Method) 
      at 
  com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628) 
      at 
  com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523) 
      at 
  org.jboss.configuration.ConfigurationService$ServiceProxy.invoke(ConfigurationService.java:967) 
      at 
  $Proxy0.start(Unknown Source) 
      at 
  org.jboss.util.ServiceControl.start(ServiceControl.java:79) 
      at 
  java.lang.reflect.Method.invoke(Native Method) 
      at 
  com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628) 
      at 
  com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523) 
      at 
  org.jboss.Main.(Main.java:208) 
      at 
  org.jboss.Main$1.run(Main.java:110) 
      at 
  java.security.AccessController.doPrivileged(Native Method) 
      at 
  org.jboss.Main.main(Main.java:106) -- 



[JBoss-user] CMR postCreate

2002-03-14 Thread Dobridge, Thomas A

Will the 3.x final release fix the problem of  handling non-null constrained
foreign key fields that are mapped as CMR fields and setup in postCreate()?
I've been waiting for a fix that would delay sql execution until after
postCreate() and it's hard to tell from the forums whether this has made it
in yet.

thanks,

Tom D.

> -Original Message-
> From: marc fleury [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, March 14, 2002 9:50 AM
> To:   Jboss-Development@Lists. Sourceforge. Net
> Cc:   Jboss-User@Lists. Sourceforge. Net
> Subject:  [JBoss-dev] JBOSS 3.x FINAL
> 
> jboss one is end of march, and we will shoot for mid april for the final
> release.  this gives us 4 weeks
> 
> gentlemen put your final touches,
> 
> 4-3-2...
> 
> marcf
> 
> 
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Very newbie question

2002-03-14 Thread Loïc Lefèvre

Many thanks to those who have take the time to answer
my question, but here is an other one:

What do you mean by "automatic classloading from the server"?
And how can I do this? Is it a solution to "centralize" the code?
Sort of "any client can update their code from a unique point: the server"?

Thanks in advance :)

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]De la part de Lennart
Petersson
Envoyé : jeudi 14 mars 2002 16:09
À : Loïc Lefèvre; JBoss User Mailing List
Objet : Re: [JBoss-user] Very newbie question


It has to implement java.io.Serializable class. And the client have to have
it in it's classpath, or you use automatic classloading from the server.
/Lennart

On 02-03-14 15:35, "Loïc Lefèvre" <[EMAIL PROTECTED]> wrote:

> Hi everybody,
> I just would like to know
> what are the conditions for a Home interface
> to return a Class type reference? (serialization...)
>
> for example:
>
> ...
> public interface Character extends EJBObject
> {
>   public Position getPosition() throws RemoteException;
>   ...
> }
>
> What does the "Position" class require?
>
> Thanks in advance,
> Loïc Lefèvre
>
>
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user


Sent using the Entourage X Test Drive.


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] jboss3.0 docs

2002-03-14 Thread David Jencks

There are cluster and cmp2 docs for $$.

The db config is covered to some extent in the free online manual

The configuration/deployment stuff is unfortunately still changing enough
to make documenting it somewhat difficult.  If you look around on the
forums I've given a couple of basic explanations of the principles behind
it.

david jencks

On 2002.03.14 11:28:30 -0500 Herve Tchepannou wrote:
> is there any place where  I can find jboss3.0 documentation.
> There r a lot of changes since 2.4.4 on:
>   - configuration
>   - deployment
>   etc
> 
> Herve Tchepannou
> Software Engineer
> Objexis Coorporation
> Phone: (514) 932 3295 Ext. 231
> mailto:[EMAIL PROTECTED]
> 
> Objexis Coorporation
> http://www.objexis.com
> 1635 Sherbrooke West, Suite #405
> Montreal, Qc H3H 1E2
> Tel: 514.932.3295
> Fax: 514.932.4639
> http://www.objexis.com
> 
> Important - This message may contain privileged and confidential
> information.  It is intended only for the use of the individual(s) named
> above. If the reader of this message is not the intended recipient you
> are
> hereby notified that any use, dissemination, distribution or reproduction
> of
> this message is prohibited. If you have received this message in error
> please notify Objexis Corporation immediately and promptly delete this
> message and any copies thereof. Any views expressed in this message are
> those of the individual sender and may not necessarily reflect the views
> of
> Objexis Corporation.
> 
> 
> 
> 
> 
> 
> 
> 
> jboss3.0 docs
> 
> 
> 
> is there any place where  I can find
> jboss3.0 documentation.
> There r a lot of changes since 2.4.4
> on:
>   - configuration
>   - deployment
>   etc
> 
> 
> Herve Tchepannou
> Software Engineer
> Objexis Coorporation
> Phone: (514) 932 3295 Ext. 231
> HREF="mailto:[EMAIL PROTECTED]";>mailto:[EMAIL PROTECTED]
> 
> 
> Objexis
> Coorporation
>  HREF="http://www.objexis.com"; TARGET="_blank">http://www.objexis.com
> 1635 Sherbrooke
> West, Suite #405
> Montreal, Qc H3H
> 1E2
> Tel:
> 514.932.3295
> Fax:
> 514.932.4639
>  HREF="http://www.objexis.com"; TARGET="_blank">http://www.objexis.com
> 
> 
> Important FACE="Arial"> - This message may contain privileged and confidential
> information.  It is intended only for the use of the individual(s)
> named above. If the reader of this message is not the intended recipient
> you are hereby notified that any use, dissemination, distribution or
> reproduction of this message is prohibited. If you have received this
> message in error please notify Objexis Corporation immediately and
> promptly delete this message and any copies thereof. Any views expressed
> in this message are those of the individual sender and may not
> necessarily reflect the views of Objexis Corporation.
> 
> 
> 
> 
> 

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] jboss3.0 docs

2002-03-14 Thread Herve Tchepannou
Title: jboss3.0 docs





is there any place where  I can find jboss3.0 documentation.
There r a lot of changes since 2.4.4 on:
  - configuration
  - deployment
  etc


Herve Tchepannou
Software Engineer
Objexis Coorporation
Phone: (514) 932 3295 Ext. 231
mailto:[EMAIL PROTECTED]


Objexis Coorporation
http://www.objexis.com
1635 Sherbrooke West, Suite #405
Montreal, Qc H3H 1E2
Tel: 514.932.3295
Fax: 514.932.4639
http://www.objexis.com


Important - This message may contain privileged and confidential information.  It is intended only for the use of the individual(s) named above. If the reader of this message is not the intended recipient you are hereby notified that any use, dissemination, distribution or reproduction of this message is prohibited. If you have received this message in error please notify Objexis Corporation immediately and promptly delete this message and any copies thereof. Any views expressed in this message are those of the individual sender and may not necessarily reflect the views of Objexis Corporation.





[JBoss-user] Java Service Wrapper.

2002-03-14 Thread Anthony Servito

Has anyone tried Java Service Wrapper in particular using it on JBoss?

Tnx

AntS

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Very newbie question

2002-03-14 Thread Burkhard Vogel

AFAIK only serializable
Burkhard
- Original Message -
From: "Loïc Lefèvre" <[EMAIL PROTECTED]>
To: "JBoss User Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, March 14, 2002 9:35 AM
Subject: [JBoss-user] Very newbie question


Hi everybody,
I just would like to know
what are the conditions for a Home interface
to return a Class type reference? (serialization...)

for example:

...
public interface Character extends EJBObject
{
public Position getPosition() throws RemoteException;
...
}

What does the "Position" class require?

Thanks in advance,
Loïc Lefèvre


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Very newbie question

2002-03-14 Thread Herve Tchepannou
Title: RE: [JBoss-user] Very newbie question





Position should be serializable, since it's going to be return back to the 
caller via the network (RMI)


-Original Message-
From: Loïc Lefèvre [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 9:35 AM
To: JBoss User Mailing List
Subject: [JBoss-user] Very newbie question



Hi everybody,
I just would like to know
what are the conditions for a Home interface
to return a Class type reference? (serialization...)


for example:


...
public interface Character extends EJBObject
{
    public Position getPosition() throws RemoteException;
    ...
}


What does the "Position" class require?


Thanks in advance,
Loïc Lefèvre



___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user





Re: [JBoss-user] Very newbie question

2002-03-14 Thread Lennart Petersson

It has to implement java.io.Serializable class. And the client have to have
it in it's classpath, or you use automatic classloading from the server.
/Lennart

On 02-03-14 15:35, "Loïc Lefèvre" <[EMAIL PROTECTED]> wrote:

> Hi everybody,
> I just would like to know
> what are the conditions for a Home interface
> to return a Class type reference? (serialization...)
> 
> for example:
> 
> ...
> public interface Character extends EJBObject
> {
>   public Position getPosition() throws RemoteException;
>   ...
> }
> 
> What does the "Position" class require?
> 
> Thanks in advance,
> Loïc Lefèvre
> 
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user


Sent using the Entourage X Test Drive.


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread marc fleury

jboss one is end of march, and we will shoot for mid april for the final
release.  this gives us 4 weeks

gentlemen put your final touches,

4-3-2...

marcf


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Very newbie question

2002-03-14 Thread Loïc Lefèvre

Hi everybody,
I just would like to know
what are the conditions for a Home interface
to return a Class type reference? (serialization...)

for example:

...
public interface Character extends EJBObject
{
public Position getPosition() throws RemoteException;
...
}

What does the "Position" class require?

Thanks in advance,
Loïc Lefèvre


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] JBossMX 1.0 Beta Release

2002-03-14 Thread Juha-P Lindfors


You can download it from sourceforge
http://prdownloads.sourceforge.net/jboss/JBossMX-1_0_Beta.tgz
http://prdownloads.sourceforge.net/jboss/JBossMX-1_0_Beta.zip

This beta release includes the JMX 1.0 specified functionality -- all
standard services: MLet, Monitoring, Relation and Timer services, queries,
advanced logging, bytecode optimized FAST invocations for Standard MBeans,
etc.

Please take it for a spin and report bugs/omissions.

Special thanks to Trevor and Adrian for their hard work.

--
Juha Lindfors
Author of "JMX: Managing J2EE with Java Management Extensions"
Senior Developer, JBoss Group LLC



___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] entity synchronization interceptor

2002-03-14 Thread Eric Kaplan

I sporadically get an EntitySynchronizationInterceptor (i think) exception
message.  I'm sure this is not good.  What is it indicative of so I can
chase it down.
Again, it's VERY sporadic.

Thanks

Eric Kaplan
Armanta, Inc.
55 Madison Ave.
Morristown, NJ  07960
Phone: (973) 326-9600




winmail.dat
Description: application/ms-tnef


RE: [JBoss-user] Development Mailing List

2002-03-14 Thread Eric Kaplan

along a similar subject, how do i simply run a jboss client from within
jbuilder?
i've loaded all the appropriate jar files, but something's wrong with the
environment,
or the class loader is different, and it can't find the various ejb files
like
ejb.properties, etc...

thanks

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Burkhard
Vogel
Sent: Wednesday, March 13, 2002 8:55 PM
To: Alice Ad; JBoss-User
Subject: Re: [JBoss-user] Development Mailing List


Hi,
there always has been some info g´regarding debugging in an IDE like
JBuilder on the web-site. And you can grab the code through CVS (using the
tag of your binary). Then I guess (as I read in one or two postings there is
autogenerated code) you need to build the binaries with the provided build
script (Could be that you need something like XDoclet additionally) but,
hey, there _was_ some documentation on how-to build the stuff in the CVS as
well.
If this does not help, go to the forums and find someone how has built the
stuff and ask him.
The developers list is [EMAIL PROTECTED] Send a mail
with the subject help to that adress and you'll get detailed information how
to subscribe, unsubscribe, get bulkmails, etc.
Regards,
Burkhard
- Original Message -
From: "Alice Ad" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 13, 2002 5:55 PM
Subject: [JBoss-user] Development Mailing List


>
> Is there any mailing list for developers (as used to be previously) ?
Where can I add myself to it?
>
> Ok.. Ive got the following q:
>
> Prior to Jboss 3, the binaries included the source code so I could make up
a project in an IDE to debug thru the server. The source code desont come
with JBoss3.0 binary. And with jboss-all, I can't find an easy way to make
up a project in an IDE. How do developers debug it? Do u guys use some
command line debuggers? Pl guide.
>
> Thank u.
>
>
>
>
>
> -
> Do You Yahoo!?
> Try FREE Yahoo! Mail - the world's greatest free email!


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBossMQ broken?

2002-03-14 Thread Peter Antman

On 14 Mar, Stephen Davidson wrote:
> Hi Peter.
> 
> Ok, I have figured this part of it out.  Btw, the queue connection did not like the 
>qcon.start() call in the snippet (see stack trace).  I guess 
> that is an Orion specific thing.  I now have the Message Queue working, finally 
>{{{;-).
> 
> What I currently have an issue with is the queue name.  In the jboss.xml file 
>(attached), the destination JNDI name is
> "/com/hrnexus/CustSetupQueue".  If it was just "com/hrnexus/CustSetupQueue", the 
>"com" gets dropped.
> And why is "queue" being prepended to the JNDI name.  For the Servlets/EJB's to 
>access these queues, they must look up 
> "queue/com/hrnexus/CustSetupQueue".  If this is desired behaviour, than this needs 
>to be documented in BOLD.  Otherwise, newbies like me are going 
> to get tripped up many times.
> 
> Thanks,
> Steve

I would say that this is pretty well documented in the free JMS doc on
jboss.org. This was the most common quetsion before, but has in
principal ;-) vanished as a beginners question.


Please, in the future, use the JMS forum on JBoss to ask your questions.

//Peter
> 
> 
> <==Begin log excerpt===>
> 12:31:56,674 INFO  [STDOUT] QConnectionManager.init: Username/password = 
>'hrnexus/hrnexus'
> 12:31:56,675 INFO  [XAConnectionManager] Got a subject: null
> 12:31:56,681 DEBUG [JBossMQProvider] no provider url; connecting to local JNDI
> 12:31:56,682 DEBUG [JBossMQProvider] created context: 
>javax.naming.InitialContext@2bb373
> 12:31:56,683 DEBUG [ConnectionFactoryHelper] using connection factory: 
>org.jboss.mq.SpyXAConnectionFactory@21447f
> 12:31:56,684 DEBUG [ConnectionFactoryHelper] using username/password: hrnexus/hrnexus
> 12:31:56,686 DEBUG [GenericConnectionFactory] Handing out ClientIL: 
>org.jboss.mq.il.jvm.JVMClientILService
> 12:31:56,686 DEBUG [ConnectionFactoryHelper] created XAQueueConnection: 
>org.jboss.mq.SpyXAConnection@127624
> 12:31:56,687 DEBUG [JmsManagedConnection] created connection: 
>org.jboss.mq.SpyXAConnection@127624
> 12:31:56,689 DEBUG [JmsManagedConnection] xaQueueSession: 
>org.jboss.mq.SpyQueueSession@a44a6
> 12:31:56,689 DEBUG [JmsManagedConnection] queueSession: 
>org.jboss.mq.SpyQueueSession@a44a6
> 12:31:56,690 DEBUG [JmsManagedConnection] transacted: true
> 12:31:56,690 DEBUG [JmsManagedConnection] ack mode: 1
> 12:31:56,691 DEBUG [JmsManagedConnection] Leaving out XAResource
> 12:31:56,692 DEBUG [JmsManagedConnection] ConnectionEvent listener added: 
>org.jboss.resource.connectionmanager.BaseConnectionManager$XAListener@15435a
> 12:31:56,715 DEBUG [SpyDestinationObjectFactory] 
>SpyDestinationObjectFactory->getObjectInstance()
> 12:31:56,716 INFO  [STDOUT] QConnectionManager.init: ConnectionFactory
> 12:31:56,717 INFO  [STDOUT] 
>org.jboss.resource.adapter.jms.JmsConnectionFactoryImpl@61373f
> 12:31:56,717 INFO  [STDOUT] QConnectionManager.init: Connection
> 12:31:56,718 INFO  [STDOUT] 
>org.jboss.resource.adapter.jms.JmsSessionFactoryImpl@31a519
> 12:31:56,718 INFO  [STDOUT] QConnectionManager.init: Session
> 12:31:56,719 INFO  [STDOUT] org.jboss.resource.adapter.jms.JmsSession@790581
> 12:31:56,720 INFO  [STDOUT] QConnectionManager.init: Sucessfully Connected to 
>queue/com/hrnexus/RFPReleaseQueue
> 12:31:56,720 INFO  [STDOUT] QConnectionManager.init: Details are
> 12:31:56,721 INFO  [STDOUT] QUEUE.com/hrnexus/RFPReleaseQueue
> 12:31:57,077 WARN  [Jetty] WARNING: CustomerStatusMgmtServlet: HRXFeatureServlet 
>IOException
> java.rmi.ServerException: null
> Embedded Exception
> This method is not applicatable in JMS resource adapter; nested exception is:
>   javax.ejb.EJBException: null
> Embedded Exception
> This method is not applicatable in JMS resource adapter
> javax.ejb.EJBException: null
> Embedded Exception
> This method is not applicatable in JMS resource adapter
>   at 
>org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:653)
>   at 
>org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:77)
> 
> Peter Antman wrote:
>  > Hi, if you have done no other changes to the JBoss setup this would
>  > require that the user named "user" with the password hrnexus is in
>  > jboss-state.xml. It should look something like this (from
>  > server/default/conf in current build):
>  >
>  > 
>  >
>  >
>  >john
>  >needle
>  >DurableSubscriberExample
>  >
>  >
>  >guest
>  >guest
>  >
>  >
>  >nobody
>  >nobody
>  >
>  >
>  >dynsub
>  >dynsub
>  >
>  >
>  >
>  >user
>  >hrnexus
>  >
>  >
>  >
>  > Depending on your restrictions on the destinations the user must bel

Re: [JBoss-user] JBossMQ broken?

2002-03-14 Thread Stephen Davidson

Hi Peter.

Me again.  Are you tired of hearing from me yet?

Are there supposed to be TWO jbossmq-state.xml files?  There is one in the deploy 
directory as well as the one in the conf directory.

-Steve

Peter Antman wrote:
> Hi, if you have done no other changes to the JBoss setup this would
> require that the user named "user" with the password hrnexus is in
> jboss-state.xml. It should look something like this (from
> server/default/conf in current build):
> 
[snip to save bandwidth]
-- 
Stephen Davidson
Java Consultant
Delphi Consultants, LLC
http://www.delphis.com
Phone: 214-696-6224 x208


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBossMQ broken?

2002-03-14 Thread Stephen Davidson

Hi Peter.

Ok, I have figured this part of it out.  Btw, the queue connection did not like the 
qcon.start() call in the snippet (see stack trace).  I guess 
that is an Orion specific thing.  I now have the Message Queue working, finally {{{;-).

What I currently have an issue with is the queue name.  In the jboss.xml file 
(attached), the destination JNDI name is
"/com/hrnexus/CustSetupQueue".  If it was just "com/hrnexus/CustSetupQueue", the "com" 
gets dropped.
And why is "queue" being prepended to the JNDI name.  For the Servlets/EJB's to access 
these queues, they must look up 
"queue/com/hrnexus/CustSetupQueue".  If this is desired behaviour, than this needs to 
be documented in BOLD.  Otherwise, newbies like me are going 
to get tripped up many times.

Thanks,
Steve


<==Begin log excerpt===>
12:31:56,674 INFO  [STDOUT] QConnectionManager.init: Username/password = 
'hrnexus/hrnexus'
12:31:56,675 INFO  [XAConnectionManager] Got a subject: null
12:31:56,681 DEBUG [JBossMQProvider] no provider url; connecting to local JNDI
12:31:56,682 DEBUG [JBossMQProvider] created context: 
javax.naming.InitialContext@2bb373
12:31:56,683 DEBUG [ConnectionFactoryHelper] using connection factory: 
org.jboss.mq.SpyXAConnectionFactory@21447f
12:31:56,684 DEBUG [ConnectionFactoryHelper] using username/password: hrnexus/hrnexus
12:31:56,686 DEBUG [GenericConnectionFactory] Handing out ClientIL: 
org.jboss.mq.il.jvm.JVMClientILService
12:31:56,686 DEBUG [ConnectionFactoryHelper] created XAQueueConnection: 
org.jboss.mq.SpyXAConnection@127624
12:31:56,687 DEBUG [JmsManagedConnection] created connection: 
org.jboss.mq.SpyXAConnection@127624
12:31:56,689 DEBUG [JmsManagedConnection] xaQueueSession: 
org.jboss.mq.SpyQueueSession@a44a6
12:31:56,689 DEBUG [JmsManagedConnection] queueSession: 
org.jboss.mq.SpyQueueSession@a44a6
12:31:56,690 DEBUG [JmsManagedConnection] transacted: true
12:31:56,690 DEBUG [JmsManagedConnection] ack mode: 1
12:31:56,691 DEBUG [JmsManagedConnection] Leaving out XAResource
12:31:56,692 DEBUG [JmsManagedConnection] ConnectionEvent listener added: 
org.jboss.resource.connectionmanager.BaseConnectionManager$XAListener@15435a
12:31:56,715 DEBUG [SpyDestinationObjectFactory] 
SpyDestinationObjectFactory->getObjectInstance()
12:31:56,716 INFO  [STDOUT] QConnectionManager.init: ConnectionFactory
12:31:56,717 INFO  [STDOUT] 
org.jboss.resource.adapter.jms.JmsConnectionFactoryImpl@61373f
12:31:56,717 INFO  [STDOUT] QConnectionManager.init: Connection
12:31:56,718 INFO  [STDOUT] org.jboss.resource.adapter.jms.JmsSessionFactoryImpl@31a519
12:31:56,718 INFO  [STDOUT] QConnectionManager.init: Session
12:31:56,719 INFO  [STDOUT] org.jboss.resource.adapter.jms.JmsSession@790581
12:31:56,720 INFO  [STDOUT] QConnectionManager.init: Sucessfully Connected to 
queue/com/hrnexus/RFPReleaseQueue
12:31:56,720 INFO  [STDOUT] QConnectionManager.init: Details are
12:31:56,721 INFO  [STDOUT] QUEUE.com/hrnexus/RFPReleaseQueue
12:31:57,077 WARN  [Jetty] WARNING: CustomerStatusMgmtServlet: HRXFeatureServlet 
IOException
java.rmi.ServerException: null
Embedded Exception
This method is not applicatable in JMS resource adapter; nested exception is:
  javax.ejb.EJBException: null
Embedded Exception
This method is not applicatable in JMS resource adapter
javax.ejb.EJBException: null
Embedded Exception
This method is not applicatable in JMS resource adapter
  at 
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:653)
  at 
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:77)

Peter Antman wrote:
 > Hi, if you have done no other changes to the JBoss setup this would
 > require that the user named "user" with the password hrnexus is in
 > jboss-state.xml. It should look something like this (from
 > server/default/conf in current build):
 >
 > 
 >  
 >  
 >  john
 >  needle
 >  DurableSubscriberExample
 >  
 >  
 >  guest
 >  guest
 >  
 >  
 >  nobody
 >  nobody
 >  
 >  
 >  dynsub
 >  dynsub
 >  
 >  
 >  
 >  user
 >  hrnexus
 >  
 >  
 >
 > Depending on your restrictions on the destinations the user must belongs
 > to a role having the correct access rights to the destination. By
 > default guest have read and write access:
 >
 >  
 >  
 >  guest
 >  john
 >  
 >  user
 >  
 >
 > If you have reconfigured the security domian jbossmq in auth.conf to use
 > your own user storage you will have to check that all setups are really
 > done correct.
 >
 

[JBoss-user] Re: UTF-16 not converted to UTF-8 in HTML output

2002-03-14 Thread Achilleus Mantzios

The problem is well known in tomcat community.
There is no standard way to know the enconding of the
request.
For the response however there are quick solutions.
You could html escape the international characters you want to display.
(E.g. 水 (the chinese water character) or
Υ
Φ
the Greek characters Ypsilon and Phi).
This way it is irrelevant which charset you have set with contentType.
However if you dont want that html oriented solution, you should be careful
with encodings.

Alltho it is not a jboss issue at all i will explain to you my experience 
whith Greek.
I run jboss2.4.4 tomcat4.0.1.
I have started jboss with catalina with LANG=en_US (in linux)
and LC_ALL=en_US.

I set response.setContentType("text/html; charset=ISO-8859-7");
My jsp does not take into account my system's encoding for the encoding of 
the request, so it assumes ISO8859_1.
ISO8859_7 fits in 8 bits, so what catalina does is to read the 8 bit chars,
assume they are latin1 and construct a string with 0-left-padded Unicode 
chars.
Then i do grkBytes=myinputparam.getBytes() which takes into account systems 
encoding!
So i take my raw greek chars back.
I do then,
myGrkParam = new String(grkBytes,"ISO8859_7") and i have a valid Unicode
Greek String which i write to the DB.
Now, for the response.
As long as i have a valid Greek Unicode String, i can output that
correctly because JSP takes into account the charset in 
response.setContentType() (ISO-8859-7)
(Note the difference between encoding names in java and in http).
The moral of the story is that with JSP we can control the output encoding 
but not the input, because encoding cannot be set after the reader is got 
from the InputStream.
With servlets however, things are easier.
Your case is much harder cause chinese-japanese are not iso8859 compatible.
You should follow the tomcat lists for this kind of problems,
however i hope the above will be helpful.
-- 
Achilleus Mantzios
S/W Engineer
IT dept
Dynacom Tankers Mngmt
tel:+30-10-8981112
fax:+30-10-8981877
email:  [EMAIL PROTECTED]
[EMAIL PROTECTED]


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user