[JBoss-user] JMS retry control

2003-07-31 Thread Magesh Prabhu
Hi guys,

If I rollback the transaction from my MDB using context.setRollbackOnly(), JMS retries 
to send the onMessage() notification. This retry happens very quickly. Is there any 
time control on this retry by JMS in JBoss. I hope there must be some configuration 
setting which will say how many milliseconds JBoss must wait to resend the message.

Thanks in advance,
Magesh



**
This email and its attachments are intended for the above 
named only and may be confidential.  If they have come to 
you in error, you must take no action based on them, nor 
must you copy or show them to anyone; please reply to this 
email and highlight the error.
Security Warning: Please note that this email has been 
created in the knowledge that the internet email is not a 
100% secure communications medium.  We advise that you 
understand and observe this lack of security when emailing us.
Viruses:  Although we have taken steps to ensure that this 
email and attachments are free from any virus, we advise 
that in keeping with good computing practice the recipient 
should ensure they are actually virus free.
If you have received this email in error please notify:
[EMAIL PROTECTED]
**



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] home create to a cmp/session bean from servlet fails after redeploy

2003-07-31 Thread Egger Lothar
hello all hello list

i am connecting from a httpservlet via jndi to an container-managed entity
bean and/or stateless session bean.
(httpservlet - stateless-sessionbean - cmp entity bean)
jndi lookup is ok and PortableRemoteObject.narrow(ref, some.class) works
too,

but home.create() works only if i did not redeploy the session bean!
after redeploying the session bean i get and exception.


if i use the same code and connect from an eg. session bean to an cmp entity
bean
and redeploy the cmp entity bean everything works fine!

any hints ?

cheers
lothar



packaged:
sessionbean.jar
cmpbean.jar
client.ear

system:
Linux kernel 2.5.69
sun java 1.4.2/ 1.4.1 / 1.4.1_03
jboss 3.2.0 / 3.2.1 / 3.2.2RC1

exception of JBoss 3.2.1:

18:26:23,675 INFO  [STDOUT] Session Home narrow OK
18:26:23,677 ERROR [LogInterceptor] RuntimeException:
java.lang.NullPointerException
at
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invokeHome(Stat
elessSessionContainer.java:592)
at
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(
CachedConnectionInterceptor.java:206)
at
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invokeHome(Statele
ssSessionInstanceInterceptor.java:51)
at
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor
.java:88)
at
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.
java:243)
at
org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:74)
at
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.jav
a:92)
at
org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:120)
at
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryF
inderInterceptor.java:93)
at
org.jboss.ejb.StatelessSessionContainer.internalInvokeHome(StatelessSessionC
ontainer.java:310)
at org.jboss.ejb.Container.invoke(Container.java:694)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispat
cher.java:284)
at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at
org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:101)
at
org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:83)
at
org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46
)
at
org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:45)
at
org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:173)
at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:85)
at $Proxy224.create(Unknown Source)
at
com.cs.database.test.testkarten.testbeanselect(testkarten.java:90)
at com.cs.database.test.testkarten.execute(testkarten.java:47)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces
sor.java:480)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1420)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:502)
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:360)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandl
er.java:294)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:558)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1714)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext
.java:507)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1664)
at org.mortbay.http.HttpServer.service(HttpServer.java:863)
at org.jboss.jetty.Jetty.service(Jetty.java:460)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:775)
at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:939)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:792)
at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:201)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:455)
18:26:23,690 INFO  [STDOUT] RuntimeException; nested exception is:
java.lang.NullPointerException
18:26:23,690 ERROR [STDERR] java.rmi.ServerException: RuntimeException;
nested exception is:

[JBoss-user] jndi port change does not work under 3.2.1

2003-07-31 Thread Marko Friedemann
Hi there,

I wanted to upgrade from 3.2.0beta to 3.2.1 a while ago and I need to
change the jndi naming port away from 1099. I did this before with
3.2.0beta and have had it setup to 1199 without any problems.
Under 3.2.1, however, I can set it up and it tells me it is running at
1199, but when it comes to actual usage, every request goes to 1099. I
do not have any clue why this would happen, there is not a single 1099
to be found anywhere in the config files.

I already posted the question to the jboss forum [1] quite a while back
(including some log snippets), but there has been no answer whatsoever.
I hope someone here can share some insights.

[1] - the forum thread:
  http://www.jboss.org/thread.jsp?forum=47thread=36267

Marko
-- 
www.bmx-chemnitz.de -==- 20 Zoll in Chemnitz
[EMAIL PROTECTED]


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] memory leaks during redeployment

2003-07-31 Thread Keysers, Wonne
What's the associated SourceForge bug-id?

I'd like to follow up, since we're experiencing the same issue.
We tried several VMs with different options and memory settings,
but all failed after a while...


Thanks
Wonne


 -Oorspronkelijk bericht-
 Van: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] Namens Scott M Stark
 Verzonden: zondag 27 juli 2003 2:31
 Aan: [EMAIL PROTECTED]
 Onderwerp: Re: [JBoss-user] memory leaks during redeployment
 
 
 Its a known issue I'm looking into.
 
 -- 
 
 Scott Stark
 Chief Technology Officer
 JBoss Group, LLC
 
 
 Alexey Yudichev wrote:
 
In Jboss 3.2.1 I often encounter OutOfMemoryErrors on our 
 jboss installations. I realized that if no redeployments 
 happen the JBoss instance even being on heavy load works 
 great forever. Once I begin to often redeploy applications I 
 finally get OutOfMemoryError no matter if I specified 
 -Xmx300m or -Xmx800m. Can anybody run a memory profiler on a 
 redeployment process? I tried to do it with OptimizeIt and I 
 always get +1Mb of heap after each redeployment. Most new 
 objects are of type Object[] and are referenced from 
 WeakHashMaps (which is ok I guess), from inside some classes 
 of Xerces parser and many more. I cannot of course judge 
 whether these new references are caused by the leak or not.
As far as I remember I had no such problem when I used Jboss 3.0.
As always, I am ok to offer any help I can.
  
 
 
 
 ---
 This SF.Net email sponsored by: Free pre-built ASP.NET sites including
 Data Reports, E-commerce, Portals, and Forums are available now.
 Download today and enter to win an XBOX or Visual Studio .NET.
 http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet
 _072303_01/01
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user
 



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] 3.0.8 on AIX4 wrong name class

2003-07-31 Thread Holger Baxmann - bitwind
it is the patchlevel 10 of the 1.3.1, the only recommended for aix4

listed by:
prompt $ lslpp -L | grep Java131
for the JRE and the adt

bax

Am Donnerstag, 31.07.03 um 00:45 Uhr schrieb Scott M Stark:

It looks similar to an issue that showed up a while back with some of  
the IBM vms. Which vm version is this?

-- 
Scott Stark
Chief Technology Officer
JBoss Group, LLC

[EMAIL PROTECTED] wrote:

could someone shed some light on the following, i am lost in darkness  
...
18:39:05,286 INFO  [MainDeployer]
Starting deployment of package:
file:/epost2/JBoss/bax/jboss-3.0.8-src/build/output/jboss-3.0.8/ 
server/default/conf/jboss-service.xml
18:39:14,947 ERROR [MainDeployer]
could not create deployment:
file:/epost2/JBoss/bax/jboss-3.0.8-src/build/output/jboss-3.0.8/ 
server/default/conf/jboss-service.xml
org.jboss.deployment.DeploymentException:
 instantiating  
org.jboss.varia.property.PropertyEditorManagerService failed:
  java.lang.NoClassDefFoundError:
   org/jboss/net/protocol/jar/Handler
(wrong name:
org/jboss/varia/property/PropertyEditorManagerService);
 - nested throwable:
  (RuntimeErrorException:
instantiating
org.jboss.varia.property.PropertyEditorManagerService failed:
 java.lang.NoClassDefFoundError:
  org/jboss/net/protocol/jar/Handler
   (wrong name:
org/jboss/varia/property/PropertyEditorManagerService)
Cause: java.lang.NoClassDefFoundError:  
org/jboss/net/protocol/jar/Handler (wrong
 name: org/jboss/varia/property/PropertyEditorManagerService))
at
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java: 
153)
at
org.jboss.system.ServiceController.install(ServiceController.java:231)
at java.lang.reflect.Method.invoke(Native Method)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBean 
Dispatcher.java:284)
at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java(Compil 
ed Code))
at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
at $Proxy2.install(Unknown Source)
at  
org.jboss.deployment.SARDeployer.create(SARDeployer.java:191)
at  
org.jboss.deployment.MainDeployer.create(MainDeployer.java:766)
thanks a lot
bax


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/ 
direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re[6]: [JBoss-user] CMR Problem in 3.2.2RC2

2003-07-31 Thread Alexey Loubyansky
Hello Gavin,

my setup:

OS: Win2000
JDK: Sun 1.3.1_05/1.4.1_02
JBoss: 3.2.2RC2/RC3
JDBC:
 Microsoft SQL Server 2000 Driver for JDBC
 Service Pack 1
 Version 2.2.0029
 December 2002

Don't give up, I believe, we'll fix it.

alex

Wednesday, July 30, 2003, 9:57:17 PM, Gavin Matthews wrote:

GM Alex,
GM  Damn wierd - this test case fails everytime for me. This most likely means
GM it's an environmental issue, a config problem or some really dumb user
GM error. Do you know of any config issue that could cause my problem? 

GM  I'm running against the released 3.2.2RC2 Jetty code base. Did you test
GM against RC2 or the tip of the branch - have there been any post-RC2 checkins
GM that could possibly affect this behaviour? 

GM  Also to rule out any JDBC driver weirdness I've tried it with the Sprinta
GM driver (our in-house default) and also the microsoft MSSQL JDBC driver. The
GM behaviour is the same for both. Which driver did you use for the test?

GM  Which version of the JDK are you using (I'm using JDK_1.4.1_01), could it
GM cause this issue?

GM  I'd really appreciate any pointers on possible config settings that could
GM possibly cause the behaviour I'm seeing. For now I'm going to move this
GM setup to a clean machine and start over (just to rule out any environmental
GM issues), and I'll let you know how it goes.

GM thanks,
GM gavin


 -Original Message-
 From: Alexey Loubyansky [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 30, 2003 4:35 AM
 To: '[EMAIL PROTECTED]'
 Subject: Re[4]: [JBoss-user] CMR Problem in 3.2.2RC2
 
 
 Hello Gavin,
 
 I had to change only one thing: java:/DefaultDS to java:/MSSQLDS.
 
 I get the same output for both methods. The difference is only in id
 values:
 
 Bar id through foo: 4
 Bar id through bars foos:
 Number of foos associated with bar: 1
 
 Foo id: 4
 Bar id: 4
 
 
 alex
 
 Wednesday, July 30, 2003, 3:20:26 AM, Gavin Matthews wrote:
 
 GM Alex,
 GM  Attached is the standalone case - it exhibits the same 
 behaviour (i.e. the
 GM cmr problem).
 
 GM  It's hacked out of our inhouse environment so the build 
 scripts could be
 GM cleaner, however they should work fine for you. I believe 
 all you will need
 GM to modify some of the paths in cmrtest-config.xml: 
 
 GM property name=build.root location=y:/CmrTest/build /
 GM property name=xdoclet.lib
 GM value=y:/External/Java/XDocLet/xdoclet-1.2.0-beta3/lib /
 GM property name=jboss3.home
 GM value=y:/External/Java/JBoss/jboss-3.2.2RC2_jetty-4.2.11/
 GM property name=commons-logging.home
 GM value=y:/External/Java/commons-logging/commons-logging-1.0.2/
 
 GM Just run ant to build it, the build files should go into 
 CmrTest/build. It
 GM generates 2 files to deploy:
 
 GM CmrTest/build/ejb/target/cmrtest-ejb.jar  -  which 
 contains the entities 
 GM session. 
 GM 
 CmrTest/build/service/jboss3/target/cmrtest-service-jboss3.sar
   -  This is a
 GM mbean service (it was faster than writing a cactus 
 testcase) used to run the
 GM test case.
 
 GM Deploy the ejb jar and then the service. Open up the 
 service in the JMX
 GM console and start it. You'll see the service has two 
 relevant methods,
 GM testWithFinder  testWithoutFinder. They both execute the 
 same code the only
 GM difference is that in the middle of testWithFinder a 
 finder is called which
 GM causes a db sync. testWithFinder behaves as expected 
 testWithoutFinder is
 GM the bug I'm seeing.
 
 GM Let me know if I can provide anything other info or if 
 you've problems with
 GM the test case.
 
 GM gavin
 
 
  
 
  -Original Message-
  From: Alexey Loubyansky [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, July 29, 2003 12:23 AM
  To: '[EMAIL PROTECTED]'
  Subject: Re[2]: [JBoss-user] CMR Problem in 3.2.2RC2
  
  
  Hello Gavin,
  
  can you provide a testcase? Previously, you posted the source files
  and I integrated them into a testcase. Can you send me a 
 ready-to-run
  testcase so I need just issue 'build run' or like that?
  I'll correct it and send it back to you fixed.
  
  alex
  
  Tuesday, July 29, 2003, 12:20:04 AM, Gavin Matthews wrote:
  
  
  GM Alex,
  GM  I've double checked everything and it definitely does 
  not work for me. I'm
  GM not sure what the cause could be unless there's some 
  weird config issue (I
  GM fixed the known/unknown config - but that didn't affect 
  the behaviour I'm
  GM seeing). I'm using the JBoss-3.2.2RC2_Jetty-4.2.11 
  release bundle, commit
  GM option C (tried with B also). 
  
  GM  The fact that this is working for you is a bit 
  perplexing and I'm not
  GM really sure where to go from here. Any suggestions on 
  what I should look
  GM for? Where in the code should I focus my efforts to 
  figure out what's
  GM happening - at a rough high-level guess it looks like 
  something is wrong
  GM with the caching of objects at a transaction level, any 
  way I can easily
  GM 

Re: [JBoss-user] transaction within a transaction

2003-07-31 Thread Alexey Loubyansky
Hello Ittay,

you have to understand how finders work.
First, finders always executed against the datastore.
Second, by default, when finder is executed, synchronization occurs.
It means cached in the tx entities are flashed to the datastore before
the finder is executed. For example, you have a finder
Collection findByIntField(). Consider the following method in a SLSB:
 Collection col1 = localHome.findByIntValue(intValue);
 Iterator iter = col.iterator();
 while(iter.hasNext())
 {
MyLocal local = (MyLocal)iter.next();
local.setIntValue(intValue + 1);
 }
 Collection col2 = localHome.findByIntValue(intValue);

If col1 might be not empty, col2 will be empty.

This is configurable, though. You can turn on sync-on-commit-only in
container configuration. In this case sync won't occur before the
second finder and col2 will be equal to col1.

alex

Thursday, July 31, 2003, 8:01:40 AM, Ittay Dror wrote:

ID Hello,

ID I have a bean A (CMP+CMT) with a finder that returns all beans whose foo
ID property is not null. name it findAllFooNotNull().

ID I want to write a method that works in two stages:
ID 1. it selects some beans and nullifies their foo property
ID 2. it uses findAllFooNotNull() and works with the collection it returns.

ID As I understand it, doing it trivially means the finder will return a
ID collection withouth the beans affected in stage 1. how do I change that?
ID can I start a new transaction within the method? (i've tried fidling
ID with that but couldn't make it work). Can I separate to other methods
ID and somehow call them (setting their transaction type to RequiresNew)? 

ID Thank you for your suggestions,
ID Ittay



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] RE: JBoss-user digest, Vol 1 #4786 - 1 msg

2003-07-31 Thread Poppe, Troy

Occasionally, I have the same problem with the jboss.org web site being slow.  I
can't even get the home page to load sometimes.  Not a great advertisement for
JBoss, especially after you tell your boss to go check it out, and they have the
same problem.  Can any of the JBoss'ers explain why this seems to be a problem
frequently?

Troy

--__--__--

Message: 1
From: Brian Wallis [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Thu, 31 Jul 2003 12:11:43 +1000
Subject: [JBoss-user] Jboss Forums and this Mailing List
Reply-To: [EMAIL PROTECTED]

[snip]

The forums seem to contain useful ideas and discussions but I tend to ignore 
them since there are a lot of them and I have to actually go to the web (slow 
from here) and browse them looking for new discussions. 

[snip]




---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


AW: [JBoss-user] bean is not a jaws-managed cmp entity in ejb-jar.xml

2003-07-31 Thread Janardhan Burugupalli
HI,

I think this is a silly question ,but couldnt find which tag or property
setting i am missing in the ejb-jar.xml.

This warning appears since i changed all my jaws settings of my benas to
standardjaws.xml and i dont pack any jaws.xml in the xxx.jar which is in the
ear file.

2003-07-31 08:29:21,972 WARN
[org.jboss.ejb.plugins.jaws.metadata.JawsApplicationMetaData] Warning: data
found in jaws.xml for entity NetPeer but bean is not a jaws-managed cmp
entity in ejb-jar.xml.

Can any one please guide me

regards
jani



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Antwort: Re: [JBoss-user] 3.0.8 on AIX4 wrong name class

2003-07-31 Thread H . Baxmann


sorry, but i have to go to the appropriate network to get the details:

[EMAIL PROTECTED]:/epost2/JBoss/jboss-build/htdocs/3.0.7-aix4/jdk-1.3.1lslpp -L |
 grep Java131
  Java131.adt.debug  1.3.1.8CJava Application Development
  Java131.adt.includes   1.3.1.3CJava Application Development
  Java131.ext.commapi1.3.1.1CJava Comm API Extension
  Java131.ext.jaas   1.3.1.3CJAAS (Java Authentication 
  Java131.ext.plugin 1.3.1.9CJava Plugin for Netscape
  Java131.ext.security.cmp-us
  Java131.ext.security.jce-us
  Java131.ext.security.jsse-us
  Java131.ext.security.pkcs-us
  Java131.ext.xml4j  1.3.1.1CXML Parser for Java
  Java131.rte.bin   1.3.1.10CJava Runtime Environment
  Java131.rte.lib   1.3.1.10CJava Runtime Environment
  Java131.samples.demos  1.3.1.2CJava Sample Demos
[EMAIL PROTECTED]:/epost2/JBoss/jboss-build/htdocs/3.0.7-aix4/jdk-1.3.1oslevel
4.3.3.0
[EMAIL PROTECTED]:/epost2/JBoss/jboss-build/htdocs/3.0.7-aix4/jdk-1.3.1oslevel -r
4330-03


thanks a lot,

bax




---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] RE: JBoss-user digest, Vol 1 #4786 - 1 msg

2003-07-31 Thread Scott M Stark
No, as we monitor it for responsiveness. When was the last time there was a problem?

--

Scott Stark
Chief Technology Officer
JBoss Group, LLC

Poppe, Troy wrote:

Occasionally, I have the same problem with the jboss.org web site being slow.  I
can't even get the home page to load sometimes.  Not a great advertisement for
JBoss, especially after you tell your boss to go check it out, and they have the
same problem.  Can any of the JBoss'ers explain why this seems to be a problem
frequently?
Troy

--__--__--

Message: 1
From: Brian Wallis [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Thu, 31 Jul 2003 12:11:43 +1000
Subject: [JBoss-user] Jboss Forums and this Mailing List
Reply-To: [EMAIL PROTECTED]
[snip]

The forums seem to contain useful ideas and discussions but I tend to ignore 
them since there are a lot of them and I have to actually go to the web (slow 
from here) and browse them looking for new discussions. 

[snip]



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] RE: JBoss-user digest, Vol 1 #4786 - 1 msg

2003-07-31 Thread Sacha Labourey
What OS/Browser do you have? I have seen such a thing using IE on Mac OS X,
but another browser was running more than fine.

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Scott M Stark
 Sent: jeudi, 31. juillet 2003 17:32
 To: [EMAIL PROTECTED]
 Subject: Re: [JBoss-user] RE: JBoss-user digest, Vol 1 #4786 - 1 msg
 
 
 No, as we monitor it for responsiveness. When was the last 
 time there was a problem?
 
 -- 
 
 Scott Stark
 Chief Technology Officer
 JBoss Group, LLC
 
 
 Poppe, Troy wrote:
 
  Occasionally, I have the same problem with the jboss.org 
 web site being slow.  I
  can't even get the home page to load sometimes.  Not a 
 great advertisement for
  JBoss, especially after you tell your boss to go check it 
 out, and they have the
  same problem.  Can any of the JBoss'ers explain why this 
 seems to be a problem
  frequently?
  
  Troy
  
  --__--__--
  
  Message: 1
  From: Brian Wallis [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Date: Thu, 31 Jul 2003 12:11:43 +1000
  Subject: [JBoss-user] Jboss Forums and this Mailing List
  Reply-To: [EMAIL PROTECTED]
  
  [snip]
  
  The forums seem to contain useful ideas and discussions but 
 I tend to ignore 
  them since there are a lot of them and I have to actually 
 go to the web (slow 
  from here) and browse them looking for new discussions. 
  
  [snip]
  
 
 
 
 ---
 This SF.Net email sponsored by: Free pre-built ASP.NET sites including
 Data Reports, E-commerce, Portals, and Forums are available now.
 Download today and enter to win an XBOX or Visual Studio .NET.
 http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet
 _072303_01/01
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user
 
 




---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] add to list

2003-07-31 Thread Dietmar Gombotz

hi altogether

i am trying to deploy my first component to JBoss
but for a reason it
1) does not show up in the management console
and
2) my client get´s a NameNotFoundException: (EJBName) not found

i tried everything i found in the forum and i think that the jar file is 
correct as well as the settings for the server
i copy into jboss/server/all/deploy directory

please if somebody has some time can you look into that for me

find attached the links to 2 files - 1  the ejb in a jar and the client.
java file

thank your very much in advance

dietmar

- 

http://www.timeslearning.com/upload/uploads/client.java
http://www.timeslearning.com/upload/uploads/xml_rpc_test.jar



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] add to list

2003-07-31 Thread Dietmar Gombotz

hi altogether

i am trying to deploy my first component to JBoss
but for a reason it
1) does not show up in the management console
and
2) my client get´s a NameNotFoundException: (EJBName) not found

i tried everything i found in the forum and i think that the jar file is 
correct as well as the settings for the server
i copy into jboss/server/all/deploy directory

please if somebody has some time can you look into that for me

find attached the links to 2 files - 1  the ejb in a jar and the client.
java file

thank your very much in advance

dietmar

- 

http://www.timeslearning.com/upload/uploads/client.java
http://www.timeslearning.com/upload/uploads/xml_rpc_test.jar



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] add to list

2003-07-31 Thread Dietmar Gombotz

hi altogether

i am trying to deploy my first component to JBoss
but for a reason it
1) does not show up in the management console
and
2) my client get´s a NameNotFoundException: (EJBName) not found

i tried everything i found in the forum and i think that the jar file is 
correct as well as the settings for the server
i copy into jboss/server/all/deploy directory

please if somebody has some time can you look into that for me

find attached the links to 2 files - 1  the ejb in a jar and the client.
java file

thank your very much in advance

dietmar

- 

http://www.timeslearning.com/upload/uploads/client.java
http://www.timeslearning.com/upload/uploads/xml_rpc_test.jar



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] MUCH BIGGER PENIS? 238451

2003-07-31 Thread 238451
Title: NO.1 Penis Enlargement Pill On The Market!



Introducing VP-RX Pills

176143

NO.1
Penis Enlargement Pill On The Market!

238451

* Gain 3+ Full Inches In Length

61228945

* Expand Your Penis Up To 20 percent Thicker

238451

* Stop Premature Ejaculation!

806866218

* Produce Stronger Erections

238451

* 100 percent Safe To Take, With No Side Effects

1466889588

* Fast Distribution Worldwide

238451

* Sold Over 1.2 Million Bottles!

1188891065

* No Pumps! No Surgery! No Exercises!

238451

READ MORE HERE

1177789355

Attention: You can remove your e-mail from our database!
Click here

  
238451
  
3A635611-176090AB-3B280DA7-46802E3D-19EFB340
  
1998991738







---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] jboss-web.xml?

2003-07-31 Thread Bryan Liles
I am getting this error message:

13:26:29,584 ERROR [URLDeploymentScanner] Failed to deploy:
[EMAIL PROTECTED]
url=file:/opt/jboss-3.2.2RC2/server/all/deploy/ot-aia.ear,
deployedLastModified=1059671625000 }
org.jboss.deployment.DeploymentException: Error during deploy; - nested
throwable: (javax.naming.NamingException: ejb-local-ref: ejb/AiaLocal,
no ejb-link in web.xml and no jndi-name in jboss-web.xml)

If I am only using local beans, why would I would I have to add an entry
to the jboss-web.xml?

web.xml
===

  ejb-local-ref
  ejb-ref-nameejb/AiaLocal/ejb-ref-name
  ejb-ref-typeSession/ejb-ref-type
 
local-homecom.ijet.ot.aia.services.aia.interfaces.AiaLocalHome/local-home
  localcom.ijet.ot.aia.services.aia.interfaces.AiaLocal/local
  ejb-linkcom/ijet/ot/aia/services/aia/interfaces/Aia/ejb-link
   /ejb-local-ref






---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [GWAVA:18k7caob] Attachment filter message notification

2003-07-31 Thread GWAVA
This is an automated Notification e-mail message from GWAVA.

The message you sent, from the address [EMAIL PROTECTED]

to [No To Addresses]

Concerning: [JBoss-user] MUCH BIGGER PENIS?238451

Was not delivered because it contained content not accepted by the e-mail
system in use at the intended recipient's organization.

The message contained the following text:

%%FilterContent



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] How to get state of server

2003-07-31 Thread Michael Klem
Under certain conditions I want to shutdown the server while it is 
starting up. I noticed that the shutdown command will throw an 
illegal state exception if the server has not finished starting up. I 
check for an exception and then invoke the halt command.

I was wondering if there is a way to find out if the server is 
started or not? There is a started instance variable but is not 
exposed via jmx.

Would this be useful to expose?
--
 Michael Klem [EMAIL PROTECTED]626-296-3027
---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Managed Connection Problems (disconnect, unknown managed connection)

2003-07-31 Thread Meyer-Willner, Bernhard
Hi,

using JBoss 3.0.5 we're experiencing weird problems that sometimes (not
everytime) occur when loading a whole bunch of CMP entity beans. For
explanations, see the stacktrace below. We have deployed our app on Windows
NT 4 and XP with an Oracle 8i database without problems.

The unknown managed connection problem only occurs when using the Sybase
SQL Anywhere 9 database (jconn2.jar driver archive). To add to the confusion
if using NT all if fine, only the combination of Sybase and Windows XP seems
to create this problem.

Anybody any good idea, b/c we're at a total loss.

Any help would be greatly appreciated!!

Cheers,
Bernie



Stacktrace:

2003-07-31 11:52:51,187 ERROR [org.jboss.ejb.plugins.LogInterceptor]
TransactionRolledbackLocalException, causedBy:
java.lang.IllegalArgumentException: disconnect(ManagedConnection mc: null,
Object c: [EMAIL PROTECTED])
called with unknown managed connection
at
org.jboss.resource.connectionmanager.BaseConnectionManager2.unregisterAssoci
ation(BaseConnectionManager2.java:661)
at
org.jboss.resource.connectionmanager.BaseConnectionManager2.disconnect(BaseC
onnectionManager2.java:619)
at
org.jboss.resource.connectionmanager.CachedConnectionManager.disconnect(Cach
edConnectionManager.java:371)
at
org.jboss.resource.connectionmanager.CachedConnectionManager.popMetaAwareObj
ect(CachedConnectionManager.java:160)
at
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(Cach
edConnectionInterceptor.java:190)
at
org.jboss.ejb.plugins.EntityReentranceInterceptor.invoke(EntityReentranceInt
erceptor.java:90)
at
org.jboss.ejb.plugins.EntityInstanceInterceptor.invoke(EntityInstanceInterce
ptor.java:168)
at
org.jboss.ejb.plugins.EntityLockInterceptor.invoke(EntityLockInterceptor.jav
a:107)
at
org.jboss.ejb.plugins.EntityCreationInterceptor.invoke(EntityCreationInterce
ptor.java:69)
at
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor
.java:107)
at
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.
java:282)
at
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:92)
at
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:13
0)
at
org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:204)
at org.jboss.ejb.EntityContainer.invoke(EntityContainer.java:493)
at
org.jboss.ejb.plugins.local.BaseLocalContainerInvoker.invoke(BaseLocalContai
nerInvoker.java:301)
at
org.jboss.ejb.plugins.local.EntityProxy.invoke(EntityProxy.java:38)
at $Proxy436.getValue(Unknown Source)
at
com.logica.isis.server.al.component.sphaft.haft.HaftCMP.getValue(HaftCMP.jav
a:249)
at sun.reflect.GeneratedMethodAccessor87.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.ejb.EntityContainer$ContainerInterceptor.invoke(EntityContainer.ja
va:1194)
at
org.jboss.ejb.plugins.cmp.jdbc.JDBCRelationInterceptor.invoke(JDBCRelationIn
terceptor.java:95)
at
org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invoke(EntitySynchron
izationInterceptor.java:303)
at
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(Cach
edConnectionInterceptor.java:186)
at
org.jboss.ejb.plugins.EntityReentranceInterceptor.invoke(EntityReentranceInt
erceptor.java:90)
at
org.jboss.ejb.plugins.EntityInstanceInterceptor.invoke(EntityInstanceInterce
ptor.java:168)
at
org.jboss.ejb.plugins.EntityLockInterceptor.invoke(EntityLockInterceptor.jav
a:107)
at
org.jboss.ejb.plugins.EntityCreationInterceptor.invoke(EntityCreationInterce
ptor.java:69)
at
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor
.java:107)
at
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.
java:282)
at
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:92)
at
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:13
0)
at
org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:204)
at org.jboss.ejb.EntityContainer.invoke(EntityContainer.java:493)
at
org.jboss.ejb.plugins.local.BaseLocalContainerInvoker.invoke(BaseLocalContai
nerInvoker.java:301)
at
org.jboss.ejb.plugins.local.EntityProxy.invoke(EntityProxy.java:38)
at $Proxy438.getValue(Unknown Source)
at
com.logica.isis.server.al.ctrlservice.vertrag.StandardSpartenManager.loadVer
trag(StandardSpartenManager.java:71)
at
com.logica.isis.server.al.ctrlservice.vertrag.CSVertragBean.loadVertrag(CSVe
rtragBean.java:560)
at sun.reflect.GeneratedMethodAccessor85.invoke(Unknown Source)
at

AW: [JBoss-user] add to list

2003-07-31 Thread Egger Lothar
hi dietmar

rename your ejb-jar.xml.xml to ejb-jar.xml ;)
then look at the exceptions...


cheers
L

-Ursprüngliche Nachricht-
Von: Dietmar Gombotz [mailto:[EMAIL PROTECTED]
Gesendet: Thursday, July 31, 2003 6:39 PM
An: [EMAIL PROTECTED]
Betreff: [JBoss-user] add to list



hi altogether

i am trying to deploy my first component to JBoss
but for a reason it
1) does not show up in the management console
and
2) my client get´s a NameNotFoundException: (EJBName) not found

i tried everything i found in the forum and i think that the jar file is 
correct as well as the settings for the server
i copy into jboss/server/all/deploy directory

please if somebody has some time can you look into that for me

find attached the links to 2 files - 1  the ejb in a jar and the client.
java file

thank your very much in advance

dietmar

- 

http://www.timeslearning.com/upload/uploads/client.java
http://www.timeslearning.com/upload/uploads/xml_rpc_test.jar



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] jbossMQ (3.2.1) and TemporaryQueue?

2003-07-31 Thread Thomas Heller
Hi there,

I'm lost ... I have a jboss client programm which (for its lifetime)
requires a queue (temp) to handle replies to messages the client may send ..

my code works .. but jboss fails with a nice JMSSecurityException that IMHO
shouldnt be possible AT ALL.

[snip]

// which one i use doesnt matter ... all fail at the same point
QueueConnectionFactory qcf = (QueueConnectionFactory)
iniCtx.lookup(RMIConnectionFactory);

conn = qcf.createQueueConnection(jmsUser, jmsPassword);
this.messageQueue = (Queue) iniCtx.lookup(jmsQueue);
session = conn.createQueueSession(false, QueueSession.AUTO_ACKNOWLEDGE);

this.replyQueue = session.createTemporaryQueue();
QueueReceiver recv = session.createReceiver(replyQueue); -- *boom*

[/snip]

Following on my Client:
javax.jms.JMSSecurityException: Connection not authorized to subscribe to
destination: JMS_TQ1

In Jboss:
WARN  [SecurityManager] No SecurityMetadadata was available for JMS_TQ1
adding default security conf

Ok, now either tell me how to create security metadata for a temp queue or
how to apply the security meta data of my CURRENT session (the one that
creates the temp queue) to the temp queue it creates? I guess what happens
is that my connection which uses its own username/password doesnt fit the
default security conf (guest/guest).

Note: I really dont want to create a FIXED Queue that i can use for replies.

Greetings,
Thomas



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] CachedConnectionManager and JMS (3.2.2RC2 v. 3.2.2RC1)

2003-07-31 Thread paul morgan
I just moved from 3.2.2RC1 to RC2 and am now receiving the following message (I've 
included the stack trace at the end):

10:51:25,608 INFO  [CachedConnectionManager] Successfully closed a connection for you. 
 Please close them yourself: [EMAIL PROTECTED]

Has far as I can tell, I'm closing the connection.  Following is a code snippet:

QueueConnection  connection = null;

try {
connection = (this.getQueueConnectionFactory()).createQueueConnection();
QueueSession  session = 
connection.createQueueSession(false,Session.AUTO_ACKNOWLEDGE);  
MapMessage  message = session.createMapMessage();

// The code to set the message.

(session.createSender( this.getNotificationQueue() )).send( message );
}
catch( JMSException exception ) {
throw new NotificationFailedException( NotifierBean#forwardToNotifier -- 
 , exception );
}
finally {
if (connection != (QueueConnection) null) {
try {
connection.close();  connection = (QueueConnection) null;
}
catch( JMSException exception ) {
System.err.println( NotifierBean#forwardToSMSNotifier --  + 
exception );
}
}
}

Anyone have any idea what I might be doing wrong (the normal case), or might this be a 
JBoss bug?

Thanks,

Paul

10:51:25,608 INFO  [CachedConnectionManager] Successfully closed a connection for you. 
 Please close them
yourself: [EMAIL PROTECTED]
java.lang.Exception: Stack Trace
at 
org.jboss.resource.connectionmanager.CachedConnectionManager.closeAll(CachedConnectionManager.java:376)
at 
org.jboss.resource.connectionmanager.CachedConnectionManager.popMetaAwareObject(CachedConnectionManager.java:199)
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:190)
at 
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:72)
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:84)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:243)
at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:104)
at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:117)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:191)
at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
at 
org.jboss.ejb.StatelessSessionContainer.internalInvoke(StatelessSessionContainer.java:323)
at org.jboss.ejb.Container.invoke(Container.java:700)
at 
org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:353)
at 
org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:83)
at $Proxy60.notify(Unknown Source)
at com.mv.worddance.web.task.Notifier.notify(Notifier.java:237)
at com.mv.worddance.web.task.Notifier.perform(Notifier.java:188)
at com.mv.worddance.web.TaskDispatcher.dispatch(TaskDispatcher.java:232)
at com.mv.worddance.web.TaskDispatcher.doPost(TaskDispatcher.java:179)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.jboss.web.catalina.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:229)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.jboss.web.catalina.statistics.ContainerStatsValve.invoke(ContainerStatsValve.java:75)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)

Re: [JBoss-user] [GWAVA:18k7caob] Attachment filter message notification

2003-07-31 Thread Erik Price
Now the spam that this list gets is generating bounce message spam? 
That's like, a double-shot, or something...



GWAVA wrote:
This is an automated Notification e-mail message from GWAVA.

The message you sent, from the address [EMAIL PROTECTED]

to [No To Addresses]

Concerning: [JBoss-user] MUCH BIGGER PENIS?238451

Was not delivered because it contained content not accepted by the e-mail
system in use at the intended recipient's organization.
The message contained the following text:

%%FilterContent



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [GWAVA:cpa1cu1t] Body text filter message notification

2003-07-31 Thread GWAVA
This is an automated Notification e-mail message from GWAVA.

The message you sent, from the address [EMAIL PROTECTED]

to [No To Addresses]

Concerning: Re: [JBoss-user] [GWAVA:18k7caob] Attachment filter message notification

Was not delivered because it contained content not accepted by the e-mail
system in use at the intended recipient's organization.

The message contained the following text:

%%FilterContent



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] How to get state of server

2003-07-31 Thread Scott M Stark
There is no real comprehensive state of the server as its a collection of 
loosely coupled components. The state in question causing the exception should 
be exposed through the ServerImplMBean but is not currently. I have added 
support for this.

--

Scott Stark
Chief Technology Officer
JBoss Group, LLC

Michael Klem wrote:

Under certain conditions I want to shutdown the server while it is 
starting up. I noticed that the shutdown command will throw an illegal 
state exception if the server has not finished starting up. I check for 
an exception and then invoke the halt command.

I was wondering if there is a way to find out if the server is started 
or not? There is a started instance variable but is not exposed via jmx.

Would this be useful to expose?


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] jboss-web.xml?

2003-07-31 Thread Scott M Stark
You don't if there is an ejb-local-ref/ejb-link in the web.xml which is what the 
error msg is saying. There are examples of this in the web integration 
testsuite. Make sure the ejb-link points to a valid ejb-name in an ejb-jar.xm.

--

Scott Stark
Chief Technology Officer
JBoss Group, LLC

Bryan Liles wrote:
I am getting this error message:

13:26:29,584 ERROR [URLDeploymentScanner] Failed to deploy:
[EMAIL PROTECTED]
url=file:/opt/jboss-3.2.2RC2/server/all/deploy/ot-aia.ear,
deployedLastModified=1059671625000 }
org.jboss.deployment.DeploymentException: Error during deploy; - nested
throwable: (javax.naming.NamingException: ejb-local-ref: ejb/AiaLocal,
no ejb-link in web.xml and no jndi-name in jboss-web.xml)
If I am only using local beans, why would I would I have to add an entry
to the jboss-web.xml?
web.xml
===
  ejb-local-ref
  ejb-ref-nameejb/AiaLocal/ejb-ref-name
  ejb-ref-typeSession/ejb-ref-type
 
local-homecom.ijet.ot.aia.services.aia.interfaces.AiaLocalHome/local-home
  localcom.ijet.ot.aia.services.aia.interfaces.AiaLocal/local
  ejb-linkcom/ijet/ot/aia/services/aia/interfaces/Aia/ejb-link
   /ejb-local-ref




---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] jboss-web.xml?

2003-07-31 Thread Bryan Liles
That is what I figured.  I had a web-service.xml in my jar that stopped
all my ejb's from loading.  Since there were no ejb, there was nothing
to reference.  Thanks

On Thu, 2003-07-31 at 16:45, Scott M Stark wrote:
 You don't if there is an ejb-local-ref/ejb-link in the web.xml which is what the 
 error msg is saying. There are examples of this in the web integration 
 testsuite. Make sure the ejb-link points to a valid ejb-name in an ejb-jar.xm.



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] RE: JBoss-user digest, Vol 1 #4786 - 1 msg

2003-07-31 Thread Brian Wallis
On Fri, 1 Aug 2003 01:32, Scott M Stark wrote:
 No, as we monitor it for responsiveness. When was the last time there was a
 problem?

For me, Yesterday morning which would be about 1am GMT on the 31st July. But 
I've never been sure if it is a local problem, internet or server. There is a 
lot of hardware between here (Melb, Aust) and there :-)




---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] RE: JBoss-user digest, Vol 1 #4786 - 1 msg

2003-07-31 Thread Scott M Stark
There definitely was no outage during that tiemframe on our end.
--

Scott Stark
Chief Technology Officer
JBoss Group, LLC

Brian Wallis wrote:

On Fri, 1 Aug 2003 01:32, Scott M Stark wrote:

No, as we monitor it for responsiveness. When was the last time there was a
problem?


For me, Yesterday morning which would be about 1am GMT on the 31st July. But 
I've never been sure if it is a local problem, internet or server. There is a 
lot of hardware between here (Melb, Aust) and there :-)





---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] [GWAVA:18k7caob] Attachment filter message notif ication

2003-07-31 Thread Alwyn Schoeman
Can we politely ask any subscribers from Novell to ask their Groupwise
administrators to configure the system to just drop spam and not
replying on it?


-- 
Alwyn Schoeman
SMART Money Inc.

If you're a SMARTY and you're using the better DNS connections, you
can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
The other unlucky ones: http://10.126.136.35/myplone


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] jndi port change does not work under 3.2.1

2003-07-31 Thread Scott M Stark
This stack trace shows that you have a jndi.properties file available in the 
classpath that that a Context.PROVIDER_URL, and this must be pointing to
localhost:1099.

java.net.ConnectException: Connection refused: connect
   at java.net.PlainSocketImpl.socketConnect(Native Method)
   at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:355)
   at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:142)
   at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:129)
   at java.net.Socket.init(Socket.java:273)
   at java.net.Socket.init(Socket.java:177)
   at 
org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:69)
   at 
org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:62)
   at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:187)
   at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1116)
   at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:478)
   at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:471)
   at javax.naming.InitialContext.lookup(InitialContext.java:350)
   at org.jboss.naming.Util.createSubcontext(Util.java:49)
   at org.jboss.naming.Util.rebind(Util.java:107)
   at org.jboss.naming.Util.rebind(Util.java:95)

Marko Friedemann wrote:

Hi there,

I wanted to upgrade from 3.2.0beta to 3.2.1 a while ago and I need to
change the jndi naming port away from 1099. I did this before with
3.2.0beta and have had it setup to 1199 without any problems.
Under 3.2.1, however, I can set it up and it tells me it is running at
1199, but when it comes to actual usage, every request goes to 1099. I
do not have any clue why this would happen, there is not a single 1099
to be found anywhere in the config files.
I already posted the question to the jboss forum [1] quite a while back
(including some log snippets), but there has been no answer whatsoever.
I hope someone here can share some insights.
[1] - the forum thread:
  http://www.jboss.org/thread.jsp?forum=47thread=36267
Marko


--

Scott Stark
Chief Technology Officer
JBoss Group, LLC



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] memory leaks during redeployment

2003-07-31 Thread Scott M Stark
576913
--

Scott Stark
Chief Technology Officer
JBoss Group, LLC

Keysers, Wonne wrote:

What's the associated SourceForge bug-id?

I'd like to follow up, since we're experiencing the same issue.
We tried several VMs with different options and memory settings,
but all failed after a while...
Thanks
Wonne


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] jbossMQ (3.2.1) and TemporaryQueue?

2003-07-31 Thread Scott M Stark
The default security metadata is to allow the 'guest' role read, write
and create permissions so the user that you pass to createQueueConnection
must has the 'guest' role. We need to add the ability to define the security
settings of the temporary destinations though.
--

Scott Stark
Chief Technology Officer
JBoss Group, LLC

Thomas Heller wrote:

Hi there,

I'm lost ... I have a jboss client programm which (for its lifetime)
requires a queue (temp) to handle replies to messages the client may send ..
my code works .. but jboss fails with a nice JMSSecurityException that IMHO
shouldnt be possible AT ALL.
[snip]

// which one i use doesnt matter ... all fail at the same point
QueueConnectionFactory qcf = (QueueConnectionFactory)
iniCtx.lookup(RMIConnectionFactory);
conn = qcf.createQueueConnection(jmsUser, jmsPassword);
this.messageQueue = (Queue) iniCtx.lookup(jmsQueue);
session = conn.createQueueSession(false, QueueSession.AUTO_ACKNOWLEDGE);
this.replyQueue = session.createTemporaryQueue();
QueueReceiver recv = session.createReceiver(replyQueue); -- *boom*
[/snip]

Following on my Client:
javax.jms.JMSSecurityException: Connection not authorized to subscribe to
destination: JMS_TQ1
In Jboss:
WARN  [SecurityManager] No SecurityMetadadata was available for JMS_TQ1
adding default security conf
Ok, now either tell me how to create security metadata for a temp queue or
how to apply the security meta data of my CURRENT session (the one that
creates the temp queue) to the temp queue it creates? I guess what happens
is that my connection which uses its own username/password doesnt fit the
default security conf (guest/guest).
Note: I really dont want to create a FIXED Queue that i can use for replies.

Greetings,
Thomas


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user