[JBoss-user] JCP Program Chair responds to Apache Software Foundation

2002-03-22 Thread James Ward

I just found this:
http://www.jcp.org/aboutJava/communityprocess/announce/LetterofIntent.html

One interesting part that might pertain to JBoss is:
"...we have drafted a change to the JSPA that would require specification leads to 
provide no-cost access to the TCK implementations (without obligations for support) to 
qualified individuals, or not-for-profit or educational organizations engaged in 
efforts to create compatible implementations of JSRs."

Does that mean JBoss might have a chance at being "Certified"?

-James
wantjava.com

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



[JBoss-user] MBean: ListenerNotFoundException: Unknown listener

2002-03-22 Thread Carlos Ferrão


Hello list,
I have a Timer MBean that reads an .xml file with a schedule and configures
itself(a servlet calls an ejb which then calls the MBean). When a scheduled
date arrives it then notifies a class. Everything has been working fine for
several days except today I got following exception:

[13:04:14,428,Default] javax.management.ListenerNotFoundException: Unknown
listener
[13:04:14,430,Default]  at
com.sun.management.jmx.MBeanServerImpl.removeNotificationListener(MBeanServe
rImpl.java:1811)
[13:04:14,431,Default]  at igps.importdata.ejb.ImportBean.configure(Unknown
Source)
[13:04:14,431,Default]  at igps.importdata.ejb.ImportBean.configure(Unknown
Source)
[13:04:14,432,Default]  at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:04:14,432,Default]  at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
[13:04:14,433,Default]  at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
[13:04:14,433,Default]  at java.lang.reflect.Method.invoke(Method.java:324)
[13:04:14,433,Default]  at
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(Stateles
sSessionContainer.java:542)
.
[13:08:11,428,TxCapsule] Transaction XidImpl [FormatId=257,
GlobalId=siigps//373, BranchQual=] timed out. status=STATUS_ACTIVE
[13:08:24,608,TxCapsule] Transaction XidImpl [FormatId=257,
GlobalId=siigps//375, BranchQual=] timed out. status=STATUS_ACTIVE

I don't know if the mbean somehow gets locked, because once this exception
occurred I had to restart JBoss. Everything has been working fine but I
don't know how long will it last. Anyone knows what might have happened? I'm
using JBoss 2.4.4 with embedded Tomcat 3.2.3.

Thanks in advance,
  Carlos Ferrão


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



RE: [JBoss-user] Violating loader constraints...

2002-03-22 Thread Vesco Claudio

The problem is the java.lang.LinkageError. Have you restarted jboss?

Claudio

PS: if you prefer, we can continue the email privately in Italian.

> -Original Message-
> From: Bocio [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, March 22, 2002 12:18 PM
> To:   jboss-user
> Subject:  [JBoss-user] Violating loader constraints...
> 
> Hi guys,
> I'm writing a resource adapter under JBoss 2.4.4
> I was able to deploy and run a simpler version. Now I'm extending my
> custom
> client interface and I'm getting this error.
> Actually my Class PSSResponse is never instantiated where I get the
> exception.
> It's just a member of another class being instatiated.
> How could I violate loader constraints ?
> This class has no static members, has a public parametereless consrtuctor
> and,
> just in case implements Cloneable and Serializable ...
> I guess it's a more general EJB error and not a JCA related problem, isn't
> it ?
> 
> Any suggestion is appreciated.
> 
> Thank you in advance
> 
> Davide
> 
> [ERROR,ClientBean] TRANSACTION ROLLBACK EXCEPTION:
> javax.transaction.TransactionRolledbackException: Class
> com/notio/connector/client/PSSResponse
> violates loader constraints; nested exception is:
> java.lang.LinkageError: Class com/notio/connector/client/PSSResponse
> violates loader constraints
> java.lang.LinkageError: Class com/notio/connector/client/PSSResponse
> violates loader constraints
>   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 javax.management.loading.MLet.findClass(MLet.java:775)
>   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
> com.notio.connector.client.SimplePSSInteraction.execute(SimplePSSInteracti
> on.java:85)
>   at com.notio.connector.client.EchoBean.echo(EchoBean.java:107)
>   at java.lang.reflect.Method.invoke(Native Method)
>   at
> org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(
>   StatelessSessionContainer.java:542)
> 
> 
> 
> ___
> 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 and freebsd

2002-03-22 Thread Achilleus Mantzios

http://www.hub.org sells allready jboss3/freebsd hosting,
that can be regarded as success story.
-- 
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



[JBoss-user] unsubscribe

2002-03-22 Thread Hobbs Gerry G DLVA








unsubscribe








[JBoss-user] log directory missing in jboss-3.0.0beta_tomcat-4.0.2 distribution

2002-03-22 Thread jfina

/Jon

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



Re: [JBoss-user] jboss and freebsd

2002-03-22 Thread Ari Suutari

Hi,

On Friday 22 March 2002 10:17, Daniel Bruce Lynes wrote:
> On March 21, 2002 02:47 pm, Felipe Oliveira wrote:
> > i am trying to use JBoss-2.4.4_Tomcat-4.0.1 on FreeBSD but it's not
> > stable at all. I am using JDK1.4.
> > the server blows up every 5 minutes, even when i try to deploy. any
> > thoughts?
> > it seems to be a problem with the Sun JVM.
>
> More than likely just a compatibility problem.  There's been a few things
> that have changed with the new JDK.  Also, the new JDK is supposedly more
> stable than the 1.3.x series.  1.3.x was unstable as all hell.

One shouldn't use Linux JDKs on FreeBSD to run anything
except trivial 'hello world' -type programs. There are problems
on FreeBSD linux emulation, which cause a Linux JDK with
hotspot enabled to go boom very very easily.

There are two options: Either use Linux jdk 1.3.1 with
classic VM (-classic option) or build native FreeBSD jdk 1.3.1
and use it. Both these solutions currently have poor performance
(unless you get some kind of JIT working with native
one - there are several alternatives). However, people
are working to get HotSpot enabled on native JDK - once
that happens the performance should be good. Until then,
if you need performance, go for Linux (as sad as it may sound).

Ari S.


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



[JBoss-user] How do i configure JMSConnection Factories

2002-03-22 Thread Munesh



Hi...
I am new to JMS.. 
 
I have an MDB and two clients one listening on a 
queue and one on a topic. How do i configure QueueConnectionFactory and 
TopicConnectionFactory in the JBoss server. I want to create these connection 
factories in my MDB. In my ejb-jar.xml and jboss.xml i provide the jndi names of 
these factories and i use this jndi names to create factories in my 
MDB. 
 
Please Help
 
Regards
Munesh 


[JBoss-user] Violating loader constraints...

2002-03-22 Thread Bocio

Hi guys,
I'm writing a resource adapter under JBoss 2.4.4
I was able to deploy and run a simpler version. Now I'm extending my custom
client interface and I'm getting this error.
Actually my Class PSSResponse is never instantiated where I get the exception.
It's just a member of another class being instatiated.
How could I violate loader constraints ?
This class has no static members, has a public parametereless consrtuctor and,
just in case implements Cloneable and Serializable ...
I guess it's a more general EJB error and not a JCA related problem, isn't it ?

Any suggestion is appreciated.

Thank you in advance

Davide

[ERROR,ClientBean] TRANSACTION ROLLBACK EXCEPTION:
javax.transaction.TransactionRolledbackException: Class 
com/notio/connector/client/PSSResponse
violates loader constraints; nested exception is:
java.lang.LinkageError: Class com/notio/connector/client/PSSResponse violates loader 
constraints
java.lang.LinkageError: Class com/notio/connector/client/PSSResponse violates loader 
constraints
  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 javax.management.loading.MLet.findClass(MLet.java:775)
  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 
com.notio.connector.client.SimplePSSInteraction.execute(SimplePSSInteraction.java:85)
  at com.notio.connector.client.EchoBean.echo(EchoBean.java:107)
  at java.lang.reflect.Method.invoke(Native Method)
  at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(
  StatelessSessionContainer.java:542)



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



[JBoss-user] Connection Pool Pasword reset

2002-03-22 Thread Manisha Mukhi

Hello,

We are using OCI driver to establish connection pool for Oracle8.1.7 and
jboss-2.4.0_tomcat-3.2.3 using classes111_g.zip.The m-bean is configured
as 


OracleDS
oracle.jdbc.xa.client.OracleXADataSource 

 jdbc:oracle:oci8:@
 aaa
 bbb
true


The coonection pool is established but henceforth if a jdbc connection is
established using a connection from this pool an error of incorrect
username/password combination is thrown.It is also observed that when we
try to login through an sql prompt using the username = aaa and password
as
bbb the login falis.If the password is updated the application runs fine.
The same problem is not encountered if we use the thin driver instead of
oci driver.Is it some bug in driver classes or in oracle or in
configuration of jboss?
We need to use oci driver only bcoz the hardware is to be configured in
the fail-over mode.

regards,
manisha

--
Strive for "PERFECTION"
--



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



Re: [JBoss-user] jboss and freebsd

2002-03-22 Thread Daniel Bruce Lynes

On March 21, 2002 02:47 pm, Felipe Oliveira wrote:

> i am trying to use JBoss-2.4.4_Tomcat-4.0.1 on FreeBSD but it's not stable
> at all. I am using JDK1.4.
> the server blows up every 5 minutes, even when i try to deploy. any
> thoughts?
> it seems to be a problem with the Sun JVM.

More than likely just a compatibility problem.  There's been a few things 
that have changed with the new JDK.  Also, the new JDK is supposedly more 
stable than the 1.3.x series.  1.3.x was unstable as all hell.

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