[JBoss-user] [The Lizzard's corner] - Re: BusinessWeek - Oracle buying JBoss

2006-02-18 Thread originator
There is an article dated Feb14 @http://www.informationweek.com/news/showArticle.jhtml?articleID=180200853&subSection=Breaking+News WHICH says Oracle Buys Sleepycat, Is JBoss Next? Is it true? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924841#3924841 Rep

[JBoss-user] [The Lizzard's corner] - Re: Is Oracle Buying JBoss?

2006-02-18 Thread originator
There is an article dated Feb14 @http://www.informationweek.com/news/showArticle.jhtml?articleID=180200853&subSection=Breaking+News WHICH says Oracle Buys Sleepycat, Is JBoss Next? Is it true? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924840#3924840 Rep

[JBoss-user] [Clustering/JBoss] - Re: Is cache Invalidation possible under ...

2006-02-18 Thread [EMAIL PROTECTED]
Sorry to take so long to reply -- I've been struggling to get a moment to look into this. You're not missing anything; it seems the InvalidationManager invalidates the local cache whenever it processes an invalidation event. This behavior is necessary in one of the use cases for the cache inval

[JBoss-user] [The Lizzard's corner] - Re: BusinessWeek - Oracle buying JBoss

2006-02-18 Thread mica.cooper
Dave, This is a large concern of ours. We have implemented JBoss at some very large client sites. We switched the former #1 BEA implementation on Windows to JBoss and it cured all their ills. Now this supposed rumor is coming out. I have quizzed folks on this. I found out, that JBoss employee

[JBoss-user] [Beginners Corner] - anoying custom tag behavior

2006-02-18 Thread blaplante
I hope someone can explain to me why since the days of Tomcat 4 until now in JBoss, every custom tag I create that prints to the output will repeat it's output the number of time the page has been refreshed. If my tag sends "hello" to the out put it will look like this if I refresh the page 5 t

[JBoss-user] [Performance Tuning] - Re: 99% usage using cluster

2006-02-18 Thread ScottMarlowNovell
It should be useful to get a quick snapshot of what is going on an application server that is consuming 99% cpu. The best way to get a snapshot, is to dump the stack traces for the application server. The thread stack traces will be writing to the server out (you can redirect the stdout/stderr

[JBoss-user] [JBoss Seam] - Re: Child object validation

2006-02-18 Thread andrew.rw.robinson
I can see what you mean about the validation of the keys and the index issue. I am mostly thinkin on this from a Seam perspective, where I need to make sense of the path. I begs an interesting question of how to handle complex keys and how to represent what element in invalid in the collection.

[JBoss-user] [JBoss jBPM] - Double update/review process

2006-02-18 Thread jeffw
Im wondering how (or if) I could model the following scenario: I have a scenario where when a process is started, it goes through a review/update step. For example, a customer and salesman can both review and update an order; If either changes its details, then the other needs to review it aga

[JBoss-user] [JBossWS] - Issues with w3.org timeouts

2006-02-18 Thread [EMAIL PROTECTED]
When deploying WSRP web services, it does not create the endpoint properly because the w3.org site timeout and it does not get the file it needs that is referenced by out wsdl : | Caused by: WSDLException (at /wsdl:definitions/import/wsdl:definitions/import/ws | dl:definitions/wsdl:types/s

[JBoss-user] [JBoss Seam] - Re: Separating Web Container from Application Container

2006-02-18 Thread [EMAIL PROTECTED]
Some people claim that there are security advantages to this separation, but I have never found these arguments especially convincing. We always recommend running Tomcat inside JBoss AS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924828#3924828 Reply to

[JBoss-user] [JBoss Seam] - Re: Child object validation

2006-02-18 Thread andrew.rw.robinson
I put the patch in the JIRA issue: http://opensource2.atlassian.com/projects/hibernate/browse/ANN-208 I used generic collection refection as hibernate annotations are java5, so thought it was a safe assuption. This version is working for me, and I really can't spend more time on it. This versi

[JBoss-user] [JBossWS] - Re: How can I build jbossws14 from jboss-head?

2006-02-18 Thread [EMAIL PROTECTED]
Yeah I found that out while working with Jason. I should have posted here in case someone ran into the same issue... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924824#3924824 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[JBoss-user] [JBoss Portal] - Re: Where is the MyFaces cardemo portlet source?

2006-02-18 Thread Isklar
any news in this context? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924823#3924823 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924823 --- This SF.net email i

[JBoss-user] [EJB 3.0] - Inheritance from supclass that is not an entity

2006-02-18 Thread javatwo
Is there a way for an entity to inherit properties from supclass that is not an entity? Right now they are not inherited in terms of persistence. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924822#3924822 Reply to the post : http://www.jboss.com/index.htm

[JBoss-user] [JBoss Seam] - Re: Separating Web Container from Application Container

2006-02-18 Thread logankiefer
>From your experience, can you think of any reasons someone would want to >separate the two apps? The reason I'm asking is because we currently use >JBoss and Tomcat in separate processes. I was told that the architect at the >time needed to architect it this way a while back (a few years ago)

[JBoss-user] [JBossWS] - Re: How can I build jbossws14 from jboss-head?

2006-02-18 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : Actually, this doesn't quite work. The ANT target doesn't appear to do anything. Looking at the target, deploy-jbossws14 is only executed if the "retro" property is set to true. Is that property computed at runtime (i.e. I would expect it to be set to true if the curr

[JBoss-user] [JBoss Seam] - Re: Message bundle issues

2006-02-18 Thread epbernard
This was a classloader issue. I've fixed the issue in Hibernate Anntotations CVS. Now the Thread context CL is used before anything else to load the resource bundle. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924819#3924819 Reply to the post : http://ww

[JBoss-user] [JBoss Seam] - Re: Child object validation

2006-02-18 Thread epbernard
Fantastic! Where did you post the validator patch? Can you do it in http://opensource.atlassian.com/projects/hibernate/secure/Dashboard.jspa BTW, I'm the maintainer of Hibernate Validator. Some comments: Do not check the generic type in collection but the actual object type (collection might n

[JBoss-user] [JBoss Seam] - Re: Separating Web Container from Application Container

2006-02-18 Thread [EMAIL PROTECTED]
Seam does not work in this case. However, this architecture is always *less* scalable, not more scalable. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924817#3924817 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924

[JBoss-user] [JBoss Seam] - Re: Child object validation

2006-02-18 Thread andrew.rw.robinson
I'm posting the patch to the hibernate-annotations, now just need to patch the seam side so that it can try to find the component (right now all child validation errors end up in the global messages only). -Andrew View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[JBoss-user] [JBoss Seam] - Message bundle issues

2006-02-18 Thread andrew.rw.robinson
Okay, I am trying to make a patch from the hibernate annotations validator to support child objects. One of my objects has the email validator annotation on it. My faces configuration file is setting the message bundle. However, I am getting an error when seam starts. It loads some kind of gener

[JBoss-user] [JBoss Eclipse IDE (users)] - No JBoss 4.0.x option in run/debug configuration dialogue

2006-02-18 Thread jumeier
Hello, I'm using Eclipse 3.1.2 and JBossIDE 1.5. After having installed both properly, the problem is that I cannot launch JBoss, because it cannot be configured. In the "Run..." or "Debug..." dialogues, no line with "JBoss 4.0.x" is appearing (nor any other version), so I cannot create an ap

[JBoss-user] [JBoss/Spring Integration] - Re: TransactionManager and UserTransaction

2006-02-18 Thread magpor
Hi guys Im having the same problem. Im trying to connect to the TransactionManager and get the same error. I've gone through the jar files i deploy in the WAR file and there is no jta.jar or any other jar file containnig javax.transaction.TransactionManager. Still it get the [java:/Transaction

[JBoss-user] [JBoss Seam] - Separating Web Container from Application Container

2006-02-18 Thread logankiefer
>From my readings of Seam it appears it will work very well if the web and app >container are in the same process. However, what if any changes would need to >occur if the containers are in separate processes for scalability or other >reasons? View the original post : http://www.jboss.com/ind

[JBoss-user] [EJB 3.0] - EJB client: NullPointerException in StatelessLocalProxy

2006-02-18 Thread NautilusIII
Hi! This is a follow-up to my last thread which has almost been resolved. So, the current code looks as follows: An interface: | package src; | | public interface MyCalculator | { | String sayHello(); | | int add(int x, int y); | | int sub(int x, int y); |

[JBoss-user] [EJB 3.0] - Re: EJB client cannot connect: [SocketServerInvoker] Failed

2006-02-18 Thread NautilusIII
Does not help - any more ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924805#3924805 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924805 --- This SF.net e

[JBoss-user] [Installation, Configuration & Deployment] - Re: Securing the jmx-console in 4.0.3 SP1

2006-02-18 Thread carcher
I had the exact same problem. Thanks for you post--it saved me quite a bit of time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924804#3924804 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924804 ---

[JBoss-user] [EJB 3.0] - Re: EJB client cannot connect: [SocketServerInvoker] Failed

2006-02-18 Thread NautilusIII
Ok, I could fix this introducing a interface annotated with @Local and looking that one up within my client. Hm... probably a beginners error - I am letting client and EJB run on the same physical host :-/ Next I received another ClassNotFoundException for TimedObjectInvoker which I could fix

[JBoss-user] [Security & JAAS/JBoss] - LdapExtLoginModule Question

2006-02-18 Thread [EMAIL PROTECTED]
Looking at the source code for LdapExtLoginModule (Line 331). http://anoncvs.forge.jboss.com/viewrep/JBoss/jbosssx/src/main/org/jboss/security/auth/spi/LdapExtLoginModule.java?r=1.1.2.4 | // Get the admin context for searching | 331 InitialLdapContext ctx = constructInitialLd

[JBoss-user] [EJB 3.0] - Re: EJB client cannot connect: [SocketServerInvoker] Failed

2006-02-18 Thread NautilusIII
Hey, new info: The error does not occurr if I remove the following line from the client: | System.out.println("1+2=" + myCalculator.add(1, 2)); | Any thoughts? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924800#3924800 Reply to

[JBoss-user] [Beginners Corner] - Re: Fibo tutorial jboss 4.0.2

2006-02-18 Thread egargano
I have the same problem You resolved? I try change the code with a copy from a friend (it's work in my friend pc) I try ti change the jboss version, Any idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924799#3924799 Reply to the post : http://www.jb

[JBoss-user] [EJB 3.0] - Re: EJB client cannot connect: [SocketServerInvoker] Failed

2006-02-18 Thread NautilusIII
Ah, just forgotten: I had another problem after the ClassNotFoundException which was some "access denied" thing. But I think I fixed that by inserting the following line | permission java.security.AllPermission; | into the JREs security policy file. Here is the file java.policy: |

[JBoss-user] [EJB 3.0] - EJB client cannot connect: [SocketServerInvoker] Failed to a

2006-02-18 Thread NautilusIII
Hi guys! I have developed a very simple EJB with the JBoss IDE 1.5: Here is the EJB: Interface: | package src; | | import javax.ejb.Remote; | | @Remote | public interface MyCalculator | { | int add(int x, int y); | | int sub(int x, int y); | } | Impleme

[JBoss-user] [Beginners Corner] - JBoss Startup Error

2006-02-18 Thread sunday.oyeniyi
Guys! I successfully start up & use Jboss AS on my desktop but now JBoss is refusing to startup properly on my laptop. Its having problem loading the hypersonic db and first series SQLException it dumped is Wrong database file version Any idea to resolve will be appreciated regards Sunday

[JBoss-user] [JBoss jBPM] - JBPM byte array constraint violation

2006-02-18 Thread akamil
Does anyone know as to why this error will occur in JBPM? org.hibernate.exception.ConstraintViolationException: could not insert collection: [org.jbpm.bytes.ByteArray.byteBlocks#262] INSERT statement conflicted with COLUMN FOREIGN KEY constraint 'FK_BYTEBLOCK_FILE'. The conflict occurred in data

[JBoss-user] [Installation, Configuration & Deployment] - Deployment isolation and loader repositories have no effect

2006-02-18 Thread randahl
INTRODUCTION -- On a JBoss 4.0.3sp1 I am deplying two instances of the same application as two ear files ApplicationA.ear ApplicationB.ear Inside each ear I have a jar containing some EJBs, and this jar actually contains several other jars containing the EJB classes. Like this

[JBoss-user] [JBoss Seam] - Re: real basic problems with seam demo apps - any help well

2006-02-18 Thread js8523
Hi It doesn't look as if the ear file (from the demo app) has been placed properly in your jboss 4.0.4RC1/server/default(or all)/deploy directory (check it is in there), check that you are starting the server up with the correct profile (default or all). If the file is not deployed correctly

[JBoss-user] [JBossCache] - TreeCacheAOP Get Performance

2006-02-18 Thread joereger
Hi all! I'm using TreeCacheAOP in a webapp. It successfully transmits objects over the network and shares them with other app servers. Excellent! But performance has been slower than expected (but I'm not pointing fingers here... just looking for some help). I'm using CacheMode=REPL_ASYNC,

[JBoss-user] [Performance Tuning] - Tomcat Performance suggestion for the wiki page...

2006-02-18 Thread ScottMarlowNovell
Hello, I looked on the wiki and didn't see anything about changing Tomcat/Jasper settings for a production server. This turned out to be important for a customer application performance problem that I was recently assisting with. I would like to compose some helpful hints based on the informat

[JBoss-user] [JBossCache] - Re: NullPointerException in LRUPolicy.nodeAdded

2006-02-18 Thread hjshi2000
It happens right after state transfer. I can dupliate the problem. Seems there is a race condition, where the MBean has not yet finishing reading evict policy config at that time. I created the cache in startSerice(): protected void startService() throws Exception { if (cacheName == null)

[JBoss-user] [Beginners Corner] - UserTransaction

2006-02-18 Thread cagean
el inconveniente que tenemos es que la transaccion no esta haciendo ni commit, ni rollback, ni presenta exceptions. los estados de la transaccion son 0 despues de que inicia y 6 despues de la instruccion commit y rollback. cuando vemos en las bases de datos no ingreso los datos aun cuando no se

[JBoss-user] [Installation, Configuration & Deployment] - Getting 'no such file or directory

2006-02-18 Thread faisalaslam
Hi All, I am new to linux based JBOSS. I am using Redhat9.0 with, JDK1.5.0_06, MYSQL 4.1.18.0 and have installed JBOSS-4.0.3SP1. JBOSS installation path is /usr/local/jboss-4.0.3SP1/ I am getting this error when I run run.sh here is the output i got>: | run.sh: Missing file: /usr/local/sbi

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Memory leak and tons of org.jboss.mq.SpyTopic and org.jb

2006-02-18 Thread [EMAIL PROTECTED]
"Lauri" wrote : "hosierdm" wrote : | | About JIRA. | | Adrian, should i place it there or better not? | | Why? See my previous post. | JBossMQ ignores the redundant message.acknowledge() | This can't be the cause of your problem. | View the original post : http://www.jboss.co

[JBoss-user] [JBoss Seam] - Re: help customizing resourcebundle

2006-02-18 Thread [EMAIL PROTECTED]
Well, this is really a pure MyFaces question, not related to Seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924780#3924780 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924780 --

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - StackOverflowError on passivation

2006-02-18 Thread Annegret
Hi, when a Stateful SessionBean (EJB3) is passivated after reading data from a hibernate session a StackOverflowError occurs in the server.log. Any idea ? JBoss 4.0.3SP1 with EJB3 installer on WindowsXP Annegret DEBUG [org.jboss.ejb3.entity.ManagedEntityManagerFactory] ** flushin

[JBoss-user] [EJB/JBoss] - [BeanLock] removing bean lock and it has tx set!

2006-02-18 Thread Grohl
Hello: I'm using 3.2 JBoss release The next error message ERROR [BeanLock] removing bean lock and it has tx set! [EMAIL PROTECTED] is wrote in log file when I'm trying to remove ( remove() method ) some entities. I use remove(pk), where pk means primary key class The operation works fine: all

[JBoss-user] [JBoss Seam] - Re: real basic problems with seam demo apps - any help well

2006-02-18 Thread woodmawa
get lots of 'error like messages' in the server log. cant attach the complete file - however there are lines like the following (this is from a fresh startup) I went to seam dir again and did an ant clean and ant deploy on the registration example and no text got appended to the log. Ant re

[JBoss-user] [JBoss Seam] - Re: help customizing resourcebundle

2006-02-18 Thread gnulp
I know the mistake ! I have removed a property-file-entry for internationalization. The point is that, there shouln't be that exception, but a smooth error-handling - like e.g.: "missing key entry: UserName" as it is e.g. in the issue-tracker-demo of seam. If you remove any entry from the messa

[JBoss-user] [JBoss Seam] - Re: help customizing resourcebundle

2006-02-18 Thread Udo.Krass
Hard to say whats going wrong with your webapp. The exception is in my mind very useful. Your jsp-page cant find the ressource-bundle. Try to copy a page and the properties-file from the examples and isolate the mistake... View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Memory leak and tons of org.jboss.mq.SpyTopic and org.jb

2006-02-18 Thread Lauri
"hosierdm" wrote : Why are you explicitly acknowledging your messages in the client when you clearly have the session set to auto acknowledge? That is undoubtly kind of mistake (or more likely mess) in code. Now it fixed. - - - About JIRA. Adrian, should i place it there or better not? View the o

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: reconnect to temporary queue ?

2006-02-18 Thread [EMAIL PROTECTED]
They are called temporary for a reason. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924770#3924770 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924770 --- This

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: sometimes

2006-02-18 Thread [EMAIL PROTECTED]
Unanswerable question: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp An invalid session means the security manager doesn't know who you are. Probably due to some race condition like trying to use a connection/session concurrent with closing it. If the close wins your operation fails. View th

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: pausing JBoss MQ

2006-02-18 Thread [EMAIL PROTECTED]
Please go read the spec. I am not going to add an FAQ to explain the difference between durable and non durable topic subscriptions. It is explained at length in the spec. It is also the first topic on the JBossMQ wiki. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: how could I use jms in jboss's all run mode?

2006-02-18 Thread [EMAIL PROTECTED]
There must be about 5 different topics/faqs on the WIKI explaining this. And this is not the JNDI forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924767#3924767 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=392476

jboss-user@lists.sourceforge.net

2006-02-18 Thread [EMAIL PROTECTED]
Because the MDB transaction is not started by the EJB container like the other EJB types. Raise a feature request. There is no reason why the ServerSessionPool cannot ask the EJB container for this information. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=392

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Configuring messaging bridge with XAConnectionFactory

2006-02-18 Thread [EMAIL PROTECTED]
Bug report: http://jira.jboss.com/jira/browse/JBAS-2822 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924765#3924765 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924765 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Configuring messaging bridge with XAConnectionFactory

2006-02-18 Thread [EMAIL PROTECTED]
What do you think the error message means? Admittedly, it could tell which class is not found. But I think you can take a wild guess and assume it is Bea's XID class. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924764#3924764 Reply to the post : http://www

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Memory leak and tons of org.jboss.mq.SpyTopic and org.jb

2006-02-18 Thread [EMAIL PROTECTED]
"hosierdm" wrote : Why are you explicitly acknowledging your messages in the client when you clearly have the session set to auto acknowledge? That is not necessary. Don't know if it has anything to do with your problem, but just a tip. And ignored by JBossMQ | if (session.acknowledg

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Errror while running Test Client for JBoss MQ

2006-02-18 Thread [EMAIL PROTECTED]
If you are going to copy the code from the WIKI then you also need to copy the instructions. What classpath does it say you need to run the example? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924762#3924762 Reply to the post : http://www.jboss.com/index.h

[JBoss-user] [JCA/JBoss] - Re: Troubles with EAR deployement containing RAR

2006-02-18 Thread [EMAIL PROTECTED]
RTFM View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924761#3924761 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924761 --- This SF.net email is sponsored by: Splun

[JBoss-user] [JCA/JBoss] - Re: Uses without session beans

2006-02-18 Thread [EMAIL PROTECTED]
In the JBoss context manager it is push/popMetaDataAwareContext() on the CachedConnectionManager. See the CachedConnectionManagerValve used in our Tomcat integration. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924760#3924760 Reply to the post : http://www

[JBoss-user] [JBoss jBPM] - Re: LGPL question on jBPM

2006-02-18 Thread [EMAIL PROTECTED]
does this help ? http://www.jboss.com/company/licensing regards, tom. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924759#3924759 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924759 -

[JBoss-user] [JBoss Seam] - Re: I18N bookings example

2006-02-18 Thread gnulp
woud be great - I think that will solve my problem - see other thread anonymous wrote : help customizing resourcebundle what happens if one of the property-entries is missing ? Do you get an exception or a usefull error-handling ? View the original post : http://www.jboss.com/index.html?modu

[JBoss-user] [JBoss Seam] - Re: help customizing resourcebundle

2006-02-18 Thread gnulp
yes they are ! if I insert the message-key into the properties file I see the correct message ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924755#3924755 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924755

[JBoss-user] [JBoss Seam] - Re: help customizing resourcebundle

2006-02-18 Thread Udo.Krass
Look at your deployed war-file. Are you sure that your properties-files are deployed? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924754#3924754 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924754 ---

[JBoss-user] [JBoss Seam] - I18N bookings example

2006-02-18 Thread Udo.Krass
Hi, i am from Germany, so i use the I18N (e.g. properties-files, etc.) in my webapps. Can i commit my I18N exensions for the booking example into CVS? For that i need an authorized CVS-User... Do you think that will be a good idea? View the original post : http://www.jboss.com/index.html?module

[JBoss-user] [JBoss jBPM] - JbpmPersistenceException: couldn't commit hibernate session

2006-02-18 Thread send2shriram
Hi, I am trying to create a task and task instance at runtime, but always get the following error : Here is my Code : public class Node1EnterActionHandler implements ActionHandler { public void execute(ExecutionContext executionContext) throws Exception { // TODO Auto

[JBoss-user] [JBoss Seam] - Re: help customizing resourcebundle

2006-02-18 Thread gnulp
the same happens when you remove e.g. the entry | loginUser=Username | from the store.properties in the dvd-store-demo again i get an exception instead of a warning that the resource-entry is missing ... Is it a problem of seam, jsf or faclets ? It seems to be in the renderkit of facelets

[JBoss-user] [JBoss jBPM] - Re: asyn feature configuration

2006-02-18 Thread [EMAIL PROTECTED]
Edgar, There is not (yet) any JMS counterpart of the CommandExecutorThread. In fact if you use JMS, you should not have any separate CommandExecutorThread. MDB's have been invented to do this job... But again, you should create this MDB yourself, we do not provide one at this time. Regards, Ko

[JBoss-user] [Beginners Corner] - Re: Error in deploying EJB

2006-02-18 Thread the-gtm
It means that your EJB packaging isn't valid, you should see another message explaining what's wrong on the console. This could come from ejb-jar.xml, wrong interface ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924746#3924746 Reply to the post : http:

[JBoss-user] [JBoss Eclipse IDE (users)] - Memory monitoring

2006-02-18 Thread armita
I wonder is there a tool for monitoring the memory consumption of in memory onjects like beans. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924745#3924745 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924745

[JBoss-user] [Beginners Corner] - Error in deploying EJB

2006-02-18 Thread 1819607
I am tying to deploy a simple Session Bean to print " Hello World". I used ejb-jar.xml and jboss.xml as Deployment Descripitor and build.xml to bundle the application into a jar file using Ant. Then I get the following error: Verification of Enterprise Bean failed. [EMAIL PROTECTED] Can anyone

[JBoss-user] [JBoss jBPM] - Re: Tasks -->Sub-Tasks

2006-02-18 Thread send2shriram
Hi, Can anybody guide me how to create a new child task under a parent task, without ending the parent task ? We have a requirement of this kind of scenario. For example, an Agency Supervisor(parent task) will create tasks for juniors(child tasks) under him and the Supervisior can close his