Re: [JBoss-user] mbean access from session bean help

2003-05-28 Thread Scott M Stark
It means you JMX object name is bad. The name is jboss.security:service=JaasSecurityManager not jboss.security.service=JaasSecurityManager Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "kiuma" <[

Re: [JBoss-user] security question: removing an individual user from authent cache

2003-05-28 Thread Scott M Stark
From the 3.0.7 release notes: comments: Add a flushAuthenticationCache(String securityDomain, Principal user) operation to allow a single user to be flushed from the authentication cache. Scott Stark Chief Technology Officer JBoss Group, LLC -

Re: [JBoss-user] newbie question on JMS and JBOSS

2003-05-28 Thread Scott M Stark
The jars are in the jboss-dist/client directory. When in doubt include them all, but the concurrent.jar, jbossall-client.jar, and log4j.jar should be all that are required for JDK1.4. The jnet.jar will be needed when using JDK1.3. Scott Stark Chief Technology Officer JBo

[JBoss-user] Problem with Connection Pool

2003-05-28 Thread joel . goodling
Hi All, We are running JBoss 3.2.1 with Tomcat and experiencing a strange problem: Our ManagedConnectionPool parameters are configured as follows: MaxSize = 20 MinSize = 0 IdleTimeoutMinutes = 15 BlockingTimeoutMillis = 5000 ManagedConnectionFactoryName = jboss.jca:service=ManagedConnectionFact

[JBoss-user] Configurate Oracle to CMP in JBoss

2003-05-28 Thread Maiquel Sampaio de Melo
Have anybody a example to install oracle 9i to JBoss with/ or no Xdoclet? Sincerely, Maiquel ___ Yahoo! Mail Mais espaço, mais segurança e gratuito: caixa postal de 6MB, antivírus, proteção contra spam. http://br.mail.yahoo.com/

RE: [JBoss-user] newbie question on JMS and JBOSS

2003-05-28 Thread Barlow, Dustin
For your CLASSPATH, add /client/jbossall-client.jar. This jar should have everything (and then some) you need to build your JMS code. Dustin > -Original Message- > From: Markus Jais [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 28, 2003 7:16 AM > To: [EMAIL PROTECTED] > Subject: [JBos

Re: [JBoss-user] mbean access from session bean help

2003-05-28 Thread kiuma
Sorry the solution is value="jboss.security:service=JaasSecurityManager" kiuma wrote: Hello, I ahve this method: * @ejb.env-entry * name="jaasMgrName" * value="jboss.security.service=JaasSecurityManager" * @ejb.env-entry * name="securityDomain" * value="progettoblu" public

Re: [JBoss-user] JMS Queue Question

2003-05-28 Thread David Ward
Excuse me if I'm wrong, but is this the same Ed Brown that was flaming JBoss on the jboss-user list (though not being an actual user) some months ago? If so, what is your motivation for continued harassment? If not, I apologize and ask that you provide the answer you seem to be sitting on. ;) T

[JBoss-user] mbean access from session bean help

2003-05-28 Thread kiuma
Hello, I ahve this method: * @ejb.env-entry * name="jaasMgrName" * value="jboss.security.service=JaasSecurityManager" * @ejb.env-entry * name="securityDomain" * value="progettoblu" public Collection getLoggedUsers() throws RemoteException { try {

Re: [JBoss-user] newbie question on JMS and JBOSS

2003-05-28 Thread Allan Kamau
Hi Markus, Indeed it is difficult to explain how to use JMS in an J2EE environment/application like JBOSS by email. This is because one needs to first understand what messaging is, what message driven beans (MDB) are, then how to deploy MDB in an application server such as JBOSS. A good place to st

Re: [JBoss-user] ORA 00921 revisited

2003-05-28 Thread Jon Haugsand
* Jon Haugsand > Look at the following code fragment: > > public void testEqual() throws Exception { > cat.debug("testEqual"); > KonfigurasjonPK pkp = new KonfigurasjonPK(1); > KonfigurasjonLocal kl = konfHome.findByPrimaryKey(pkp); > kl.getBeskrivelse(); > Colle

Re: [JBoss-user] problem/mistake with CMP/CMR settings

2003-05-28 Thread Alexey Loubyansky
First, you should have public void ejbPostCreate(ALocal a ) { do you have it? alex Wednesday, May 28, 2003, 1:45:32 PM, costin costin wrote: c> Hello! c> I am having difficulties with a CMR relation on one of my web-apps. c> I am using JBoss 3.2.0 and MySql 4.0.12 on Linux 2.4.18. c>

[JBoss-user] newbie question on JMS and JBOSS

2003-05-28 Thread Markus Jais
hello I am totally new to JBOSS and JMS. After reading the documentation I found at jboss.org and java.sun.com I am a bit lost. is there some information on how to use the examples from the JMS tutorial from Sun together with JBOSS ?? I am currently trying to compile the examples but do not kno

[JBoss-user] SLSB question...

2003-05-28 Thread Jules Gosnell
THIS IS FOR A CLIENT WHO HAS A JBG SUPPORT CONTRACT Guys, A team here needs a component that does something like this: An invocation comes in, initiates a number of pieces of short-term, concurrent work. when all have been done, the result is aggregated and returned in the outbound invocation

[JBoss-user] ORA 00921 revisited

2003-05-28 Thread Jon Haugsand
Look at the following code fragment: public void testEqual() throws Exception { cat.debug("testEqual"); KonfigurasjonPK pkp = new KonfigurasjonPK(1); KonfigurasjonLocal kl = konfHome.findByPrimaryKey(pkp); kl.getBeskrivelse(); Collection all = konfHome.f

[JBoss-user] problem/mistake with CMP/CMR settings

2003-05-28 Thread costin
Hello! I am having difficulties with a CMR relation on one of my web-apps. I am using JBoss 3.2.0 and MySql 4.0.12 on Linux 2.4.18. I have the following diagram: ++ | A bean | ++ A 1 | V * +--+ |B bean| +--+ The problem appears wh

[JBoss-user] ★网站下载10款大型营销软件仅售――50元!★

2003-05-28 Thread hgf
●接 近 客 户 就 是 接 近 成 功● ** ●电子邮件地址(1.3亿)+企业名录+180款营销软件在线销售☆ ** ●☆《中国黄页一中国电话号簿》光盘版☆ ** ●☆全国上网企业名录大全...☆ **

[JBoss-user] security question: removing an individual user from authent cache

2003-05-28 Thread jfc
Hi, I would like to know whether or not I need to upgrade my current version of JBoss (308RC1 bundled with tomcat 4.1.24 LE1.4) in order to aquire functionality/support for removing an individual user from the authentication cache when he logs out of the web application. If this is possible to

[JBoss-user] JAAS Error

2003-05-28 Thread Maiquel Sampaio de Melo
Can anybody help-me with this error? Exception in thread "main" java.lang.SecurityException: Unable to locate a login configuration at com.sun.security.auth.login.ConfigFile.(ConfigFile.java:97) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun

RE: [JBoss-user] Deployment problems going from 3.0.6 -> 3.2.1

2003-05-28 Thread Torsten Terp
Hi Scott, Thanks! Im getting a little confused here though. Your description looks like an explanation to the problem with the scheduler not being deployed: [ObjectName: test:service=TestScheduler state: FAILED I Depend On: Depends On Me: org.jboss.deployment.DeploymentException: Exception se

[JBoss-user] DefaultDS Lookup Failure

2003-05-28 Thread Andre . Fuechsel
Hi, I'm having problems too to deploy the osworkfolw_example to JBoss like Rod Macpherson had earlier. Maybe, I do not really understand, how to set up the oracle connection or how to bind the JNDI names. I always get 14:30:19,425 FATAL [BaseJDBCProvider] Could not look up DataSource using JND

[JBoss-user] automatic entity bean creation at deployment time

2003-05-28 Thread Carsten Hammer
Hi, I currently look for an easy way to do some database initialisations at deployment time of a J2EE application. For some of the entity beans it would make sense to provide some entries directly after the installation. I would like to avoid to access the database directly. On the other hand I am

[JBoss-user] Problem configuring xa-tx-datasource

2003-05-28 Thread Janardhan Burugupalli
Janardhan Burugupalli wrote: Hi All, My sapdb-xa-ds.xml looks like this ...i have a problem that the AIWORKDB is not bound while starting the JBoss can some one correct this if anything goes wrong in this... and also i dont know how to specofy the driver class for the database driver .i

Re: [JBoss-user] Problem configuring xa-tx-datasource

2003-05-28 Thread Janardhan Burugupalli
Hi All, My sapdb-xa-ds.xml looks like this ...i have a problem that the AIWORKDB is not bound while starting the JBoss can some one correct this if anything goes wrong in this... and also i dont know how to specofy the driver class for the database driver .i tried the normal local-tx-da

Re: [JBoss-user] error writing a document to a local file

2003-05-28 Thread kiuma
You can't write to a file from an ejb, you should instead use an MBean to do this. ciao, kiuma Gordon wrote: Hi. I have a problem writing a SVG document to a local directory My code works in a normal java class but when i use it in an ejb, i get an error. The svg file is created in the local driv