[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss 3.2.5 MySQL 4.0 finder Method gives a Finder Excep

2006-11-06 Thread pintovc
So to finally help myself I downloaded the source for JBoss 3.2.5 and am tracing through it. It appears that the exception is thrown on the invocation of the findByUserName method in the TxManager class. I have not been able to trace further, but it bring to my attention how there can never be

[jboss-user] [JBossWS] - Re: Problems returning arrays from Webservice Method

2006-11-06 Thread kaza
I have changed the code in SOAPContentElement that deals with the array part. The original code says if (obj != null) { Class objType = obj.getClass(); boolean isAssignable = JavaUtils.isAssignableFrom(javaType, objType); if (isAssignable == false && javaType.isArray()) {

[jboss-user] [Installation, Configuration & Deployment] - What is the default value of the in ejb-ja

2006-11-06 Thread rameshsr
JBoss 3.2.7 allows me to NOT give the assembly-descriptor elements in the ejb-jar.xml file. If I don't provide the assembly-descriptor with the container-transaction for my EJB, what would be the *default* trans-attribute element value? EmployeeRecord

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss server from Eclipse with JBoss IDE 2

2006-11-06 Thread A_titov82
But how can I use JBoss Adapter without specifying JBoss folder?!! There is no way to put this information. Perhaps, plugin works wrong... For example, when I try to Open launch configuration from Server Overview the following error occurs: "Exception occurred creating launch configuration tab.

[jboss-user] [Installation, Configuration & Deployment] - Error: Unable to initialize TldLocationsCache

2006-11-06 Thread inkimar
Hello! Getting this error : org.apache.jasper.JasperException: Unable to initialize TldLocationsCache: XML parsing error on file /WEB-INF/tld/c.tld: (line 3, col -1). Using jboss-4.0.4.GA. The odd thing here, is that this is working in one project but not the other - these project are built i

[jboss-user] [EJB 3.0] - Re: jboss.xml is ignored?

2006-11-06 Thread jan_bar
I realized that this stuff is related to EJB 2.x, to limit pool for EJB3 MDB, I have to use: @ActivationConfigProperty( propertyName = "maxSession", propertyValue = "1") Jan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983380#3983380 Reply to the post :

[jboss-user] [Installation, Configuration & Deployment] - Re: Log4j error on startup: could not create an appender

2006-11-06 Thread inkimar
Hello Flarosa, Did have the same problem. I am using jboss-4.0.4.GA the solution give here http://jira.atlassian.com/browse/JRA-6823 helped me: the solution is as follows One way to solve the classloader issue is by reverting the JBoss configuration to the old classloading model. Edit the file

[jboss-user] [Installation, Configuration & Deployment] - Re: Persistencemanager with SQLException

2006-11-06 Thread dattaghuge1
Hi All, I am also getting the same error message as given below. My application works fine even with this error. However, I would like to find out the error solution. I tried configuring log4j with whatever information I received from Net. Do we make some changes in conf/log4j.xml? If yes, whic

[jboss-user] [JBoss Seam] - Re: fetchtype.LAZY results in JSF validation error

2006-11-06 Thread petemuir
"roeber" wrote : "petemuir" wrote : | | 1) Association fetching in Hibernate is lazy by default AFAIK | | | | Are you sure? This would make things strange anymore. Yep. http://www.hibernate.org/hib_docs/annotations/reference/en/html/entity.html#d0e1570 http://www.hibernate.org/hib_

[jboss-user] [JBoss Portal] - Search feature in CMS

2006-11-06 Thread sandeepjha18
I am using CMS portlet and I need to have a search on the content. But I couldn't find a search feature. Is there a way to achieve this? Is a search portlet available? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983383#3983383 Reply to the post : http://

[jboss-user] [JBoss Portal] - file name problem..

2006-11-06 Thread sandeepjha18
In CMSAdmin when I try to download a file from the Directry Browser, while saving it takes "CMSAdminPortletWindow" as the default file name instead of its original name. I want the original name to come up. What is the way out? View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [EJB 3.0] - Re: Memory leak in PermGen space in 4.0.4

2006-11-06 Thread pyanguas
Hi, I had the same problem, tried cglib and it was fixed. Another possibility is to use latest javassist 3.3 (for example, from JBoss 4.0.5 GA). Pablo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983386#3983386 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss Portal] - Re: Search feature in CMS

2006-11-06 Thread [EMAIL PROTECTED]
IT's coming with JBoss Portal 2.6. You might be interested by that thread: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982986#3982986 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983389#3983389 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [Beginners Corner] - logs for SAR files

2006-11-06 Thread riji
Hi, Could you please tell me how exacly the logs are written to a file in .sar files. And where the log4j.xml is located in .sar file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983385#3983385 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: The Same SelectItem Control on Multiple Pages...

2006-11-06 Thread petemuir
You are missing get/setRoom on AttendanceService/AttendanceServiceBean AFAICS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983391#3983391 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983391 _

[jboss-user] [Installation, Configuration & Deployment] - Re: Error: Unable to initialize TldLocationsCache

2006-11-06 Thread inkimar
-using Apache Ant version 1.6.5 to compile View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983392#3983392 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983392 ___ jboss-user m

[jboss-user] [JBoss Seam] - Re: Frameset & Seam

2006-11-06 Thread petemuir
Which type of links are you using? h:commandLink? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983393#3983393 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983393 ___ jboss

[jboss-user] [JBoss Seam] - Re: SeamSelectItems - Not selecting Item Throws Exception

2006-11-06 Thread petemuir
If a error occurs, yes. For example, when using MyFaces, look in javax.faces.Messages{_xx}.properties for a list of messages it outputs. You can just override those in your messages.properties (assuming you have it set up as the application message bundle in faces-config.xml |messages

[jboss-user] [JBoss Seam] - Re: @Within and @Around...

2006-11-06 Thread petemuir
These have been deprecated, you need to use @Interceptor instead I think View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983394#3983394 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983394 __

[jboss-user] [JBoss Portal] - Re: file name problem..

2006-11-06 Thread [EMAIL PROTECTED]
It works in 2.4 and 2.6 on firefox Linux, what's your environment ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983395#3983395 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983395 ___

[jboss-user] [EJB 3.0] - SessionContext injection

2006-11-06 Thread konstantin.ermakov
Hello! I have the Entity Listener, and I want to inject a SessionContext into it: | public class EntityBeanListener { | |private @Resource SessionContext context; | ... | |@PostPersist |void afterInsert(Object obj) { | Queue q = (Queue) context.lookup("queue/M

[jboss-user] [JBoss Seam] - Re: The value of seam cannot be acquired with JSF.

2006-11-06 Thread kumachan
Hello Shane Bryzak! Thank you for advice! Is "Turn debug on in Seam remoting" to be added to the property of cxml debugging as follows? It becomes an error though jboss-seam-debug.jar is added to the classpath, and it Deproied it. Are other settings necessary? Excuse me, may I have advice in

[jboss-user] [JBossCache] - Re: Query cache and long query strings

2006-11-06 Thread klaus_erber
Sure! But when you look very close to the second key off my first post, then you will see, that key it is not complete, it is truncated. The first one looks good. It shows the complete query string and the query parameters. It seems that the keys have a size limit. Klaus View the original pos

[jboss-user] [JBoss Portal] - Re: file name problem..

2006-11-06 Thread sandeepjha18
I have IE6 and firefox windows. Any solution? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983399#3983399 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983399 ___ jboss-use

[jboss-user] [JBossCache] - Re: Query cache and long query strings

2006-11-06 Thread [EMAIL PROTECTED]
I don't know what you exactly are printing and how so that output doesn't tell me much. Since the one you say is "too long" is shorter than the first one then i don't see a size limit - just some weird printing. so what is it exactly you are printing and how ? View the original post : http://

[jboss-user] [JBoss jBPM] - Re: Job Offer - Paris

2006-11-06 Thread Alkero
Starting date can be now, but I think it can wait until the end of the year. Regards, David View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983400#3983400 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983400 __

[jboss-user] [Installation, Configuration & Deployment] - SAR file configuration

2006-11-06 Thread riji
Hi All, How to configure a .sar file for logs using a log4j.xml. And what is the location of the configuration file in .sar file. Regards, Rijil View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983402#3983402 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBossCache] - needed simple example on jboss tree cache

2006-11-06 Thread crr
Please send simple example using Jboss Tree cache Thanks crr View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983403#3983403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983403 _

[jboss-user] [Clustering/JBoss] - Re: Steps needed for Configure the Cluster JMS on JBoss 4.0.

2006-11-06 Thread @jb0ss
This might help you http://docs.jboss.org/jbossas/jboss4guide/r5/html/cluster.chapt.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983404#3983404 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983404 __

[jboss-user] [Clustering/JBoss] - Clustering with Nodes in different LANs

2006-11-06 Thread @jb0ss
Dear Friends, Jboss locates nodes with the same partition name automatically. But i have a node running jboss in a different LAN. How can I make the two nodes (in different LANs), part of a cluster?? Any suggestions or references are appreciated. Thanks, Vishal View the original post : http:

[jboss-user] [JBoss jBPM] - Re: Job Offer - Paris

2006-11-06 Thread kukeltje
and for how many weeks? If a lot of vacation days left and but it should not go beyond three weeks (can't get a longerperiod of leave) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983406#3983406 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Management, JMX/JBoss] - How do you receving JNDI Notifications?

2006-11-06 Thread mskonda
Hello all, My requirement is to receive notifications for any additions (bind), deletion (unbind) or modifications (rebind) to the JNDI naming service. Could anyone throw light on how to deal this? I've used ListenerServiceMBeanSupport to do this (check this thread earlier I posted: http://ww

[jboss-user] [Clustering/JBoss] - Re: Steps needed for Configure the Cluster JMS on JBoss 4.0.

2006-11-06 Thread mp123
Hello, Thanks for pointing out. I have referred already that and did the steps as specified. It Works fine. I need to know, how to configure my sample application for running HA-JMS clustered JBoss AS?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Seam] - t:dataTable & ScrollerActionEvent problem

2006-11-06 Thread sherkan777
... if I remove: if(event instanceof org.apache.myfaces.custom.datascroller.ScrollerActionEvent) { I get: java.lang.ClassCastException: javax.servlet.ServletException: org.apache.myfaces.custom.datascroller.ScrollerActionEvent Most strange think is that, when I debug my application in variable

[jboss-user] [JBoss Portal] - Re: file name problem..

2006-11-06 Thread sandeepjha18
I tried doing "Save Target As" on the file version link (1.0 in my case) in IE6 windows. It takes the name of the file as "cmspreview". Objective still not achieved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983409#3983409 Reply to the post : http://w

[jboss-user] [JBoss Portal] - Re: MyFaces Portlet in JBoss Portal Cluster

2006-11-06 Thread pmoller
I was doing some other developing for some time but now found the time to go further with the clustering. I got it working and have some comments: One has to distinquish between traditional JSF-apps and JBoss SEAM apps clustering is different depending on the platform used. JBoss SEAM keeps the

[jboss-user] [JBoss Seam] - Re: t:dataTable & ScrollerActionEvent problem

2006-11-06 Thread sherkan777
Sorry for that, I had problem with keyboard: Its conclusion of my post: anonymous wrote : | Hi guys, | | I just start using tomahawk components and have some questions about dataScroller. | | Situation: | I have a page that contain a t:dataTable and the corresponding t:dataScrolle

[jboss-user] [JBoss Portal] - Re: file name problem..

2006-11-06 Thread [EMAIL PROTECTED]
Sorry i misread your first post, i thought you were talking about uploading a new content. In the directory browser there is no link to the content itself. You are saving the html page showing the file, not the file itself. You can only use the direct link as: http://localhost:8080/portal/conte

[jboss-user] [Installation, Configuration & Deployment] - Re: hot redeploy a single WEB-INF/classes accessed through E

2006-11-06 Thread bhaal
Create folder Domain.ear and Domain.war in it. Then unpack ear and move all files to the consecutive folders. It will work. Deploy will auto load new classes. Problem is when you want to create symbolic links. I dont know why Jboss deployer dont follow symbolic links. View the original post

[jboss-user] [EJB 3.0] - Re: Local Interface inherited by extending abstract class: c

2006-11-06 Thread wolfc
anonymous wrote : EJB3 4.6.2 4th bullet: | The class must implement the bean?s business interface(s) or the methods of the bean?s business interface(s), if any. | It doesn't say anything about super classes. Although I also like the construction you used mindhaq I won't consider this a bug.

[jboss-user] [EJB 3.0] - Re: CMP EntityManager flush and Dirty READ/WRITE

2006-11-06 Thread wolfc
1: The delegates should be able to read back the data as long as they are in the same transaction. 2: You could call other beans (or the same bean) via their business interface. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983416#3983416 Reply to the post

[jboss-user] [JBoss Portal] - Re: Search feature in CMS

2006-11-06 Thread sandeepjha18
Thanks for answering... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983417#3983417 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983417 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss Portal] - Re: file name problem..

2006-11-06 Thread sandeepjha18
Thanks for the clue... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983418#3983418 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983418 ___ jboss-user mailing list jboss-us

[jboss-user] [Clustering/JBoss] - Fail over isn't working: Connection refused

2006-11-06 Thread hnrk
I have a failover problem, and I just can't figure it out. I have two JBoss 4.0.4 servers, with several stateless EJB2 beans. Example jboss.xml: | | http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd";> | | | | | MyService | ejb/MyService |

[jboss-user] [Clustering/JBoss] - Re: Fail over isn't working: Connection refused

2006-11-06 Thread hnrk
As a followup, a few observations: The exception stack traces show that org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke() is used, while I believe JRMPHAInvoker should have been used? Also, I replaced SingleRetryInvoker with RetryInvoker. Shouldn't my client wait for a connection ind

[jboss-user] [JBoss Seam] - Re: Problems loading messages.properties in my first Seam ap

2006-11-06 Thread [EMAIL PROTECTED]
Is it the bundle it can't find, or the key *in* the bundle? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983263#3983263 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983263 ___

[jboss-user] [JBoss Seam] - Re: @CreateProcess and SeamTest - help w. NullPointerExcepti

2006-11-06 Thread bsmithjj
Once again - that's it! Thanks! Brad Smith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983421#3983421 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983421 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: a problem with jBpm in Seam

2006-11-06 Thread mnrz
Hi Petemuir as you said, I did it but nothing has changed. I think JBpm didnt started to work. do you have any other idea? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983422#3983422 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - Re: Error in SimpleStatefulCache$SessionTimeoutTask

2006-11-06 Thread Newlukai
Hi, back from my holidays I see that anybody had an idea. But my problem still exists. Maybe "I get this error after some minutes" was not exact enough. This error occurs when I log in to my application and then stay logged in whithout doing anything. Greets Newlukai View the original post :

[jboss-user] [JBoss Seam] - Dynamic file generation and download from seam context

2006-11-06 Thread andyd
As part of my project I will need to create a new text based file, similar in csv format, from the results of work done under a conversation in seam and based on data stored in the underlying database. I'm trying to figure out how to go about this. As a starting point, would an one do this f

[jboss-user] [JBoss Seam] - Re: a problem with jBpm in Seam

2006-11-06 Thread petemuir
Obviously you need to alter the JSP as well to change the method called to startPageFlow. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983426#3983426 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983426

[jboss-user] [JBoss Seam] - Re: Error in SimpleStatefulCache$SessionTimeoutTask

2006-11-06 Thread petemuir
What version of Seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983427#3983427 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983427 ___ jboss-user mailing list jboss-use

[jboss-user] [Security & JAAS/JBoss] - Re: Error 403 when using DatabaseServerLoginModule

2006-11-06 Thread yj4jboss
Hello, First of all Loads of thnx for the previous help ;0) I have a new issue with JAAS which i hope you might enlighten me on...I am rather new to this but i must say that it works great !! I am using Seam, Hibernate, Ajax and Facelet to build a web application ... I have two questi

[jboss-user] [JBoss Seam] - Re: Dynamic file generation and download from seam context

2006-11-06 Thread petemuir
I would use a PhaseListener rather than a servlet for this (as thats the JSFish way to do it). I think you can access a conversation from there fine (I've never tried tho'). Alternatively you can invoke a method in Seam, grab the HttpServletResponse, write to it, and end call responseComplete(

[jboss-user] [JBoss Seam] - Re: Dynamic file generation and download from seam context

2006-11-06 Thread andyd
Thanks, I'll give it a try later this week and post my findings. Andy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983431#3983431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983431

[jboss-user] [JBossCache] - what is diff between HttpSession and Jbosscache

2006-11-06 Thread crr
Hi, What is diff between HttpSession and Jbosscache thanks crr View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983433#3983433 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983433 ___

[jboss-user] [JBoss Seam] - Re: Error in SimpleStatefulCache$SessionTimeoutTask

2006-11-06 Thread Newlukai
At the moment it's 1.0.1 GA. But I'm planning to migrate. I'm not sure whether I should update or wait for a non-beta release. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983434#3983434 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBossWS] - When we can get JBossWS 1.4?

2006-11-06 Thread pwxgao
Hi, >From jira, JBossWS 1.4 is supposed to release at Oct 31 2006, but it is not >released yet, so I wonder when we can get JBossWS 1.4 ready to download. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983436#3983436 Reply to the post : http://www.

[jboss-user] [Installation, Configuration & Deployment] - Re: hot redeploy a single WEB-INF/classes accessed through E

2006-11-06 Thread msprague
Thanks, loading new classes works correctly. Although, I was hoping for more like the ability to hot deploy class/method signature changes as well as new classes. Straight web apps in a war can handle this type of change, but it doesn't seem that the ear will do it for now I am getting by

[jboss-user] [Beginners Corner] - HTTPS !!!

2006-11-06 Thread golanbln
hi everybody, i have a quistion ... i have an application deployed under JBOSS4.0.1sp1 using JSP and JSF ..now i need to use HTTPS... how can i configure it?? what should i make ?? can u plz help me thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=398

[jboss-user] [Security & JAAS/JBoss] - Re: Error 403 when using DatabaseServerLoginModule

2006-11-06 Thread jaikiran
I havent used Seam and Facelets and am ill-equipped to give you the exact answers. anonymous wrote : It seems that the page is not correctly rendered when the above code is used. | Any errors that you are seeing when the page is rendered? anonymous wrote : I have come across Custom JAAS Logi

[jboss-user] [JBoss jBPM] - Re: Deleting data from jbpm tables in database

2006-11-06 Thread ksdeger
I've examined the sql code that creates the tables and all the relationships when the jbpm database is created. The only relationships I see for bytearray, based on foreign keys are: jbpm_bytearray's filedefinition_ has a foreign key relationship to jbpm_moduledefinition (but filedefinition_ is

[jboss-user] [Installation, Configuration & Deployment] - Re: hot redeploy a single WEB-INF/classes accessed through E

2006-11-06 Thread jaikiran
How about the steps mentioned at: http://wiki.jboss.org/wiki/Wiki.jsp?page=RedeployAnApplicationWhenChangeAFileInAnExplodedDeploymentDirectory And also some deployment tips at: http://wiki.jboss.org/wiki/Wiki.jsp?page=DeployTipsAndBuildSampleScripts View the original post : http://www.jboss.co

[jboss-user] [Security & JAAS/JBoss] - error deploying .ear

2006-11-06 Thread cesarcba
Hi!!! I have the next problem while trying to deploy the .ear file.. Im trying to make an easy FORM Login but it isnt so easy. The error is in the web.xml but i cant find it.. can anyone help me.. the web.xml , the things i add before the error and in bold: http://java.sun.com/dtd/web-app_2_3.d

[jboss-user] [EJB 3.0] - Re: Local Interface inherited by extending abstract class: c

2006-11-06 Thread mindhaq
Ok, I see :) low prio is fine with me, there's an easy 'workaround' after all. The class definition is clearer like that anyway. And the error message also points directly to the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983448#3983448 Reply to

[jboss-user] [JBossWS] - Re: noice in SOAP reply

2006-11-06 Thread ge0ffrey
Ah :) Can I disable HTTP chunking? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983447#3983447 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983447 ___ jboss-user mailing

[jboss-user] [EJB 3.0] - Re: CMP EntityManager flush and Dirty READ/WRITE

2006-11-06 Thread fbadt
1. Looks like they can :)! The DBA (informix 9.4) indicated the connection was set for READ COMMITTED and the transaction was not yet committed however the trigger on insert would run prior to the commit. I just would not be able to get the data out of a table that was populated by the trigger

[jboss-user] [JCA/JBoss] - Re: JBoss MS SQL Server DataSource Exception (Solved)

2006-11-06 Thread danielkalcevich
The problem appeared to be classpath related. The jar files jbossall-client.jar and jnp-client.jar were the culprit. I was able to remove those from the classpath and now it shows the DataSources as being local. 06:43:11,714 INFO [STDOUT] Data Source: [EMAIL PROTECTED] 06:43:11,730 INFO [STD

[jboss-user] [Security & JAAS/JBoss] - Re: error deploying .ear

2006-11-06 Thread jaikiran
anonymous wrote : Caused by: java.lang.IllegalArgumentException: Invalid /*.html in security constraint /*.html Change it to: *.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983450#3983450 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JCA/JBoss] - Re: JBoss MS SQL Server DataSource Exception

2006-11-06 Thread [EMAIL PROTECTED]
Strangest one I have heard of in awhile...glad it' working View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983454#3983454 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983454 __

[jboss-user] [JBoss Seam] - Exception using jboss-4.05GA, seam-1.1.0.BETA1 and ajax4jsf

2006-11-06 Thread frehan
Hi all! I am getting: java.lang.IllegalStateException: No application context active exception when tring to build a smal web app using seam and ajax4jsf. I have tried the booking example shipped with seam-1.1.0BETA1 and it works fine. The only big difference is that my app does not use facle

[jboss-user] [JBossCache] - AsyncCacheLoader crashes

2006-11-06 Thread Thibaut Bodart
Hi... We are currently facing the following problem in production. We use a TreeCache combined with a SleepyCat cache loader. The Cache loader is writing asynchronously the data to SleepyCat. After a while, it seems that the AsyncCacheLoader thread dies after the following, which seems to be a

[jboss-user] [Security & JAAS/JBoss] - Re: error deploying .ear

2006-11-06 Thread cesarcba
Thanks, but it didnt resolve the problem..if i configure it to a BASIC auth method the same error comes..the problem is in the security-constraint, but i dont know what to do..de .war file has: WEB-INF/classes/ComputeServlet.class WEB-INF/lib/LoginServiceEJB-client.jar WEB-INF/web.xml WEB-INF/jbo

[jboss-user] [Security & JAAS/JBoss] - Re: error deploying .ear

2006-11-06 Thread cesarcba
THANKS jaikirian..it was only a parse Error in the security constraint and in the login config... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983459#3983459 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983459

[jboss-user] [Installation, Configuration & Deployment] - Re: hot redeploy a single WEB-INF/classes accessed through E

2006-11-06 Thread msprague
With my "beyond complex" application, redeploying the entire application uses way too much permgen space and after the first redeploy I am using 324 meg of pergen with a total jvm size of 764 meg. Add that to my db, IDE and application, I run out of memory at 2 gig pretty quick. There are seve

[jboss-user] [Beginners Corner] - Re: jmx-console

2006-11-06 Thread editha
Now I'm facing another problem: Invoking some methods of the LoaderRepository mbean works, and invoking other methods doesn't work: e.g. mconn.invoke(new ObjectName(mbean), "getUrls", new Object[]{} ,newString[]{}); works, whereas mconn.invoke(new ObjectName(mbean), "getLoaders", new Object[]

[jboss-user] [Beginners Corner] - Re: Wanted: Web based Application for System Analysis - Is

2006-11-06 Thread PeterJ
Let me see if I understand this correctly. You have a central computer running Windows XP. I assume that this computer has two network cards, one of which is connected to an isolated LAN of up to five computers. The other is connected to the internet (or some other more public network.) The

[jboss-user] [Beginners Corner] - Re: HTTPS !!!

2006-11-06 Thread PeterJ
Did you look in the documentation? It tells you how to set this up. Look for the section name "Using SSL with JBoss using JSSE". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983471#3983471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss Seam] - How can I set the writable properties of a bean?

2006-11-06 Thread Newlukai
Hi folks, I've a little problem and hope that somebody can help. My application displays properties of an entity bean. The user can edit some properties (h:inputText), some of theam are read-only (h:outputText). At the top of the page there is a drop-down-list. When the user selects an item fro

[jboss-user] [JBoss Seam] - Errors on Deploy

2006-11-06 Thread arnieAustin
I have been attempting to create a new Seam app based on the code generated by Seam. I then modified the code and pages, fleshed out the first page (a user login) and that part was working. Then when I tried to build the second page (the query/view results page), things when wrong: | 09:51:3

[jboss-user] [Beginners Corner] - Re: jmx-console

2006-11-06 Thread editha
Thank you for your quick answer. Where do you see that? I was looking at the jboss LoaderRepository class... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983479#3983479 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss jBPM] - Re: with out using jbpm console

2006-11-06 Thread jblas
Hi, I think it is possible to work it out loooking at the console. But I think I would helpfull a javadoc to show how to do it. In the future, a lot of apps will enable to change "workflow" but in the app. Not with console. Regards. View the original post : http://www.jboss.com/index.

[jboss-user] [Beginners Corner] - Re: jmx-console

2006-11-06 Thread PeterJ
There is no "getLoaders" method, nor is there a "Loaders" property. I do see a getPackageClassLoaders method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983476#3983476 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [Beginners Corner] - Re: jmx-console

2006-11-06 Thread PeterJ
I ran the jmx-console and looked at the available properties and operations. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983480#3983480 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983480 __

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-11-06 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : Stan, if you could create a Wiki page that lists all the different ELs, variable types, and versions of standards and libraries that are relevant, that would be great for beginners. | Good idea. I'll do that very soon. View the original post : http://www.jboss.c

[jboss-user] [Beginners Corner] - Re: jmx-console

2006-11-06 Thread editha
Ah, now I saw it too. thanks again! I thought since since it is an instance of UnifiedLoaderRepository3, I thought it was inheriting the methods of the LoaderRepository class, but it seems I was wrong.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983483#3

[jboss-user] [JCA/JBoss] - Re: Oracle 10g Fast Connection Failover

2006-11-06 Thread bocio
Any news on this topic? I found no documentation about this feature and JCA compatibility. anonymous wrote : NS in turn propagates these failure events to JDBC layer in | OracleAS 10g and the JDBC layer transparently cleans up the existing stale | connection pool to the failed RAC node and cr

[jboss-user] [JBoss jBPM] - Re: with out using jbpm console

2006-11-06 Thread kukeltje
There are already lots of docs, examples, testcases etc on how to use the jbpm API View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983487#3983487 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983487 ___

[jboss-user] [JBoss Seam] - Re: Wildcards for no-conversation-view-id

2006-11-06 Thread iradix
No problem. I'll try to play around with that next week. As far as the ordering of page actions is concerned, I can see where you are coming from. Most of the generic page actions I've set up have been for things like checking permissions and I'd definitely want them to fire first. But what

[jboss-user] [Beginners Corner] - JSF and JBoss

2006-11-06 Thread angbellavia
I'm trying to run a JSF example in my application and I allways get the following error: org.apache.jasper.JasperException: Exception in JSP: /searchForm.jsp:5 2: <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f" %> 3: <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h" %

[jboss-user] [Security & JAAS/JBoss] - Re: Embeddable Ejb problem

2006-11-06 Thread sunstarnova
Maybe this will help anybody in an web environment (Persistence Manager is not synchronized and not intended to use in Multithread environments) http://weblogs.java.net/blog/ss141213/archive/2005/12/index.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983

[jboss-user] [JBoss Seam] - Re: Errors on Deploy

2006-11-06 Thread petemuir
probably el-api.jar and el-ri-.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983490#3983490 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983490 ___ jboss-user mailing l

[jboss-user] [Installation, Configuration & Deployment] - Re: Using external jars within JBoss

2006-11-06 Thread bleuleon
The run.bat (run.sh) command has the C option. I tried it and it seems to work ok. So if you have 2 jars, add the following to the run command: -C "file1.jar" -C "file2.jar" This is not documented. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983491#39834

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: TransactionRolledBackLocalException accessing entity bea

2006-11-06 Thread jaysperk
After alot of research, I have come to the following conclusion. Performing a rollback does not rollback any changes made to a CMR relationship altered in concurrent transactions. The changes made to the database seem to be rolled back, but the entity that contains the CMR relationship will st

[jboss-user] [Clustering/JBoss] - Re: Fail over isn't working: Connection refused

2006-11-06 Thread [EMAIL PROTECTED]
You're not getting an HA proxy. Not sure why. Easiest way to tell is to look at the stack trace, like you did. You'll also see that no RetryInterceptor is in the client stack trace. What happens if you remove clustered=true from jboss.xml and just rely on the fact you've designated a configu

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: TransactionRolledBackLocalException accessing entity bea

2006-11-06 Thread jaysperk
One more tidbit - this may be related to the following bug: http://jira.jboss.com/jira/browse/EJBTHREE-605 However, I am not sure about that because it is using EJB 3 where were are using EJB 2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983495#3983495 R

[jboss-user] [EJB 3.0] - Re: 4.0.5.GA & EJB3.0RC9 Message Bean Issue

2006-11-06 Thread mwelss
We had the same problem, but adding messageListenerInterface=MessageListener.class to the MessageDriven annotation fixes it. It's what the spec requires... Cheers, Martin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983496#3983496 Reply to the post : h

[jboss-user] [Installation, Configuration & Deployment] - Jboss AS Deployer Issues

2006-11-06 Thread rameshkumar132
Hi All, I am facing some deployer issues: I have couple of war/ear files in my Jboss AS. I am facing the following issues: Not sure what is the problem and where is the problem. Could some help me regarding this ? Problem Log msg: 11:52:48,684 INFO [TomcatDeployer] deploy, ctxPath=

[jboss-user] [Installation, Configuration & Deployment] - Re: Jboss AS Deployer Issues

2006-11-06 Thread PeterJ
Problems if this type typically indicate that the hot deployer started looking at the ear/war contents before those contents were fully copied to the deploy directory. This can happen if, for example, you copy a large ear file across a network. If it takes several seconds to copy the file, a be

[jboss-user] [Clustering/JBoss] - Re: Fail over isn't working: Connection refused

2006-11-06 Thread hnrk
"[EMAIL PROTECTED]" wrote : You're not getting an HA proxy. Not sure why. Easiest way to tell is to look at the stack trace, like you did. You'll also see that no RetryInterceptor is in the client stack trace. By writing the problem report, I managed to think through and debug the problem pr

  1   2   3   >