[jboss-user] [JBoss/Spring Integration] - Re: Exception while integrating spring and jboss 5.01 AS

2009-04-14 Thread alesj
seleshmaster wrote : oh one thing, I am not sure the 3.1 SD is added to the main deployer, i do not see it on the JMX view. Earlier when i had the jdk5.deployer, I was able to see it on JMX view. | The deployers are not JMX based any more - they are not MBeans by default. Since you didn't see

[jboss-user] [EJB/JBoss] - Re: Annotations

2009-04-14 Thread jaikiran
Not exactly an entire set of annotations, but these tutorials do have sufficient set of examples to cover most of them http://www.jboss.org/jbossejb3/docs/ for JBossAS-5.x. Which version of AS do you use? For AS-4.x here are the tutorials http://www.jboss.org/jbossejb3/docs/tutorial/ View the

[jboss-user] [Beginners Corner] - Migration from Sun Java System Application Server to Jboss 4

2009-04-14 Thread skm2008
Hi, Is there any documents or guidelines available, for migrating web applications from Sun Java System Application Server to JBoss 4.30 ? thanks, View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225245#4225245 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to add additional jar files path into jboss classpat

2009-04-14 Thread itsme
Another way would be using the bootstrapconnector. Search the web for bootstrapconnector.jar. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225251#4225251 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225251

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Two contexts of a single web application

2009-04-14 Thread jawwad.farooq
Hi, Kindly tell me that is there any way to have two context names of the same web application.. like http://www.abc.com/admin/login.html and similarly we have http://www.abc.com/client/login.html ? Regards Jawwad View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: libraries incompatibilities?

2009-04-14 Thread BjPenn
thx for the reply , but foe what i need the setForm() method and is this something specefic for JBOSS cause in other servers i never needed it. thank you. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225265#4225265 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Message selector and consuming messages

2009-04-14 Thread gaohoward
Hi Abhishek, The messages in a queue will be delivered right away if there is any active consumers. However, if the messages are 'rejected' by the selector and go back to queue, they won't get delivered again if the consumer remains the same. So for your case, I suggest you can have your

[jboss-user] [JBoss jBPM] - Libs Missing in jBPM 4 Beta for its Example

2009-04-14 Thread Sherrys
Hi everybody, Could you please tell me if there are some libraries missing from jBPM 4 Beta libs or not? 'Cause I can't find libs like org.jboss.internal.soa.esb.couriers.MockCourierFactory which is used in the examples of jBPM 4 Beta. Thanx, --Sherry View the original post :

[jboss-user] [JBoss jBPM] - Re: JEE AS / jBPM / Transactions problem

2009-04-14 Thread gchanteb
Hi all, my problem was this line in persistence.xml for my entity beans: == The value create makes a conflict with existing tables I have put the value to check and with a manual creation of my table and sequences, it works. Bye. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: libraries incompatibilities?

2009-04-14 Thread BjPenn
i am using the #{itkpersistence.form} in this line tk:form id=MensajesT pack=persistencia binding=#{jtkpersistence.form} bor=1 pk=mensajeK colwidth=90 css=frm spacing=1 symlabel=: padding=2 title=#{bundle.title} View the original post :

[jboss-user] [Microcontainer] - VFS Commons Configuration issue

2009-04-14 Thread past
Migrating our application to JBoss 5 from JBoss 4 caused the automatic reloading of configuration files in server/default/conf/ to stop working. The culprit appears to be that resolving the (relative) path through the context class loader results in a vfsfile: url, that Commons Configuration

[jboss-user] [JBoss jBPM] - generated form fields cant be changed

2009-04-14 Thread lpiccoli
hi all, i am using jbpm326 SP1 but having trouble with the generated forms. it seems that the generated form dialogue allows fields to be added but the field name/label cant be changed. it remains as 'fieldN' no matter what i do. only by editing the form source directly can i change the field

[jboss-user] [Microcontainer] - Re: VFS Commons Configuration issue

2009-04-14 Thread alesj
If you work directly on URLs it should work. There are some cases where we were able to plug-in our VFS impl: * Seam * Spring * Drools * Camel Or I submitted a patch that did work explicitly on URLs, hence hiding the VFS underneath. * Facelets What's the code that fails? View the original post

[jboss-user] [JBoss Cache: Core Edition] - Re: Depracated CacheJmxWrapperMBean

2009-04-14 Thread mircea.markus
Take a look here: http://www.jboss.org/file-access/default/members/jbosscache/freezone/docs/3.1.0.CR1/userguide_en/html_single/index.html#jmx.registration View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225307#4225307 Reply to the post :

[jboss-user] [EJB 3.0] - Re: NullPointerException in JavaEEComponentHelper with JBoss

2009-04-14 Thread japase
Hi, I have no such message in the console window. On the other hand I have only INFO, WARNING and ERROR messages. I can start the server with DEBUG enabled, but for which category? The server.log file, on the other hand, seems to have all the debug lines, but even there I couldn't find any

[jboss-user] [JBoss Tools (users)] - Why two server names?

2009-04-14 Thread xmedeko
Hi, I have also noticed that in my org.eclipse.wst.server.core/server.xml I have entries sometimes entries like server hostname=localhost id=JBoss 5.0 Standart Server name=JBoss 5.0 Standart localhost ... Note the different values for the server id and server name. Is it right? I think it is

[jboss-user] [Microcontainer] - Re: VFS Commons Configuration issue

2009-04-14 Thread past
Essentially the FileChangedReloadingStrategy from Commons Configuration was doing this: private File fileFromURL(URL url) | { | if (JAR_PROTOCOL.equals(url.getProtocol())) | { | String path = url.getPath(); | try | { | return

[jboss-user] [JBoss/Spring Integration] - Re: Exception while integrating spring and jboss 5.01 AS

2009-04-14 Thread seleshmaster
ok, thx alesj I will post it on Jboss forum View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225279#4225279 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225279 ___ jboss-user

[jboss-user] [Performance Tuning] - setting right HEAP metrics

2009-04-14 Thread sunlinux
hi Server : RHEL linux with 4 GB Ram Jboss 4.2.2 GA memory consumed by process RSS VSIze 358560 937004 0.0 8.6 /home/spsadm/data/jdk1.5.0_16/bin/java -Dprogram.name=run.sh -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=360 -Dsun.rmi.dgc.server.gcInterval=360

[jboss-user] [JBoss Cache: Core Edition] - Re: Hello World for Dummies

2009-04-14 Thread mariuszs
Good sample, thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225319#4225319 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225319 ___ jboss-user mailing list

[jboss-user] [JBoss/Spring Integration] - Re: Exception while integrating spring and jboss 5.01 AS

2009-04-14 Thread seleshmaster
Ok, as you suggested the problem was with the application.xml .. well, I did 2 things. I replaced the namespace with this ?xml version=1.0 encoding=UTF-8? | application xmlns=http://java.sun.com/xml/ns/javaee; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; |

[jboss-user] [JBoss Cache: Core Edition] - Re: Depracated CacheJmxWrapperMBean

2009-04-14 Thread mariuszs
Thanks, I readed this doc. So there is no way to declare JMX beans in declarative way, only programatic way? If CacheJmxWrapperMBean is depracated then how to get access to cache? Now Im using something like this for access cache bean: anonymous wrote : CacheJmxWrapperMBean wrapper =

[jboss-user] [JBoss jBPM] - Re: Deploy Processdefinition via Ant

2009-04-14 Thread lpiccoli
thanks for snippet. it now successfully deploys according to the script. [deploypar] deploying process from archive myprocess.par | [deploypar] created process definition my business trip request | [deploypar] deployed process my business trip request successfully | BUILD SUCCESSFUL |

[jboss-user] [JBoss Messaging] - JDBC persistence speed

2009-04-14 Thread desbonns62
hello, I did few tests of JbossESB with a MySQL DB persistence. With my configuration, the performances are divided by 50 between the typical hsqldb configuration and the MySQL persistence. This is due to the long time that MySQL takes to write a new row. I would like to know if there is a way

[jboss-user] [Microcontainer] - Re: Deploying JBoss Cache as MBean in microcontainer

2009-04-14 Thread mariuszs
Thanks, I have resolved my problem. Documentation of JbossCache is wrong anonymous wrote : 5.2. Via JBoss Microcontainer (JBoss AS 5.x) | | Beginning with AS 5, JBoss AS supports deployment of POJO services via deployment of a file whose name ends with -beans.xml. A POJO service is one

[jboss-user] [EJB 3.0] - Re: NullPointerException in JavaEEComponentHelper with JBoss

2009-04-14 Thread jaikiran
japase wrote : | I have no such message in the console window. On the other hand I have only INFO, WARNING and ERROR messages. I can start the server with DEBUG enabled, but for which category? | The DEBUG logs are available in server.log (as you note later in this post). We would mainly

[jboss-user] [Microcontainer] - Re: VFS Commons Configuration issue

2009-04-14 Thread alesj
It might not always work if the resource is nested, but then so wouldn't the original version with jar protocol handling. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225328#4225328 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - Re: Exception while integrating spring and jboss 5.01 AS

2009-04-14 Thread alesj
The source is here: - http://anonsvn.jboss.org/repos/jbossas/trunk/spring-int/src/test/ It might be that my example code is a bit outdated, as I think EJB3 naming convention has changed since. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225331#4225331

[jboss-user] [JBoss Tools (users)] - Re: Seam Components Problem

2009-04-14 Thread max.ander...@jboss.com
Kragoth, I recommend you use 3.0.1 since 3.1 will go through some rather big changes going forward so unless you want to risk living on the real bleeding edge for a while then use 3.0.1 and let us know if your bug is fixed there too - thanks ;) View the original post :

[jboss-user] [JBossWS] - Re: WS Security - Identity propagation between web services.

2009-04-14 Thread joncmuniz
Hi, I can not answer your question! Because it is a necessity that we have here in my company too! I am studying a way to use OpenSSO in this environment to be my server identity! So is he who knows who has access to the webservices, you need log on again, these things. View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: Regarding the SubjectFactory and SecurityDomainJndiName

2009-04-14 Thread michaelfgh
Regarding this problem, I find a xml file security-jboss-beans.xml (jboss-5.0.0.GA\server\default\deploy\security\), it has some as following sentences. | !-- Instance of JBoss Security Subject Factory -- |bean name=JBossSecuritySubjectFactory |

[jboss-user] [EJB/JBoss] - Re: javax.naming.NameNotFoundException while looking up the

2009-04-14 Thread jaikiran
anonymous wrote : Exception in thread main javax.naming.NameNotFoundException: Test/SaveInternalUser/remote | at org.jboss.ha.jndi.TreeHead.lookup(TreeHead.java:242) | at org.jboss.ha.jndi.HAJNDI.lookup(HAJNDI.java:155) What command do you use to start the server? And what's the output of

[jboss-user] [Microcontainer] - Re: Deploying JBoss Cache as MBean in microcontainer

2009-04-14 Thread manik.surt...@jboss.com
anonymous wrote : | JBoss Cache folks are bad guys :) | You bet we are! ;-) Fixed the docs in JBC trunk. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225336#4225336 Reply to the post :

[jboss-user] [EJB/JBoss] - javax.naming.NameNotFoundException while looking up the sess

2009-04-14 Thread uday.madigatla
Hi I'm using myeclise as IDE,I created one EJB project. My ejb project name is Test. So my ear name is Test, Ejb project name is TestEJB and werbmodule name is TestWeb. It was deployed succesfully in Jboss 5.0GA Every thing was Ok up to this. In my Web module project i created a

[jboss-user] [Clustering/JBoss] - Re: How to configure region based caching use multiple cac

2009-04-14 Thread aman21cent
Thanks for your feedback. Another question - is it possible to do replication at region level? Region X - Turn ON replication Region Y - Turn OFF replication, which means keep the cache on local server only. View the original post :

[jboss-user] [EJB/JBoss] - Re: javax.naming.NameNotFoundException while looking up the

2009-04-14 Thread uday.madigatla
Hey Thanks for the reply. i solved above thing . The bug is because of the JVM_bind exception at the starting of the jboss. i stopped other service which is also using same port(1099). I solved that but i found one more issue in this. Now i got this error... javax.naming.initialcont...@e102dc

[jboss-user] [EJB/JBoss] - Re: javax.naming.NameNotFoundException while looking up the

2009-04-14 Thread jaikiran
See this http://www.jboss.org/index.html?module=bbop=viewtopict=153741#4224365 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225360#4225360 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225360

[jboss-user] [JBoss jBPM] - Re: Weird Jbpm exception.. need help...

2009-04-14 Thread xpcoder
Why no one answers! I'm using JBPM 3.2.6 with Jboss AS 4.2.2. Is is a stable combination? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225364#4225364 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225364

[jboss-user] [JBoss jBPM] - Re: ActorId PooledActors

2009-04-14 Thread ardavan
Thanks for your answer Swatis. I am traveling around and don't have access to jBPM code for now on. My issue is: First by implementing the AssignmentHandlerInterface and using: assignable.setPooledActors(new String[] { groupNameId }); I assign a taskinstance to a group of people. When a userA

[jboss-user] [JBoss OSGi] - Re: Jboss 5 as plugin/bundle inside another osgi-implementat

2009-04-14 Thread thomas.dies...@jboss.com
anonymous wrote : | should be possible to boot up jboss inside of another osgi-implementation | This is currently not supported. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225372#4225372 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - run.jar java options (JavaService.exe)

2009-04-14 Thread young_matthewd
using JBoss 4.0.3 SP2 on windows jboss is setup as a service (via JavaService.exe) which runs the run.jar main class (org.jboss.Main). want to send specific java options to the Main class. like a javaagent option: -javaagent:my bootstrap agent how is this done using run.jar? View the

[jboss-user] [JBoss Cache: Core Edition] - How to configure region based caching use multiple cache l

2009-04-14 Thread aman21cent
I want to use specific cache loader for a region. How can I do that? Can I get a sample config file? My actual goal is to use 2 different cache loaders for 2 different regions like below - Region /user/data/X - use JDBCCacheLoader Region /user/data/Y - use FileCacheLoader I

[jboss-user] [Beginners Corner] - Jboss and Oracle DB Question

2009-04-14 Thread sahmed223
Hi All, I am new to JBoss world. I just got my application up and running but had a question. Does jboss (4.23) wrap the oracle connections, and if so if there is a way to disable this? Thanks in advance for you help. -Sayef View the original post :

[jboss-user] [Performance Tuning] - Jboss EC2 Tuning

2009-04-14 Thread spezam
Hello, is there anyone having experience on Jboss tuning on Amazon EC2? I tried some different configurations, on a m1.large instance without impressive results compared to a traditional server. Following are my JAVA_OPTS -Xms5120M -Xmx5120M -Dsun.rmi.dgc.client.gcInterval=360

[jboss-user] [JBoss Cache: Core Edition] - STARTING state

2009-04-14 Thread ksobolew
I have two cases where I want to do something immediately before/during/immediately after cache startup: 1) Visit all nodes 2) Evict all nodes (for whatever reason I want to clear the transient state) I tried to do this in a listener method marked @CacheStarted, but the cache doesn't allow me

[jboss-user] [Beginners Corner] - scanning of server/xxx/deploy

2009-04-14 Thread j-n00b
Hi folks! My current task requires some really ugly classpath scanning. We have an interface called Job which may be implemented several times. Every implementation is packaged in a JAR under deploy. A simple stateless Session Bean scans all available JARs and registers all Jobs in the

[jboss-user] [JBoss AOP] - Re: Different jboss-aop.xml files for unit testing

2009-04-14 Thread nizzy
Hi Flavia, Thanks for the response. I have tried your suggestion however when the pointcut is of type execution then it is intercepted and the defined aspect is executed. | aspect class=com.ecebs.unittest.aop.aspect.ExceptionInjector scope=PER_VM / | | bind pointcut=execution(public

[jboss-user] [Installation, Configuration DEPLOYMENT] - Deployment path precedence

2009-04-14 Thread secretdark
Hi, I'm have a question regarding the precedence of deployment paths. Specifically, if I was to deploy a WAR file with a specified path (for example, /newHTML) alongside a already deployed EAR file with a path specified as the same (/newHTML) would the precedence simply be given to the last

[jboss-user] [Clustering/JBoss] - Re: How to configure region based caching use multiple cac

2009-04-14 Thread bstansbe...@jboss.com
Not via configuration. The application could use the JBC Option API and setCacheModeLocal(true) before any writes to the region. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225389#4225389 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Deploying PHP application in JBoss Portal

2009-04-14 Thread PeterJ
a) Yes b) Yes Here is what happened. Earlier versions of JBoss Native included all of their DLLs in a 'native' directory. The run.bat file in JBoss AS 4.2.x looks for the 'native' directory and if it finds it adds it to the PATH. So the whole point is to match up the DLL locations in JBoss

[jboss-user] [Beginners Corner] - Re: JBoss-Net

2009-04-14 Thread PeterJ
Swetha, please do not resurrect 4 year old posts. Instead, start a new topic and explain what you did (which version of JBoss AS, where you got Duke's bank and the exact version name of that download) and exactly what you are doing (compiling, running), and the full error message captured from

[jboss-user] [JBoss jBPM] - Re: Fork only uses first transition

2009-04-14 Thread ena1106
Thank you! I really couldn't figure it out!! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225392#4225392 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225392 ___ jboss-user

[jboss-user] [Beginners Corner] - Re: Migration from Sun Java System Application Server to Jbo

2009-04-14 Thread PeterJ
I don't know if there is anything specific, but there is a migration project: https://www.jboss.org/mass View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225394#4225394 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225394

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: libraries incompatibilities?

2009-04-14 Thread PeterJ
What is tk:form? I don't recognize the 'tk' namespace and googling yielded interesting but unhelpful results. The property 'binding' suggests to me the form will both be read and written. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225399#4225399 Reply to

[jboss-user] [Performance Tuning] - Re: setting right HEAP metrics

2009-04-14 Thread PeterJ
You cannot look at Linux metrics and from there determine what your heap settings should be. There are many posts in this forum that discuss heap sizing, I will leave you to discover a few of them. Regarding or sm times does not, what is sm'? I don't recognize the sm utility, and I doubt you

[jboss-user] [JBossMQ] - Re: User: guest is NOT authenticated

2009-04-14 Thread adr...@jboss.org
Since this is really a security problem, you'll want to enable TRACE logging for org.jboss.security to find out what the real error message is. javax.jms.JMSSecurityException: User: guest is NOT authenticated is just a generic error message. We don't want to help attackers know they've guessed a

[jboss-user] [JBoss AOP] - Re: Different jboss-aop.xml files for unit testing

2009-04-14 Thread nizzy
Environment -- JBoss AS 4.2.3 AOP 2.0.1 Using the -javaagent: setting on my VM arguments (eclipse IDE) Does that make it loadtime weaving? I'm running this outside the container by dropping my jboss-aop.xml file into a META-INF directory. Everything else I have tried seems to work

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: run.jar java options (JavaService.exe)

2009-04-14 Thread PeterJ
I am going to assume that you are using this tool: http://forge.ow2.org/projects/javaservice/ (many of the tools that turn Java apps in services have Java Service as part of their name so it is often impossible to tell which is being used just from the name) This tool uses a registry entry to

[jboss-user] [Beginners Corner] - Re: Jboss and Oracle DB Question

2009-04-14 Thread PeterJ
What do you mean by wrap the Oracle connections? JBoss AS does provide a mechanism to define data sources, you can look it up in the documentation. By default, JBoss AS does nothing with Oracle (it uses the built-in Hypersonic database). View the original post :

[jboss-user] [Performance Tuning] - Re: Jboss EC2 Tuning

2009-04-14 Thread PeterJ
5GB heap? Are you sure you need that much? What steps have you taken to correctly sizing the heap? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225417#4225417 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225417

[jboss-user] [Beginners Corner] - Re: scanning of server/xxx/deploy

2009-04-14 Thread PeterJ
The system property jboss.server.home.url will get you .../server/xxx/. I thought that the deploy directory might be mentioned in the MainDeployer MBean, but it wasn't there (I looked in 5.0.1.GA) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225422#4225422

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment path precedence

2009-04-14 Thread PeterJ
By path do you mean web app context? If so, if there is already an app that is using the context /xxx then deploying a new app with the same context will fail. If you don't mean 'context', what do you mean by 'path'? View the original post :

[jboss-user] [Performance Tuning] - Re: Jboss EC2 Tuning

2009-04-14 Thread spezam
PeterJ, sorry, I paste the old configuration by mistake. -Xms2G -Xmx2G -Dsun.rmi.dgc.client.gcInterval=360 -Dsun.rmi.dgc.server.gcInterval=360 -d64 -XX:PermSize=128m -XX:MaxPermSize=256m -Xss256k The machine is 64bits and have 7.5 GB of rams. I'm trying to tune the GC but I still have no

[jboss-user] [Beginners Corner] - Re: Jboss and Oracle DB Question

2009-04-14 Thread sahmed223
Thanks Peter. Here is my oracle-ds.xml file: | ?xml version=1.0 encoding=UTF-8? | datasources | local-tx-datasource | jndi-namebasic_ds/jndi-name | use-java-contextfalse/use-java-context |

[jboss-user] [JCA/JBoss] - Release ManagedConnectionFactory associated work

2009-04-14 Thread bortx
Hi everybody. I have the following problem: I have developed a resource adapter. Its ManagedConnectionFactory instantiates a Work that is executed within ResourceAdapter's WorkManager periodically, through all ManagedConnectionFactory lifecycle. This work depends on several 'config-property'

[jboss-user] [Beginners Corner] - 2 x the same class - Which will be loaded/used?

2009-04-14 Thread KrustyDerClown
Hello Everybody, a simple and short question: One java class is in 2 places. Both places are part of the classpath. Which of the classes will be used? First come within the classpath? The class with the newer date? JBoss Server 4.2.0. Thank you for your help. Greets Oliver View the

[jboss-user] [JBoss Portal] - Re: JSF Portlet not rendering view - Jsf portletbridge bridg

2009-04-14 Thread santhoshradari
Hello All, I get the following error when I try to deploy th eexample from Spring webflow source.: 2009-04-14 12:37:57,851 DEBUG [org.springframework.webflow.engine.impl.FlowExecutionImpl] Attempting to handle [org.springframework.webflow.execution.FlowExecutionException: Exception thrown in

[jboss-user] [JBoss Portal] - Spring webflow faces portal example on Jboss-portal

2009-04-14 Thread santhoshradari
Hello All, I get the following error when I try to deploy th eexample from Spring webflow source.: 2009-04-14 12:37:57,851 DEBUG [org.springframework.webflow.engine.impl.FlowExecutionImpl] Attempting to handle [org.springframework.webflow.execution.FlowExecutionException: Exception thrown in

[jboss-user] [JBoss Cache: Core Edition] - Re: FD Issue

2009-04-14 Thread karnivas
Just to give an update on this, it was identified that the dead member's(suspected member's) neighbor was having a wrong gateway entry in the routing table configuration. Instead of having its own IP it was pointing to another IP which was also in the same cluster. Once that instance was

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Application doesn't find the library

2009-04-14 Thread KrustyDerClown
PeterJ wrote : How is your application packaged? Where is the fop_95.jar file located within that package? It's a WAR web-application within a EAR folder. It's a embedded JBoss Server within the Enterprise Content Management System EMC Documentum. Now i moved the fop_95.jar to the WEB-INF/lib

[jboss-user] [JBoss Messaging] - How to configuration interceptors in JBoss Messaging

2009-04-14 Thread Thiraviyakumar
Can any one pls let me know, how to configuration interceptors in JBoss Messaging(in JBoss)? In below I'm giving the sample MBean we are using. ?xml version=1.0 encoding=UTF-8? mbean code=org.jboss.jms.server.destination.QueueService

[jboss-user] [Performance Tuning] - Re: Jboss EC2 Tuning

2009-04-14 Thread PeterJ
Start with this presentation: http://www.cecmg.de/doc/tagung_2007/agenda07/24-mai/2b3-peter-johnson/index.html There are many topics in this forum that discuss heap sizing and tuning. I'll leave you to find those. View the original post :

[jboss-user] [Beginners Corner] - Re: Jboss and Oracle DB Question

2009-04-14 Thread PeterJ
The *-ds.xml file looks OK. You are using Hibernate, and a very old version of it (based on the package names). What database connection configuration have you done in Hibernate? Or was that done in Spring? Depending on that configuration, you might not even be using the connections defined by

[jboss-user] [Beginners Corner] - Re: 2 x the same class - Which will be loaded/used?

2009-04-14 Thread PeterJ
First in classpath usually wins. You can verify this adding the -verbose:class JVM option to the command line. This option causes the JVM to print the JAR file for each class loaded. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225444#4225444 Reply to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Application doesn't find the library

2009-04-14 Thread PeterJ
Hmm, should I repeat myself? Why not: Add the -verbose:class JVM option to the command line. This option causes the JVM to print the JAR file for each class loaded. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225446#4225446 Reply to the post :

[jboss-user] [Performance Tuning] - Re: Jboss EC2 Tuning

2009-04-14 Thread spezam
Thanks a lot PeterJ, I'll look into your presentation. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225448#4225448 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225448 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Classloader issues in JBoss 5.0.0

2009-04-14 Thread jbossasuser
Hi Am using JBoss AS 5.0.0 on jdk5. Deployment of my war file fails. I see this error: 08:31:46,225 ERROR [StandardContext] Context [/myapp] startup failed due to previous errors java.lang.LinkageError: loader constraints violated when

[jboss-user] [JBoss jBPM] - Re: JTATransaction Error

2009-04-14 Thread faite
Thanks for your help!!! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225452#4225452 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225452 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Best Practice for multiple applications

2009-04-14 Thread cpslo1999
This is hopefully an easy enough question to answer... I am trying to determine what is considered the best practice for deploying two (basically unrelated and) different J2EE applications to the same hardware server. 1) Deploy both applications to the same instance of JBoss 2) Deploy each to

[jboss-user] [JBoss Messaging] - Re: NoClassDefFound Exception from Sun AS 8.2 to JBM 1.4.0

2009-04-14 Thread clebert.suco...@jboss.com
Any pointer on how to debug such issue would be appreciated, too. (the verbose:class option didn't help me much) Thanks for your inputs! The only thing I can think of is doing a real debug by attaching a debugger or looking a log4j.trace logs. I would also look if Sun AS is setting

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Best Practice for multiple applications

2009-04-14 Thread PeterJ
Well, one best practice is to definitely not use DefaultDS for your apps. Leave the JBoss AS services with DefaultDS (though you should use a database other than Hypersonic for it), and each of your apps should use their own data sources, unless the apps are accessing the same data in which

[jboss-user] [Clustering/JBoss] - Re: How to configure region based caching use multiple cac

2009-04-14 Thread aman21cent
Yes, but this won't work in case of multi threaded environment. Thread # 1 - Writes into Region X Thread # 2 - Writes into Region Y at exact same time as Thread # 1 If cache mode set to local then both Region X Y will not be replicated. Is this true? View the original post :

[jboss-user] [JBoss Messaging] - Re: JDBC persistence speed

2009-04-14 Thread timfox
Have you tried sending multiple messages in a single JMS transaction? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225467#4225467 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225467

[jboss-user] [JBoss Portal] - PortletServlet

2009-04-14 Thread santhoshradari
Can any one let me know where can I find this class? org.jboss.portal.portlet.servlet.PortletServlet Thank you, Santhosh View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225469#4225469 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Jboss and Oracle DB Question

2009-04-14 Thread sahmed223
Peter Here is the information about Oracle JDBC Driver: Oracle Database 10g Release 2 (10.2.0.4) JDBC Drivers ojdbc14.jar (1,555,682 bytes) - classes for use with JDK 1.4 and 1.5 Download it from Oracle website:

[jboss-user] [Security JAAS/JBoss] - SecureIdentityLoginModule - 'jaas is the way'

2009-04-14 Thread acastanheira2001
Hi, Has anybody modified the SecureIdentityLoginModule class to replace the phrase 'jaas is the way', in order to improve datasource security? If so, how to? Thanks, Andre View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225471#4225471 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: How to configure region based caching use multiple cac

2009-04-14 Thread bstansbe...@jboss.com
That won't be a problem; the option is scoped to the calling thread. It's stored in a ThreadLocal and is cleared when the next call to the cache after it's set returns. Admittedly, it's a clunky API. In JBC 1.x the Option was passed as a method param in an overloaded method, which was more

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Setting transaction timeout in JBoss 5.0.1.GA

2009-04-14 Thread prasanthreddy
I have been using 4.0.5 and I have modified /jboss4.0.5.GA/server/default/deploy/ejb3.deployer/META-INF/jboss-service.xml to set the transaction timeout. mbean code=org.jboss.remoting.transport.Connector | name=jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3 |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Best Practice for multiple applications

2009-04-14 Thread cpslo1999
Thanks for the quick reply! So if I may boil down your reply, it sounds like if I have the hardware resources available to run them in different instances of JBoss, then I should do so. It sounds like the administration in the long run will be easier if I run them separately. View the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Setting transaction timeout in JBoss 5.0.1.GA

2009-04-14 Thread prasanthreddy
Please ignore the above post. The file I modified is jboss-4.0.5.GA/server/default/conf/jboss-service.xml | mbean code=org.jboss.tm.TransactionManagerService | name=jboss:service=TransactionManager | xmbean-dd=resource:xmdesc/TransactionManagerService-xmbean.xml |

[jboss-user] [JBoss Portal] - Re: PortletServlet

2009-04-14 Thread PeterJ
There is no such class in JBoss Portal 2.7.2.GA. Are you sure you have the right class name? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225480#4225480 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225480

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Setting transaction timeout in JBoss 5.0.1.GA

2009-04-14 Thread PeterJ
In 5.0.x (and 4.2.x), transactions are configured in the server/xxx/conf/jbossjta-properties.xml file. I think the txReaperTimeout is what you are looking for. Here are the docs:

[jboss-user] [JBoss Portal] - Re: PortletServlet

2009-04-14 Thread santhoshradari
Hey Perter, Thank s for thr response. I am trying to deploy the spring example swf-booking-portlet-faces, which I could depoy on pluto portal server. I bumbed into this class when I was trying to find a equivalent of org.apache.pluto.core.PortletServlet, which acts as a Portlet wrapper Servlet

[jboss-user] [JBoss Tools (users)] - Reverse engineering of Entity Bean from table, possible ?

2009-04-14 Thread joshua883
Hi all I'd like to know if there's any instrument in JBoss tools which let you reverse Engineer a table/view into an Entity Bean 3.0 Thanks a lot John View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225485#4225485 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: NoClassDefFound Exception from Sun AS 8.2 to JBM 1.4.0

2009-04-14 Thread dkuanwang
Thanks again for all your suggestions and help...I am able to narrow the problem down to org.jboss.remoting.InvokeLocator. Apparently when I try to instantiate this class, I will get a NoClassDefFound exception (without indicating what class is missing). I am able to create the

[jboss-user] [JBoss Messaging] - getting messages on one node of cluster

2009-04-14 Thread mhossein
Hi: We have a subsystem that should run only on one node (I'll call it the master node) of our cluster (right now, it's the coordinator of the cluster). We need to be able to send messages to a queue or topic from every node but we only want the node that runs the above mentioned service (the

[jboss-user] [JBossWS] - SSL Client truststore

2009-04-14 Thread zurchman
Is there any way to way to dynamically define a JBossWS client truststore? I'm trying to run a standalone secure webservice client that was originally developed using a JAX-WS RI. Using the RI, it was a simple matter to specify the truststore: | System.setProperty(javax.net.ssl.trustStore,

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to configure MySQL datasource for JBOSS 5.0.1

2009-04-14 Thread cpslo1999
Is there some help in configuring an XADataSource for JBoss 5.0.1.GA and MySQL 5.x? I haven't been able to find much of anything. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225496#4225496 Reply to the post :

[jboss-user] deployed web service consumer?

2009-04-14 Thread Bogus Exception
I have deployed apps in jboss, and I like how clean they are-everything in one place. But now I need my apps to consume external web services. I don't want to write a bunch of external apps in SE and have to worry about packaging them with the JBoss JARs, not to mention the overhead and

[jboss-user] [JBoss jBPM] - Re: Group Task Assignment proble- Unable to see task avalaib

2009-04-14 Thread pyuill
Hi Swati, This is definitely a bug. I have patched two source files to get over it. They are org.jbpm.jsf.core.action.ListTasksForActorActionListener and org.jbpm.jsf.core.action.AssignTaskActionListener . You can find them, along with a built war, at http://www.objectix.com.au/jbpm/ . You

  1   2   >