[jboss-user] [JBoss Seam] - Re: Some of my unscheduled jira issues that I think should b

2007-09-27 Thread matt.drees
Hey Pete, any chance you could also ask Gavin to make a call on http://jira.jboss.com/jira/browse/JBSEAM-1814? It'd be nice to have that cleared up soon. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089159#4089159 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Can I manually commit a Transaction?

2007-09-27 Thread matt.drees
There actually is something like a @PostCommit event. You would use something like this in your action method: | Events.instance().raiseTransactionSuccessEvent(copyFile); | with an @Observer(copyFile) to actually do the copy. View the original post :

[jboss-user] [JBoss Portal] - Re: Struts example portlet for 2.4?

2007-09-27 Thread arunprasathav
does anyone have sample application done in struts portlet? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089162#4089162 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089162 ___

[jboss-user] [JBoss Seam] - Re: FullTextEntityManagerImpl

2007-09-27 Thread [EMAIL PROTECTED]
Actually, I'm not able to reproduce this in CVS now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089163#4089163 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089163 ___

[jboss-user] [JBossCache] - Re: JBossCache - configuring multiple instances (i.e. both L

2007-09-27 Thread BruceSpringfield
use 2 different caches? 1 local, 1 for replication View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089166#4089166 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089166 ___

[jboss-user] [JBossCache] - Re: start SystemPropertiesService before POJOCacheService?

2007-09-27 Thread BruceSpringfield
moving POJOCacheService into the deploy.last folder fixed the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089169#4089169 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089169

[jboss-user] [Performance Tuning] - Re: Monitoring and managing clustered servers

2007-09-27 Thread BruceSpringfield
You might consider setting up a JGroups Channel and use multicasting to pass information among the nodes as does the JBoss Cache. One idea. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089170#4089170 Reply to the post :

[jboss-user] [JBoss Portal] - Re: WebAuthentication + default login-module problem

2007-09-27 Thread den74
i had a similar problem, you probably have extended the UsersRolesLoginModule class that is wrote to use a properties file to get the users and their roles. If you want to continue to use that class you have to reimplements tow more methods like this: @Override protected Properties

[jboss-user] [Installation, Configuration DEPLOYMENT] - Not identify network printer when JBoss start as windows ser

2007-09-27 Thread harshi
Hi, In my application i try to print pdf documents using Runtime.getRuntime().exec(CALL START /MIN AcroRd32.exe /h /p ) Further I identify the default printer by PrintServiceLookup.lookupDefaultPrintService(); when i start jboss through run.bat the application works ok. it identifies the

[jboss-user] [JBoss Seam] - Re: left tree - explorer like application

2007-09-27 Thread marius.oancea
dustismo, where do you save the tree state in your application? If i save in session i'm wondering about scalability issues. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089174#4089174 Reply to the post :

[jboss-user] [JBoss Seam] - Discussion: FlushModeType.NONE ?

2007-09-27 Thread motte79
Hi everybody, I've many readonly - screens which do never need a flush ... What about a new FlushModeType.NONE in org.jboss.seam.annotations.FlushModeType Comments discussion are welcome View the original post :

[jboss-user] [Beginners Corner] - Defining a URL where files can be retrieved from a context P

2007-09-27 Thread yj4jboss
Hi, I am trying to implement a Rich Text Editor (FCK Editor) in my web application which uses JBoss Seam. The Rich Text Editor needs to support File and Image Browsing. For this purpose, all files or images needs to be uploaded on a directory which can be accessed via the application server.

[jboss-user] [JBoss Seam] - Re: Question about Upgrading to Seam 2.0.0.CR1

2007-09-27 Thread oblivion1200
I don't know if this is the best way but I have generated new project using same parameters like before. Next I've replaced view and src folders. You may also need to make manual changes to components.xml. View the original post :

[jboss-user] [JBoss Seam] - Re: Discussion: FlushModeType.NONE ?

2007-09-27 Thread [EMAIL PROTECTED]
Why not use FlushModeType.MANUAL and simply never call flush()? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089183#4089183 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089183

[jboss-user] [JBossWS] - Re: could not find deserializer

2007-09-27 Thread itrahulsoni
hi did not get the location where can i found that i donot get that anywhere. please help me where i can found the example you have stated. Please give me the link. Thanks for yr replies. Rahul View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089184#4089184

[jboss-user] [JBossWS] - Re: could not find deserializer

2007-09-27 Thread palin
Richard refers to the sourse code on the SVN repository. Either checkout the sources from the repository http://jbws.dyndns.org/mediawiki/index.php?title=Subversion or download the src binaries. Bye Alessio Soldano View the original post :

[jboss-user] [JBoss Messaging] - Re: Messages are moved to expiry queue only when there is a

2007-09-27 Thread julians37
Hi, I've tried to register a dummy MessageConsumer as suggested by hendra_netm, but that doesn't seem to work. If I specify a matching selector, I'm receiving the messages that are meant to be expired. And if I specify a selector like 1 = 0, that doesn't seem to cause expiry to be checked.

[jboss-user] [EJB 3.0] - Re: How do I invoke a method just after an ear-deploy?

2007-09-27 Thread snau2005
But if you want to do something for each entity (but you do not have lsit of entities?) one time just after deploy of the ear file? Is some way to add listener or something to catch event of new entity was parsed? View the original post :

[jboss-user] [JBoss Seam] - Re: Discussion: FlushModeType.NONE ?

2007-09-27 Thread motte79
That is an option, yes. But this needs you to be sure that a flush is never called in your components ... Just to ensure that a flush will be ignored ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089195#4089195 Reply to the post :

[jboss-user] [JBoss Seam] - Re: warning using richfaces

2007-09-27 Thread maanu
Maybe it's not related, but I've got a similiar issue that may interest you. Basically, in case you're building your project with maven and the softeu maven repository, you end up with 2 JSF implementations (Jsf-Impl and myFaces) in your WEB-INF/lib because of the transitive dependencies of

[jboss-user] [JBoss Seam] - Re: rendering of UI component based on identity roles

2007-09-27 Thread stephen.friedrich
Shane, you are right, of course - the big question is: Whose Jira? From my experience it is quite hard to get bugs fixed when more than one framework might be affected. Do you think this is a problem of MyFaces or of Seam: | SCHWERWIEGEND: EL Expression #{s:hasRole('ADMINISTRATOR')} is invalid

[jboss-user] [JBoss Seam] - Re: Trinidad Support?

2007-09-27 Thread [EMAIL PROTECTED]
Yes, we have (unsurprisingly!) been devoting most time to RichFaces integration. A solution to the Trinidad 1.2 woes may be to use the Trinidad 1.1 jars on a JSF 1.2 platform (should work just fine). Also, there should be a new facelets release with that fix in soon now. View the original

[jboss-user] [JBoss Seam] - Re: Client-id : _id5 is duplicated in the faces tree.

2007-09-27 Thread limousyf
Just for other people having this issue. We just forgot the h:form View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089199#4089199 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089199

[jboss-user] [JBossCache] - Data gravitation synchronization issue

2007-09-27 Thread fungrim
Hi, We have isolated what we think is a synchronization issue during data gravitation over multiple nodes using buddy replication.We have a unit test demonstrating the issue which I can send to anyone interested. What appears to happen is this: When two nodes are involved in a data

[jboss-user] [JBoss jBPM] - Decision expressions.

2007-09-27 Thread ramsub
Hi, I'm using jbpm 3.1.3, I have a context variable that is a list, and I need to have a decision condition that evaluates by calling the contains() method on this list. I'm trying : decision name=decision1 expression='#{MYLIST.contains(A) ? a : b}' However, this does not seem to work and

[jboss-user] [JBossWS] - JBossWS and Axis2

2007-09-27 Thread BCH
Hello, First of all, i would apologize for my bad english. I'm trying to generate a JBossWS client from the sample Version service of Axis2 but I have errors. I'm using : - JBoss AS 4.2.1 with jbossws-native-2.0.1.GA - Axis2 1.3 I'm running this command line : | JBOSS421_DIR\bin wsconsume

[jboss-user] [JBoss Seam] - Question of the day: Stateless Session Beans

2007-09-27 Thread JUnkie
Hi, Certainly Stateless Session Beans are usually used to call its methods from clients like Stateful Session Beans. The method returns and that's it, the Stateless SB will not remember anything. In Seam you would normally not use a Stateless SB with bijection. However the following simplified

[jboss-user] [JBoss Portal] - Javascript XML/XSL transformation issue in IE

2007-09-27 Thread sabinelv
I try to transform an XML document with XSL into HTML in a portlet content on JBoss Portal 2.6.1. The javascript fails when the transformation is performed: xmlDoc.transformNode(xslDoc); (Error: the system canno't find the resource specified although the xml and xsl documents are well

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss Native 2.0.1 Windows Server 2003 / AMD 64

2007-09-27 Thread si_gee2000
Hi - apologies I have already posted this on Beginners Corner, but not sure its the right place as getting no replies - so I though I'd repost here... I am new to the installation of JBoss in a production environment having been strictly a developer until recently. So, I decided instead of

[jboss-user] [JBoss Seam] - Seam Supported technologies

2007-09-27 Thread avayaseam
I would like to know the different version of the JSF, EJB Servlet and JSP technologies supported by SEAM 1.1.5, 1.2.x and 2.0. We are planning to use SEAM on Websphere 6.1, which version of SEAM is most compatible for Websphere 6.1. View the original post :

[jboss-user] [JBoss Seam] - Re: DocumentStore usage

2007-09-27 Thread nickarls
Hmm, it might be a classloader issue, normally the seam-jars are under WEB-INF\lib in the war but where should it be put so that everyone sees it? (both the WAR and my JAR) Only in the EAR? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089216#4089216 Reply

[jboss-user] [Nukes User] - Re: Another sample site running on jboss-nukes

2007-09-27 Thread ryannino
hi ... im looking for sample web site that uses the jBPM as the core component. do you have sample of this web site?... or may i ask some screenshots of applications using the jBPM. please thanks, ryan View the original post :

[jboss-user] [JBoss Seam] - Problems with HtmlSelectOneListBox and EntityConverter added

2007-09-27 Thread Neiti01
Hi, I try to add a SelectOneListbox, which uses the Seam EntityConverter, dynamically in a method of a EJB-Stateful-Session-Bean with the following code: HtmlSelectOneListbox headerHersteller2 = new HtmlSelectOneListbox(); | headerHersteller2.setId(edit_headerHersteller2); |

[jboss-user] [JBoss Messaging] - Re: Messages are moved to expiry queue only when there is a

2007-09-27 Thread hendra_netm
Hi julians37, Mine works fine. I don't use selector or anything. Just create a MessageConsumer for the queue, and start the connection. The MessageConsumer does not call receive() method, so it won't receive any message. That's why I called it dummy. Anyway, how do you set your message

[jboss-user] [Installation, Configuration DEPLOYMENT] - error during deployment

2007-09-27 Thread gizmokid
I am getting the following errors during deployment. 04:03:40,281 WARN [JBossManagedConnectionPool] Throwable while attempting to get a new connection: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: Unexpected token:

[jboss-user] [JBoss Seam] - Re: h:commandButton not working on RichFaces tab

2007-09-27 Thread damatrix
Sorry for the long breaks in reply. Some of us in Africa do not have very reliable internet connections. Well, if that is the case then i'd expect the h:messages to output whatever message there is and still allow me to go on with the commandButton. Is there no way i can get around this? View

[jboss-user] [JBoss Seam] - Exception: No session or session closed

2007-09-27 Thread damatrix
I'm using JBoss 4.2.1.GA and Seam 2.0 CR1. I have an SFSB as follows | */ | @Stateful | @Name(value = fairListing) | @Scope(ScopeType.SESSION) | public class FairListBean implements FairListLocal { | | @In | EntityManager entityManager; | | @In |

[jboss-user] [JBossWS] - Re: could not find deserializer

2007-09-27 Thread itrahulsoni
Hi, I have developed the same thing for that means I have developed example that you have stated but still get the error that if i am returning the void then it will works fine with my client but when I am developing the service that return the type Int than it will throws the error. I have

[jboss-user] [JBoss Portal] - Open a portlet on click a hyperlink

2007-09-27 Thread relatedtowork
Is it possible to open a portlet (enable viewing of a portlet) when a hyperlink pointing to it is clicked? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089241#4089241 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089241

[jboss-user] [JBoss Seam] - Multiple Buisiness processes in a conversation

2007-09-27 Thread harpritt
Hi everyone i have the follwing simplified version of my code its giving me a serious headache with regards to creating multiple JBPM process in my convo. I read that the process is created as soon as the @CreateProcess method returns with out exception or null. but i was wondering if

[jboss-user] [Microcontainer] - Re: Injecting beans into Unit Tests under 1.02

2007-09-27 Thread jonesn
Hi, I've built the 2.0 release and read through some of your Tests. Based on that I've got a few dbunit tests working using the lookup means mentioned. Is there a way to have beans configured in the context automatically injected into the Tests that need them? For example you have a base

[jboss-user] [JBoss Seam] - Re: SeamTest and expectedExceptions

2007-09-27 Thread gagool
I wrote my own exception filter as well.. The most important thing for me is that there are no tests that seems to be working but are not due to hidden exceptions.. It is my opinion that you would expect the exceptions to be passed on. I would say that this is either a bug in the code or the

[jboss-user] [JBoss Seam] - iso-8859-1 characters

2007-09-27 Thread nickarls
Hi, I'm using JB 4.2.1GA, JBoss 2.0.0CR1 and ICEFaces 1.6.1/facelets and I'm struggling with international characters, I have tried various output declarations and content-type encodings but I haven't found any combination that would allow for all of these * iso-8859-1 chars directly on the

[jboss-user] [JNDI/Naming/Network] - Re: NameNotFoundException in Web-Application for 'java:comp/

2007-09-27 Thread hiro.protagonist
Yes, I have tried the env-entry tag in the web.xml and that works. But this does not really help me. Why? Our customer wants to receive the WAR archive and don't change anything inside the archive. The two parameters he wants to configure, should be configured outside of the archive. With the

[jboss-user] [JBossCache] - Cache 1.4.1 region problems on jboss-ea-4.2.0

2007-09-27 Thread loumaus
Im experiencing some problems with my current region configuration. | attribute name=EvictionPolicyClassorg.jboss.cache.eviction.LRUPolicy/attribute | | !-- Specific eviction policy configurations. This is LRU -- | attribute name=EvictionPolicyConfig | config |

[jboss-user] [JBoss Seam] - Re: Discussion: FlushModeType.NONE ?

2007-09-27 Thread denis-karpov
FlushModeType.MANUAL does not help in every case. I have tired to struggle with flushing. The only sure way now is to evict objects from persistent context. Session session = (Session) getEntityManager().getDelegate(); | session.evict(obj); View the original post :

[jboss-user] [JBoss Messaging] - Re: Secure Socket Connection Example question

2007-09-27 Thread kadlecp
I have been trying to solve the problem and my solution is: public class SecureSocketExample extends ExampleSupport { ... public static void main(String[] args) { System.setProperty(SSLSocketBuilder.REMOTING_DEFAULT_SOCKET_FACTORY_CLASS, org.jboss.example.jms.common.MySSLSocketFactory);

[jboss-user] [Microcontainer] - Re: Injecting beans into Unit Tests under 1.02

2007-09-27 Thread alesj
jonesn wrote : | Is there a way to have beans configured in the context automatically injected into the Tests that need them? | | For example you have a base class that extends MicrocontainerTest that loads the contexts. Then any class extending that base class which has a setter

[jboss-user] [JBoss Seam] - Defining a URL where files can be retrieved relative to a co

2007-09-27 Thread yj4jboss
Hi, It might not be where i should post this but since this is according to me the most active forum on jboss, i thought of trying my luck. Please bear with me ;0) I am trying to implement a Rich Text Editor (FCK Editor) in my web application which uses JBoss Seam. The Rich Text Editor needs

[jboss-user] [JBoss Seam] - Migrating seam 1.0.1 to 1.2.1 GA

2007-09-27 Thread Jayaranga
Hi all, we were using seam 1.0.1. now we decided to upgrade seam to its newer GA version 1.2.1. we used seam-remoting for ajax functionalities. i have following issues when migrate to 1.2.1GA 1. seam 1.0.1 remoting configuration is different with respect to 1.2.1 eg. | servlet |

[jboss-user] [JBoss Seam] - Seam Mail send exception from portlet

2007-09-27 Thread tkassila2
Seam Mail send exception from portlet We got java.lang.IllegalStateException wnen trying to send seam email from a portlet. The same code from seam html page works well. renderer.render( email_xhtml_file ); java.lang.IllegalStateException: Can not call encodeNamespace() during a portlet

[jboss-user] [JBoss Seam] - Re: Discussion: FlushModeType.NONE ?

2007-09-27 Thread [EMAIL PROTECTED]
anonymous wrote : FlushModeType.MANUAL does not help in every case. And these cases are? I've been using it for 5 years and never had such a case. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089270#4089270 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problems with HtmlSelectOneListBox and EntityConverter a

2007-09-27 Thread Neiti01
I solved the issue by overriding the equals method in the entity bean. It's not really a satisfying solution but at least it works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089273#4089273 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - How do you redeploy just the JSP files?

2007-09-27 Thread lost_traveller
I have an application in an EAR file, is it possible to redeploy just the JSP files without having to redeploy the whole application (redeploying ejbs and everything)? Thanks in advance View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089275#4089275 Reply to

[jboss-user] [JBoss Seam] - Re: Multiple Buisiness processes in a conversation

2007-09-27 Thread harpritt
DOH! Flushing occurs at the end of the conversation since i want mutiple JBPM processes in my conversation i will need to flush manually .. am i right. or am i being a tit? (of the feathered variety not the bouncy type) View the original post :

[jboss-user] [JBoss Portal] - Re: WebAuthentication + default login-module problem

2007-09-27 Thread likon
No.. the matter is that I don't want to implement my custom login module - I want WebAuthenticator to use default portal login module. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089280#4089280 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Validate fileUpload

2007-09-27 Thread mustaghattack
I've submitted a patch for UIFileUpload. http://jira.jboss.com/jira/browse/JBSEAM-1981 With this patch you can use the hibernate validator framework. For example I've done an Image annotation which check if a byte[] can be read by ImageIO. | @ValidatorClass(ImageValidator.class) |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How do you redeploy just the JSP files?

2007-09-27 Thread jaikiran
If you go for exploded deployment http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment of your ear/war file, then any changes to the JSPs will be automatically picked up by the server. You dont have to redeploy the application. View the original post :

[jboss-user] [JBoss Seam] - Need Help in Exadel

2007-09-27 Thread aranyakamal
Hi Everyone, I m new to Exadel Plugin.I have just installed Exadel Studio Pro Evaluation version plugin in Eclipse 3.2.2. I am using it for ORM Mapping. The problem is it takes a huge long time for any operation like, when it shows all the tables for maaping during Reverse engineering,

[jboss-user] [JBoss Seam] - Re: Need Help in Exadel

2007-09-27 Thread [EMAIL PROTECTED]
Please ask in the RHDS forum View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089285#4089285 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089285 ___ jboss-user mailing list

[jboss-user] [Security JAAS/JBoss] - Re: Custom LoginModule, standalone application, InitialConte

2007-09-27 Thread piotr.koper
So now I think I know what was the problem. Problem was in my class that extends AbstractServerLoginModule. In method login() i didn't use super.callbackHandler at all. When i did - promlems were gone :-). But still i have one tiny problem. I just want to pass one extra parameter to

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - javax.naming.NameNotFoundException: MySqlDS not bound

2007-09-27 Thread BGMF
Hello, I'm relativly new to jboss and as you can see on my subject, I've an issue with binding a Datasource. Actually I have no further ideas what might be the problem, though I guess it's only a small thing... I've tried different things, only to become a feeling about jboss. I have already

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How do you redeploy just the JSP files?

2007-09-27 Thread lost_traveller
Thats great thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089289#4089289 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089289 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Need Help in Exadel

2007-09-27 Thread amitev
Which is here http://www.jboss.com/index.html?module=bbop=viewforumf=258 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089290#4089290 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089290

[jboss-user] [Installation, Configuration DEPLOYMENT] - Java VM: Java HotSpot(TM) Server VM (1.5.0_12-b04 mixed mode

2007-09-27 Thread fjfernandez
Hi everybody, I'm using JBoss 4.0.3 for my web application and i have a really odd problem. While developing steps, JBoss deploy my web application and works fine, but when i try to deploy it in JBoss 4.0.3 in client's testing server, JBoss doesn't start. Virtual machine crashes and Jboss

[jboss-user] [EJB 3.0] - Re: How do I invoke a method just after an ear-deploy?

2007-09-27 Thread oskar.carlstedt
Thank you all for quick replies. I tried the service annotoation as describen in the ejb tutorial. I think it must be the simplest way to go by simply adding the @Service-annotation. Doing is will make the deployment to fail in JBoss 4.2.1.GA also having JBossWS 2.0.1.GA installed. I get the

[jboss-user] [JBoss Seam] - Re: Need Help in Exadel

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

[jboss-user] [JBoss jBPM] - [Process Designer-3.1.0] Transition text position not saving

2007-09-27 Thread dleerob
I upgraded my designer from v.3.0.13 to jbpm-jpdl-designer-3.1.0.sp1 this morning. I have noticed that all my nicely aligned text on all my transitions have been reset. They now stick to the transition, and if the transition line is quite short, the text is then overlapping my nodes etc. It

[jboss-user] [JBoss Seam] - Re: warning using richfaces

2007-09-27 Thread jdefe
Thanks but im not using maven. Nevertheless the problem could be that the listener is loading twice, I couldnt say why. Anyway, I tried to exclude jsf-impl but it didnt work. I even took the jar out from my app but it kept throwing the warning. View the original post :

[jboss-user] [EJB 3.0] - PostLoad callback illegal access to loading collection

2007-09-27 Thread DeanoUK
Hi there, I'm getting a org.hibernate.LazyInitializationException: illegal access to loading collection error when trying to manipulate a data set within an entity within the PostLoad method. This is similar to the PostLoad method convertPhotos in example

[jboss-user] [JBoss Seam] - Re: Discussion: FlushModeType.NONE ?

2007-09-27 Thread fernando_jmt
org.jboss.seam.annotations.FlushModeType | @Begin(flushMode = FlushModeType.MANUAL) | public String myaction() { | | } | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089308#4089308 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Security Auto-Login Question

2007-09-27 Thread axismundi
I have no idea how you happen to have the NT-Login-name available in the session. In our configuration the NT-Login is passed as an attribute of the HTTP-request (and availble via request.getRemoteUser()). I am using Seam 2 and I have added the authentication logic in my annotaded

[jboss-user] [JBoss Seam] - Re: Exception: No session or session closed

2007-09-27 Thread jacob.orshalick
damatrix wrote : I read that using the ManagedPersistenceContext configured in components.xml and injected in your code does not throw LazyInitializationException (hope i got that right :-) ). I was quite surprised to find this exception being thrown. This is correct. The first issue I

[jboss-user] [JBoss Seam] - How to use ConverterChain?

2007-09-27 Thread jbuechel
Can someone tell me how to use the ConverterChain class? My intention is to let seams EntityConverter convert my entities. If the entity to convert isn't an ejb entity though, my own Converter should be used. Is something like this possible? My xhtml code:

[jboss-user] [JBoss Seam] - Re: Seam Mail send exception from portlet

2007-09-27 Thread [EMAIL PROTECTED]
First time I've seen this issue. Please file a JIRA issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089316#4089316 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089316 ___

[jboss-user] [JBoss Seam] - Re: Discussion: FlushModeType.NONE ? please help on defin

2007-09-27 Thread dreuzel
THere are 2 FlushModeTypes import org.hibernate.annotations.flushmodeType import javax.persistence.FlushmodeType i'm trying @begin(Flushmode=FlushmodeType.Manual both imports are bad expect second but manual not defined Please assist View the original post :

[jboss-user] [JBossCache] - Re: Cache 1.4.1 region problems on jboss-ea-4.2.0

2007-09-27 Thread [EMAIL PROTECTED]
Where are the nodes assigned; i.e. what does their FQN look like? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089317#4089317 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089317

[jboss-user] [JBossCache] - Re: Cache 1.4.1 region problems on jboss-ea-4.2.0

2007-09-27 Thread loumaus
does this help ??? | 2007-09-27 14:25:36,929 DEBUG [org.hibernate.cache.CacheFactory] instantiating cache region: cat_ear,service-ejb-catalog-SNAPSHOT_jar,JpaPersistence./ca | | talog/persistent usage strategy: read-only | | 2007-09-27 14:25:36,929 WARN

[jboss-user] [JBoss Portal] - How to direct to a page from a hyperlink in a portlet

2007-09-27 Thread relatedtowork
hi, i have a portlet which has links provided on it. on clicking the link, the portal page should be displayed. how can this be achieved? Please help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089320#4089320 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How to use ConverterChain?

2007-09-27 Thread [EMAIL PROTECTED]
It's currently really just an internal method of doing chaining of converters. You could write a support component, that reaches up into the parent UIInput, grabs the converter, checks if it is a ConverterChain, and then runs the addConverter method if it is. File a feature request in JIRA if

[jboss-user] [JBoss Seam] - Re: Unable to bootstrap testNG...

2007-09-27 Thread joeyxxx
Anybody out there? :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089324#4089324 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089324 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Discussion: FlushModeType.NONE ?

2007-09-27 Thread denis-karpov
Sorry that I didn't confirm my words. Right now I do not have sample. As I remember when I go through a decision with drools. Even in invalid case, when I simply return to the edit page, flushing occurs any way . decision name=validate | handler

[jboss-user] [JBoss Messaging] - JMS- MYSql database is getting filled up with JMS Messages

2007-09-27 Thread jinoinfo
In our project we are using JBOSS 4.0.5. We have replaced hsql db with mysql 5.0. During the course of execution the table jms_messages keeps growing almost 500,000 records per day. All the messages getting published are persistent and messages are non- durable. Could you please let us know

[jboss-user] [JBossCache] - Re: Cache 1.4.1 region problems on jboss-ea-4.2.0

2007-09-27 Thread [EMAIL PROTECTED]
Yep; it's what I suspected. The code is prepending the deployment name to Fqn. It's only supposed to do that if you don't specify a region. As a workaround, you can: | !-- Specific eviction policy configurations. This is LRU -- | attribute name=EvictionPolicyConfig |

[jboss-user] [JBossWS] - Help with WSDL and extensions

2007-09-27 Thread viniciuscarvalho
Hello there! I'm trying to figure out how one can achieve an way to use inheritance with WSDL. On a previous post url][http://www.jboss.org/index.html?module=bbop=viewtopict=119507[/url] (Still not answered :( ) I've explained that I need to find a way to use the same contract and have

[jboss-user] [JBossCache] - Re: Cache 1.4.1 region problems on jboss-ea-4.2.0

2007-09-27 Thread loumaus
thanks for the help .. it works .. Without looking at the sources I thought that the responsible eviction handler would already prepend the deployment name as it is properly configured in the hibernate part: | Properties [ | | hibernate.cache.use_minimal_puts: true

[jboss-user] [JBoss jBPM] - Help with Bpel error - process.bpel activity not found

2007-09-27 Thread depstei2
Hello, I finally got the helloWorld.bpel service deployed in 4.0.4.GA. using the 1.1beta3 bpel engine. I can deploy all of the examples, but when I try to create a process from scratch I get 10:28:21,140 INFO [BpelReader] read bpel process: EchoService.bpel 10:28:21,140 ERROR

[jboss-user] [JBossWS] - Re: Help with WSDL and extensions

2007-09-27 Thread viniciuscarvalho
Just found @WebserviceProvider :D. Well, may not be the best way, but I need the flexibility :) Regards View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089329#4089329 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089329

[jboss-user] [JBoss Seam] - #{conversationList} appears to be empty

2007-09-27 Thread djfjboss
I'm trying to display the above: rich:panel rendered=true ui:repeat value=#{conversationList} var=conv h:columnh:outputText value=#{conv.description}/h:outputText /h:column /ui:repeat in a variant of the above. I've annotated the relevant methods with @Begin and @End and have

[jboss-user] [JBoss Seam] - Help me for keycode

2007-09-27 Thread randark
Hi is mi first time in this site and my english not is perfect, anyway. Helpe please I try use the keycode Intro for can access at accion, only whit the keyboard, press Intro move inside the h:inputText and To generate the accion. I hope understandme. Thnkx =) View the original post :

[jboss-user] [JBoss Seam] - Re: Web Beans Sneak Peek

2007-09-27 Thread ylazzari
Hi, I don't know if this is the palce but after reading all 4 parts of the sneak peak of Web Beans, here's a couple of comments/questions I would like share. @Named annotation I know that this has also been raise about Seam but would it be possible to remove that annotation and use the value()

[jboss-user] [JBoss Seam] - Re: Question of the day: Stateless Session Beans

2007-09-27 Thread JUnkie
My post was read more than 20 times and no one corrected me so I guess that it makes sense to use Stateful SBs with Seam in this way. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089335#4089335 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How to use ConverterChain?

2007-09-27 Thread jbuechel
Thanks a lot for this quick answer Pete! anonymous wrote : You could write a support component, that reaches up into the parent UIInput... Just for verification of my understanding: That means implementing a ui component similar to s:convertEntity ? View the original post :

[jboss-user] [JBoss Portal] - Portal security with EJB

2007-09-27 Thread andiXT
Hi. I have application which runs under its own context, and it cotains portlets, which are deployed to Jboss Portal. For DAL I've choosed EJB3. I have problem with permissions: If I call EJB DAO methods from portlets then everything ok, but when I run EJB from Struts actions, which are

[jboss-user] [JBoss Portal] - Re: Struts example portlet for 2.4?

2007-09-27 Thread NM-156
Check out this post. I was able to convert a struts application to a portlet in JBP 2.6.1. Maybe this will give you some additional ideas so that you can move forward in 2.4. http://www.jboss.com/index.html?module=bbop=viewtopict=118130 View the original post :

[jboss-user] [JBoss Seam] - Re: Question of the day: Stateless Session Beans

2007-09-27 Thread jacob.orshalick
It does not look like in your case that you have any state to maintain, unless that code has been snipped. SFSBs are useful when maintaining state across requests so it looks like your approach is fine. View the original post :

[jboss-user] [JBoss Messaging] - Re: JMS- MYSql database is getting filled up with JMS Messag

2007-09-27 Thread [EMAIL PROTECTED]
What version of JBossMessaging you're using? JBoss 4.0.5... it looks like you're using an old version... Can you try 1.4.0.CR3? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089341#4089341 Reply to the post :

[jboss-user] [JBoss Seam] - Re: #{conversationList} appears to be empty

2007-09-27 Thread jacob.orshalick
Have you looked at debug.seam to see what ConversationEntries should be in the conversationList? This will tell you if the long-running conversation has started or not. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089345#4089345 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Injection threat on EntityQuery order

2007-09-27 Thread matt.drees
Good point. Thanks; I'll probably use something like that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089356#4089356 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089356 ___

[jboss-user] [JBoss Seam] - Re: User workspace vs. conversationList component

2007-09-27 Thread jacob.orshalick
I added this as a feature request: http://jira.jboss.org/jira/browse/JBSEAM-1983 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089359#4089359 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089359

  1   2   3   >