[jboss-user] [Beginners Corner] - connection exception

2007-07-09 Thread raja_c
Hi I am new to jboss i deployed my mdb in the server and I am trying to access from my test application and getting the following error please help me to solve this problem. javax.naming.CommunicationException: Could not obtain connection to any of these urls: localhost: and discovery

[jboss-user] [JBoss Seam] - Re: rich:tree with a simple s:link?!

2007-07-09 Thread mugwump
Sure, bute tkalactomo already did that (http://www.jboss.com/index.html?module=bbop=viewtopict=112758 ) - and I cross-posted, because the richfaces-forum contains lots of unanswered questions: Looks like the richfaces-guys are hanging around in the seam-forum too often since seam-gen elected

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0 B1 validateAll

2007-07-09 Thread [EMAIL PROTECTED]
You don't have an s:validate or s:validateAll, do you? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061819#4061819 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061819 ___

[jboss-user] [JBoss Seam] - Re: Seam 2.0 is tightly coupled with Hibernate validator

2007-07-09 Thread [EMAIL PROTECTED]
Hibernate Validator now works with any JPA provider, check the docs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061820#4061820 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061820

[jboss-user] [JBoss Seam] - Re: Where is seam-gen getting

2007-07-09 Thread [EMAIL PROTECTED]
Its not hardcoded, its picking up the property set in the build.properties in your root seam dir. I've fixed in CVS. Until then, edit the other build.properties. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061821#4061821 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Locale switch doesn't remove bundles from context

2007-07-09 Thread [EMAIL PROTECTED]
oops, fixed View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061822#4061822 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061822 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: bug in exception handling ?

2007-07-09 Thread [EMAIL PROTECTED]
What happens if you add end-conversation/ to the exception handler? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061823#4061823 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061823

[jboss-user] [JBoss Seam] - Re: Can't get registration sample running on Glassfish

2007-07-09 Thread [EMAIL PROTECTED]
Great, good luck :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061825#4061825 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061825 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - what is road map for jbpm-bpel

2007-07-09 Thread pablodiablo
Hi I need to use jbpm-bpel engine in production enviroment but I must wait for stable version when do you plan to relase stable version ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061831#4061831 Reply to the post :

[jboss-user] [JBoss Portal] - Re: RichFaces : sample for ajax jsf portlet provided

2007-07-09 Thread [EMAIL PROTECTED]
I answered previously but here again ;) JBoss AS 4.2.0 is the recommended AS (I know, we bundled with 4.0.5 but that was a small mistake but is consistent with the RCs version of JBoss Portal). That said: - JBoss Forums runs out of the box on 4.0.5 only - WSRP requires a WS upgrade if you are

[jboss-user] [JBossWS] - Re: NullPointerException in ServiceEndpointManagerFactory

2007-07-09 Thread tweedledee
This turned out to be a simple case of comflicting JBossWS jars in the classpath. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061835#4061835 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061835

[jboss-user] [JBoss Seam] - Unit testing. How to initialize logger manually?

2007-07-09 Thread Alpha1251
Hello Could anyone tell the best way to initialize logger, declared as @Logger private Log log; manually, for unit testing. Seems, all logging objects declared in such way, to initialize them manually is quite difficult. Implement Log by myself? Thanks View the original post :

[jboss-user] [JBoss Seam] - how can login automatically after register?

2007-07-09 Thread chibi
i try to use the code like below, but failed | @PersistenceContext | private EntityManager em; | | @In Identity identity; | . | | public String register(){ | . | em.persist(user); |

[jboss-user] [JBossCache] - PojoCache with Compile Time Weaving on JBoss 4.2.0 ?

2007-07-09 Thread mbroons
I'm facing some trouble trying to use PojoCache with Compile Time Weaving on JBoss 4.2.0. I have a DemoService exposing a DemoServiceRemote interface. The interface allows a client application to subscribe/unsubscribe to the service (subscribe, unSubscribe methods) and to invoke a method on

[jboss-user] [JBoss Seam] - seam-gen, EJBs and different databases

2007-07-09 Thread laessig
i searched the forums and the docs but could not find the answer to my question. setup is jboss as 4.0.5 GA, seam 1.2.1GA, mysql 5.1, mysql connector 5.0.6, eclipse europa. i have a seam-gen genereted app with EJBs reverse engineered through hibernate. the EJBs all use annotations and are

[jboss-user] [EJB 3.0] - Re: Can SLSB be dirty after new injection?

2007-07-09 Thread wolfc
gena777 wrote : Couldn't it be better, to purge the dirty SLSB and from some threshold to fill the pool with new instances? You can create your own interceptor which determines if you use a new instance and when to discard it. See

[jboss-user] [JBoss Seam] - Re: bug in exception handling ?

2007-07-09 Thread [EMAIL PROTECTED]
Exception handling for pageflows works correctly on Seam2 (I've not tested on Seam 1.2.1.GA) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061843#4061843 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061843

[jboss-user] [JBoss Seam] - Re: Unit testing. How to initialize logger manually?

2007-07-09 Thread [EMAIL PROTECTED]
Log log = Logging.getLog(Foo.class); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061844#4061844 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061844 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Unit testing. How to initialize logger manually?

2007-07-09 Thread Alpha1251
Thanks a lot View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061845#4061845 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061845 ___ jboss-user mailing list

[jboss-user] [Messaging, JMS JBossMQ] - Re: Connection not authorized to addMessages to destination

2007-07-09 Thread [EMAIL PROTECTED]
Your question is unanswerable, since you don't show the security configuration for the destination or JMS_ROLES. i.e. one of the roles john is in needs to have write access to the myTopic. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061847#4061847 Reply

[jboss-user] [Messaging, JMS JBossMQ] - Re: HA JMS - Jboss MQ - MDBs dont get rebound to current Mas

2007-07-09 Thread [EMAIL PROTECTED]
Try the latest and greatest. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061848#4061848 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061848 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - s:formattedText works incorrect

2007-07-09 Thread Phantom
Good day, I use s:formattedText on my site. But in some cases i can catch such exception: line 1:100: unexpected char: 0x2013 at org.jboss.seam.text.SeamTextLexer.nextToken(SeamTextLexer.java:203) at antlr.TokenBuffer.fill(TokenBuffer.java:69) at

[jboss-user] [Messaging, JMS JBossMQ] - Re: Monitoring new connections to a topic

2007-07-09 Thread [EMAIL PROTECTED]
The interceptor is the way to go. The call you want to intercept is subscribe(). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061850#4061850 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061850

[jboss-user] [JBoss jBPM] - complex process definition

2007-07-09 Thread ekrisjo
Hi, I have a problem realizing a message sending process. Maybe I misunderstood the way tokens works. Anyway the process is as follows: A user sends one message request which targets a set of recipients. The message is sent to an external system and then wait for async delivery receipt for

[jboss-user] [JBoss Seam] - Re: seam s:link fetchs list multiple times. big error !

2007-07-09 Thread [EMAIL PROTECTED]
I can't replicate with Seam2. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061852#4061852 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061852 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Deploying to Weblogic 8.1

2007-07-09 Thread mailinator
Hi, i'm here again because i'm stuck in my deployment of the jbpm console. In fact the deployment is ok but when trying to access http://10.98.54.53:7001/jbpm-console/sa/processes.jsf, i got this error Error 403--Forbidden. Apparently i dont understand how authentication works on jbpm. I find

[jboss-user] [JBoss Tools (users)] - Re: Wrong dependancy on JBossIDE JBossAS Adapter Feature (1

2007-07-09 Thread Quessir
Hi! Actually I posted topic like this. There is also JIRA to it. Yesterday I've found some cunny solutions. At first install all required plugins through Update Manager (such as Spring IDE, Subclipse or Maven). And only after then install JBossTools or TPTP(it's also buggy despite of

[jboss-user] [JBossWS] - Re: charset encoding problem with the jsr181pojo sample : ec

2007-07-09 Thread fredash
Yes i have had this exact same problem, as described in first post of this thread (see the post of smalbequi). I develop on Mac OS X 10.4.10, Jboss 4.0.5 + JbossWS 1.2.1 GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061856#4061856 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: connection factory to remote queue

2007-07-09 Thread [EMAIL PROTECTED]
dlgrasse wrote : | 1) tried it with almost verbatim what they show | remote-queues-service.xml: | server | | mbean code='org.jboss.jms.jndi.JMSProviderLoader' | |name='jboss.mq:service=JMSProviderLoader,name=JMSProvider' | | | | attribute

[jboss-user] [EJB 3.0] - Re: how to prevent multi-access

2007-07-09 Thread wolfc
http://jcp.org/en/jsr/detail?id=220 The mechanism is explained in EJB 3 Persistence 3.4. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061857#4061857 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061857

[jboss-user] [Messaging, JMS JBossMQ] - Re: Multiple persistence strategies in jbossMQ

2007-07-09 Thread [EMAIL PROTECTED]
justinmiller wrote : | Ideally, here's the situation I want: | | For all queues and topics, I want both message persistence and softening. For select queues, I just want the message softening, but not persistence. | | The wiki leads me to believe that this configuration isn't

[jboss-user] [JBoss Seam] - Re: s:formattedText works incorrect

2007-07-09 Thread [EMAIL PROTECTED]
This should not occur with the latest Seam 2.0 beta. The following range is definitely allowed by the parser: '\u0250'..'\ufaff')+ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061860#4061860 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Deploying to Weblogic 8.1

2007-07-09 Thread kukeltje
jbpm does not do authentication. The AS (JBoss, WLS, Tomcat,... ) does. If you want to do assignments as well in jBPM it is better to have a shared database, how jboss AS does authentication, look at the login-config.xml (it is a database query) View the original post :

[jboss-user] [JBoss Portal] - CMS portlet customization HELP

2007-07-09 Thread shtainberg
Hi, I'm looking for a way to customize the cmsadmin portlet. Can it be done ? Can i write my own cmsadmin portlet? Is there an API for the cms? Where can i find documentation and examples for the API ? I'm really having trouble finding inforamtion and examples, please help :-) ! 10x. View

[jboss-user] [JBoss jBPM] - jbpm web console development

2007-07-09 Thread fuligj
Would interest me, the jBPM engine, particularly the web console, in what kind of developer environment (IDE) was developed. Thank you very much! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061863#4061863 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Deploying to Weblogic 8.1

2007-07-09 Thread mailinator
Hi, thanks for replying, i'm not working on JBoss and cant find the equivalent of the login-config.xml for Weblogic 8.1. Do you know it ? I thought of putting that file on the directories of Weblogic but the classes that are referenced in the file are all org.jboss.* so i dont think thats a

[jboss-user] [JBoss Seam] - Re: how can login automatically after register?

2007-07-09 Thread Kruno
Try this for seam security pages.xml | pages login-view-id=/Autorizacija.jsp | page view-id=/Autorizacija.jsp | descriptionAutorizacija/description | | navigation from-action=#{identity.login} | rule if-outcome=loggedIn |

[jboss-user] [Installation, Configuration DEPLOYMENT] - how to enable caching without cluster funtionality

2007-07-09 Thread hofi
which options must be choosen during the installation routine (jems installer) to enable caching without ejb3 clustering. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061865#4061865 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 jbpm-console with a different database

2007-07-09 Thread kukeltje
Is ernie in the correct group? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061867#4061867 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061867 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: problem configuring SMPC with Glassfish

2007-07-09 Thread laksu
that was working before trying to switch to SMPC. ok, I have gone through the jpa example and changed a few things here and there, i still get the same thing. I cannot understand why it tries to get it to toplink. i have never used it and i had almost forgotten such a thing even existed. here

[jboss-user] [JBoss Seam] - touble in richface+ajax4jsf+seam

2007-07-09 Thread gringalet
i have a web application that build by richface+ajax4jsf+seam. now i want to show a tree and richface's code belows: package com.WCRM.departmenttree; | | import java.io.ByteArrayOutputStream; | import java.io.IOException; | import java.io.InputStream; | import java.util.HashMap; |

[jboss-user] [JBoss Portal] - Re: CMS portlet customization HELP

2007-07-09 Thread [EMAIL PROTECTED]
Of course you can, the source code is available look at core-cms. The service is in cms, you shouldn't need to change it, just to use it. Look at core-cms to see how you can build your own portlet. By the way if you modify and improve the existing portlet, please consider contributing back :)

[jboss-user] [JBoss jBPM] - Re: jBPM IDE Source

2007-07-09 Thread kukeltje
N don't do that wrong, wrong advice - CVS is available - Jad is old, 1.4 code is often not fully decompiled - Errors that show up after compiling it again will make it difficult for us to give support. - View the original post :

[jboss-user] [JBoss Seam] - Re: touble in richface+ajax4jsf+seam

2007-07-09 Thread gringalet
where is my fault? tell me more and detailly, man,thanks. and my web.xml ?xml version=1.0 encoding=UTF-8? | | web-app version=2.5 | xmlns=http://java.sun.com/xml/ns/javaee; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; |

[jboss-user] [JBoss jBPM] - Re: Deploying to Weblogic 8.1

2007-07-09 Thread mailinator
Hi everyone Can someone developpe the part about the web.xml descriptor ? http://www.jboss.com/index.html?module=bbop=viewtopict=81337 Here it is said that the console can't work because of lack of implementation of jsf mechanisms on weblogic 8. Can someone confirm ? Regards, O.M. View the

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0 B1 validateAll

2007-07-09 Thread FabBoco
Yes I have validateAll This is my form | | ... | | trh:body onload=startup(); | f:loadBundle basename=messages var=msgs / | tr:form id=form usesUpload=false defaultCommand=go | tr:panelPage id=panelPage | !-- HEADER -- | ui:include src=header.xhtml/ | |

[jboss-user] [JBoss Seam] - REST style with enum param defined in pages.xml

2007-07-09 Thread karolkarol
Could someone help how to get REST style behaviour for enum types using param feature in pages.xml I know that is enum converter but if it suitable for REST style? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061879#4061879 Reply to the post :

[jboss-user] [JBoss Portal] - Unable to edit the portal page using 'Edit page'

2007-07-09 Thread prassana
My Env details. JBoss Portal Version: 2.6 Did you get Portal from CVS? or download it? : Downloaded it. JBoss AS Version: 4.0.5 Database Vendor and Version : SQL 2005 JDBC Connector and Version : jtds 1.2 OS Platform: Unix Solaris x86. Error I get 14:46:07,022 ERROR [STDERR] Jul 9, 2007 2:46:07

[jboss-user] [JBoss Tools (users)] - Mix between J2EE tools and JBoss tools

2007-07-09 Thread philipp.tiedt
Hi, I am starting to use JBoss IDE or now JBoss Tools for J2ee dev and run into the following question. There is J2ee tooling from WTP (stuff like EJB modules and so on) and then there is JBoss J2EE components (like J2EE projects). Whats the deal? Right now I cant find any up to date

[jboss-user] [JBoss Seam] - Re: REST style with enum param defined in pages.xml

2007-07-09 Thread [EMAIL PROTECTED]
No. You would need to write one that knew about the Enum type that it was converting to/from. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061882#4061882 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061882

[jboss-user] [JBoss Seam] - Re: problem configuring SMPC with Glassfish

2007-07-09 Thread [EMAIL PROTECTED]
Post the result of ls -R on your exploded built project. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061883#4061883 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061883 ___

[jboss-user] [JBoss Seam] - Re: Feature request

2007-07-09 Thread Jump
For example, to make process graph available for workflow users. This can increase user acceptance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061884#4061884 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061884

[jboss-user] [JBoss Seam] - Re: touble in richface+ajax4jsf+seam

2007-07-09 Thread [EMAIL PROTECTED]
There is an NPE in your initData2 method (for a start you are trying to use injection inside a non-seam component) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061885#4061885 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seems some kind of config error with BEANs, please help

2007-07-09 Thread [EMAIL PROTECTED]
Try posting the whole stack trace, the whole code of the beans involved and use the [ code ] tags View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061886#4061886 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061886

[jboss-user] [JBoss Seam] - Re: converter and dropdowns

2007-07-09 Thread [EMAIL PROTECTED]
For a start the action parameter on a:support should be a method binding not JS. Try getting this to work *without* ajax4jsf in the picture - just use a form with a commandButton - and then add a4j back in. View the original post :

[jboss-user] [JBoss Seam] - Re: Feature request

2007-07-09 Thread [EMAIL PROTECTED]
File a feature request if you like, but I don't think it will get high priority. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061891#4061891 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061891

[jboss-user] [JBoss Seam] - Re: [2.0beta1]s:button + pages.xml behaviour change

2007-07-09 Thread [EMAIL PROTECTED]
Is this related to http://jira.jboss.com/jira/browse/JBSEAM-1574? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061893#4061893 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061893

[jboss-user] [JBoss Seam] - Re: ResourceBundle in Database

2007-07-09 Thread Zerg-Spirit
Thanks for your message, I couldn't retrieve my EntityManager. Finally, I managed to get it working, and I think what I did if pretty much what you did, except I didn't change that much the component processes, such as the caching which I'm using. But your needsReload method seems very useful

[jboss-user] [Messaging, JMS JBossMQ] - No ClassLoaders found for: ClassLoading problem in JMS MDB s

2007-07-09 Thread avis1977
Hi, I have a bunch of In-Memory generated beans. (Using ASM to do a lot of the bean-generations) These Beans are passed on to the MDB's as Object messages and at a point when I call myMessageObject.getObject() it fails with the exception which says 15:31:43,847 INFO [STDOUT]

[jboss-user] [JBoss Seam] - Re: Injection of NULL immediately after outjection

2007-07-09 Thread [EMAIL PROTECTED]
As s:link doesn't submit the form, all state of the form is lost. If you use something like h:commandButton the form state (if you are in a conversation) should be held. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061896#4061896 Reply to the post :

[jboss-user] [JBoss Seam] - Re: REST style with enum param defined in pages.xml

2007-07-09 Thread karolkarol
OK. thank you for quick reply. But where I suppose to register converter to use converterId attribute in pages.xml or it does not make sense this way and simply need to add special method/attribute in seam components doing conversion? View the original post :

[jboss-user] [JBoss Seam] - Re: Getting an updated data model selection

2007-07-09 Thread [EMAIL PROTECTED]
s:button/s:link don't submit the form. Use a commandButton/commandLink View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061898#4061898 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061898

[jboss-user] [JBoss Seam] - Re: REST style with enum param defined in pages.xml

2007-07-09 Thread [EMAIL PROTECTED]
The converters used in pages.xml are just the standard JSF converters - http://www.ibm.com/developerworks/java/library/j-jsf3/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061899#4061899 Reply to the post :

[jboss-user] [JBoss Portal] - Re: RichFaces : sample for ajax jsf portlet provided

2007-07-09 Thread Antoine_h
Thanks Thomas, good to know for the JBoss AS recommendation. I started looking at JB AS 4.2.0 for the portal 2.6, but when I saw the bundle and the JSF change, I stopped. About JSF there's this wiki for the one that want to see what changed : http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossFaces

[jboss-user] [JBoss Seam] - Re: REST style with enum param defined in pages.xml

2007-07-09 Thread karolkarol
I tried to add another setter for enum entity attribute that takes a string as a parameter but it is not taken by the framework in case of param conversions. Is this possible to do this way? thanks View the original post :

[jboss-user] [JBoss Seam] - Re: problem configuring SMPC with Glassfish

2007-07-09 Thread laksu
This is the root project: gop.ear -rwx--+ 1 levent PROJE 433 Jul 9 12:35 J2EE.dpf | drwx--+ 3 levent PROJE 0 Jul 9 10:05 META-INF | -rwx--+ 1 levent PROJE 1214410 Jul 9 10:05 ajax4jsf-1.1.1-SNAPSHOT.jar | -rwx--+ 1 levent PROJE 207723 Jul 9 10:05

[jboss-user] [JBoss Seam] - Re: ResourceBundle in Database

2007-07-09 Thread pbrewer_uk
For the needsReload method, I implemented a public boolean isDirty(Date lastLoaded) on the resource bundle entity. It simply compares the lastLoaded date to the last modified date stored on the entity (which is updated each time a message in the bundle is updated). If you do decide to reload

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 and App Server (AS) 4.2 - Web Console

2007-07-09 Thread kukeltje
Bur, interesting topic, I'll try to verify this tonight (CET) with a fresh 4.2 download and the 3.2.1 and 3.2-cvshead View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061904#4061904 Reply to the post :

[jboss-user] [JBoss Portal] - Re: CMS portlet customization HELP

2007-07-09 Thread shtainberg
Can i do it without modifing the portlet code ? I just want some simple API to upload files and add some custom fields for search ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061905#4061905 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 2.0 is tightly coupled with Hibernate validator

2007-07-09 Thread thejavafreak
The issue is not that. The issue is whether I want to use it or not. If I don't use hibernate-validator at all, that means I'm wasting one library that never will be used at all in my apps. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061906#4061906 Reply

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Release

2007-07-09 Thread Antoine_h
Thanks ! some info about using JBoss AS 4.2.0, JSF, RichFaces, etc... see : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061900#4061900 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061907#4061907 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Unable to edit the portal page using 'Edit page'

2007-07-09 Thread [EMAIL PROTECTED]
The WARNs and ERRORs are safe to ignore. Can you please detail this: Specifically, the configurability is disabled. Unable to select the portlet and configure it with a left region. What are you trying to do and what is not working properly ? Maybe you face the bug that hides the list of

[jboss-user] [JBoss Seam] - generate-entities in Seam 2.0 doesent work ...

2007-07-09 Thread pablodiablo
Hi, I'm trying to generate entities based on existing tables and when I execute command seam generate-entities it dosent generate any files. c:\java\jboss-seam-2.0.0.BETA1seam generate-entities Buildfile: c:\java\jboss-seam-2.0.0.BETA1\seam-gen\build.xml init-properties: validate-workspace:

[jboss-user] [JBoss Seam] - Re: Seems some kind of config error with BEANs, please help

2007-07-09 Thread Alpha1251
The exception javax.el.PropertyNotFoundException: Property 'report' not found on type org.javassist.tmp.java.lang.Object_$$_javassist_0 | at javax.el.BeanELResolver$BeanProperties.get(BeanELResolver.java:199) | at javax.el.BeanELResolver.property(BeanELResolver.java:273) | at

[jboss-user] [JBoss Portal] - Re: CMS portlet customization HELP

2007-07-09 Thread [EMAIL PROTECTED]
You can already upload files. See the current portlet. I don't understand what you want to do. You tell me that you want to change the portlet without changing the code, It is not clear to me that you are trying to achieve. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Deploment Problem with jboss-5.0.0.Beta2

2007-07-09 Thread AnuSree
Hai all, I'm using jboss-5.0.0.Beta2 and Eclipse 3.3.0. I'm using Add or Remove project feature(Right clicking server view) of Eclipse for deployment. while deploying EJB3.0 project the Eclipse console shows the project is deployed correctly without any error. But when running the project the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Why does JBoss rewrite web.xml

2007-07-09 Thread AnuSree
Is XDoclet enabled for your project.then try with disabling it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061919#4061919 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061919

[jboss-user] [JBoss Portal] - Re: CMS portlet customization HELP

2007-07-09 Thread shtainberg
My final destination , for example , is to have a simple form in which a logged-in user can upload a file and write some input to custom fields (like related case number) and than have the file uploaded to a directory with the related case number string name... What is the most simplest way

[jboss-user] [JBoss jBPM] - start-state

2007-07-09 Thread ricardomarques
Hi guys, i'm having a problem with start-states, i had looked at the docs but still i'm a bit confused. I tried to run this process, and i got nothing on user task list. when I removed the start-state (because I had read somewhere that wasn't mandatory), and still i hadn't nothing on the

[jboss-user] [JBoss Portal] - Re: Unable to edit the portal page using 'Edit page'

2007-07-09 Thread prassana
Basically I don't see a list box in the layout form of 'Edit Page'. Maybe you face the bug that hides the list of windows on Internet explorer. I see this working in Firefox though. So is there any plans of fix for this? View the original post :

[jboss-user] [JBoss Seam] - Re: @Factory annotation

2007-07-09 Thread harpritt
Cheers Ellen Lol i was copying and pasting like made ... lol i must have missed that one its was fine in my app though.. lol... cheers dude View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061924#4061924 Reply to the post :

[jboss-user] [JBoss Seam] - Re: [2.0beta1]s:button + pages.xml behaviour change

2007-07-09 Thread enzhao
Yes it is! By the way, I've doubled checked that all the actions expressed in the s:link or s:button were really executed and I did get the server side state as I wanted them to be. Only the page redirection did not happen anymore Thanks Pete! Regards, Ellen View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: No ClassLoaders found for: ClassLoading problem in JMS M

2007-07-09 Thread avis1977
Just forgot to mention Jboss version is: 4.0.3SP1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061927#4061927 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061927 ___

[jboss-user] [Messaging, JMS JBossMQ] - Re: Multiple persistence strategies in jbossMQ

2007-07-09 Thread justinmiller
http://wiki.jboss.org/wiki/Wiki.jsp?page=DeliveryMode This wiki page says it's an error to try and set the delivery mode on the message itself. Is this an error in the wiki? Justin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061928#4061928 Reply to the

[jboss-user] [JBoss Portal] - Re: CMS portlet customization HELP

2007-07-09 Thread [EMAIL PROTECTED]
If you want to reuse the current CMS service and browser you can adapt it. Add a field on the form, then query the CMS service to create a CMS folder using the Command org.jboss.portal.cms.impl.jcr.command.FolderCreateCommand But of course you will have to adapt the UI and the backend. You can

[jboss-user] [Security JAAS/JBoss] - How to restrict a user to being logged in once at any one ti

2007-07-09 Thread mxlane99
hello I need to modify the login to an application, which is the only application, running on jboss. What is needed is that a user can only be logged in once. The idea is that if a user logs in when the same user already has a session open then either the application closes the first user

[jboss-user] [JBoss Portal] - Re: Unable to edit the portal page using 'Edit page'

2007-07-09 Thread [EMAIL PROTECTED]
You don't see the dropdown menu for changing the layout on the left ? What browser do you use ? (exact version please) Of course we'll fix it, but first i need to be able to understand an replicate your issue. We fixed several issues with IE already. View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Jasper Exception when migrating from 4.0.5.CR1 to 4.2.0.

2007-07-09 Thread santhosh288
Hi vetalok, Have you managed to Fix this error in JBOSS 4.2.0? I am also getting the same exception org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 32 in the generated java file The method getJspApplicationContext(ServletContext) is undefined

[jboss-user] [JBoss Portal] - IPC again, what 2 do ?!

2007-07-09 Thread Jannis84
I've tried for more then 3 days now, but the AJAX featured IPC still doesen't work. I can make IPC via Sessionvars but that's not what I want. I want to submit a form via AJAX. An other portlet should be invoked and invoke a webservice itself. Everthing is fine without AJAX and the

[jboss-user] [JBossWS] - Re: jbossws installation problem?

2007-07-09 Thread [EMAIL PROTECTED]
Try 2.0 it contains a correct installer. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061936#4061936 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061936 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Problems with seam and icefaces (sending emails)

2007-07-09 Thread [EMAIL PROTECTED]
Ok, I can see the problem, but I really need to make any fixes against Seam2 now. I had a quick go at getting the mail example using icesfaces on Seam2 but failed - if you can add icesfaces to the mail example in CVS head, then I'll take a look :) View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Multiple persistence strategies in jbossMQ

2007-07-09 Thread [EMAIL PROTECTED]
That's from the client side api BEFORE you send the message. The MessageProducer.send() is what sets the DeliveryMode (either from the passed parameter or the value you configure on the MessageProducer). The interceptor runs AFTER the client api. You can modify the message as much as you like

[jboss-user] [Messaging, JMS JBossMQ] - Re: No ClassLoaders found for: ClassLoading problem in JMS M

2007-07-09 Thread [EMAIL PROTECTED]
The behaviour is correct. Class.forName() is a bad classloading api that shouldn't be used except in the most trivial of environments. You need to figure out why your generated class is not visible from the context classloader (the classloader of the MDB). Most likely because you've created

[jboss-user] [JBoss Seam] - Re: how can login automatically after register?

2007-07-09 Thread chibi
thank you , i will try this View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061943#4061943 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061943 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: IPC again, what 2 do ?!

2007-07-09 Thread [EMAIL PROTECTED]
You need to add your listener as on the previous example in jboss-service.xml. You also need to update your -object.xml (missing from the doc). See the example in the samples: /core-samples/src/main/org/jboss/portal/core/samples/basic/event/PortletB.java

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: myFacesExstensionsFilter exception

2007-07-09 Thread k3nnymusic
Thanks! Now I haven't got problems with a deploy, but if I load a page in browser with portlet I've got following exception: | 14:02:20,488 INFO [STDOUT] session created | 14:02:23,129 ERROR [STDERR] 2007-07-09 14:02:23 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO:

[jboss-user] [JBoss Seam] - Dropping clean MC support was a Bad Thing :(

2007-07-09 Thread przemjaskier
Hi! After struggling with 1.3-2.0 migration for couple of days (no success) I want to share my objections on last Seam changes. I admire Seam team work and am working with the bleeding edge versions of Seam since a long long time. Forgive me if I'm sounding a little bit harsh and disappointed,

[jboss-user] [JBoss Seam] - Re: Problems with seam and icefaces (sending emails)

2007-07-09 Thread kosl
Ok, I'll try to do that :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061950#4061950 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061950 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - inserting object into database using ejb3

2007-07-09 Thread patel_123
hi i want to know apart from entitymanager.persist(object) is there any other way to do the same. can we acheive the samething using insert statement, can anybody tell me what would be the syntax? View the original post :

[jboss-user] [JBoss Portal] - Re: How to access in code to the Window Properties map in do

2007-07-09 Thread brownfielda
anonymous wrote : please don't let him stop you from helping others. HA! I've got much thicker skin than that. Thanks for the support though. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061954#4061954 Reply to the post :

  1   2   3   >