[jboss-user] [JBoss Seam] - Re: how to download a file via Seam JSF,

2007-11-27 Thread tyshan
hi, emmergency, how to get a OutputStream from the HttpServletResponse? or can I use a servlet to do that? Best regards Tyshan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4107950#4107950 Reply to the post :

[jboss-user] [JBoss Seam] - Re: generating forms programatically

2007-11-27 Thread steshaw
In Hightower's JSF for non-believers anti-FUD series? I cannot find it. He talks about creating your own components in part 4 but I don't think it covers dynamically constructing components at runtime. s:decorate serves it's purpose and certainly deals with some aspects of boilerplate but it

[jboss-user] [JCA/JBoss] - Re: No suitable driver found for java:PostgresDS

2007-11-27 Thread jaikiran
chewbacca wrote : | When I use this code, IT DOESN'T WORK: | | sql:setDataSource var=example dataSource=java:/PostgresDS/ | |sql:query var=qryPosts dataSource=${example} | SELECT postname, comments FROM public.posts | /sql:query |

[jboss-user] [JBoss Messaging] - Transparent login to JBoss Messaging

2007-11-27 Thread chand0s
env: JBoss 4.2.2 + JBoss Messaging 1.4 problem: I have my own LoginModule. All beans and destinations are configured to use it. I have, for example, user with name user, password password and role role. When I need to invoke bean's method, I pass username/password through JNDI

[jboss-user] [JBoss Seam] - Re: Why is Authenticator.authenticate() called twice if it r

2007-11-27 Thread Toby451
Ah, thanks for clarifying Pete. There are actually more reports in the forum about this. Maybe it should be stressed in the reference that: - seam might call the authenticate method at will (so to speak) - the authenticate method (as a consequence) probably should be side-effect-free.

[jboss-user] [EJB 3.0] - how to check entity bean state change ?

2007-11-27 Thread design2006
Dear all, I have an entity bean which persist to the database, how can i know when the field value of the entity bean has been change ? Because i want to make the application call to update database only when some of the fields in the entity bean have been change. thanks. regards, design

[jboss-user] [Beginners Corner] - Re: java.lang.ClassCastException: org.jnp.interfaces.NamingC

2007-11-27 Thread tamscot
The type of cachedConnectionFactory is... | /** Cached connection factory. Uses lazy loading to obtain its value. */ |private static javax.jms.QueueConnectionFactory cachedConnectionFactory = null; | declared at the top of the class Declaration of CONNECTION_FACTORY_JNDI_NAME... |

[jboss-user] [JBoss Seam] - Re: Enum in components.xml

2007-11-27 Thread Toby451
And yes, it is of course possible to let the component I am configuring take a String as argument inst. of an enum, followed by a conversion String-to-enum on the inside. But it would be neat to have this config automatically. All information is there (as far as I can see). View the original

[jboss-user] [JBoss Portal] - Re: AJAX enabled Portlet on JBoss Portal

2007-11-27 Thread shimonl97
Can you add your war to this thread? It will be much easier to try to deploy it. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4107960#4107960 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4107960

[jboss-user] [JBoss jBPM] - Re: How to configure different(Company's own user store) Ide

2007-11-27 Thread anuragpaliwal
Many thanks for solution. Since in the documentation its written that : anonymous wrote : jBPM includes an optional identity component that can be easily replaced by a company's own identity data store. Just want to undestand, Is there any dependency of default IC on rest of jBPM code? View

[jboss-user] [JBoss jBPM] - Re: Can we save custom variables in a ProcessDefinition

2007-11-27 Thread Michele Mauro
I'm planning to solve the same problem using some custom action that copies in the deploy envirorment its configuration, thus transferring static process parameters. Mauro Michele View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4107963#4107963 Reply to the

[jboss-user] [JBoss Seam] - JBoss embedded and Seam questions?

2007-11-27 Thread Stateless Bean
Hi, I just read docs of jboss embedded and there is topic | Defining a datasource conf/embedded-jboss-beans.xml | Do I need to configure this file for my Seam 2.0.0GA app and Tomcat 6.0? (My app so far works fine and I nothing configured in this file.) 2. How can I manage transaction

[jboss-user] [Beginners Corner] - Re: java.lang.ClassCastException: org.jnp.interfaces.NamingC

2007-11-27 Thread jaikiran
anonymous wrote : private static final java.lang.String CONNECTION_FACTORY_JNDI_NAME= The value for this constant should be ConnectionFactory. private static final java.lang.String CONNECTION_FACTORY_JNDI_NAME=ConnectionFactory | anonymous wrote : | This is code which is generated

[jboss-user] [JBoss Seam] - Re: JBoss embedded and Seam questions?

2007-11-27 Thread Stateless Bean
I think I found solution for second question. In /conf/jboss-service.xml we need set |mbean code=com.arjuna.ats.jbossatx.jta.TransactionManagerService | name=jboss:service=TransactionManager | attribute name=TransactionTimeoutXXX/attribute |/mbean | Where XXX is

[jboss-user] [JBoss Portal] - Re: How do JBossPortal support multi lingual?

2007-11-27 Thread Antoine_h
good support... it is compliant to the standard of JSR-168, that have settled all that. I have done a portal with 3 languages, and given consulting advice for another one in belgium : 3 languages too. no problems. you have to manage the way you want the language to be choosen (at first visit,

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to fix these exception ?

2007-11-27 Thread jaikiran
Looks like you are using 5.0 beta version which reportedly has many issues related to deployment. You might want to try out the latest stable 4.2.2GA release. And by the way, i would recommend installing JBoss (irrespective of the version) and Java in a folder which doesn't have a space in

[jboss-user] [JBoss Seam] - data validation

2007-11-27 Thread jamesjmp
hi, in a form I want to validate that the code asigned in a field is one that already exists. For instance, I´ve a field for currencies. I have a table for them, and I want to check that the currency filled is already on the database to avoid foreign keys problems. I´ve found 2

[jboss-user] [JBoss Seam] - Re: data validation

2007-11-27 Thread arussel
what about a jsf validator ? alex View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4107972#4107972 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4107972 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Data access / persistence - could you help?

2007-11-27 Thread Antoine_h
This is an hibernate problem, not a portal problem... may be look on hibernate forum (no need to post : easy problem, you 'll find an answer yet in the forum). globally : the portal is in JBoss the access to DB is done with usual j2ee features... not really in the portal. look at the user

[jboss-user] [JBossCache] - Re: JBossCache with Hibernate on Glassfish v2

2007-11-27 Thread eric.hubert
mirko27 wrote : Any progress on this part? | JBoss subprojects claim to be application server independent but somehow they never work out-of-box:( | Welcome in J(2)EE land. ;-) Sorry, I could find any freetime at the weekend, but it is still on my todo-list and postponed to the next weekend

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: how to deploy an application in jboss4.2 from command pr

2007-11-27 Thread mohitfrompec
hi peter... thanks for your reply..my problem is that when i use the command run.bat -b 0.0.0.0 the server gets started but war files present in the server\default\deploy doesnot get deployedi am using red hat developer and when i start jboss4.2.0 from that developer...all the

[jboss-user] [JBossCache] - Warning of TX rollback

2007-11-27 Thread aih1013
Hello! We use JbossCache 1.4.1.SP4 as Hibernate 2nd level cache in pessimistic READ_COMMITTED mode. After TX is setRollbackOnly(true), Jboss Cache emits following warning. It looks little frustrating, as rollback is normal situation, IMHO. Does the warning reports about a hidden problem? |

[jboss-user] [JBoss Seam] - Enhance s:cache performances

2007-11-27 Thread Zerg-Spirit
Hi! I'm currently working on a big page displaying a topic and every of its children hierarchically. Since these topics can have a lot of children, I figured out I should cache my page to enhance my performances. I actually managed to cache it, jumping from a poor 40s~ page generation time to

[jboss-user] [JBoss Portal] - Re: AJAX enabled Portlet on JBoss Portal

2007-11-27 Thread Antoine_h
For regular Ajax : see the samples provided with the portal (2.6.2). For use of RichFaces : it is brand new... and still a few difficulties. It is just a question of time and the team work hard on it to solve things as fast as possible... these jira allow you to see what's going on :

[jboss-user] [JBoss jBPM] - hello-sample: no processdefinition.xml inside process archiv

2007-11-27 Thread timeagentess
Hello all, I am trying to run the hello sample from jbpm-bpel-1.1.Beta3. Working on JBoss 4.0.5 with the default server, I have deployed the jbpm-bpel.sar as described in the user guide. Then I have performed ant pack-definition and deploy-definition for the hello example successfully.

[jboss-user] [JBoss Portal] - Re: how to trigger a portlet render request?

2007-11-27 Thread Antoine_h
mainly, configure your portlet so it is Ajax enabled. then it may be called to refresh, alone without the all page refreshed. for details, look at the samples provided with the portal. there are plenty with Ajax features. look how they are programmed, how they work... sure you'll find the way to

[jboss-user] [Management, JMX/JBoss] - Mbean with custom authentification / authorization for my ow

2007-11-27 Thread jaunedeau
Hi, I've found many information about aux to secure the JMX access in JBoss, but I did not really understand what is the good way to have my own MBeans, registered from JBoss (they access EJBs and make some informations -stats, status- aviable to the jconsole), and have a authenticated

[jboss-user] [JBoss Portal] - Re: Custom Layout that forces Quirks Mode

2007-11-27 Thread Antoine_h
As far as I know, portal does not support it specifically. but if you want to build your portal with it, you can. the layout is a good start : you can do whatever you want in it : it is built on html, jsp, etc... you 'll have not to use the original portlets provided. you'll have to adapt

[jboss-user] [JBoss Seam] - @DataModel problem

2007-11-27 Thread lsabin
Hi. I have the following component which retrieves a list of courses done by a employee. This works fine but when I included some code to get a list of courses that match a certain input the list of courses is not retrieved (actually the method listCoursesEmployee() is not invoked at all).

[jboss-user] [JBoss Tools (users)] - Error in components.xml

2007-11-27 Thread perlin
Hi, I'm currently evaluating JBoss Tools and there's a problem with components.xml in Seam and the line: transaction:no-transaction/, which is producing an error in Eclipse after installing JBoss Tools. This was not a problem when only using Seam without Jboss Tools. Could it be that the

[jboss-user] [JBoss Portal] - Re: GWT and JBoss customized login module

2007-11-27 Thread Antoine_h
I can't see exactly the details of how GWT get the logged user information (the principal). but obviously, the GWT application does not know that the Principal is not anymore out of use. two way : - at each request, the GWT re get the Principal (and may all other login information) - when

[jboss-user] [JBoss Seam] - Re: Enhance s:cache performances

2007-11-27 Thread arussel
first step for optimisation is usually to know what takes time. Turn loggin on and see. If it spend a long time in the cache or needs to recreate the page(so the page wasn't found in the cache) you can have a look at Jboss Cache doc, it is very user friendly :-) alex View the original post :

[jboss-user] [EJB 3.0] - Re: Getter for LAZY property gets called on every commit

2007-11-27 Thread markus.doering
Ok, i have it working with a nicer solution. I don't wanted to change my complete data structure and i don't think storing all byte[]'s in another bean is a good solution. The @Basic(fetch=FetchType.LAZY) is working correctly with hibernate, but only if you use bytecode instrumantation as

[jboss-user] [Beginners Corner] - Compilation of latest CVS update

2007-11-27 Thread adriju
Hi all!! I´ve just downloaded from CVS the latest update of jboss-seam but, do I have to compile it first before using? If so, how can I compile it? Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4107991#4107991 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @DataModel problem

2007-11-27 Thread arussel
Have a look at the doc again: [url]http://docs.jboss.com/seam/2.0.0.GA/reference/en/html/annotations.html#d0e14787 [/url] Specifies that the method of the component is used to initialize the value of the named context variable, when the context variable has no value. This style is used with

[jboss-user] [JBoss jBPM] - Can JPDL restricts who has rights to start a new process ins

2007-11-27 Thread yalexfan
I have a process definition file in JPDL, and now I want to add controls on persons(actor-ids) who can start a new instance of this process. I am now doubting does JPDL has the ability to define this? Also I have noticed that there is a swimlane definition in the start state, and the following

[jboss-user] [JBoss Seam] - Re: Enhance s:cache performances

2007-11-27 Thread Zerg-Spirit
Well, it surely caches at least some part of the page (so I guess the whole page?) since it greatly reduced the page generation time. But I guess I was right on a point reading your post, the page should be 'instantly' loaded if it was correctly cached, right? View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - AbstractMethodError while deploying .sar file in JBoss

2007-11-27 Thread Hema.T
Hi, I'm trying to create a .sar file out of my java application and deploy it in JBoss, to make it available as a service. While deploying I'm getting the following error in JBoss console. Please help me out in resolving this issue. I have given the StackTrace here:

[jboss-user] [JBossWS] - Re: WSDL not autogenerating for WebServiceProvider

2007-11-27 Thread [EMAIL PROTECTED]
I updated http://jbws.dyndns.org/mediawiki/index.php?title=User_Guide#Endpoint_Provider View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4107999#4107999 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4107999

[jboss-user] [JBoss Seam] - Re: Enhance s:cache performances

2007-11-27 Thread Zerg-Spirit
Apparently, when the page is loaded using the cache (at least I think so), it still gets the 'sortedColumnedChildren' property from the entities, which shouldn't be the case if the page was static, so I guess it's not cached correctly after all... Might be nothing, but at the bottom of the

[jboss-user] [JBoss Messaging] - Re: Failed to run example 'queue' from an Eclipse project

2007-11-27 Thread nlotter
I found out that the error was caused by missing config parameters for the InitialContext that was used. Though I had set the parameters correctly for the contexts I created explicitly, the ones that were created by the static utility routines of the example files were not initialized. This was

[jboss-user] [JBoss Messaging] - How do I check if the lookup of the MBeanServerConnection wo

2007-11-27 Thread nlotter
I have installed JBoss 4.2.1 GA and JBoss Messaging 1.4.0 SP1 on a Windows XP System. When I try to execute the deployQueue-Method from the example utility, an exception is thrown which is caused by java.lang.IllegalArgumentException: Unable to find operation

[jboss-user] [JBoss Seam] - Re: Enum in components.xml

2007-11-27 Thread [EMAIL PROTECTED]
File a feature request in jira View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108004#4108004 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108004 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Why is Authenticator.authenticate() called twice if it r

2007-11-27 Thread [EMAIL PROTECTED]
Please file a JIRA request for this :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108008#4108008 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108008 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: JBoss embedded and Seam questions?

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

[jboss-user] [JBoss Seam] - Re: generating forms programatically

2007-11-27 Thread [EMAIL PROTECTED]
Part4 and his two articles there on facelets I think are what I meant. Thanks for enumerating your reasons for not using s:decorate - you are correct, and they aren't something we can easily address. You are probably best doing something like this with code - you should discuss this on the

[jboss-user] [JBoss Seam] - Re: Seam 1.2.1 + POJO + @Interceptor: possible?

2007-11-27 Thread [EMAIL PROTECTED]
Make sure you use @Interceptor/@AroundInvoke from Seam not EJB3. There is an example in the docs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108016#4108016 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108016

[jboss-user] [Beginners Corner] - how to create threadpool in jboss

2007-11-27 Thread tbommireddy
hi all, I have created 3000 virtual ip address in my system and checking all virtual ip are created, working fine but it is taking more time to ping all 3000 ipaddress. But this i have to do in threadpool using Jboss. any one can send me sample examples please View the original

[jboss-user] [JBoss Seam] - Re: pageflow and exception question

2007-11-27 Thread [EMAIL PROTECTED]
Handling exceptions from JBPM via Seam exception handling should work. If it isn't please create a JIRA issue and attach an example of the problem with reproduction instructions. Here, the wrong exception is being thrown http://jira.jboss.com/jira/browse/JBSEAM-2152 View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Controlling classpath order \Applying a patch to deployed ap

2007-11-27 Thread liah
Hi, I have an application deployed to jboss (e.g ear) which uses external jars placed in lib and lib\ext directories (configured throug classpath element in the jboss-service.xml). I would like to apply a patch jar. This jar contains modified version of some of the classes from the

[jboss-user] [JBoss Portal] - JPORTAL Startups

2007-11-27 Thread lvcster
Hi, i am new to jportal. I am trying to create new portal instance with only my portlets on it, i tried the Helloworldpage that comes with JPortal, but it shows in the default portal from Jportal, whick i dont want. I just want a plain clean one. Your help will be highly appreciated. thanls

[jboss-user] [JBoss Seam] - Having more than one Seam EntityManager

2007-11-27 Thread breako
Hi, I know it is possible to have a Seam managed EntityManager. However it is not possible to set the persistence context for it using the usual JPA annotation. Instead, the persistence unit is set in the the Seam components XML file. This is all fine if you only have one persistence-unit,

[jboss-user] [JBoss Seam] - Long running batch job in Seam 1.2.1

2007-11-27 Thread [EMAIL PROTECTED]
I have a Seam component that will receive a large amount of incoming data, process it and insert or update the database. The method that gets called once the file has been posted (using s:fileUpload) is annotated @Asynchronous, so it will be executed in its own thread and context. The entire

[jboss-user] [Beginners Corner] - Re: Compilation of latest CVS update

2007-11-27 Thread adriju
Ok, solved. It´s described in the file release-process.txt. I´m really new in this :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108029#4108029 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108029

[jboss-user] [JBossCache] - Re: Clusted Cache with Berkeley CacheLoader with a singleton

2007-11-27 Thread [EMAIL PROTECTED]
Read http://www.oracle.com/technology/products/berkeley-db/faq/je_faq.html#1 before you think about BDBJE on NFS! :-) It may just be that BDBJE in a shared environment may not work due to the way the BDBJE engine implements locks. Have you tried JDBM instead of BDBJE? View the original post

[jboss-user] [JBossCache] - Re: Query cache using 1.4.1

2007-11-27 Thread [EMAIL PROTECTED]
This is a question for the Hibernate forums. Looks like this is independent of caching provider is used. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108032#4108032 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108032

[jboss-user] [JBossCache] - Re: How can I register PojoCache under AS 4.2.1?

2007-11-27 Thread [EMAIL PROTECTED]
So I presume you take the cofig file (edit it as per your settings, including providing the jboss.cache:service=PojoCache bit) and then placing the config file in your server/all/deploy directory? Do you see any other errors come up, when the AS attempts to instantiate and deploy the cache?

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: mod_jk intermittently loosing connection to jboss 4.2

2007-11-27 Thread robkirky
I get the same problem. When we run our functional test suite it hangs after several tests have run. I've updated the associated Jira bug. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108033#4108033 Reply to the post :

[jboss-user] [JBossCache] - Re: far cache pattern

2007-11-27 Thread [EMAIL PROTECTED]
mbroons wrote : Can i use this pattern to provide some kind of highly available cluster ? Yes. mbroons wrote : | I would have cluster A caches delegating to far cache A (inside the cluster A) | I would have cluster B caches delegating to far cache B (inside the cluster B) | | Can i

[jboss-user] [JBoss Seam] - JBoss EL date formatting

2007-11-27 Thread manuel.martin
Supose that I got a localized message like that message = My date is #{myDate} and myDate is a session Date var. When I print the message #{messages['message']} I got the next output: My date is 2007-11-27 12:22:46.338 Is there any method to format the output of the date? I would like obtain

[jboss-user] [JBoss Messaging] - Re: How do I check if the lookup of the MBeanServerConnectio

2007-11-27 Thread nlotter
It looks as if the example code to deploy a queue ist broken. I changed the call to the ServerPeer method as follows: | original: mBeanServer.invoke(serverObjectName, createQueue, new Object[] { queueName, jndiName }, | new String[] { java.lang.String, java.lang.String });

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Export From Hypersonic to any other Database (firstly Oracle

2007-11-27 Thread kunaalv
Hi, I want to export my existing data in a Hypersonic Database (created via a JBoss deployed EJB3 entity beans). Export to any other DBMS. How should i go about this? One way would be to export the Hypersonic DB to a XML file and then create that file in on the other DBMS. But can i easily

[jboss-user] [JBoss Seam] - Re: data validation

2007-11-27 Thread jamesjmp
ok, I´m trying it with JSF validators. I´ve found a problem with them, ValidatorException expects a javax.faces.application.FacesMessage, and I´m using org.jboss.seam.core.FacesMessages to access to my message_en.properties. is there a good way to tackle this? thanks! View the original post

[jboss-user] [JBossCache] - Re: How to set expiry time for AopLRUEvictionPolicy ?

2007-11-27 Thread [EMAIL PROTECTED]
Setting TTLs are described in the user guide. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108039#4108039 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108039 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: data validation

2007-11-27 Thread arussel
give it what it wants :-) http://www.redhat.com/docs/manuals/jboss/jboss-eap-4.2/doc/seam/api/org/jboss/seam/core/FacesMessages.html. createFacesMessage function looks about right alex View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108040#4108040 Reply to the

[jboss-user] [JBoss Seam] - messages in a java class

2007-11-27 Thread jamesjmp
hi, in a xhtml, accessing to a messages_en.properties is easy, just by using messages component. for instance: | #{messages['org.jboss.seam.ProcessNotFound']} | Now, I want to acces to that from a java class. For instance: | String message1 = org.jboss.seam.ProcessNotFound; | //look

[jboss-user] [JBossCache] - Re: How to execute distributing task?

2007-11-27 Thread [EMAIL PROTECTED]
You cannot at the moment. We are talking about adding such an API to the roadmap though, but don't expect it till at least 3.0.0. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108044#4108044 Reply to the post :

[jboss-user] [JBoss Seam] - Where is Lifecycle.getServletContext() going in seam2?

2007-11-27 Thread tangdazhu
HI, I want to upgrade from seam 1.2 to seam2, but i found there is no Lifecycle.getServletContext() API in seam2 any more, can someone tell me where can i find this API ? thanks in advance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108046#4108046

[jboss-user] [JBossCache] - Re: CacheLoader serialization class change

2007-11-27 Thread [EMAIL PROTECTED]
Configuration data should just be primitives, strings, etc., right? Do you also persist custom objects where class definitions change from deployment to deployment? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108047#4108047 Reply to the post :

[jboss-user] [JBoss Seam] - transaction failed using injected JavaBean

2007-11-27 Thread d00roth
Hi all, I have struggled some time with a problem I get when trying to persist some objects. I use the exact same setup as jboss-seam-jpa running om tomcat6 without jboss embedded. (JavaBean an POJO:s). Persisting an object with | @Name(register) | public class RegisterAction { |

[jboss-user] [JBoss Portal] - Get page name during layout rendering

2007-11-27 Thread syllant
Hi, What's the recommended way to access page information (e.g. : its name, its type, ...) during layout rendering (with JSP layout) ? I need this to display a breadcrump. The only way I've found is to define it in the navigation region, but I wish I could move the output code outside the

[jboss-user] [JBossCache] - Re: Cache lock (JbossCache 1.4.1.SP3)

2007-11-27 Thread [EMAIL PROTECTED]
Although not directly related to JBCACHE-1103, it is a side effect. I recommend upgrading to an SP that includes this fix, such as 1.4.1.SP4 or above. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108050#4108050 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBoss jBPM - BPeL - eclipse

2007-11-27 Thread Pebbels
Hi Agus, I thank you a lot for the hints. I now unserstand a lot more but I have new problems: When calling ant deploy-definition in the directory examples/hello I get the following error: BUILD FAILED | C:\downloads\jbpm-bpel-1.1.Beta3\jbpm-bpel-1.1.Beta3\jbpm-bpel-1.1.Beta3\example |

[jboss-user] [JBossCache] - Re: JBossCache with Hibernate on Glassfish v2

2007-11-27 Thread [EMAIL PROTECTED]
eric.hubert wrote : genman wrote : | | I don't personally have a problem with wanting to know about these things | | | With due respect I wouldn't care much about you having those problems. ;) | lol! eric.hubert wrote : | So at the moment I have to think about how to solve my

[jboss-user] [JBossCache] - Re: JBossCache with Hibernate on Glassfish v2

2007-11-27 Thread [EMAIL PROTECTED]
mirko27 wrote : Any progress on this part? | JBoss subprojects claim to be application server independent but somehow they never work out-of-box:( | Unfortunately JBoss Cache is quite only cluster-supportive cache for hibernate. JBoss Cache works out of the box, as does Hibernate. It all

[jboss-user] [JBoss Tools (users)] - Re: Error in components.xml

2007-11-27 Thread [EMAIL PROTECTED]
what is the error ? (my guess is that it is the seam validator that is detecting something wrong) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108057#4108057 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108057

[jboss-user] [Installation, Configuration DEPLOYMENT] - How to configure MBeans through comman line (run.bat) ?

2007-11-27 Thread wojtekb82
Hi, Is there any way to pass parameters for MBeans when starting JBoss? For example org.jboss.naming.NamingService, has the parameter Port, is there any way to override the jboss-service.xml settings like: run.bat -Dorg.jboss.naming.NamingService.Port=1234 Any answears appriciated. View the

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

2007-11-27 Thread mikaeljl
Hi! I've also been trying to send messages to a remote queue. Also got stuck on the how do I lookup the remote queue part... Have seen http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureTheJMSResourceAdapterToUseARemoteConnectionFactory but that does not explain how to get to the remote

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - When JbossAs will update Hibernate?

2007-11-27 Thread claudio_br
When JbossAs will update the Hibernate? The JbossAS 4.2.2.GA is using this version: Hibernate 3.2.4.sp1 | Hibernate EntityManager 3.2.1.GA | Hibernate Annotations 3.2.1.GA But there is: Hibernate 3.2.5 | Hibernate EntityManager 3.3.0.GA | Hibernate Annotations 3.3.0.GA | Hibernate

[jboss-user] [JBoss Seam] - Re: ejb3/seam-gwt-remoting/gwt w/ DTO, JPA?

2007-11-27 Thread hartfordd
jboss 4.2.1 seam 2.0.0.ga gwt 1.4.60 jdk6 Still can not seem to find a way to get a DTO to work with Seam-GWT remoting. Using the components.xml approach to avoid annotations on the DTO side, and the problem I'm getting from the GWT service call is: java.lang.ClassCastException from |

[jboss-user] [JBoss jBPM] - Re: An exception happened during the deployment of the proce

2007-11-27 Thread mryilauer
The whole deploy from the IDE process seems very brittle. I took the websale example, it worked and deployed fine, then I added a node to the diagram without any transitions to the existing process, and I get the same deployment error. Then I removed the node, and it still wouldn't deploy. Then

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: When JbossAs will update Hibernate?

2007-11-27 Thread alexg79
The structural changes in Hibernate between 3.2.x - 3.3.x are potentially dangerous to existing apps. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108073#4108073 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108073

[jboss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: org.apache.commons.fileupload.FileUploadException: the r

2007-11-27 Thread mryilauer
Did you ever get an answer to this? I am having the same problem all the time. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108074#4108074 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108074

[jboss-user] [JBoss Seam] - Re: MDB initialized too early?

2007-11-27 Thread obfuscator
We are seeing this aswell. This particular problem also has one big implication: Since seam uses its own entity manager, and this affects caching etc, we have decided to use the seam managed entity manager in all DAO:s. Therefore, it is critical that seam is initialized before any component of

[jboss-user] [JBoss Messaging] - JGroups-MDB

2007-11-27 Thread seammm
Hi - This seems to be the most related forum for the problem at hand so here it goes.. I have a device that broadcasts UDP datagrams. I am able to receive those datagrams using the JGroups org.jgroups.tests.McastReceiverTest example. What I want is to integrate McastReceiverTest /JGroups with

[jboss-user] [JBoss Portal] - Re: IdentityUserPortlet not picking up localized resource fi

2007-11-27 Thread jvence
emuckenhuber wrote : I tried that again, but unfortunately could not reproduce your problem. | | All i did was creating the new bundle file, re-deployed the core-identity.sar, changed the users Locale, Logout, Log in again and it was working as expected. I got it working with french but

[jboss-user] [JBoss jBPM] - Re: How to configure different(Company's own user store) Ide

2007-11-27 Thread kukeltje
Yes, there is a small dependency View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108081#4108081 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108081 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: Error in components.xml

2007-11-27 Thread perlin
Sorry about that... Here's the actual error in Eclipse: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'transaction:no-transaction'. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108083#4108083 Reply to

[jboss-user] [JBoss jBPM] - Re: Can JPDL restricts who has rights to start a new process

2007-11-27 Thread kukeltje
No, not yet... you have to prevent this in your own webapp View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108084#4108084 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108084 ___

[jboss-user] [JBoss Seam] - Re: messages in a java class

2007-11-27 Thread damianharvey
@In MapString, String messages; View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108086#4108086 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108086 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: selectItems and entities with inheritance

2007-11-27 Thread [EMAIL PROTECTED]
No workaround I know of. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108089#4108089 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108089 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: External Client and Seam Security

2007-11-27 Thread agnadello
Thank you. One step further... no more IllegalStateException. Instead the Identity doesn't seem to be populated with any subject/principals. The @Restrict annotation don't kick in, neither the Drools rules. Do you know if it's possible to make use of the Seam security if the Session Beans and

[jboss-user] [JBoss Seam] - Usage of @Restrict annotation with method parameters

2007-11-27 Thread rizzojo
Hi, I'm investigating Seam and WebBeans authorization aspects. I've a simple question witch answer is not in the Seam reference guide. In the Seam v2 reference guide, http://docs.jboss.com/seam/2.0.0.GA/reference/en/html/security.html#d0e7113 The following example is given: | @Name(account)

[jboss-user] [JBoss Seam] - ManagedPersistenceContext with multiple deployments

2007-11-27 Thread cpopetz
I have multiple ears which are built out of the same source tree on different branches that need to co-exist in one Jboss instance. I can use scoped repositories to ensure the classes don't conflict, but I'm trying to determine the best way to avoid the conflict that occurs with Seam's

[jboss-user] [JBossCache] - Re: Cache lock (JbossCache 1.4.1.SP3)

2007-11-27 Thread Sancheski
So that means that if we run on Jboss-4.2.2 AS this problem would not happen. Thanks a lot, I will try this upgrade. Sancheski View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108077#4108077 Reply to the post :

[jboss-user] [JBoss Seam] - how to stop seam keep adding url parameters?

2007-11-27 Thread terryb
On my site, I have menu which links to pages (.xhtml) on the site. Once any of the pages is viewed and submitted with url parameters (eg search form), the menu link for that page also automatically gets url parameters appened to it. this happens whether I use s:link or h:outputLink on the menu

[jboss-user] [Security JAAS/JBoss] - Re: where to put servlet class file in jboss without using a

2007-11-27 Thread Wolfgang Knauf
Hi ! It seems you are really new to Java web application development. Explaining the structure of one of those would be too much for a short post. I would advice you to use an IDE like Eclipse with WebTools-Plugin, or NetBeans, or the Eclipse based JBoss IDE. They provide options to create web

[jboss-user] [JBoss Seam] - Re: pageflow and exception question

2007-11-27 Thread IGx89
The JIRA issue Pete linked to is the reason for your error. A workaround is to add parenthesis to the method call in the EL (so #{webCustomerAction.persistContact()} ). Even when you do fix that, the redirection and/or message showing still might not work properly because of some other Seam

[jboss-user] [JBoss Seam] - Shared Resources and Templates Across War/Ear Deployments

2007-11-27 Thread kmsmgill
I am relatively new to Seam and am looking to start using it as our base application framework. What I am looking to do is have multiple web apps, each with their own war or ear deployment due to differing development schedules, requirements, etc, but all supported and (hopefully) integrated by

[jboss-user] [Advanced Documentation] - Re: Regrading

2007-11-27 Thread jaikiran
Looks like you have placed incompatible JBoss jar file(s) in the client application's classpath. You should place the same version of jbossall-client.jar file which is present in the %JBOSS_HOME%/client folder, in your client's classpath. View the original post :

  1   2   3   >