[JBoss-user] [Beginners Corner] - Re: Tutorial wont run

2005-09-05 Thread andrewi
I found that one of the jars was not in the deploy folder. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893135#3893135 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893135 --

[JBoss-user] [Beginners Corner] - What does no classloaders found mean ?

2005-09-05 Thread andrewi
what does this mean ? 05:24:29,546 WARN [ServiceController] Problem starting service jboss.j2ee:service=EJB3,module=jfrentity.ejb3 java.lang.RuntimeException: java.lang.ClassNotFoundException: No ClassLoaders found for: com.meerkat.jfr.par.Address at org.jboss.ejb3.Ejb3Module.createHib

[JBoss-user] [JBossCache] - Re: Treecache Lock Error

2005-09-05 Thread [EMAIL PROTECTED]
Yes, that's right. However, I'm not changing this right now, as we will handle this all in the new NotificationInterceptor. Can you make a comment on http://jira.jboss.com/jira/browse/JBCACHE-270 ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893132#3893132

[JBoss-user] [Installation, Configuration & Deployment] - addressing servlet's dependency on an MBean

2005-09-05 Thread vikas0506
Just playing around with jboss,axis. I created a servlet that makes use of a certain mbean. I want the mbean to be registered first and then the servlet class to be initialized. The Mbean is part of a different sar and the servlet in question is in a different war file. Can any one help me with

[JBoss-user] [Security & JAAS/JBoss] - Re: Please Help: JAAS

2005-09-05 Thread amyrlinseat
I am far from being an expert in this, but from my experience what you are missing is the following: in the file jboss.xml that is in the jar of your EJB, you must have the following node | | |java:/jaas/ABCD | | | where ABCD should be replaced by you to some meaningful s

[JBoss-user] [Security & JAAS/JBoss] - Please Help: JAAS

2005-09-05 Thread shankarniyer
Hi, I am trying to implement JAAS in Jboss. I use users.properties and roles.properties to define the users and roles. I have two methods in my enterprise bean which is accessed from a servlet. All deployment descriptors are properly set, which I double checked. One method is fro User and other fo

[JBoss-user] [Security & JAAS/JBoss] - Please Help: JAAS

2005-09-05 Thread shankarniyer
Hi, I am trying to implement JAAS in Jboss, version 3.2.7. I use users.properties and roles.properties to define the users and roles. I have two methods in my enterprise bean which is accessed from a servlet. One method is fro User and other for Administrator. My bean methods are as is as follows :

[JBoss-user] [Beginners Corner] - Log4jService$URLWatchTimerTask

2005-09-05 Thread manojpardeshi
server prints this line for ervery minute INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml no log4j.properties in classpath how to stop this thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893127#3893127 Reply to the po

[JBoss-user] [Advanced Documentation] - JAAS in JBoss

2005-09-05 Thread shankarniyer
Hi, I am trying to implement JAAS in Jboss, version 3.2.7. I use users.properties and roles.properties to define the users and roles. I have two methods in my enterprise bean which is accessed from a servlet. All my deployment descriptors are properly set, which i double checked. One method is fro

[JBoss-user] [JBoss Portal] - Re: How to improve portlet development process?

2005-09-05 Thread ramesa
Hi, Try the helloworld portlet examples jboss website jboss portal wiki page. You have simple and first portlet idea. Then u have to concentrate on the portlet api and some examples to try. Regards, Ramesa View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=38

[JBoss-user] [Installation, Configuration & Deployment] - Defining datasources in webapp config files?

2005-09-05 Thread sbalmos
Hi all, I was wondering if it's possible, in any way, to put datasource definition files (-ds.xml & other definitions for JavaMail, LDAP, etc) inside a webapp's EAR / WAR / SAR / whatever package? Or *must* those definition files be separate in the deploy directory? I'm trying to keep my deploy

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: cannot find symbol primaryKey

2005-09-05 Thread andrewi
Sorry about that | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - cannot find symbol primaryKey

2005-09-05 Thread andrewi
I get the following when building my entity beans. I just cant seem to work this out. [javac] F:\workspace\JFr\src\com\meerkat\jfr\par\LineItem.java:55: cannot find symbol [javac] symbol : method primaryKey() [javac] location: @interface javax.persistence.Column [javac] @Column

[JBoss-user] [Javassist user questions] - annotation bug?

2005-09-05 Thread slobo
I have found the following strange behaviour in JavaAssist 3.1RC1: I have a method (myMethod) the method has an annotation (MyAnnotation) the annotation has a String[] element (value()) if the element array is empty Object[] annotations = myMethod.getAnnotations() MyAnnotation myAnnotation = (MyA

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Date and JBOSSQL

2005-09-05 Thread gaferrero
Hi all!, i write a simple example to compare a range of dates, this is the method: | | | | findByDate | | java.lang.Integer |

[JBoss-user] [Javassist user questions] - Can we avoid "cannot edit NEW followed by no DUP"?

2005-09-05 Thread gpothier
Hi, If I try to replace an expression like "new MyClass()" (without assignment), I get that error: javassist.CannotCompileException: sorry, cannot edit NEW followed by no DUP If I add an assignment like "MyClass dummy = new MyClass()", then there is no problem. Is there a fundamental issue in

[JBoss-user] [Installation, Configuration & Deployment] - Newbie: JBoss 4.0.2: Deployment Problem

2005-09-05 Thread phaneswar
Hi all... I am new to JBoss and I have just started working w/ EJB and JBoss. I am running into a strange problem. I have an existing application that is deployed using ant. This works fine with JBoss 3.2.3 but when i try to deploy it in JBoss 4.0.2 it does not preform as it should.

[JBoss-user] [EJB/JBoss] - Re: EJB RMI Connections

2005-09-05 Thread redijedi
To clarify: Essentially, we want to open a socket connection to an ejb. Is this possible? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893083#3893083 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893083 --

[JBoss-user] [Messaging, JMS & JBossMQ] - JMSExpection: Invalid transaction id.

2005-09-05 Thread bnadesan
Hi All, I'm tring to use JMS and When I send a message to the Queue. I get the following exception. I'm currently using JBoss 3.2.3. I hope someone can help me in resolving this issue. javax.jms.JMSException: Invalid transaction id. at org.jboss.mq.SpyXAResourceManager.addMessage(SpyXAReso

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - restart a connection pool under JBoss

2005-09-05 Thread soussou
Hi; Currently we are connecting to one database since we use the standard xml descriptor files with JNDI settings. When the SQL server crash, my application is done and I must restarted JBoss for launching the application. Under Jboss, how to reactivate automatically the connection pool withou

[JBoss-user] [JBoss Portal] - Re: How do i setup Single Sign On in JBP2?

2005-09-05 Thread [EMAIL PROTECTED]
Looks like tha page has its content for me View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893075#3893075 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893075 --- SF

[JBoss-user] [JBoss Portal] - Re: Deployment sequence

2005-09-05 Thread [EMAIL PROTECTED]
Hello Patrick, Go in the JMX console and find out the JMX service name of the context service, for instance : jboss.management.local:J2EEApplication=jboss-portal.sar,J2EEServer=Local,j2eeType=WebModule,name=portal-core.war in jboss-web.xml there is a XML tag that allows you to make the war dep

[JBoss-user] [JNDI/Naming/Network] - Error running JNDI client with IBM JVM

2005-09-05 Thread lloyd
Hi, I have an instance of JBoss 4.0.2 running with a Sun JDK 1.4.2. I have a message driven bean deployed and I have a standalone client which puts a message on the queue and is processed my the message driven bean. This all works perfectly when I use the Sun JVM to run the client, but it gives

[JBoss-user] [Management, JMX/JBoss] - Re: jmx-console: db authentication doesn't work

2005-09-05 Thread elkner
Sorry, for forgetting to add that: authentication doesn't work. The log says: 2005-09-05 18:20:25,589 DEBUG [http-0.0.0.0-8080-1:org.jboss.security.plugins.JaasSecurityManager:218] - CallbackHandler: [EMAIL PROTECTED] | 2005-09-05 18:20:25,589 DEBUG [http-0.0.0.0-8080-1:org.jboss.security.plug

[JBoss-user] [JBoss Portal] - Deployment sequence

2005-09-05 Thread patrickdalla
How do I define deployment sequence in jboss? I want to deploy abc.war after xyz.war is deployed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893068#3893068 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893068 --

[JBoss-user] [JBoss Portal] - Re: How do i setup Single Sign On in JBP2?

2005-09-05 Thread gruenewa
Thank you for the response. Nevertheless, it seems to me that the Wiki page regarding the topic SSO is still empty. Maybe someone could check this. Best regards, alex. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893066#3893066 Reply to the post : http://

[JBoss-user] [JBoss Portal] - Re: JavaScript & jsp: can't load external script

2005-09-05 Thread diondodgen
Hi Hannes, Well looking at this I would check to see what the application context name of my portlet is. This should provide a bit of information of your path to your war file resources. Then make sure the matches the path of your portlet war. Your current path says that the grid.js is in th

[JBoss-user] [JBoss Portal] - Re: How do i setup Single Sign On in JBP2?

2005-09-05 Thread [EMAIL PROTECTED]
Hello, JBoss Portal uses servlet container authentication so you can either use : 1/ tomcat SSO 2/ JBoss clustered SSO (same as 1/ but with HA support on a cluster) 3/ use any solution compatible with tomcat View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893

[JBoss-user] [JBossWS] - Re: JAX-RPC Mapping DD, what metadata is used by JBoss?

2005-09-05 Thread Ilchen
I created bug reports http://jira.jboss.com/jira/browse/JBAS-2197[/url] and [url]http://jira.jboss.com/jira/browse/JBAS-2198 for the problems descibed above. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893062#3893062 Reply to the post : http://www.jboss.

[JBoss-user] [JBoss Portal] - Re: How do i setup Single Sign On in JBP2?

2005-09-05 Thread [EMAIL PROTECTED]
You can use this page as a starting pointer : http://wiki.jboss.org/wiki/Wiki.jsp?page=SingleSignOn View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893061#3893061 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893061

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Session Invalidate + isUserInRole Issue

2005-09-05 Thread [EMAIL PROTECTED]
A forwarded request does not go through the security stack so I don't expect that the request roles will have changed. A redirected reply will show the updated state as a new session will be required. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893059#3893

[JBoss-user] [Clustering/JBoss] - Re: Return Multiple Membership

2005-09-05 Thread comodi
So there isn't a way different from the JMX console? My target is to create a method that return a vector of partitions_name which input host belongs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893058#3893058 Reply to the post : http://www.jboss.com/inde

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem with PrincipalRoles=null; for create method..

2005-09-05 Thread [EMAIL PROTECTED]
The only known related issue was fixed in 3.2.7: http://jira.jboss.com/jira/browse/JBAS-1199 I would need info on how to reproduce the problem. Create a jira issue with that information. http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [Installation, Configuration & Deployment] - Re: Jboss/Tomcat scratchdir doesn't work

2005-09-05 Thread vanduyns
Sorry (again), i'm tired I try it. It's work fine. Thank you very much View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893055#3893055 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893055 ---

[JBoss-user] [EJB/JBoss] - Re: Home Interface and Context Thread Safety

2005-09-05 Thread [EMAIL PROTECTED]
I would expect most Context.lookup implementations to be thread-safe and hence the prevelant caching examples. The reentrancy of an ejb home create does not make sense to me. A create is a stateless call that has nothing to reenter. View the original post : http://www.jboss.com/index.html?modul

[JBoss-user] [Management, JMX/JBoss] - Re: jmx-console: db authentication doesn't work

2005-09-05 Thread [EMAIL PROTECTED]
And what does not work in the jmx-console, authentication, authorization? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893053#3893053 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893053 ---

[JBoss-user] [JBossCache] - Re: Treecache Lock Error

2005-09-05 Thread rino_salvade
anonymous wrote : The better scenario would be: | - put("/a") acquired WL on "/a" | - get("/a") needs RL, but already has WL, fine | - get() releases the WL (UnlockInterceptor) | - put() (UnlockInt) doesn't have anything left to remove To my point of view it would be better if the put() (U

[JBoss-user] [Installation, Configuration & Deployment] - Re: Jboss/Tomcat scratchdir doesn't work

2005-09-05 Thread vanduyns
Sorry, i forgot but i use Jboss 3.2.6/Tomcat 5.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893050#3893050 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893050

[JBoss-user] [Security & JAAS/JBoss] - Re: Configuring two ways authentication when using JBoss + S

2005-09-05 Thread [EMAIL PROTECTED]
The support for this was added in 4.0.1. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893049#3893049 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893049 --- SF.N

[JBoss-user] [Installation, Configuration & Deployment] - Re: Jboss/Tomcat scratchdir doesn't work

2005-09-05 Thread anguyen
With JBoss 4.0.2/Tomcat 5.5, you can set it in jbossweb-tomcat55.sar/server.xml: | | ... | | ... | | ... | | | | According to the config docs (http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/host.html), this should work for Tomcat 5.0 too. Vie

[JBoss-user] [JBoss Portal] - Re: Login error

2005-09-05 Thread darranl
Is there any more information than just 'java.lang.NullPointerException', if not the associated stack trace might be in the server log. If you encounter any exceptions the stack trace and message and possibly nested causes are required to track where the error occured. View the original post :

[JBoss-user] [Installation, Configuration & Deployment] - Re: Why do I have to deploy my webapp in deploy directory?

2005-09-05 Thread skbala
OOps!! in the previous message, it is "using exec task" in 2nd line. thanks, satish. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893045#3893045 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893045 --

[JBoss-user] [Installation, Configuration & Deployment] - Re: Why do I have to deploy my webapp in deploy directory?

2005-09-05 Thread skbala
Hi rintin, Your information had been very much useful to me. But i had a doubt in mind about how to start Jboss using build.xml file. Initially i tried using task in and . But the problem i found with this is that now i am unable to shutdown by using "shutdown.sh -S". You can say the way

[JBoss-user] [JBoss Portal] - Login error

2005-09-05 Thread bosak
Hi everybody, I've installed JBoss Portal 2.0 on JBossAS 4.0.2 and database is MaxDB 7.5. (I have a right Hibernate SAPSQLDialect in config file). Portal starts up correctly and I can work with my portlets, but when I try to login as any user (administrator or my custom users), portals shows onl

[JBoss-user] [JBoss Portal] - JavaScript & jsp: can't load external script

2005-09-05 Thread Hannes
I want to use the js table from http://www.activewidgets.com/. The source is all in grid.js that is packed within the war file. My portlet-jsp contains following lines: | [...] | | // create ActiveWidgets Grid javascript object | var obj = new Active.Controls.Grid; | // set number

[JBoss-user] [JBossCache] - Re: Treecache Lock Error

2005-09-05 Thread [EMAIL PROTECTED]
Okay, I fixed the above JIRA issue. But it is not nice - I essentially go back to the LockTable to re-read the correct lock value. I have added a comment to http://jira.jboss.com/jira/browse/JBCACHE-270, which explains a cleaner solution (will be done probably in 1.2.5, with the new Notification

[JBoss-user] [JBoss Portal] - How to improve portlet development process?

2005-09-05 Thread gruenewa
Dear Developers, does anyone of you have some tips that help to develop JSR 168 portlets? Is there a Portlet Development Environment for instance as a eclipse plugin? Is there another technique for a fast and simple way to test a portlet during development? Whats your expirience on that? Tha

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: AbstractPersistetCollection local class incompatible

2005-09-05 Thread vbagiatis
I have pretty much the same environment and the same problem. When I create a transient instance of my pojo and send it to the client, there will be no problem. However, if the object is persistent (e.g. loaded from the database), then I get the same InvalidClassException. (However, since I'm us

[JBoss-user] [Installation, Configuration & Deployment] - Jboss/Tomcat scratchdir doesn't work

2005-09-05 Thread vanduyns
I try to specify a custom "work" directory (directory use by tomcat for jsp compilation). I use this syntax in jbossweb-tomcat50.sar/conf/web.xml ... jsp org.apache.jasper.servlet.JspServlet scratchdir /tmp/work ... but it doesn't work. Any sug

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Delete lots (1000's) of records using Hibernate

2005-09-05 Thread CobraFlow
I have a requirement to delete a large number of rows from a table. We use a SLSB, DAO and Hibernate on JBoss 3.2.5. We get an OutOfMemoryException when we try to delete a lot of records. The ideal would be to set Auto Commit on and execute super.getHibernateTemplate().delete("from myTable where

[JBoss-user] [JBossCache] - Re: Treecache Lock Error

2005-09-05 Thread [EMAIL PROTECTED]
I'm adding some unit tests, looks like this only occurs if you put() or get() an Fqn that is *different* than the Fqn passed in nodeCreated(). This is clearly a bug, it doesn't affect transactions though (but I'll check). Expect this to be fixed in 1.2.4 View the original post : http://www.jboss

[JBoss-user] [JBossCache] - Re: Error while reading data from cache

2005-09-05 Thread rino_salvade
I guess this is the same problem as http://www.jboss.com/index.html?module=bb&op=viewtopic&t=68576. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893030#3893030 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893030

[JBoss-user] [EJB/JBoss] - EJB 2.0 : CMP bean with NULLABLE NUMBER database column

2005-09-05 Thread achetan
Hi, I am using oracle as DB. There is a table which has a NULLABLE NUMBER(38) column. I have created a Entity Bean on same with accessor methods for column. public abstract int getMyCol(); public abstract void setMyCol(int c); When i am calling bean.getMyCol() , its throwing NullPointerExceptio

[JBoss-user] [JBossCache] - Re: Treecache Lock Error

2005-09-05 Thread rino_salvade
You're faster than me :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893027#3893027 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893027 --- SF.Net email is Spo

[JBoss-user] [JBoss Getting Started Documentation] - Re: Fibo Tutorial NamingException

2005-09-05 Thread dussel
Sorry, I forgot to tell which Versions i use: winxp 64 jboss 4.0.2 jboss-ide 1.5 Milestone2 maybe that is helpful. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893026#3893026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[JBoss-user] [JBoss Getting Started Documentation] - Fibo Tutorial NamingException

2005-09-05 Thread dussel
Hello, I'm sorry that I have to annoy the people here with my problem with the tutorial, but I work now about 3 Days on this point. I get all the time this execption during the deployment. | 13:27:02,343 INFO [EARDeployer] Init J2EE application: file:/C:/jboss-4.0.2/server/default/deploy/F

[JBoss-user] [Security & JAAS/JBoss] - Re: Configuring two ways authentication when using JBoss + S

2005-09-05 Thread tdursun
Dear Scott, As I explained in my e-mail message that I sent you, I have already tried to run the sample you gave. But it does not work. According to the result I have found out my JBoss debugs, the SecurityDomain property of the RMIServerSocketFactoryBean could not been set correctly due to l

[JBoss-user] [JBoss Portal] - Re: portlet shows blank page .can any one help me.its urgent

2005-09-05 Thread sessa
Hi ! Can you post the error message ? would be useful... seems that somehing in your portlet's wrong View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893023#3893023 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893023

[JBoss-user] [JBossWS] - Re: Secure Webservice under SSL

2005-09-05 Thread anders.hedstrom
Secure it in your web.xml | | YourServletName | /your_pattern | POST | | | CONFIDENTIAL | | Create a certificate with keytool and enable the SSL in /server/configuration/deploy/jbossweb-tomcat55.sar/server.xml |

[JBoss-user] [JBossCache] - Re: Treecache Lock Error

2005-09-05 Thread [EMAIL PROTECTED]
Issue is http://jira.jboss.com/jira/browse/JBCACHE-280 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893020#3893020 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893020 --

[JBoss-user] [Installation, Configuration & Deployment] - Re: Need to specify class name in environment or system prop

2005-09-05 Thread darranl
Looking back at one of your earlier posts you need to make sure that the file is in the default package not in any of the sub packages. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893021#3893021 Reply to the post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBossCache] - Eviction policy implementation question

2005-09-05 Thread Skipy
I have a question on eviction policy implementation. Sometimes I need to delay eviction till, e.g., the next eviction thread wakeup. But I found that if eviction event occures, cache.get(Fqn) within eviction policy implementation doesn't cause nodeVisited event, thus, second eviction request i

[JBoss-user] [JBossCache] - Re: Treecache Lock Error

2005-09-05 Thread [EMAIL PROTECTED]
Okay, I looked at this some more, and you are correct: I modified the CallbackTest.testLocalCallbackWithoutTransaction() method to show the problem - no need for you to write a unit test. I'll create a JIRA issue for this (for 1.2.4). View the original post : http://www.jboss.com/index.html?mod

[JBoss-user] [JBossWS] - Web Serivce Client Performance?

2005-09-05 Thread anders.hedstrom
Hi, I've a SLSB that acts as a web service client. The web service my SLSB is calling returns a list of data fetched from an SAP system. The performance is really bad, the call to the web service takes about 20 seconds with certain in parameters. The SOAP message returned from the web service i

[JBoss-user] [JBossCache] - Re: Treecache Lock Error

2005-09-05 Thread [EMAIL PROTECTED]
"rino_salvade" wrote : anonymous wrote : | | Note that this is only the case if no transaction is active for the current thread. | This is correct, but as far a I have read the config file of the original poster, this is the case. | No, he clearly defined a TransactionManager. So if h

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - question on JSP requirements

2005-09-05 Thread liobod
Hello world, I've doubts on few things to use jSP/jsl in my environment (jboss-3.2.2/tomcat41). Hope some of you can help me to make it clearer... I think my environment was JSP 1.1 compliant. Is that true? If that's the case, where should i found standard.jar and jstl.jar in my jboss directory

[JBoss-user] [JBossCache] - Re: Treecache Lock Error

2005-09-05 Thread rino_salvade
anonymous wrote : | Note that this is only the case if no transaction is active for the current thread. This is correct, but as far a I have read the config file of the original poster, this is the case. If we do the same stuff with a transaction manager we experienced a similar problem (esp

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - rigth information in database but wrong in view

2005-09-05 Thread chitech
I have probem with a application developed with ms sql and cmp2.0 . I have only work with postgresql and cmp1.1 before. The application is deployed successfull and I can insert and get rows from the database via entitybeans. The problem is that sometimes when I execute a finder (list all from "

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Session Invalidate + isUserInRole Issue

2005-09-05 Thread hoth256
New infomation: I was NOT able to reproduce the issue in [3.2.5 (build: CVSTag=JBoss_3_2_5 date=200406251954)] I am able to reproduce the issue in [4.0.1sp1 (build: CVSTag=JBoss_4_0_1_SP1 date=200502160314)] Downloading 4.0.2 right now - wll post the results. View the original post : http

[JBoss-user] [JBossCache] - Re: Treecache Lock Error

2005-09-05 Thread [EMAIL PROTECTED]
"rino_salvade" wrote : We experienced a similar problem when we tried to access the same node that was modified again within the treecache listener (I do not know if that is the case with you). | This is not recommended, and you will almost always run into problems, especially in the distrib

[JBoss-user] [EJB/JBoss] - JBoss 4.0.3rc2 & Exceptions

2005-09-05 Thread jc7442
I have a strange behavour with EJB3/JBoss4.0.3rc2 and exceptions. I have 2 Session beans: | @TransactionAttribute(TransactionAttributeType.REQUIRED) | public void m1() { | try { | bean.m2(); | } catch (MyException e) { | System.out.println("Rollback :"+ctx.getRoll

[JBoss-user] [Clustering/JBoss] - Re: Return Multiple Membership

2005-09-05 Thread [EMAIL PROTECTED]
Remember that a partition is represented by an MBean (ClusterPartition). So the only way to list your partitions is to have all ClusterPartition MBeans reside in the same *domain*, and then enumerate them according to domain, e.g. jboss.cache:service=ClusterPartition1 jboss.cache:service=Cluster

[JBoss-user] [Beginners Corner] - Getting the JBoss AS Getting Started Guide Source for 3.2.x

2005-09-05 Thread rahulrevo
Hi, I need some examples to work with the 3.2.x series of the JBoss AS. In the JBoss Application Server Documentation Library, there is a pdf titled as JBoss AS Getting Started Guide for versions 3.2.x. On download, I get only the pdf. Where can I get the corresponding source file? I understand

[JBoss-user] [Security & JAAS/JBoss] - Re: Multiple logins cause SRP sessions to accummulate in SRP

2005-09-05 Thread c-ackerman
Scott Thanks for the replies. I'm probably a bit paranoid about "close" not being guaranteed to always happen for sessions in general, so I made an extended TimedCachePolicy class that regularly removes expired sessions in its TimerTask. Of course this requires synchronization with threads that

[JBoss-user] [JBossCache] - Re: Treecache Lock Error

2005-09-05 Thread rino_salvade
We experienced a similar problem when we tried to access the same node that was modified again within the treecache listener (I do not know if that is the case with you). To our opinion the problem is that the lock and unlock interceptor use the thread as key for their lock table and not the met

[JBoss-user] [Installation, Configuration & Deployment] - Re: How to set classpath to take classes ,which are not in a

2005-09-05 Thread umeshs79
Specify this way if your lib folder is some external location you can specifiy as below -Umesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3892991#3892991 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3892991 -