[jboss-user] [JBoss Portal] - Re: LDAP / JNDI Class Cast Exception

2007-11-28 Thread roth
Hi swisst This concerns only the admin portlet. It was a misconfiguration on my part, see this bug report for more details: http://jira.jboss.com/jira/browse/JBPORTAL-1814 I'll update the wiki page shortly to reflect this. Thanks, Tobias View the original post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.2 released

2007-11-28 Thread Maruti_007
I am Maruti from working in BEA Weblogic portals platform, I want to shift to jboss portal platform.I have doubts regarding this 1. Can we develop the portal in a work shop (like weblogic workshop) 2. Is there any IDE to develop the portlets…. 3. How to deploy the portal to Jboss AS (This

[jboss-user] [JBoss Seam] - Re: Help Ajax4jsf 1.1.1, Seam 1.2.1GA Setup

2007-11-28 Thread sysmat
I use RHDS candite 1 create seam web project( seam 1.2, JBOSS 4.2, ajax4jsf 1.1.1, ricfaces 3.0.1, richfaces-ui-3.1.1-GA, richfaces-api-3.1.1-GA, richfaces-impl-3.1.1-GA, commons-digester-1.6.jar,..) : I have problem with deployment AS EAR I still have error: javax.faces.FacesException:

[jboss-user] [JBoss Portal] - Re: Active Directory -- Unable to add portlets

2007-11-28 Thread roth
Hi The resolution to this can be seen here: http://jira.jboss.com/jira/browse/JBPORTAL-1814 I'll update the wiki page later today and add this piece of information. Also, if you use something later than 2.6.2, more things have been changed. I'll add that to the wiki page as well. Thanks,

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: problem starting Naming service with jboss-4.2.2.GA

2007-11-28 Thread klein01
veraz, I'm a newbie to jboss and I got exact same issues when starting jboss 4.2.2. Can you share a little more detail on how do you re-install from source? Do you mean you install it using the GUI installer.jar? I tried to download the jboss-4.2.2.src and then rebuild it but the naming

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Jboss shuts down automatically after throwing CallBackExcept

2007-11-28 Thread Hema.T
Hi, I'm getting a callback exception in JBoss while starting a service (.sar file) and JBoss shuts down automatically after giving this exception. Can you please help me in finding out the reason for this issue. Here is the log in JBoss console: 13:45:49,575 INFO [DeviceConnectivityGateway]

[jboss-user] [JBoss Seam] - Re: Calling a seam component from URL

2007-11-28 Thread yilmaz_
YourComponent comp=(YourComponent)Component.getInstance(componentname); to do this you have to configure components.xml file first. ?xml version=1.0 encoding=UTF-8? components xmlns=http://jboss.com/products/seam/components; xmlns:core=http://jboss.com/products/seam/core;

[jboss-user] [JBoss Seam] - Re: Help Ajax4jsf 1.1.1, Seam 1.2.1GA Setup

2007-11-28 Thread yilmaz_
remove this ajax4jsf 1.1.1. richfaces comes with bundled ajax4jsf. download latest stable version and remove old jars. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108328#4108328 Reply to the post :

[jboss-user] [JBossWS] - Re: Webservice not starting in AS 4.2.2

2007-11-28 Thread [EMAIL PROTECTED]
As a reference on how the endpoint address is obtained, please take a look at: http://jbws.dyndns.org/mediawiki/index.php?title=FAQ#How_do_I_know_what_endpoint_address_is_being_used.3F View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108327#4108327 Reply to the

[jboss-user] [JBoss jBPM] - Re: Problems

2007-11-28 Thread kukeltje
I personally would not use the older designer, but instead use the new one and just try to find the corresponding menu options in the newer designer View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108329#4108329 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Could I rename oracle10g-ds.xml?

2007-11-28 Thread lauren.gui
I configed jboss datasource 'oracle10g-ds.xml' in 'D:\jboss-4.0.3\server\default\deploy' directory. if I rename it to 'ora-ds.xml', the server cannot get the datasource,i want to know is there some naming specification of the file? View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: how to set uploadRepositoryPath relative to jboss workin

2007-11-28 Thread wallem
Use ${jboss.server.temp.dir} View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108330#4108330 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108330 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: Cannot find service endpoint target

2007-11-28 Thread [EMAIL PROTECTED]
memema wrote : whichever wrote : Anyone home? | Guys, | | I have been stuffing up one of my clients with jboss ejb3/jax-ws support. I asked them to upgrade to 4.2.2 because of @PreDestroy in sslb then they say jax-ws is broken. | | Any news on when this will be fixed? | |

[jboss-user] [JBoss Seam] - Accessing UserTransaction in Seam 1.2.1

2007-11-28 Thread [EMAIL PROTECTED]
Can someone please post a working example on how I can retrieve and use UserTransaction in a Seam component (JBoss Seam 1.2.1)? I've tried to set the attribute user-transaction-name=java:/UserTransaction in core:init and retrieve it in my code using InitialContext.lookup, but that generates the

[jboss-user] [Microcontainer] - Re: migrating from ServiceMBeanSupport

2007-11-28 Thread jhalliday
Thanks Ales For the MBeanServer, I've opted to try injecting. That should work, but I can't figure out the correct xml. mbean name=jboss:service=TransactionManager | code=com.arjuna.ats.jbossatx.jta.TransactionManagerService | constructor | parameter

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

2007-11-28 Thread Michele Mauro
A formal process-properties tag would certantly be nice. Our use case is similar (but not the same) as http://jira.jboss.com/jira/browse/JBPM-679. Maybe we could open a jira and link there... it's scheduled for jBPM 3.3. As for now, I think the value bearer action has to do the hard work. I

[jboss-user] [JBossWS] - Re: [Fatal Error] :-1:-1: Premature end of file.

2007-11-28 Thread [EMAIL PROTECTED]
Hi, Which JBossWS version are you talking about? We need more information on your issue, please provide more detailed description of your problem, such as sample code, log output, complete stack trace. Richard View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: javax.ejb.EJBException: Could not instantiate bean

2007-11-28 Thread su560011
Had the same error and as Adrian pointed out, it was a problem with the constructor - an uncaught Null Pointer Exception was the root cause. The cryptic exception didn't help much :) I was using JDK5, and it does not print out the underlying cause. [/img] View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Could I rename

2007-11-28 Thread jaikiran
A datasource file should be named *-ds.xml and be placed in the deploy folder. Renaming it to ora-ds.xml should not have caused any obvious issues. What error(if any) do you see when the file is renamed? View the original post :

[jboss-user] [JBossWS] - Re: redirect SOAP message request

2007-11-28 Thread [EMAIL PROTECTED]
Hi, you could implement your own client JAXWS handler (extending org.jboss.ws.core.jaxws.handler.GenericSOAPHandler). Put your handler on the beginning of the handler chain and set up addressing properties there: protected boolean handleOutbound(MessageContext msgContext) |{ |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Could I rename

2007-11-28 Thread lauren.gui
I renamed it to _ds.xml, not -ds.xml. so caused this error. I just found the naming specification. thank you! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108342#4108342 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: problem starting Naming service with jboss-4.2.2.GA

2007-11-28 Thread [EMAIL PROTECTED]
You don't need to build anything from source. Just grab the 4.2.2.GA binary distro, unzip, set JAVA_HOME, cd to the ./bin directory and ./run.sh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108343#4108343 Reply to the post :

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

2007-11-28 Thread wojtekb82
Thanks :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108348#4108348 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108348 ___ jboss-user mailing list

[jboss-user] [Microcontainer] - Re: migrating from ServiceMBeanSupport

2007-11-28 Thread [EMAIL PROTECTED]
Injection would be done via an attribute like: | mbean name=jboss:service=TransactionManager | code=com.arjuna.ats.jbossatx.jta.TransactionManagerService | ... | attribute name=MBeanServerinject bean=JMXKernel property=mbeanServer//attribute | | /mbean | View the

[jboss-user] [JBoss Seam] - Re: How to access h:datatable row data during its iteration

2007-11-28 Thread damianharvey
Have you tried calculating the value in your Bean and using the f:facet name=footer? Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108351#4108351 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108351

[jboss-user] [JBoss Seam] - Re: How to access h:datatable row data during its iteration

2007-11-28 Thread terryb
Damian, yes that's exactly how I eventually got it done. Cheers. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108352#4108352 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108352

[jboss-user] [JCA/JBoss] - JCA in a clustered environment

2007-11-28 Thread teknokrat
I am not sure which forum this belongs in but I am looking for information on how JCA behaves in a clustered environment. Can connectors be clustered? All our connection are keyed on the ConnectionSpec so its important that a user gets their own connection back. Will I require sticky sessions

[jboss-user] [JBoss Seam] - Re: Calling a seam component from URL

2007-11-28 Thread damianharvey
That will allow you to roll your own servlet to interact with the component. Alternatively you could look at the WebServices section in the Seam docs (eg. @WebService and @WebMethod) Cheers, Damian. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - FileAppender object is not assignable to a org.apache.log4j.

2007-11-28 Thread cwele
Hi, i can't configure log4j to work with JBoss 4.2.0. The same configuration works fine in my previous JBoss installation (3.2x). Here is the problem: | log4j:ERROR A org.jboss.logging.appender.FileAppender object is not | assignable to a org.apache.log4j.Appender variable. |

[jboss-user] [JBoss Seam] - Re: clickable dataTable: DataModelSelection or method parame

2007-11-28 Thread MSchmidke
DataModelSelection - understood, thank you. [EMAIL PROTECTED] wrote : I prefer page parameters over both. Page parameters is something I did not work with until now. I've read the documentation and try to understand. I am not sure if I understand the concepts behind it (and behind pages.xml at

[jboss-user] [Microcontainer] - Re: migrating from ServiceMBeanSupport

2007-11-28 Thread jhalliday
Scott That value is write once i.e. I want it set through the constructor, not exposed as a setter on the bean. Are you saying that's not possible currently? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108364#4108364 Reply to the post :

[jboss-user] [JBoss Seam] - pages.xml documentation

2007-11-28 Thread dmitriy.lapko
Can you please tell, where can I find documentation for meaning of all tags, attributes and their possible values in pages.xml? Seam_reference.pdf does not have any systematical explanation of this, there are no at all any comments in the pages-2.0.dtd or pages-2.0.xsd. View the original post

[jboss-user] [JBoss Seam] - Ajax and Pageflow very slow

2007-11-28 Thread pietermartin
Hi, I am using the pageflow and normal s:decorate with ajax pattern as in the examples. On the onblur event huge amounts of code seems to execute (seen in server.log) which takes so long that subsequest onblur events gets a concurrent problem anonymous wrote : | summary=(The conversation

[jboss-user] [JBossWS] - Re: returning array undefined in web service

2007-11-28 Thread [EMAIL PROTECTED]
mckeno wrote : The code looks messy, but I can't find the edit functionality in this forum ??!!?? so I did a re post Sorry, users are not allowed to edit any post on the forum. anonymous wrote : Hi all I am having this problem, not sure whether it is related to jboss web service or the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem starting JBOSS4.0.4

2007-11-28 Thread rusinad
I added -Djava.net.preferIPv4Stact=true in the Optional JVM args section of MyEclipse IDE. The error has disappeared. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108371#4108371 Reply to the post :

[jboss-user] [JBoss Seam] - Re: pages.xml documentation

2007-11-28 Thread [EMAIL PROTECTED]
We are hoping to dramatically improve the docs on pages.xml very soon now - vote for it here http://jira.jboss.com/jira/browse/JBSEAM-1896 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108370#4108370 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Ajax and Pageflow very slow

2007-11-28 Thread [EMAIL PROTECTED]
You need to tell us a bit more about your page and backing beans and how jbpm comes into it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108374#4108374 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108374

[jboss-user] [JBoss Seam] - Re: Preprocessing constraints for pages

2007-11-28 Thread [EMAIL PROTECTED]
You should use restrict. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108375#4108375 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108375 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: clickable dataTable: DataModelSelection or method parame

2007-11-28 Thread [EMAIL PROTECTED]
I prefer pages.xml as I find it cleaner and it produces bookmarkable links. We are considering making it possible to define in the facelets themselves. Yes, take a look at the way seam-gen, seamdiscs or seampay works for using page parameters. View the original post :

[jboss-user] [JBoss Seam] - Re: Accessing UserTransaction in Seam 1.2.1

2007-11-28 Thread [EMAIL PROTECTED]
Try Transactions.getUserTransaction() View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108379#4108379 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108379 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Help Running seam examples on RHDS

2007-11-28 Thread [EMAIL PROTECTED]
Ask on the RHDS/JBoss Tools forum View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108380#4108380 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108380 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam in clustered environment.

2007-11-28 Thread [EMAIL PROTECTED]
Please post the exception. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108381#4108381 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108381 ___ jboss-user mailing list

[jboss-user] [Security JAAS/JBoss] - Re: Life cycle of Tomcat authenticator

2007-11-28 Thread AsafM
I'm not sure I understand your question: You want to know what happens inside an authenticator? I don't know much about after the value returns, besides that the next valves kicks in, and allow access to the protected web resource. What else do you need to know there? View the original post :

[jboss-user] [JBoss Portal] - Building datasource

2007-11-28 Thread saurav
Hi All, acc to the reference manual have been trying to setup the database. gave a build datasource from the command line and getting errors for no file found /thirdparty/libraries.ent which it takes from the build.xml given below. | | !DOCTYPE project [ | !ENTITY libraries

[jboss-user] [JBoss Messaging] - Re: Jboss Messaging with DB2 DefaultDS

2007-11-28 Thread timfox
DB2 has never been supported, it was a mistake that a configuration file for DB2 was distributed with previous distributions. However, it shouldn't be too hard to create a DB2 config that works. Just to need to make sure the columns are of the correct type for DB2 and maybe make some small

[jboss-user] [JBoss Portal] - Re: Building datasource

2007-11-28 Thread saurav
I have been able to do the same by copying the thirdaparty folder from the jboss as source code.But would it suffice to the portal requirements. One more question i have is there a support for microsoft access?. Because i dont see any xml created for that. Thanks in advance. Saurav View the

[jboss-user] [JBoss AOP] - Catching LazyInitialization exception within an Interceptor

2007-11-28 Thread mlouna
Catching LazyInitialization exception within an aop Interceptor Setup 1.JBoss AS 4.2.0 GA 2.EJB 3 persistence layer of data Model. 3.UI that calls a Delegation layer that JNDI lookup and returns EJBs back to UI The Idea 1. To write an Interceptor that intercept calls of form

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss 4.2 and log4j nightmare

2007-11-28 Thread cwele
meissa wrote : Hi jboss guys, | We are been more and more to suffer about the Impossibility to override | log4j.jar in jboss 4.2 version. | The classloading isolation configuration that is explained in the wiki is not working at all. | Jboss still complain when we put log4j.jar in our

[jboss-user] [JBoss Seam] - Preprocessing constraints for pages

2007-11-28 Thread dmitriy.lapko
Is there any convenient ways to check some constraints before processing the request to any view? Something like but not so bounded to access rights. Something like navigation rule but before execute action phase. Simple example, and ALL needs it: I want to redirect already loginned user to

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Application Problem

2007-11-28 Thread bentabol
Hello PeterJ, First of all, thank you very much for your help. Excuse me for not mentioning the version I am using. I did modified the hsqldb-ds.xml, I did not remember that was what made Hypersonic to open a port. I tried the Seam booking application many weeks ago to see how it worked. What

[jboss-user] [JBoss Seam] - Re: Help Running seam examples on RHDS

2007-11-28 Thread [EMAIL PROTECTED]
guys - it seems like you are mixing seam, jboss and richfaces version at random; we can't guarantee things gets generated correctly if you mixin other things than what the examples are meant for. But as Pete says, ask this on jboss tools/rhds forums. View the original post :

[jboss-user] [JBoss Seam] - Unit Testing With TestNG

2007-11-28 Thread djfjboss
When I try to test my (simple) application using TestNG, variables that are automatically bijected when running outside of the test environment (such as instances of EntityManager, FacesMessages and Log) are no longer created automatically. EntityManager can be fixed via:

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

2007-11-28 Thread JohnnyTheHun
I've gotton a little step further, and my new exception may be more related to JBoss. I tried persistence with a new class (TestData) and the program got further than with my first class, even though there is hardly any difference between the two classes. The new exception when saving is:

[jboss-user] [JBoss Seam] - Re: clickable dataTable: DataModelSelection or method parame

2007-11-28 Thread MSchmidke
[EMAIL PROTECTED] wrote : Yes, take a look at the way seam-gen, seamdiscs or seampay works for using page parameters. In the examples, I can see lots of | s:link action=disc | f:param name=discId value=#{disc.id} / | /s:link | Am I right that, using the page parameter way, there is

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1 Entity converter problem

2007-11-28 Thread [EMAIL PROTECTED]
I tested it and had it working in the Seam examples. Do you have any messages printed by h:messages? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108399#4108399 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108399

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: FileAppender object is not assignable to a org.apache.lo

2007-11-28 Thread jaikiran
Do you have log4j.jar packaged in your application? If so, remove it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108398#4108398 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108398

[jboss-user] [JBoss Seam] - Re: Unit Testing With TestNG

2007-11-28 Thread [EMAIL PROTECTED]
Bijection should occur when you run integration tests (but obviously not when you run unit tests) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108397#4108397 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108397

[jboss-user] [JBoss Messaging] - Re: Messaging Timeout thread pool limits configuration

2007-11-28 Thread timfox
I have put in a small change to make the queue unlimited for SP2. Not sure if we really need full configurability? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108401#4108401 Reply to the post :

[jboss-user] [JBossWS] - Re: Question on Basic WS Authentication

2007-11-28 Thread [EMAIL PROTECTED]
I suggest you to start with this: http://jbws.dyndns.org/mediawiki/index.php?title=JAX-WS_User_Guide#Secure_endpoints View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108402#4108402 Reply to the post :

[jboss-user] [JBoss Seam] - Seam - facelets evaluating el expressions

2007-11-28 Thread dreuzel
I'm trying to evaluate el-expressions I'm mainly interested in the (resturn type)Class name as I have expressions of the type 1) ${module.search}= class String 2) ${module.address}= class adress 3) ${module.submit()} = return ing String is there a way to evaluate

[jboss-user] [JBoss Seam] - Re: Problems Using Oracle datasource to run a Seam Test usin

2007-11-28 Thread [EMAIL PROTECTED]
Did you really want to make all the services the embedded container has use oracle or just your app? Normally it would be just your app, and you would edit persistence-test.xml to point to a different datasource, which you would include on your classpath when running the test - I don't think

[jboss-user] [JBoss Seam] - Re: JBoss Seam JTA transactions

2007-11-28 Thread breako
breako wrote : Hi, | Seam can be used without EJB. | I was just looking through the examples that come with Seam and in the jpa example I saw that the persistence unit transaction type was set to RESOURCE_LOCAL. My question is it possible to configure a Seam managed entity manager to use

[jboss-user] [JBoss Seam] - Re: Unit Testing With TestNG

2007-11-28 Thread djfjboss
So my question is: what do I need to do to fake this bijection when running in unit test mode? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108409#4108409 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108409

[jboss-user] [JBoss Seam] - Re: JBoss Seam JTA transactions

2007-11-28 Thread [EMAIL PROTECTED]
You tell JPA which transaction type to use (by default JTA) in persistence.xml. You also need to tell Seam which transaction type to use in components.xml so you probably forgot to edit components.xml View the original post :

[jboss-user] [JBoss Seam] - Re: Unit Testing With TestNG

2007-11-28 Thread [EMAIL PROTECTED]
You'll have to set the properties yourself as you are doing. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108412#4108412 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108412

[jboss-user] [JBoss Seam] - Re: JBPM requires persistence service when used with Seam

2007-11-28 Thread [EMAIL PROTECTED]
Please file a JIRA issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108410#4108410 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108410 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: MAIL thanks to templating language

2007-11-28 Thread [EMAIL PROTECTED]
Chloe wrote : I want to send the message bellow but a can't use #{mb.firstName} #{mb.lastName} in m:from tag This should work just fine. Post the actual template you are using. anonymous wrote : I have an other question on this subject ! Is it possible to hide email addresses !? Because each

[jboss-user] [JBoss Seam] - Re: Shared Resources and Templates Across War/Ear Deployment

2007-11-28 Thread [EMAIL PROTECTED]
Ask this on the facelets mailing list - I think you can probably extend the facelets resource resolver to allow you to load templates from e.g. jndi. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108416#4108416 Reply to the post :

[jboss-user] [JBoss Seam] - set jbpm process variable from inputField with taskInstance.

2007-11-28 Thread follefuder
Hello there, I currently want to integrate jbpm in my seam application. The process instance variables are displayed with the expression #{taskInstance.variables['var']} in the task page. This works also. But setting the variable in the process with an inputfield and

[jboss-user] [JBoss Seam] - Re: Unit Testing With TestNG

2007-11-28 Thread djfjboss
We seem to be talking at cross purposes here. I do understand that I need to set these properties myself - hence the references to setField in my initial post. However I do not understand why I get the exception when trying to set the FacesMessage variable. I looked at the source code but

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

2007-11-28 Thread [EMAIL PROTECTED]
There probably needs to be a way of removing parameters from links. File a feature request in JIRA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108419#4108419 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108419

[jboss-user] [JBoss Seam] - Re: No converter for type: org.jboss.seam.core.Expressions$V

2007-11-28 Thread [EMAIL PROTECTED]
seam-gen and JBoss Tools both set up the test environment properly for you. I suggest trying one of these. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108404#4108404 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108404

[jboss-user] [JBoss Seam] - Re: Unit Testing With TestNG

2007-11-28 Thread [EMAIL PROTECTED]
The correct way to deal with this is to do an integration test ;) Its the FacesMessages.instance() that fails - you need to create a mock FacesMessages class if you *really* want to do this. This is because Seam has not booted at this point so none of the Seam built in components should be

[jboss-user] [JBoss Seam] - IllegalStateException: EntityManager is closed (on event sco

2007-11-28 Thread MSchmidke
Seam 2.0.GA Hello all, I am accessing Hibernate session via JPA delegate as suggested in chapter 8.4. So I have the following lines in my components.xml: | persistence:managed-persistence-context name=entityManager auto-create=true

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

2007-11-28 Thread [EMAIL PROTECTED]
This really has nothing to do with Seam (its easy to inject SMPCs which reference different persistence units) but to do with binding the entities to the correct PU. Ask in the Hibernate JPA forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108423#4108423

[jboss-user] [JBoss Seam] - Re: ELResolver - exception at start up.

2007-11-28 Thread [EMAIL PROTECTED]
You probably have two copies of el-api.jar in your app/appserver View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108424#4108424 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108424

[jboss-user] [JBoss Seam] - Re: Ajax and Pageflow very slow

2007-11-28 Thread pietermartin
Here is is my components.xml |bpm:jbpm | bpm:process-definitions | /bpm:process-definitions | bpm:pageflow-definitions | valuesignUpCustomer.jpdl.xml/value | /bpm:pageflow-definitions |/bpm:jbpm | I start the pagefloe from

[jboss-user] [JBoss Seam] - Re: IllegalStateException: EntityManager is closed (on event

2007-11-28 Thread [EMAIL PROTECTED]
Put @BypassInterceptors on the @Remove method. Please file a JIRA issue for this as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108425#4108425 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108425

[jboss-user] [Security JAAS/JBoss] - Can't get Trace output from JBoss Login Modules

2007-11-28 Thread AsafM
Hi guys, I'm trying to debug JBoss DatabaseServerLoginModule. This Login Module and its parent classes all use: | if (log.isTraceEnabled()) | { | log.trace(...; | } | For debugging. I've used the FAQ Instructions and updated log4j (file is followed). The

[jboss-user] [JBossWS] - Re: Dynamic no. of attachments using MTOM

2007-11-28 Thread oskar.carlstedt
Hi! Thanks a lot! //Oskar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108428#4108428 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108428 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Unit Testing With TestNG

2007-11-28 Thread djfjboss
This is the nub of the issue. I was expecting SeamTest to provide mocks for the normal Seam environment and hence would provide a mocked FacesMessage but it sounds like that isn't the case - I certainly couldn't find one but I was wondering if I was missing something. View the original post :

[jboss-user] [JBoss Seam] - Re: @Transactional doubts

2007-11-28 Thread pettersonfp
Any Ideas? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108432#4108432 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108432 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Getting first non exception transition

2007-11-28 Thread jorgemoralespou_2
Hi, We have an ActionHandler where we want to Transition to take the first possible transition that is not an Exception Path, this is, is not one of the possible transitions taken by an ExceptionHandler`s actions. We have this code now: | private String

[jboss-user] [EJB 3.0] - Don't know if my EJB3 file was deployed correctly

2007-11-28 Thread chewbacca
Hello, I am trying to deploy an ejb3 file into JBoss, but I am not sure I made it right. When I copy the jar file to the deploy folder, I see this in the console output: 10:00:56,628 INFO [EJB3Deployer] Deployed: file:/C:/Arquivos de programas/Javaw

[jboss-user] [JBoss Portal] - Re: Building datasource

2007-11-28 Thread [EMAIL PROTECTED]
You need first to executing build.bat in the build directory (delete the thirdparty directory that you added). For supported databases see: http://www.hibernate.org/80.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108437#4108437 Reply to the post :

[jboss-user] [JBoss Seam] - Re: clickable dataTable: DataModelSelection or method parame

2007-11-28 Thread damianharvey
Two points that have got me recently around using the Extended EL for tables with navigation links: 1. Your list still needs to be annotated with @DataModel for the extended EL to pass the object. Otherwise it will be null. 2. In your pages.xml your navigation rule must have the from-action

[jboss-user] [JBoss Messaging] - Re: Messaging Timeout thread pool limits configuration

2007-11-28 Thread amalcaraz
Hi Tim, in our production environment I have deployed an unbounded version of MessagingTimeoutFactory. I think it is a future feature in order to limit resource consumption in small computers or for testing purposes (I use it for this). View the original post :

[jboss-user] [Beginners Corner] - A Simple EJB3 Tutorial

2007-11-28 Thread chewbacca
Hello, Could anyone point me to a simple and workable EJB3 sample tutorial or app? One where you do everything by hand, without using an IDE. I am stuck with Naming and Not Bound exceptions for 2 day now... Thank you View the original post :

[jboss-user] [JBoss Seam] - Re: Unit Testing With TestNG

2007-11-28 Thread [EMAIL PROTECTED]
SeamTest is for integration testing not unit testing. A mock of FacesMessages isn't needed in an integration test. SeamTest mocks out JSF and Servlet, not Seam itself. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108434#4108434 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - javax.naming.NameNotFoundException: jmx not bound in JbossM

2007-11-28 Thread geniusfox
Hi all: I use the Jboss4.04GA and deploy the jbossmq server with the /docs/examples/jms/standalone/build.xml. I want use RMIAdaptor to monitor the Queue length: | RMIAdaptor server = (RMIAdaptor)ctx.lookup(jmx/invoker/RMIAdaptor); | ObjectName name = new

[jboss-user] [JBoss jBPM] - Re: Getting first non exception transition

2007-11-28 Thread vtysh
Not sure, but maybe it can be optimized with some custom HQL query. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108451#4108451 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108451

[jboss-user] [JBossWS] - Re: redirect SOAP message request

2007-11-28 Thread davidkally
Hi Richard, Thanks for the reply. what you seggests is very helpful, but as i understood i need to change the Client Application in order to add myhandler class to the handler chain, is it right? if it is so, this does not satisfy my requirments which is i do not have to chane anything in the

[jboss-user] [JBoss Portal] - Modifying default dashboard

2007-11-28 Thread J4S0N
Hi, I'd like to know how, or if it's possible, to set a default dashboard state based on a user's role. What I need to be able to do is set the theme, layout and default portlets for a user's dashboard depending on their role. I also need to restrict actions that can be performed on specific

[jboss-user] [EJB 3.0] - Re: Don't know if my EJB3 file was deployed correctly

2007-11-28 Thread Wolfgang Knauf
Hi ! Deploying to a directory .ejb3 is a deprecated approach. You should package your app in a JAR file, better in an EAR file. I'm not sure which deployment descriptors are needed, but for an EAR file you need an application.xml so that your modules are identified. I don't know whether also

[jboss-user] [Installation, Configuration DEPLOYMENT] - EAR file won't deploy properly

2007-11-28 Thread lescarbonaro
Hi all and sorry about the double-post, but I reckoned this is a more appropriate place for my question. I have JBoss 4.2.1 installed on a local Windows XP Pro pc, with Java 1.6, JRE 1.6, MySQL 5 installed. The application I'm working on builds an EAR file and deploys it in JBoss. However

[jboss-user] [JBoss Seam] - Re: How to get value of associated table

2007-11-28 Thread juk
anonymous wrote : | I suggest is to trace SQL queries at DBMS level just to understand what which queries are issued. | Thanks for reply =) I'll probably do what you suggest. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108461#4108461 Reply to the

[jboss-user] [JBoss Seam] - Re: Unit Testing With TestNG

2007-11-28 Thread djfjboss
Many thanks for confirming what I was beginning to suspect. However, the reason I started looking at unit testing and TestNG was due to the unit testing chapter in the yuan/heute book which definitely does use SeamTest within a unit test, but is a little vague regarding the issues I

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

2007-11-28 Thread terryb
Jira filed: http://jira.jboss.org/jira/browse/JBSEAM-2310 Pete for now how should the menu links be assigned? use s:link or h:outputLink or anything else? I wonder what other people in this situation. View the original post :

[jboss-user] [JBoss jBPM] - Re: Getting first non exception transition

2007-11-28 Thread jorgemoralespou_2
We`re not using persistence, so I guess HQL is not an option. Thanks anyway. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108477#4108477 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108477

[jboss-user] [Beginners Corner] - Re: A Simple EJB3 Tutorial

2007-11-28 Thread jaikiran
The JBoss EJB3 TrailBlazer at http://trailblazer.demo.jboss.com/EJB3Trail/ might be a good place to start. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108478#4108478 Reply to the post :

  1   2   3   >