[jboss-user] [JBoss Seam] - Re: @Startup with EJB having multiple roles

2007-08-21 Thread pierospinelli
I.e. using two distinct (but amost equals) EJBs each with a single name (no roles) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076107#4076107 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076107

[jboss-user] [JBoss Seam] - Re: Images Uploaded in Seam

2007-08-21 Thread [EMAIL PROTECTED]
I have chatted with a GFX expert and to produce the code that can handle animated gifs and transparancies through a re-szie is not a small job. I think I will bow out on this for now and jsut restrict the user from uploading an image that is too big (therefore making THEM do it). Shame really as

[jboss-user] [JBoss Seam] - Re: org.jboss.serial.exception.SerializationException

2007-08-21 Thread [EMAIL PROTECTED]
I just wonder about this... It does have bad effects if the page has timed out: Caused by: org.jboss.serial.exception.SerializationException: Could not create instance of javax.crypto.Cipher - javax.crypto.Cipher at

[jboss-user] [JBoss Seam] - Re: Session Timout and no-conversation-view-id=

2007-08-21 Thread [EMAIL PROTECTED]
I have played with htis for ages but cannot figure it out... Ho do other people handle this ? Seam 2BETA.. has it been fixed? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076109#4076109 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam Remoting - ajax request after session expires

2007-08-21 Thread urosmil
Hi, I am back with my solution for this issue. This is what I did to solve problem (I hope this can help someone): SERVER SIDE: 1) Create Filter: | public class SeamRemotingSessionValidationFilter implements Filter { | | public void init(FilterConfig filterConfig) throws

[jboss-user] [JBoss Portal] - Trouble mapping url pattern to security constraint

2007-08-21 Thread sandeeprao
My web.xml has the mapping security-constraint | web-resource-collection | web-resource-nameAuthenticated/web-resource-name | description/description | | url-pattern/*/url-pattern | /web-resource-collection | auth-constraint |

[jboss-user] [JBoss Seam] - Re: Cannot join transaction, not a JoinableCMTTransaction

2007-08-21 Thread amitev
What will do this code? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076114#4076114 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076114 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: Property File Editor strips out

2007-08-21 Thread [EMAIL PROTECTED]
thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076115#4076115 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076115 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Tools (users)] - Re: Classpath entry will not be exported or published.

2007-08-21 Thread [EMAIL PROTECTED]
you are saying this worked earlier ? with our adapter or the generic one in eclipse ? This is a known bug on our adapter and in the seam project ear construction; use the war version for now. the warning is just a warning - deployment of the jboss 4.2 libraries is not necessary because they

[jboss-user] [JBoss Seam] - Re: problem with Stateless beans

2007-08-21 Thread nemya
* THE PAGE * h:form id=reportCongesCrossDataForm h:dataTable value=#{reportCongesCrossData.boiteNoire.lineDataModel} var=lineSimple ... * THE BEAN * //I want the init() method to be executed every time I show the page ... @Stateless

[jboss-user] [JBoss Portal] - Re: Problems with DatabaseServerLoginModule

2007-08-21 Thread pranji
I was able to solve the first problem but now when i log in using the database server logun module i get a class cast exception anonymous wrote : java.lang.ClassCastException: org.jboss.security.plugins.JaasSecurityManager | at

[jboss-user] [JBoss Seam] - Re: Mail examples broken in CVS?

2007-08-21 Thread lowecg2004
Morning Pete, Thanks for your reply. anonymous wrote : Firstly, your problem deploying the mail example. I can't reproduce this using current CVS and a clean install of JBoss AS 4.2.1.GA. Is this your setup? My setup is JBossAS 4.2.0.GA upgraded to Hibernate 3.2.5.GA and JBossWS 2.0.GA. I

[jboss-user] [JBoss Seam] - Re: testng unit tests not working with testng eclipse plugin

2007-08-21 Thread knuwu
anonymous wrote : You should add this to the SeamProblemsFAQ on the wiki. I've added an entry to SeamProblemsFAQ. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076132#4076132 Reply to the post :

[jboss-user] [JBossWS] - Trying to install an already registered mbean:

2007-08-21 Thread shankha
Hi, When I start the jboss-4.2.1.GA version it throws the following exceptions. Can some body help me please?? 13:31:25,233 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/ | 13:31:26,592 INFO [TomcatDeployer] deploy, ctxPath=/invoker,

[jboss-user] [JBoss jBPM] - Re: Workflow process visual rapresentation

2007-08-21 Thread dleerob
Does JBPM 3.2.1 still use ProcessImageTag.java? I noticed in 3.2.1, the jbpm-console diagrams have blue borders etc, and the active nodes have a running state. I would like use this sort of diagram in my own app, and I have used ProcessImageTag.java in my own app, but all I get on my websale

[jboss-user] [JBoss jBPM] - Re: couldn't delete process definition

2007-08-21 Thread tinico
No, I've verified, all my jbpm context that I've created are closed... In all my classes, I write that : JbpmContext jbpmContext = jbpmconf.createJbpmContext(); | | try { | ...code... | } | finally { | jbpmContext.close(); | } So, I don't think the problem is that...

[jboss-user] [JBoss Seam] - Re: NPE when rendering PDF

2007-08-21 Thread damatrix
Hi Pete, I don't understand the import of your reply. Could you please elaborate? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076138#4076138 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076138

[jboss-user] [JBoss Seam] - Re: Starting up Asynchronous Method at startup

2007-08-21 Thread damatrix
I'm using Seam 2.0.Beta and JBoss 4.2.1.GA. I tried using @Startup and @Create but i realised that the contexts were not yet up and active at that stage of the application's startup. Putting my message in any context to be rendered by my email template throws an NPE at these stages. View the

[jboss-user] [JBossCache] - Regarding Custom Cache Loader Implementation

2007-08-21 Thread nan2k_sweety
we wrote custom fileCacheLoader and implemented the method loadStateFromFilessystem(). But this method is not getting invoked during startup of cache. We have given our custom fileCacheLoader name in the Cache configuration file. But the implementation of Get() and put() methods in

[jboss-user] [JBoss Portal] - Re: Problems with DatabaseServerLoginModule

2007-08-21 Thread pranji
Some additional info In the logs its is displaying anonymous wrote : 2007-08-21 13:44:40,523 DEBUG [org.apache.catalina.authenticator.AuthenticatorBase] Security checking request POST /public/j_security_check | 2007-08-21 13:44:40,523 DEBUG

[jboss-user] [JBoss Seam] - Re: Wich contexts can be accesed directly by JSF ?

2007-08-21 Thread [EMAIL PROTECTED]
yes View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076154#4076154 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076154 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: Rerender event not fired in Richtab panel

2007-08-21 Thread maisoft
I have the same problem with tabPanel, every action inside this tag is ignored the first time, i have to click twice to run the action ... I tried with a:support event=onclick reRender=panelx,panely ajaxSingle=true / but without any results ... View the original post :

[jboss-user] [Beginners Corner] - Ant task to compile Drools Rulebase

2007-08-21 Thread jamiec
Having problems writing a custom ant task to compile and serialize our Rule Base. Issue is with setting the classpath for the custom ant task. The basic taskdef looks like this. ''taskdef name=preCompileRules classname=com.x.x.rules.ant.SerializeRules

[jboss-user] [JBoss Portal] - Error when page is removed from dashboard

2007-08-21 Thread rekrevs
I removed som pages from my dashboard and got this error masage: javax.portlet.PortletException: java.lang.NullPointerException | at org.apache.myfaces.portlet.MyFacesGenericPortlet.handleExceptionFromLifecycle(MyFacesGenericPortlet.java:257) | at

[jboss-user] [JBoss Seam] - GWT support should be upgrade (and fixed) to version 1.4RC2

2007-08-21 Thread Qfwfq
GWT 1.4 RC2 has just released and the final version should be closed to this one (read here: http://googlewebtoolkit.blogspot.com/2007/08/google-web-toolkit-14-release-candidate.html#links) I think that this blocking issue http://jira.jboss.org/jira/browse/JBSEAM-1748 must be closed in the

[jboss-user] [JBoss Seam] - Re: problem with Stateless beans

2007-08-21 Thread [EMAIL PROTECTED]
You need to read up on the contract using an SLSB gives you. It doesn't say a new bean will be created everytime you inject an instance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076160#4076160 Reply to the post :

[jboss-user] [JBoss Seam] - Re: NPE when rendering PDF

2007-08-21 Thread [EMAIL PROTECTED]
The imageData attribute was renamed to value View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076161#4076161 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076161 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: GWT support should be upgrade (and fixed) to version 1.4

2007-08-21 Thread [EMAIL PROTECTED]
Well vote for the issue then View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076162#4076162 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076162 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: problem with Stateless beans

2007-08-21 Thread nemya
So what do I have to do to have a bean recreated or a method invoked every time I call the page? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076163#4076163 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076163

[jboss-user] [Management, JMX/JBoss] - Using EJB injection in JMX / MBean

2007-08-21 Thread vri_97
Hi, Is it possible to use @EJB in JMX / MBean service? public class HelloService implements HelloServiceMBean{ @EJB private static Hello hello; public void start() { hello.sayHello() } } I have check in JNDI view, and HelloBean is already registered.

[jboss-user] [JBoss jBPM] - Re: Workflow process visual rapresentation

2007-08-21 Thread kukeltje
no, it uses jbpm4jsf tags. This is a 'subproject' in the jbpm 3.2.1 source View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076166#4076166 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076166

[jboss-user] [JBoss Seam] - access to userPrincipal's role of the external context

2007-08-21 Thread adrien.loyat
Hello I'm using jboss authentification in my seam application as described in Securing a Web Application in JBoss AS in the wiki. In a back bean, i'm trying to pupulate identity classe. I am able to get the user name like this : anonymous wrote : | HttpServletRequest req =

[jboss-user] [JBoss Seam] - Re: Problems using ajax validation in seam-gen

2007-08-21 Thread vincent.latombe
Issue added : http://jira.jboss.com/jira/browse/JBSEAM-1832 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076169#4076169 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076169 ___

[jboss-user] [JBoss Seam] - Re: access to userPrincipal's role of the external context

2007-08-21 Thread adrien.loyat
I forgot to give my configuration : seam 1.2.1 jboss 4.0.5 I'm using LdapExtLoginModule for jboss authentification. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076173#4076173 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Mail examples broken in CVS?

2007-08-21 Thread lowecg2004
Sigh, I'm really not having any luck with receiving e-mail. Using JBossAS 4.2.0.GA (with default Hibernate installation), I now get the following problem from Meldware. Since this is a Hibernate error, I'll try upgrading to JBoss 4.2.1.GA and see how I get on. Cheers, C. 10:37:37,633 INFO

[jboss-user] [JBossCache] - Invalidation versus replication in POJOCache?

2007-08-21 Thread BruceSpringfield
Do the same arguments hold for preferring invalidation over replication for large objects with POJOCache? What about for small objects? Which is preferred? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076176#4076176 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Looking for SEAM iText Features

2007-08-21 Thread BakuZozi
Uff! It's not easy come to know Seam-pdf features... (Documentation is insufficient for practice!) An wiki can be an big support and timesave for user, who first meeting with iText (and Seam-pdf). (I would like writing, but I'm not sure, that's my shod solutions is the best. My english is not

[jboss-user] unsubscribe

2007-08-21 Thread Velidanda Srinivas
This e-mail has been scanned for all viruses by MessageLabs. To learn more about Singularity's business process management solutions and services please visit: www.singularity.co.uk www.singularity.us.com Singularity

[jboss-user] [JBoss jBPM] - Re: Decision Fork?

2007-08-21 Thread cheets
maybe this will help: http://wiki.jboss.org/wiki/Wiki.jsp?page=MultiChoiceForkAH View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076179#4076179 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076179

[jboss-user] [JBoss Seam] - Re: Mail examples broken in CVS?

2007-08-21 Thread fhh
anonymous wrote : | anonymous wrote : | | The docs states that Most seam annotations will work inside a MDB but you musn't access the persistence context. - Why is this? Isn't that quite a severe limitation? Can anything be done to get around this? | IIRC this is a limitation of EJB3.

[jboss-user] [JBossCache] - How to fix NameAlreadyBoundException due to GenericTransacti

2007-08-21 Thread BruceSpringfield
I ran into this error and found the problem listed under JBossCacheTroubleshooting : anonymous wrote : | Q. I'm using org.jboss.cache.GenericTransactionManagerLookup as the TransactionManagerLookupClass and jboss:service=TransactionManager service fails to start due to a

[jboss-user] [EJB 3.0] - Re: Complex query generated by 4 non-lazy relations

2007-08-21 Thread fhh
You can use native queries with the entitymanager. Regards Felix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076182#4076182 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076182

[jboss-user] [EJB 3.0] - Re: Complex query generated by 4 non-lazy relations

2007-08-21 Thread icordoba
Thanks for your reply. I don't use native queries as my components are supposed to work, for example, both with SQLServer and MySQL. I change the mappings in persistence.xml and forget about which data base I am using. One of the reasons to work with all EJB overload is to be able to forget

[jboss-user] [JBoss jBPM] - Re: Workflow process visual rapresentation

2007-08-21 Thread dleerob
Thanks. Is there a Wiki, or do you know where I may be able to get help on how to implement this same feature using my own webapp? I am not using any JSF. Looking at the jbpm4jsf source code is quite difficult when you haven't used JSF before. View the original post :

[jboss-user] [JBossWS] - Problem with JAX-RPC client

2007-08-21 Thread myjbossid123
Hi I have a a service running in JBoss.While trying to call a it through a JAX RPC client I am getting following error... avax.xml.rpc.JAXRPCException: org.jboss.ws.binding.BindingException: org.jboss.ws.jaxb.UnmarshalException: Failed to parse source: Requested element name is not allowed

[jboss-user] [JBoss jBPM] - assigne task from outlook

2007-08-21 Thread eleman304
hi all in my company we decided to use jbpm but i have a problem :( i want to assigne a task to user from outlook or tirth par. programs is it posible to make it ? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076186#4076186 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Mail examples broken in CVS?

2007-08-21 Thread [EMAIL PROTECTED]
Yes, there are problems with using Meldware for more than SMTP on JBoss AS 4.2 (its targeted at 4.0.5). There is a issue open in the Meldware bugzilla for this (Hibernate tightened up what was acceptable hql at some point), I never got around to creating a patch. View the original post :

[jboss-user] [JBoss Seam] - Re: Images Uploaded in Seam

2007-08-21 Thread obfuscator
[EMAIL PROTECTED] wrote : I have chatted with a GFX expert and to produce the code that can handle animated gifs and transparancies through a re-szie is not a small job. | I think I will bow out on this for now and jsut restrict the user from uploading an image that is too big (therefore

[jboss-user] [JBoss Seam] - Re: Mail examples broken in CVS?

2007-08-21 Thread lowecg2004
@Felix Thanks for the info, that makes perfect sense. @Pete I still get the same Hibernate issue even after upgrading to JBossAS 4.2.1.GA. Next, I shall try upgrading the Meldware component to 1.0 M8... Cheers, Chris. View the original post :

[jboss-user] [Beginners Corner] - Problem with @stateless

2007-08-21 Thread Eeth
Hello, i am using the Red hat development studio and i have a problem with the @stateless annotation. I am following the example of the JBoss Seam tutorial (simple register application). Reading my database is no problem, so the connection is working, the only thing which is not working is my

[jboss-user] [JBoss Seam] - Re: Mail examples broken in CVS?

2007-08-21 Thread lowecg2004
Pete, I think our last messages crossed in the post. Do you know about the status of this bug on the latest available release, 1.0 M8? Cheers, Chris. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076192#4076192 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam Email and Embeddedable EJB3 for testing

2007-08-21 Thread obfuscator
[EMAIL PROTECTED] wrote : You can't correctly integration test Seam Mail at the moment, because, as Chris says, there is no way to redirect the rendered output to mock object. I think to do this properly we would need to mock out the JavaMail session and allow you to redirect where the

[jboss-user] [EJB 3.0] - How to get current security domain from a session bean

2007-08-21 Thread jc7442
I need to get the current security domain from a session bean to be able to read login config options in order not to duplicate this config. Is it possible to get the name of the current security domain ? This domain is defined either in jboss.xml or by the the SecurityDomain annotation. It

[jboss-user] [JBoss Seam] - [lifecycle] Could not instantiate Seam component

2007-08-21 Thread Eeth
Hello, i am not sure in which forum is shall post it. Thats why i posted it twice ;) i am using the Red hat development studio and i have a problem with the seam framework i think. I think this is a newbie mistake, but i just cant find anything in the web or something, thats why i try it here.

[jboss-user] [Security JAAS/JBoss] - Re: Active Directory and LdapExtLoginModule?

2007-08-21 Thread a_lai82
Can I ask has anyone managed to encrypt the bindCredential within the login-config.xml It seems like a serious security issue having plain text passwords. Is this really the only way to allow users to login using the sAMAccountName rather than the DN which uses the CN value. It would seem like

[jboss-user] [JNDI/Naming/Network] - Re: JNDI classCastException

2007-08-21 Thread jaikiran
anonymous wrote : Exception caught while calling l_hibCfg.buildSessionFactory() | 07:43:21,296 INFO [STDOUT] java.lang.ClassCastException | 07:43:21,296 INFO [STDOUT] at net.sf.hibernate.transaction.JNDITransactionManagerLookup.getTransactionManager Can you post the contents of your

[jboss-user] [JBoss jBPM] - Re: couldn't delete process definition

2007-08-21 Thread mputz
To me this looks like a bug. I'm having a closer look at the mappings now - in the meantime, could you enter a JIRA entry for this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076206#4076206 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Mail examples broken in CVS?

2007-08-21 Thread lowecg2004
Okay, I just upgraded to 1.0 M8 and the issue persists. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076207#4076207 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076207 ___

[jboss-user] [JBoss Seam] - Get server info programmatically?

2007-08-21 Thread Frippe
Is there a way to get server info programmatically? I need to send some emails where the recievers should click on a link to verify a booking. I want to build the URL using the current domain and the context-root of the application. But I can't find out how to get it. I know there is a way to

[jboss-user] [Beginners Corner] - Re: Exception while testing JBOss testsuite (4.0.5) with TC

2007-08-21 Thread sarada_ch
Hi Peter, your right it's Unisys ClearPath .At present I am getting another Exception while running the Jboss testsuite. I am running the testsuite using TCPIP and not at all using the UDP but in clustering part it internally calling UDP.start() and faliling. The below is the stack trace

[jboss-user] [JBoss Seam] - Re: Looking for SEAM iText Features

2007-08-21 Thread BakuZozi
Latest feature (or bug): In case of following code: | p:text value=#{contract.beginDate}f:convertDateTime type=date //p:text | and | Calendar calendar = Calendar.getInstance(); | calendar.clear(); | calendar.setTime(new Date()); | Date beginDate = calendar.getTime(); | then by

[jboss-user] [JBoss Seam] - Re: Get server info programmatically?

2007-08-21 Thread [EMAIL PROTECTED]
facesContext.getExternalContext() View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076213#4076213 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076213 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Mail examples broken in CVS?

2007-08-21 Thread [EMAIL PROTECTED]
http://buni.org/bugzilla/show_bug.cgi?id=162 http://buni.org/bugzilla/show_bug.cgi?id=163 If you seriously want to use Meldware then I would suggest grabbing the latest milestone from them and installing it yourself. The one with Seam is a little hacked to make it work nicely for examples.

[jboss-user] [JBoss Seam] - Re: Seam Email and Embeddedable EJB3 for testing

2007-08-21 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-1833 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076217#4076217 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076217 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Images Uploaded in Seam

2007-08-21 Thread [EMAIL PROTECTED]
Thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076219#4076219 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076219 ___ jboss-user mailing list jboss-user@lists.jboss.org

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

2007-08-21 Thread ejbengine
Hi Please don't get me wrong , this is not a demand for a response.I just wanna get an idea why my post failed to induce a response ,i.e its a case of a) my post being unclear and problem not well explained? b) I didn't RTFM ? If that's the case how can I improve on this? Thank you View

[jboss-user] [JBoss Seam] - Re: problem with Stateless beans

2007-08-21 Thread limousyf
Ok, if we get it well : - to make an old school request bean = @Name (just a Seam object, in event scope) - to make an old school session bean = @Stateless (or just @Name and Scope(Session), but in this case I don't get the utility of @Stateless annotation) - to make a new shiny stateful

[jboss-user] [JNDI/Naming/Network] - Re: JNDI classCastException

2007-08-21 Thread chandrakanth_76
!-- * * NOTE: PLEASE ALSO CHECK THE HIBERNATE.PROPERTIES FILE FOR SYSTEM LEVEL CONFIGURATION PROPERTIES * * -- !DOCTYPE hibernate-configuration PUBLIC -//Hibernate/Hibernate Configuration DTD//EN

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

2007-08-21 Thread [EMAIL PROTECTED]
Which Seam version? You just posted a non-trivial post and no one has had time to look at it so far (12 hours is a quick turnaround here ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076224#4076224 Reply to the post :

[jboss-user] [JBossCache] - Re: PojoCache - increment global counter

2007-08-21 Thread fatbatman
Anyone? or is this not what PojoCache was intended for? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076226#4076226 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076226 ___

[jboss-user] [JBoss Seam] - Re: Dynamic navigation

2007-08-21 Thread csl
Now that we have the patch, when will this be integrated? I'd really appreciate it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076227#4076227 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076227

[jboss-user] [JBoss Seam] - Re: Seam 1.2 application problems on Websphere 6.1 on IBM iS

2007-08-21 Thread soza
After enabling logging, detected the first exception...it's posted here...http://jboss.com/index.html?module=bbop=viewtopict=116622 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076231#4076231 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Cannot join transaction, not a JoinableCMTTransaction

2007-08-21 Thread amitev
Where can i found more info about seam managed transactions? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076232#4076232 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076232

[jboss-user] [JBoss Seam] - Re: Get server info programmatically?

2007-08-21 Thread Frippe
ah, nice. that solved a lot Thanx Pete, helpfull as always :-) Sugestion for the Seam reference: Add reference links to external docs, making them easier to find. The Seam referece is good - and easy to follow, but I miss the references to non Seam components. Perhaps this is too academic to

[jboss-user] [JBoss Seam] - Re: Running the booking example on JBoss with the JSF 1.2 RI

2007-08-21 Thread chuaky
i couldn't get the seam portal example working for this new environment: - JBoss portal 2.6.1 (with AS 4.2.1) - Seam 2.0.0 Beta1 Is the portal example updated to work with portal 2.6.1? (i can still see myfaces portlet class usage in it). I try to update the portal example, but still couldn't

[jboss-user] [JBoss Seam] - Re: Get server info programmatically?

2007-08-21 Thread [EMAIL PROTECTED]
I think this sort of list is better off on the wiki. Perhaps you could create a new page for articles and references for projects and components Seam integrates. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076236#4076236 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: console url changed to http://localhost:8080/jbpm-consol

2007-08-21 Thread fuligj
In jbpm suite 3.2.1 i have tested the following code: processdefinition.xml: ?xml version=1.0? | | process-definition name=websale | xmlns=urn:jbpm.org:jpdl-3.2 | | start-state name=start-state1 | task name=starttask/task | transition

[jboss-user] [JBoss Seam] - Re: Running the booking example on JBoss with the JSF 1.2 RI

2007-08-21 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-1585 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076238#4076238 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076238 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Cannot join transaction, not a JoinableCMTTransaction

2007-08-21 Thread [EMAIL PROTECTED]
Some docs here, http://docs.jboss.com/seam/latest-2.0/reference/en/html/persistence.html#persistence.seam-managed-transactions and http://jira.jboss.com/jira/browse/JBSEAM-1834 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076240#4076240 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Get server info programmatically?

2007-08-21 Thread Frippe
oki, no foot notes in the Seam reference then. The wiki page isn't a bad idea, I hope I can get some time to make one. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076242#4076242 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Cannot join transaction, not a JoinableCMTTransaction

2007-08-21 Thread amitev
Thx Pete! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076243#4076243 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076243 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: h:selectManyCheckbox replaces PersistentBag with Arrays.

2007-08-21 Thread [EMAIL PROTECTED]
If you can post a patch against the ui example in CVS head to demonstrate this I will take a look and see if we can do something to help in Seam. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076244#4076244 Reply to the post :

[jboss-user] [Beginners Corner] - Dynamic loading of classes

2007-08-21 Thread mallickcs
Hi , I have deployed a service in Jboss for eg. sevice=myservice , and during runtime of jboss, a user can write some java extension classes which extends functionality in myservice. How can these newly written classes loaded or unloaded dynamically? and what is best of doing this? any help ,

[jboss-user] [JNDI/Naming/Network] - Re: JNDI classCastException

2007-08-21 Thread jaikiran
Which version of JBoss are you using? Also, have you packaged and jboss related jars (especially the jta related jars) in your application? Can you also post the some logs, that you see before the exception is thrown? View the original post :

[jboss-user] [JBoss Seam] - Re: @RaiseEvent possible bug

2007-08-21 Thread [EMAIL PROTECTED]
Post your code. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076248#4076248 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076248 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Mail examples broken in CVS?

2007-08-21 Thread lowecg2004
Pete, I have tried the 1.0 M8 release which I believe is the latest version. I just copied mail.ear and meldwarebase.sar over to my server's deploy directory (after removing _mail.ear and the file meldwarebase.sar previously deployed by Seam mail example). I get the same issue, even though

[jboss-user] [JBoss Seam] - Re: Page refresh when hitting F5

2007-08-21 Thread [EMAIL PROTECTED]
Sorry about the delay. An event is raised on the component returned from Contexts.lookupInStatefulContexts(), i.e. in this case the method in the current users sessions. It doesn't touch the ones outside that context. You could put it in application scope, or just redesign your scope usage

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

2007-08-21 Thread ejbengine
:) Seam version : jboss-seam-2.0.0.BETA1 Java version : 1.6 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076258#4076258 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076258

[jboss-user] [JBoss Seam] - Re: Mail examples broken in CVS?

2007-08-21 Thread [EMAIL PROTECTED]
I think its still open but I don't really know (eugh, I don't like bugzilla's interface). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076260#4076260 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076260

[jboss-user] [JBoss Seam] - Problem with a4j reRender and s:button disabled property

2007-08-21 Thread dahm
Hi, I've got a search page with some select boxes and a search button. Upon a search the data model list is filled and a series of action buttons below is enabled or disabled depending on the values that have been selected in the h:selectOneMenu lists. So far so good. I wanted to automate this

[jboss-user] [JBoss Seam] - Re: Registration example not working with SEAM-2.0.0.BETA1 a

2007-08-21 Thread [EMAIL PROTECTED]
Apologies, this actually now fixed in CVS. Builds #137 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076262#4076262 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076262 ___

[jboss-user] [JBoss Seam] - Re: access to userPrincipal's role of the external context

2007-08-21 Thread adrien.loyat
maybe it's not a seam issue. Should I post this on the jboss forum ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076269#4076269 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076269

[jboss-user] [JBoss jBPM] - Re: assigne task from outlook

2007-08-21 Thread kukeltje
jbpm has a java api and can be addressed via JMS or remote ejb. A webservices interface is under development but with low prio so if you can interface with one of the first three, is it can be done. View the original post :

[jboss-user] [JBoss Seam] - Re: Wich contexts can be accesed directly by JSF ?

2007-08-21 Thread Yacho
okey - one last question - i have form with 2 fields named A and B - form gets submitted. In wich scope do the A and B variables reside ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076274#4076274 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: couldn't delete process definition

2007-08-21 Thread mputz
created this JIRA issue: anonymous wrote : http://jira.jboss.com/jira/browse/JBPM-1043 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076277#4076277 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076277

[jboss-user] [JBoss jBPM] - Re: jbpm process undeploy constraint violation in jbpm 3.2.G

2007-08-21 Thread mputz
you are probably hitting this bug: http://jira.jboss.com/jira/browse/JBPM-1043 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076278#4076278 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076278

[jboss-user] [JBoss Seam] - Re: Problem removing

2007-08-21 Thread RMcFadden94
I am trying to register our filters in the web.xml file of our application. Does the filter-name attribute in the web.xml have to match the value given to the @Name Annotation of the filter class? Any thoughts on why the Null Pointer is thrown in the jboss SeamFilter class? From the stacktrace

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - update using data from multiple tables

2007-08-21 Thread drougge
Hello there! I'm trying to figure out how to do this in JPQL. It's a pretty straightforward statement but I'm at a loss as of finding any example on how to do this. All example queries I can find are of the very simple sort. Here's an example of a multi table update in ordinary SQL. It

[jboss-user] [JBoss Seam] - Re: NoSuchMethodFound createFullTextQuery()

2007-08-21 Thread momochone11
I am using the Seam 2.0 beta that resides on CVS repositoriy, ie. not the 2.0 beta that is on the homepage, and yes I did try using Hibernate Search that comes with Seam 2.0. The weird problem is that it works in the seam examples but not on my own app. That's why I am wondering if anyone else

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - EntityList Restrictions generates invalid SQL for DB2

2007-08-21 Thread jfrankman
I am using seam-gen (SEAM v1.2 ) to generate an simple application. After generating the application I can bring up the [entityname]List.xhtml page. I can also page through the records successfully. But when I try to set the search parameters to any sort of value the query fails. I beleive

  1   2   3   >