[jboss-user] [JBoss Cache: Core Edition] - Re: Problem when using EJB3EntityTreeCache for caching entit

2009-01-05 Thread mihai.ratiu
| | | | | | | jboss:service=Naming | jboss:service=TransactionManager | | | | | | org.jboss.cache.JBossTransactionManagerLookup | | | REPEATABLE_READ | | | INVALIDATION_SYNC | |

[jboss-user] [JBoss Tools (users)] - Re: VPE facelets ui:composition

2009-01-05 Thread sdzmitrovich
It must work correctly in web-project. But if you have ordinary java-project it works incorrectly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199467#4199467 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199467 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: CHANGE THE PATH OF DEPLOY FOLDER IN JBOSS 5

2009-01-05 Thread jaikiran
See this http://www.jboss.com/index.html?module=bb&op=viewtopic&t=142206 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199469#4199469 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199469 __

[jboss-user] [JBoss Tools (users)] - Re: VPE facelets ui:composition

2009-01-05 Thread max.ander...@jboss.com
sdzmitrovich - why is there a difference in behavior for this dependent on type of project ?! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199470#4199470 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199470

[jboss-user] [JBoss Tools (users)] - Re: usage of visual edittor for jsf / seam pages

2009-01-05 Thread max.ander...@jboss.com
mareshkau - one example is netbeans visual designer which has tools for laying out components and aligning them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199472#4199472 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Tools (users)] - Re: get stuck in deployment loop on eclipse redeploy - not s

2009-01-05 Thread max.ander...@jboss.com
AS 5.0 GA we haven't had much time testing on yet so you might be bumping into a bug...does it happen if you use AS 4.2 ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199473#4199473 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [Beginners Corner] - Re: Never used an app server - would it solve my problem?

2009-01-05 Thread PeterJ
If you place the spring JAR file(s) somewhere other than within your WAR file, it should work. You could, for example, create an EAR, place the common JARs in the EAR's lib directory, and place your two WARs within the EAR. The whole thing could be set up using exploded deployment. View the ori

[jboss-user] [Installation, Configuration & DEPLOYMENT] - jboss 5.0 migration classloader woes

2009-01-05 Thread mlybarger
So, we're looking to migrate to JBoss AS 5.0. Recently, I ran into a problem where our applications do a lot of: | URL m_url = this.getClass().getClassLoader().getResource( "WEB-INF" ); | File webinf = new File( m_url.getPath() ); |

[jboss-user] [JBoss Cache: Core Edition] - Re: Far cache (TcpCacheServer) configuration

2009-01-05 Thread manik.surt...@jboss.com
Yes, this is a bug - thanks for reporting it. JBCACHE-1459 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199589#4199589 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199589 ___

[jboss-user] [JBoss Tools (users)] - Re: VPE facelets ui:composition

2009-01-05 Thread mareshkau
FR was created for this https://jira.jboss.org/jira/browse/JBIDE-3482 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199594#4199594 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199594 _

[jboss-user] [JBossWS] - Re: NullPointerException with jbossws 2.0.1

2009-01-05 Thread skajotde
thanks guys for pointing solution. Exception is horrible unclear . Before Christmas vacation i had added jmx parameter to run.conf to monitor jboss. After vacation I did svn update and JBoss doesn't start. I forget about this parameter added 2 weeks ago. I thought it is from updating svn repo bu

[jboss-user] [JBoss Cache: Core Edition] - Re: TcpDelegatingCacheLoader

2009-01-05 Thread lovelyliatroim
Just a comment on the TcpCacheServer as well. I dont like this | Thread serverThread = new Thread("TcpCacheServer") | { | @Override | public void run() | { | try | { |while (running) |{ |

[jboss-user] [JBoss jBPM] - Re: Process State in a Fork not executing correctly

2009-01-05 Thread philso
I should have said I am using jBPM 3.2.3. Thanks, Phil View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199568#4199568 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199568 ___

[jboss-user] [JBoss Portal] - Re: Portlet 2.0 Tag Library

2009-01-05 Thread chris.lap...@jboss.com
There is indeed a problem with the 2.0 taglib loading... https://jira.jboss.org/jira/browse/JBPORTAL-2269 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199559#4199559 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41995

[jboss-user] [JBoss jBPM] - AI for JBPM

2009-01-05 Thread it.eesha
hi all JBPM gurus; I'm very new to JBPM technology. But I suppose to do a business process management project using JBPM workflow engine for my university final year project. I want to add some AI part to my project using JADE. Is it possible? Thankx and best regards Ishara View the original

[jboss-user] [JBossWS] - Re: Invoking Web service from in a JSP.

2009-01-05 Thread dbauched
dd View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199490#4199490 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199490 ___ jboss-user mailing list jboss-user@lists.jboss.org h

[jboss-user] [EJB 3.0] - Re: JBoss 5 deployment error

2009-01-05 Thread jhsingle
No, the stacktrace does not show a reference to workflow-ejb.jar, even in the un-truncated version. I tried changing the java2ParentDelegation property to false and, as expected, that did not work. I also tried removing that tag completely and that did not work either. I tried deploying my ea

[jboss-user] [Management, JMX/JBoss] - jmx console 500 error

2009-01-05 Thread goldmann
Hi, When I press Apply Changes button in jmx console to save changes in MBean properties I'm getting always an 500 error. It doesn't matter on which MBean I click, or which configuration I use - always same error. Invoke buttons are working properly. I've tested in on a clean "all" and "defau

[jboss-user] [JBossWS] - Re: JBoss WS 3.0.5 SFSB as a web service

2009-01-05 Thread richard.opa...@jboss.com
No, you don't need to install Metro. Stateful EJBs won't work there too. Just FYI here's the stack compatibility matrix: http://jbossws.jboss.org/mediawiki/index.php?title=Supported_Target_Containers You need to play with WS-Addressing using any SOAP stack. View the original post : http://www.jb

[jboss-user] [Beginners Corner] - Re: problems with MD5 encoding

2009-01-05 Thread rohithadg
This may be help you. public String getMD5(String str) throws NoSuchAlgorithmException { | MessageDigest digest = java.security.MessageDigest.getInstance("MD5"); | digest.update(str.getBytes()); | byte[] hash = digest.digest(); |

[jboss-user] [JBoss jBPM] - Re: Trying to persist process instances - need some help

2009-01-05 Thread terigox
Thanks again for the help kukeltje, If I remove the jbpm.cfg.xml I'm not exactly sure how to get a hold of my jbpmContext, I tried: | JbpmConfiguration jbpmConfiguration = JbpmConfiguration.getInstance(); | JbpmContext jbpmContext = jbpmConfiguration.createJbpmContex

[jboss-user] [JBossWS] - J2EE Webservice and C lang -

2009-01-05 Thread RajaRamana
Hi, I am looking for help to provide a service between J2EE and C lang. 1. I have created the following Web Service in J2EE /* * @WebService indicates that this is webservice interface and the name * indicates the webservice name. */ @WebService(name = "Hello") /* * @SOAPBinding indicate

[jboss-user] [EJB 3.0] - Re: JBoss 5 deployement problem

2009-01-05 Thread jaikiran
"jaikiran" wrote : | Looks like a bug in the persistence.xml parsing. The newline (and maybe even the leading and trailing space) doesn't seem to be trimmed while parsing the jta-data-source element. | | java:studProjectDS | The change that i mentioned should work. But i don't think i

[jboss-user] [JBoss jBPM] - Cancelling action execution

2009-01-05 Thread jjrs
Hi, We have a JobExecutor running actions in parallel using async='true'. In this scenario, we need to be able to stop the execution of actions (from the command line or the console, it doesn't matter at this stage). If possible I would like to avoid killing the associated java process for bein

[jboss-user] [JBoss Tools (users)] - Re: VPE facelets ui:composition

2009-01-05 Thread mwr0707
Thanks for the followup! The project that demonstrates the behavior was created with: New->JSF Project Environment: JSF 1.2 with Facelets Template: FaceletsBlankWithoutLibs I notice that the generated web.xml does include: javax.faces.DEFAULT_SUFFIX Working in Web Development perspective. web.x

[jboss-user] [JBoss Tools (users)] - Re: VPE facelets ui:composition

2009-01-05 Thread sdzmitrovich
When visual page is being built it is tested if this page is facelet-page. For example "javax.faces.DEFAULT_SUFFIX" (in web.xml) is tested and if current page's extension doesn't equals it so this test is fault. But if project is not web-project this test is always fault ( because we know nothin

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Running out of file descriptors when redeploying EAR

2009-01-05 Thread nzmalik
I'm trying out JBossAS 4.3.0 GA CP03. I've discovered that I run out of deployment descriptors when redeploying things in the container. I've tested this out on a base installation of EAP. I deployed a single ear in the container. The ear contains some MDB's. I then used the following to re

[jboss-user] [JBoss Tools (users)] - Re: VPE facelets ui:composition

2009-01-05 Thread max.ander...@jboss.com
wouldn't that be more correct ? i.e. test if facelet's are included in the page ? Any downside to that ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199487#4199487 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199

[jboss-user] [JBoss jBPM] - group mail functionality in mailnodes

2009-01-05 Thread giridhar_be
Hi All, Is it possible to send group mail using mailnode? If so please let me know is to configure mail-node in jbpm. Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199544#4199544 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Tools (users)] - Re: usage of visual edittor for jsf / seam pages

2009-01-05 Thread mwr0707
anonymous wrote : one example is netbeans visual designer I've always loved the netbeans Swing designer. In particular, the ability to "drill-down" into nested panels. One early question that I had was how to visually add nested "f:validate..." tags. The only approach I've found is to add jsf

[jboss-user] [Installation, Configuration & DEPLOYMENT] - IMAP via TLS in JBoss 4.2.2.GA

2009-01-05 Thread luckybird
Hi all, I'm just trying to connect to an IMAP mailserver from JBoss. But all I get is the following exception: | 15:07:10,484 ERROR [STDERR] javax.mail.MessagingException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderE

[jboss-user] [Beginners Corner] - Re: JBoss MDB Beginner Question

2009-01-05 Thread babernat
jaikiran, Thanks for the reply. This is exactly what I needed. Thank you very much for the pointer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199575#4199575 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199575 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Barrier not started

2009-01-05 Thread zana
We are using the Barrier mbean for some of our services and are trying to upgrade to JBoss 5.0.0.GA. However, the Barrier does not get started, it is created. The log shows: | 2009-01-05 10:05:47,651 DEBUG [BarrierController] (main:) [SubscriptionInfo { objectName='jboss.ha:service=HASingle

[jboss-user] [EJB/JBoss] - Jboss Upgradation

2009-01-05 Thread Saranya
Hi, I'm doing the Jboss Upgradation from Jboss 4.0.2 to Jboss 4.0.3 with SP1. I couldnt find any documents for this upgradation. If anyone knows the neccessary steps for this upgradation means,please help me. Do we need any patch or few files alone for this upgradation? Please help me to resolve t

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: CHANGE THE PATH OF DEPLOY FOLDER IN JBOSS 5

2009-01-05 Thread skin123
Thanks for your reponse, In this message: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=142206 they tell me to change URIList property in conf file: server/xxx/data/profile-service.xml but i dont have this file. The only file which contains the URIList property is: server/xxx/conf/boot

[jboss-user] [JBoss Cache: Core Edition] - Re: TcpDelegatingCacheLoader

2009-01-05 Thread manik.surt...@jboss.com
Yes, this is all a part of the planned overhaul to this code. I suppose a simplistic retry could make it into the next minor release though. Feel like creating a JIRA? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199529#4199529 Reply to the post : http:/

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Running out of file descriptors when redeploying EAR

2009-01-05 Thread PeterJ
I know that this does not answer your question, but because you have JBossAS 4.3.0 GA CP03 you should have a support contract. You would get a quicker response by opening a support issue than by posting in a public forum. Especially in a global forum such as this one which is visited very infr

[jboss-user] [JBoss jBPM] - Process State in a Fork not executing correctly

2009-01-05 Thread philso
Hi, I have a test running that contains multiple nodes including two Process States. JPEG of the Process Definition is at: http://picasaweb.google.com/lh/sredir?uname=phil.omalley&target=ALBUM&id=5287822354390912129&authkey=uuhzGmyCK8M&invite=CNzcsOsJ&feat=email Process State 1 (LoadSubProces

[jboss-user] [EJB/JBoss] - Re: ClassNotFoundException while lookup a Service

2009-01-05 Thread luckybird
Hi jaikiran, thanks for your reply. Meanwhile, I found the mistake. I haven't activated the quartzservice in jboss-app.xml. Now the Quartz-Service finds all the classes. But - the JBoss server starts the service in multiple threads. But this is another problem which maybe I will handle in anothe

[jboss-user] [EJB 3.0] - Dynamically provide user and password for MDB

2009-01-05 Thread shadow2000
Hi everyone, we have a huge problem over here and I'm wondering if somebody else have solved this problem. We have developed a application on JBoss 4.2.3 with MDBs that listen to queue provided by a remote provider. Everthing works fine but the queues needed a user. the only solution that i ha

[jboss-user] [JBoss Messaging] - JBM Topic Pub-Sub

2009-01-05 Thread bdaye42
I would like to get some input from the JBM community relating to publish/subscribe models using JBoss Messaging. I have a web service that takes a request and and subscribes that entity to a particular topic(s). I am having trouble maintaining state for the various subscriptions to particular

[jboss-user] [JBoss Cache: Core Edition] - Re: TcpDelegatingCacheLoader

2009-01-05 Thread lovelyliatroim
anonymous wrote : | Yes, this is all a part of the planned overhaul to this code. | | I suppose a simplistic retry could make it into the next minor release though. Feel like creating a JIRA? | Done. https://jira.jboss.org/jira/browse/JBCACHE-1457 View the original post : http://w

[jboss-user] [JBoss Tools (users)] - Re: VPE facelets ui:composition

2009-01-05 Thread mareshkau
Yes, I think test if facelt's uri included in the page will be more correct, than check web.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199492#4199492 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199492 _

[jboss-user] [JBoss Cache: Core Edition] - Re: Problem when using EJB3EntityTreeCache for caching entit

2009-01-05 Thread mihai.ratiu
As an update I ran the clustered entity example provided in ejb3 RC9 Patch under the same jboss configuration and it works fine, the information is not removed from the treecache nodes. The only difference from my seems to be that after calling persist or merge methods I also call flush for th

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: nullpointer at DatabasePersistencePolicy.listTimerHandle

2009-01-05 Thread woot4moo
bump. Maybe the new year will bring some new knowledge. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199538#4199538 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199538 __

[jboss-user] [JBoss Tools (users)] - Re: Error installing JBOSS tools in Eclipse

2009-01-05 Thread nickboldt
Confirmed. In Eclipse 3.3, Update Manager will only search update sites which are listed AND EXPANDED. This is a known issue. Solution, if using Eclipse 3.3 -- expand all sites you will need to search (in particular the Europa & Web Tools sites). Alternate solution: use Eclipse 3.4.1, where thi

[jboss-user] [Clustering/JBoss] - Re: Common JNDI

2009-01-05 Thread bstansbe...@jboss.com
You can federate an external JNDI server into the regular (i.e. non-HA) JNDI service: http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Server_Configuration_Guide/4/html/Additional_Naming_MBeans-org.jboss.naming.ExternalContext_MBean.html That's not an HA solution though, i.

[jboss-user] [Clustering/JBoss] - Re: Slow failover

2009-01-05 Thread bstansbe...@jboss.com
For others who are interested in this question, please see the thread mohitanchlia opened on the Remoting forum: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=148017 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199593#4199593 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Require jbpm31Spring20Demo.zip files, the sample integra

2009-01-05 Thread cecchisandrone
I'm in the same situation...please send me to cecchisandr...@libero.it! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199577#4199577 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199577 ___

[jboss-user] [EJB/JBoss] - Exposing EJB 3.0 as web services on JBoss 4.0.3 SP1

2009-01-05 Thread dheerya
Hello, Can we expose EJB 3.0 as web services on JBoss 4.0.3 SP1? JBoss 4.0.3 SP1 supports it? Can someone give me the steps on how to do it? Regards, Dhairyasheel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199493#4199493 Reply to the post : http://www.j

[jboss-user] [JBoss Messaging] - Cluster node stops processing when other node goes down

2009-01-05 Thread rana24
Hi, We are running JBoss AS 4.2.3 with JBM1.4.0 SP3 with 2 cluster members forming the cluster. All the nodes are getting high no. of messages which starts application which again heavily uses messaging for business logic. We face this problemwhen one cluster node goes down because of OutofM

[jboss-user] [Remoting] - Re: JBREM-877: New Socket Connection is being Created for Ev

2009-01-05 Thread kiwi_clive
Hi Ron, Many thanks for your response. Yes I am being stupid :-) I'll give that a go. Cheers, Clive View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199523#4199523 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199523

[jboss-user] [EJB 3.0] - Re: remote ejb and dependency injection

2009-01-05 Thread morphy
so, with ejb 3.1 it will be possible to inject remote ejb mapping the enc to corbaname:iiop ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199578#4199578 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199578 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: CHANGE THE PATH OF DEPLOY FOLDER IN JBOSS 5

2009-01-05 Thread PeterJ
They change the default configuration at the last minute before GA came out. You now need to edit the applicationURIs property of the SerializableDeploymentRepositoryFactory bean in the server/xxx/conf/bootstrap/profile-repository.xml file. View the original post : http://www.jboss.com/index.h

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: CHANGE THE PATH OF DEPLOY FOLDER IN JBOSS 5

2009-01-05 Thread skin123
it works perfectly,thanks a lot View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199574#4199574 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199574 ___ jboss-user mailing list

[jboss-user] [Remoting] - Re: Socket keep alive with client EJB

2009-01-05 Thread slimamar
Yes, i understand the two behaviors. Sorry, i think my question is not cleary and needs some precisions. With JBossAS 5.0.0Beta4, we have set the value of the parameter 'timeout' , for the server side, in the file 'JBOSS_HOME/server//deploy/ejb3-connectors-service.xml'. And it's woks fine. Bu

[jboss-user] [JBoss Tools (users)] - Re: Thanks for the docs!

2009-01-05 Thread max.ander...@jboss.com
Glad you liked it. If you got specific links for things you liked and areas that could need some work please let us know. 3.0.0.CR1 contains *alot* related to JSF :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199476#4199476 Reply to the post : http://w

[jboss-user] [JBoss Tools (users)] - Re: VPE facelets ui:composition

2009-01-05 Thread sdzmitrovich
I agree with Maxim. I think this solution is more flexible. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199551#4199551 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199551 ___

[jboss-user] [Beginners Corner] - problems with MD5 encoding

2009-01-05 Thread FelixK123
Hey, does everyone knows why the MD5 encoding with the libary jbosssx is different from the encoding with the java.security.MessageDigest libary? I use JBoss 4.2.3.GA and JDK 1.6.0_05. And how can I use the libary from JBoss? I didn't found any method with an returning statement in combination wi

[jboss-user] [Beginners Corner] - Re: problems with MD5 encoding

2009-01-05 Thread FelixK123
I need the MD5 encoding with base64. How do I get it with your method so that the result for the string "hendrix" is "schPjWcrXWqEp6SG6BtGWg==". The result with your method with bas64 for "hendrix" was "QjFDODRGOEQ2NzJCNUQ2QTg0QTdBNDg2RTgxQjQ2NUE=" and the result with the jdk was "schPP2crXWqEp6

[jboss-user] [Beginners Corner] - Never used an app server - would it solve my problem?

2009-01-05 Thread klogger
Hello, I have never used an app server in more than the most fleeting of terms. I have used Tomcat for a number of years and have now hit a problem that I am not sure how to solve. The problem is as follows: 1) I have several web apps running in Tomcat; 2) They need to share objects between the

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - How to get All valid session

2009-01-05 Thread ja...@laposte.net
Hi, In certains case i want to logout specifics users logged. I want to get the session for a specific user (from remoteUser), and invalidate her s session. There is a way to do this? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199626#4199626 Repl

[jboss-user] [JBoss Portal] - Re: Portlet 2.0 Tag Library

2009-01-05 Thread apellicon
Thanks for responding. I worked around it for now by using the API. Although, it would help a lot to have the library working. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199627#4199627 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [Beginners Corner] - Re: Never used an app server - would it solve my problem?

2009-01-05 Thread klogger
That sounds interesting, I shall have a think as I also have another potential solution (that I don't like much) and then look into the exploded deployment. Thanks for the reply. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199633#4199633 Reply to the post

[jboss-user] [JBoss Messaging] - What's the EDT on JBM 2.0 Beta and G.A.?

2009-01-05 Thread Gary Marsh
Hi Tim; Now that it is the new year do you have a revised estimated delivery time on JBM 2.0 Beta and G.A.? Previously you posted that you thought it would be 3rd and 4th Quarters of 2008. Regards, GMarsh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=419964

[jboss-user] [Remoting] - Re: Why so many retries?

2009-01-05 Thread ron.si...@jboss.com
"mohitanchlia" wrote : | So new release of Jboss remoting doesn't do retries? Is it then just 1 try then? | Yes, that's right. "mohitanchlia" wrote : | Does the new document reflect all the new features. It looked pretty much the same. | In general, there won't be any new features

[jboss-user] [Remoting] - Re: Socket Invoker timeout

2009-01-05 Thread ron.si...@jboss.com
"mohitanchlia" wrote : | Just so I am clear, same timeout is used for both connect and read operation. So it means if I specify 5 sec that will in fact set same timeout for how long it takes to connect and also how long it takes for the client invoker to get the response from server invoker?

[jboss-user] [Remoting] - Re: JBREM-877: New Socket Connection is being Created for Ev

2009-01-05 Thread ron.si...@jboss.com
"kiwi_clive" wrote : | Yes I am being stupid :-) | Noo! Not at all. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199645#4199645 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199645

[jboss-user] [JBoss Portal] - Re: Portlet 2.0 Tag Library

2009-01-05 Thread chris.lap...@jboss.com
This should now be fixed in subversion. Thanks for the report! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199646#4199646 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199646

[jboss-user] [Remoting] - Re: Socket keep alive with client EJB

2009-01-05 Thread ron.si...@jboss.com
Ah, yes, you're quite right about ejb3-connectors-service.xml, which introduces two new things: 1. the new Remoting configuration method, using the org.jboss.remoting.ServerConfiguration object, and 2. the ServiceBindingManager. The ServerConfiguration doesn't play a big role in ejb3-connecto

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: IMAP via TLS in JBoss 4.2.2.GA

2009-01-05 Thread noelo
I think the problem has to do with the IMAP servers SSL cert not being trusted by the JVM. A possible fix is to download the cert and add it to the JVM's cacerts file. I'm not too sure how but google will be your friend. View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [Remoting] - Re: JBREM-877: New Socket Connection is being Created for Ev

2009-01-05 Thread kiwi_clive
Hi Ron, Many thanks for your help. We saw an immediate performance gain, halving response time. This has proved to be the single most effective performance enhancement in our tuning efforts so many thanks for providing the fix. Most appreciated ! Clive View the original post : http://www.jbo

[jboss-user] [Remoting] - Re: JBREM-877: New Socket Connection is being Created for Ev

2009-01-05 Thread ron.si...@jboss.com
Clive, you made my day. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199656#4199656 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199656 ___ jboss-user mailing list jbo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Error : java.lang.UnsupportedClassVersionError: Bad version

2009-01-05 Thread ridzuan_majid
Hi, I got this error when I trying to execute command - sh run.sh This is a first time installation and i just want to know if my JBoss Application Server installation success or not. I'm using : O/S - RHEL 5 JDK - jdk-1_5_0_16-linux-i586-rpm JBoss Application Server 5

[jboss-user] [JBoss Messaging] - Re: java.io.StreamCorruptedException: invalid stream header

2009-01-05 Thread malligarjunan
HI aakanksha is this issue resolved? I am also getting the same exception. Kindly help me to resolve the issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199662#4199662 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [Clustering/JBoss] - Re: Cluster UDP ports

2009-01-05 Thread malligarjunan
Hi, is this issue resolved? if yes, kindly let me know how to resolve the issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199663#4199663 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199663 _

[jboss-user] [Clustering/JBoss] - Re: Am getting version conflict error....plz help

2009-01-05 Thread malligarjunan
Hi, is this issue resolved? if yes, kindly let me know how to resolve the issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199664#4199664 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199664 ___

[jboss-user] [EJB 3.0] - error when calling entity bean findall() functions

2009-01-05 Thread cuiyu
I wrote a client to insert data to derby database, and then print all the data rows in the console. The code is as below | ublic class MsgSender { | | public static void main(String[] args) { | // TODO Auto-generated method stub |

[jboss-user] [EJB 3.0] - Re: error when calling entity bean findall() functions

2009-01-05 Thread jaikiran
Please post the entire exception stacktrace. Which version of JBoss and Java do you use? Based on the one line error message, i can only guess that you are using JDK1.6. Please provide the exact versions. And where do you see this error, on the client or on the server? View the original post

[jboss-user] [EJB 3.0] - How to deploy EAR and WAR in JBOSS?

2009-01-05 Thread svgkraju
How to deploy EAR and WAR in JBOSS? Is there any documentation available for the same? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199668#4199668 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199668 ___

[jboss-user] [Remoting] - Re: Socket Read Timeout on stressing calls for validating pr

2009-01-05 Thread vink
Hello Ron, Please find my comments below. Issue 1: On providing invokerDestructionDelay=1, my system run out of threads. I mean my client side. Every call results in the creation of new thread, it seems old invoker thread is not getting reused. Secondly, even if I'm working on windows; I'm

[jboss-user] [EJB 3.0] - Re: JBoss 5 deployment error

2009-01-05 Thread jaikiran
I went back and reread the logs and your bean: anonymous wrote : | [[another dump here]] | at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:385) | at java.lang.ClassLoader.loadClass(ClassLoader.java:251) | at java.lang.ClassLoader.loadClassInter

[jboss-user] [EJB 3.0] - Re: JBoss 5 deployment error

2009-01-05 Thread jaikiran
"jaikiran" wrote : | | 1) The code which you posted, shows self-injection: | | | I am not saying, it won't work | | I now have to say, self injection won't work in the current version. See this https://jira.jboss.org/jira/browse/EJBTHREE-1603 View the original post : http://

[jboss-user] [JBossMQ] - Begin Not Followed by End

2009-01-05 Thread nxsimon
In the filtered out log file below, the "Begin" ReadTask.run and WriteTask.run doesn't seem to be followed by "End" until JBoss crashes. There's a long list of "End" at the end when JBoss shutdowns. The first "Begin" and "End" happens about 1hr 40min apart. Is something wrong with my JBossMQ sy

[jboss-user] [EJB 3.0] - Re: How to deploy EAR and WAR in JBOSS?

2009-01-05 Thread jaikiran
This question, which is more of configuration and deployment rather than EJB3, are better answered in our Installation, Configuration & Deployment forum here http://www.jboss.com/index.html?module=bb&op=viewforum&f=61. Henceforth, please post the questions there :-) anonymous wrote : How to de

[jboss-user] [EJB 3.0] - Re: Dynamically provide user and password for MDB

2009-01-05 Thread jaikiran
anonymous wrote : @ActivationConfigProperty(propertyName = "user", propertyValue = MessageConstants.INCOMING_USER), | @ActivationConfigProperty(propertyName = "password", propertyValue = MessageConstants.INCOMING_USER_PASS), | These can be configured through the deployment descriptors

[jboss-user] [EJB 3.0] - Re: error when calling entity bean findall() functions

2009-01-05 Thread cuiyu
i use jdk1.6, jboss 5.0.0.GA, My eclipse 6.0 anonymous wrote : | java.lang.RuntimeException: Specified calling class, [I could not be found for sun.misc.launcher$appclassloa...@18d107f | at org.jboss.ejb3.common.lang.SerializableMethod.getClassFromName(SerializableMethod.java:348) |

[jboss-user] [EJB 3.0] - Re: error when calling entity bean findall() functions

2009-01-05 Thread jaikiran
anonymous wrote : java.lang.RuntimeException: Specified calling class, [I could not be found for sun.misc.launcher$appclassloa...@18d107f | at org.jboss.ejb3.common.lang.SerializableMethod.getClassFromName(SerializableMethod.java:348) | at org.jboss.ejb3.common.lang.SerializableMethod.toMeth

[jboss-user] [JBoss Portal] - steps and required information to create potlets in jboss se

2009-01-05 Thread ranadda
Hi , i am new to jboss and potlets . i need to develop a new potlets applicaton please help me in the same presently my Eclipse Platform Version: 3.4.1. please give some example and steps to develop one application regards ranadda View the original post : http://www.jboss.com/index.html?modu