[jboss-user] [Installation, Configuration DEPLOYMENT] - JBOss Compliance Error

2007-12-06 Thread hari2411
Hi, I’m new to JBossAS. I get the following error when I start the application server. The error is so generic so I can’t get into conclusion which is causing this. If anyone know the solution or faced similar problem earlier can help me on this ? Any pointers in solving this problem

[jboss-user] [JBossWS] - Re: Jbossws 2.0.2 with jdk1.6

2007-12-06 Thread Artec
ok..and so i must install before jbossws 2.0.1 and then jbossws 2.0.2 to have a clear installation,right? Thanks a lot Davide View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110753#4110753 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Presenting a No Results Message with an Empty Collection

2007-12-06 Thread koenhandekyn
the action linked to your search button just needs to set a messages (user @In FacesMessages facesMessages). when you come to the page the first time there will be no message. if the search result is empty, you set the response message from within your search action method. take a look at the

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

2007-12-06 Thread npe
Actually i'm facing a problem with that and I quite agree with simon. I created my process definition programmatically with an action that creates the variables of the process at the start of a new instance, based on a map that is a field of my action handler (maybe not the best solution but

[jboss-user] [JBoss Seam] - Re: Presenting a No Results Message with an Empty Collection

2007-12-06 Thread koenhandekyn
the action linked to your search button just needs to set a messages (user @In FacesMessages facesMessages). when you come to the page the first time there will be no message. if the search result is empty, you set the response message from within your search action method. take a look at the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: 4.2.2 wont deploy my persistency unit

2007-12-06 Thread alllle
justkeys wrote : Works great! Good, that confirms that your problem is caused by the same bug. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110758#4110758 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110758

[jboss-user] [JBoss Seam] - Re: boring Login attemption --- authenticate() invocation pr

2007-12-06 Thread xinhua
Yes,yes!!! Problem solved. Thank you very much, Petterson! :D View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110761#4110761 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110761

[jboss-user] [JBoss Seam] - Re: Entities are lost in SMPC

2007-12-06 Thread dkane
[EMAIL PROTECTED] wrote : This should all be fixed now. If anyone has experienced this problem, please try Seam CVS and let me know if there are any other issues with this. I can not use CVS right now, and followed link from Seam Wiki download nightly builds :

[jboss-user] [JBossCache] - Re: PojoCacheListener fqn recovery

2007-12-06 Thread [EMAIL PROTECTED]
It's good to here that POJO Cache is working for you. The interceptor is an internal implementation detail (not considered a public API). The interceptor only needs the internal fqn, which is why it is the only fqn it holds a reference to. Unfortunately there is no way to obtain the

[jboss-user] [JBoss Seam] - Re: Asynchronous method triggered multiple times.

2007-12-06 Thread damianharvey
Are you using the hot deploy? I get the same thing happening with my Quartz events. The hot deploy effectively doesn't deregister the old event and also adds a new event. Do you find that doing a full undeploy/reploy makes the event fire only once? Cheers, Damian. View the original post :

[jboss-user] [JBossWS] - ArrayList or Set as return type in a web method ?

2007-12-06 Thread AnisBM
Hi, Is it possible to have a web method which returns a Set or an ArrayList ? For examle : | @WebMethod | public ArrayListEquipe getEquipeList() { | EquipeBean equipeBean = getEquipeBean(); | ArrayListEquipe equipes = (ArrayListEquipe)equipeBean.getEquipeList(); | return

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-12-06 Thread [EMAIL PROTECTED]
hi, thanks for using the aop plugin and providing feedback all. ill try to answer some of the questions / responses here. first of all i just want to say that im sorry i havent released a final version of the plugin and provided more info/docs. we are pushing hard to finish jboss aop 2.0 and

[jboss-user] [JBoss jBPM] - Re: Problem with my jbpm database

2007-12-06 Thread dleerob
I have the a similair problem, where my MySQL connection seems to die with a socket connection error. I am going to try the following: In hibernate.cfg.xml file, use: property name=hibernate.connection.datasourcejava:comp/env/jdbc/JbpmDS/property | instead of the direct jdbc connection. In

[jboss-user] [JBoss AOP] - Re: JBOSS AOP example not working

2007-12-06 Thread [EMAIL PROTECTED]
hi, there should be no need to run the annotation compiler afaik. have you looked at the injboss examples provided in the distro? did you get them to work? from what you've provided its not easy to see the error. i would recommend that you try to modify some of the examples to fit you need or

[jboss-user] [JBossWS] - Re: Jbossws 2.0.2 with jdk1.6

2007-12-06 Thread Artec
OK !!! IT WORKS !!! Thank a lot to everybody !!! Bye Davide View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110777#4110777 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110777

[jboss-user] [JBoss jBPM] - Re: Problem with my jbpm database

2007-12-06 Thread dleerob
By the way, here is a link that should help you sort out your problem: http://michaelstudman.com/fullfathomfive/articles/2004/06/07/mysql-dropping-connections-and-hibernate Here is also more info the the hibernate.C3p0 config: http://www.hibernate.org/214.html If my tomcat datasource with

[jboss-user] [JBoss Seam] - [JBoss EL] Is it possible to use it in non Seam project ?

2007-12-06 Thread hikage
Hi all, I work on a JSF projet, and I looking for use parameter in EL method expression. I see Seam provides this, but I'am not allowed to use Seam :( So, there is a way to use JBoss El in a simple JSF project ? By el-resolver or other way ? Thanks a lot :) View the original post :

[jboss-user] [JBossWS] - My WS doesn't send any attachment... why?

2007-12-06 Thread cdc08x
Hi all! I'm using the EJB3.0 spec. with JBoss AS 4.2.2 (and the related JBossWS version inside, of course), in order to create a Web Service using a Stateless Session Bean instead of a Servlet. I'd like to send an attachment from within a Web Service method. Here I explain my problem. I

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss Multipools

2007-12-06 Thread jaikiran
Can you explain what you mean by multipools? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110783#4110783 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110783 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: NamedQuery not known in Component

2007-12-06 Thread mirko27
Isn`t the persistence unit available to web module from ejb module? Any assistance would be great. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110784#4110784 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110784

[jboss-user] [JBossCache] - Re: CacheLoader is not notified when a POJO is modified

2007-12-06 Thread dmary
well, I've decided to use aopc precompile time mode, it well create my EAR. but when I deploy my ear, now , I've got an error with a stateless EJB : | Caused by: java.lang.RuntimeException: java.lang.NoSuchMethodException: notifyObservers | at

[jboss-user] [Messaging, JMS JBossMQ] - resource-adapter-name equivalent ejb3 annotation

2007-12-06 Thread paoletto
Hello! Im trying to use activeMQ as JMS broker on Jboss. I'd like to make a mdb listen on a ActiveMQ queue. I found an example (ejb2.1) where they specify - in jboss.xml deployment descriptor - the resource adapter name for each MDB.. tried to look here:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBOss Compliance Error

2007-12-06 Thread jaikiran
I guess you are having some xerces or dom4j xml jars in your classpath that might be causing this issue. JBoss uses the xml parsers present in its endorsed folder. Make sure that you dont have any other xml parsers in the classpath. View the original post :

[jboss-user] [JBoss Portal] - Re: What happened to the JBoss Eclipse IDE Portal Plugin?

2007-12-06 Thread z00k
Hmm nobody? Ok so how do you guys create a new portlet? Do you create all the structure by hand? I'm looking for a plugin for some IDE (eclipse would be great but netbeans for example would be ok too) to easily create portlets.. Is this even possible? Thanks! greetings View the original

[jboss-user] [Security JAAS/JBoss] - Re: login-config.xml question

2007-12-06 Thread jaikiran
Can you post the TRACE level logs from the JBoss security package when this happens? See Q4 at http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ, which explains how to get the TRACE level logs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110792#4110792

[jboss-user] [JBoss Portal] - Re: What happened to the JBoss Eclipse IDE Portal Plugin?

2007-12-06 Thread [EMAIL PROTECTED]
The Eclipse plugin was a contribution which didn't go to the end. Now of course if someone is willing to take that back and to the end that would be great (or write from scratch, i don't even know how far it went). Ideally it would integrate nicely with the JBoss Developer Studio :) View the

[jboss-user] [JBossCache] - Re: CacheLoader is not notified when a POJO is modified

2007-12-06 Thread dmary
It happend only on a stateless EJB (with local and remote interface) which have on several methods signature, a POJO use by jbosscache. If I do not use aopc task, my project well deploy on Jboss AS (Ps : I put AOP 1.5.2) View the original post :

[jboss-user] [JBoss Tools (users)] - Re: java.io.UnsupportedEncodingException then build an archi

2007-12-06 Thread mcaligiuri
Truezip use IBM437 encoding for entry file names and comments in JAR file https://truezip.dev.java.net/ But IBM437 encoding is not installed in JVM by default. http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.html You can go to start/settings/control panel/add and remove programs and

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss Multipools

2007-12-06 Thread harish73
A JDBC multipool is a pool of connection pools configured for load balancing or high availability. Typically, you create JDBC connection pools, then create a JDBC multipool and assign connection pools to the multipool. Also, this feature i have seen in bea weblogic server. Hence i need same in

[jboss-user] [EJB/JBoss] - Re: java.lang.ClassCircularityError

2007-12-06 Thread jaikiran
anonymous wrote : and randomly I get an error starting jboss. anonymous wrote : When my jboss server fails to start correctly, I try to restart it and I don't get any error on the second start. Maybe this is related to this bug in Sun Java

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2007-12-06 Thread spachkhe
Please let me know how you solved the problem.I am getting the same error View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110801#4110801 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110801

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss Multipools

2007-12-06 Thread jaikiran
harish73 wrote : A JDBC multipool is a pool of connection pools configured for load balancing or high availability. Typically, you create JDBC connection pools, then create a JDBC multipool and assign connection pools to the multipool. | | Sorry, i don't know whether this is possible in

[jboss-user] [JBossWS] - Re: ArrayList or Set as return type in a web method ?

2007-12-06 Thread shoeb1981
You can return any object of any complex data structure, as long as you can write an xml schema for that. However, rather than returning the Set object, you could return an array, which could further be cast down to a set by the client application. The purpose of web

[jboss-user] [EJB 3.0] - Still having problems with java:comp/env lookups

2007-12-06 Thread emsa
Hi, I still have problems with getting my local beans into java:comp/env. In my application I have annotated Local beans in an ear - I will deploy the ear more than one time so I need my beans in the 'ear-name/' global-namespace. I must also do some dynamic-lookups (non-annotated) using the

[jboss-user] [JBoss Seam] - Re: NamedQuery not known in Component

2007-12-06 Thread mirko27
After some more testing I found out something wierd. Native queries are working, they work for right database. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110805#4110805 Reply to the post :

[jboss-user] [JBoss jBPM] - MySQL JBoss jBPM

2007-12-06 Thread rodosa
Hello! I have a problem. I have configured jBPM to run with MySQL, but it doesn't work. When I try if the configuration is right (running this example http://labs.jboss.com/file-access/default/members/jbossas/freezone/docs/Getting_Started_Guide/beta422/html/creating_a_jdbc_client.html)

[jboss-user] [Remoting] - SSL Socket in .Sar file

2007-12-06 Thread anupamkakade
Hi , I am jboss 4.0.5 . My intention is to do rmis i.e. RMI SSL in .sar file. I downloaded some code for the same. In that code i require SSLSocket to be created . But its giving exception java.net.connect connection refused . Is there any way to create ssl socket in jboss. I have done all

[jboss-user] [JBoss Seam] - Seam outputlink and page navigation

2007-12-06 Thread Stateless Bean
Hi, I got menu in my page and to navigation I use s:link, but s:link generates cid=xx number, and I need to user simple link in menu to maange then via js. (In one page I need to change href for some links) I thougth to use h:outputLink to create simple link and call action when user click on

[jboss-user] [Remoting] - RMI SSL

2007-12-06 Thread anupamkakade
Hi, I am using JBoss 4.0.5 Will u please help me to get a sample example for rmis to be deployed as .sar file . Thanks In Advance View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110809#4110809 Reply to the post :

[jboss-user] [JBoss Messaging] - NullPointerExecption when starting the Message Bridge

2007-12-06 Thread apwalker
This issue is to do with the use of FactoryRef attribute from the JMSProviderLoader when looking up the ConnectionFactory in JNDI. It's actually valid not to provide one when create a JMSProviderLoader. Certain unnamed message providers don't have a single based class that implements both the

[jboss-user] [JBoss Messaging] - Re: NullPointerExecption when starting the Message Bridge

2007-12-06 Thread timfox
Ok, thx Aaron. Please add a JIRA :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110813#4110813 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110813 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Re: What happened to the JBoss Eclipse IDE Portal Plugin?

2007-12-06 Thread z00k
That would be really great. So there is nothing like it out there? Would be a real time saver ;-) greetings View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110815#4110815 Reply to the post :

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

2007-12-06 Thread kukeltje
This is not jbpm or even jbossas related. Your db user is just not configured with the correct rights. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110818#4110818 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110818

[jboss-user] [Security JAAS/JBoss] - j_security_check not working in LDAP based Authentication

2007-12-06 Thread jbosexplorer
Hi There, I'm using JBoss 4.2.1. In our application, we have the following snippet in login.jsp. form action=j_security_check method=post | input name=j_username type=text class=input id=j_username size=20 | input name=j_password type=password class=input id=j_password size=20 And, the

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

2007-12-06 Thread kukeltje
Simon, The PD is xml, it is fairly easy to retrieve, make a Document out of it and retrieve e.g. via xpath the required fields. The change you want will most likely not be done before jBPM 4. npe: in that case the other solution will indeed not work. Generating xml from the PD object is not

[jboss-user] [JBoss Seam] - Hibernate Search with Seam works?

2007-12-06 Thread srpantano
I put in my persistence.xml: | property name=hibernate.search.default.directory_provider | value=org.hibernate.search.store.FSDirectoryProvider/ | property name=hibernate.search.default.indexBase |

[jboss-user] [JBossCache] - Re: FileCacheLoader not evicting?

2007-12-06 Thread Devimohanty
i am also facing the same problem .Can any body guide us . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110823#4110823 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110823 ___

[jboss-user] [JBoss Messaging] - Re: NullPointerExecption when starting the Message Bridge

2007-12-06 Thread apwalker
Done http://jira.jboss.com/jira/browse/JBMESSAGING-1183 --Aaron View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110822#4110822 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110822

[jboss-user] [JBoss Portal] - Re: Classpath error??

2007-12-06 Thread viggo.navarsete
I get a similar exception when trying to deploy the RichFaces JSF portlet found here, http://anonsvn.jboss.org/repos/portletswap/portlets/src/framework/RichFacesPortlet, in a JBoss AS 4.2.2.GA with JBoss Portal 2.6.2.GA. Anyone? View the original post :

[jboss-user] [JBoss Portal] - Re: Redirect to a specific portal after login

2007-12-06 Thread ameo
Hello, so I hope for one more, but last question. Do I have to register my own PortalCommandFactory in the jboss-service.xml ? If so, then I have to deploy my application as *.sar and create my own jboss-servicel.xml file and register the Factory (like the DefaultPortalCommandFactory in the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Problem in creating multiple instance of Jboss running on sa

2007-12-06 Thread bijaya4u
Hi all Please tell me steps to create multiple instance of Jboss with diffrent port number. Actually i want multiple instance of Jboss with different port number running on same machine. I tried with this steps, but it does not work for me. In conf/jboss-service.xml i added | mbean

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

2007-12-06 Thread dleerob
Ronald is correct, set up your MySQL user properly. anonymous wrote : Access denied for user 'user'@'localhost' (using password: YES)); Try creating the user in MySQL using a SQL command on your database similair to: GRANT ALL ON *.* TO 'user'@'localhost' identified by 'yourpassword'; Of

[jboss-user] [JBoss jBPM] - Webservice interface to jBPM

2007-12-06 Thread Huber
Hello, we want to access jBPM from a .NET Application, so we need access to jBPM via webservices. I have read, that Version 3.3 will come with an webservice interface. Jira contains the feature request #718 - Add a webservice frontend to jBPM-(http://jira.jboss.com/jira/browse/JBPM-718) When

[jboss-user] [JBoss Seam] - Re: Seam-managed persistence contexts and Glassfish

2007-12-06 Thread mirko27
No solution here as well? The examples ship with war deployment. Every EAR deployment has been a failure and no answers anywhere. It`s easy to point to JPA example, but I have a question then - why is JBoss an EAR deployment while glassfish WAR deployment? View the original post :

[jboss-user] [JBoss jBPM] - Re: Webservice interface to jBPM

2007-12-06 Thread kukeltje
1) Correct 2) No Work will be carried out between xmas and new year. Maybe if we join forces, we could accelerate getting all commands to work View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110839#4110839 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Redirect to a specific portal after login

2007-12-06 Thread bvogt
yes, yes, yes ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110842#4110842 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110842 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Date formatting in EL expression

2007-12-06 Thread chawax
Hi, In a properties file I have a resource containing an EL expression with dates. But I can't find how to format this date. For example, the following resource : Du #{da.lignes[0].dateDebut} au #{da.lignes[0].dateFin} The EL is evaluated this way : Du Mon Dec 03 00:00:00 CET 2007 au Mon Dec

[jboss-user] [JBoss Portal] - Re: What happened to the JBoss Eclipse IDE Portal Plugin?

2007-12-06 Thread aamonten
I use the plugin for Netbeans. http://portalpack.netbeans.org/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110843#4110843 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110843

[jboss-user] [JBoss Messaging] - nevertheless ...

2007-12-06 Thread slogger
Hi, Tim! Thank you very much fo your answer! It necessary for me to make dialog between two JBOSS4.2.1 instances. JMS Queue is deployed on only one central instance of Jboss AS. Let me to retell JMS API a little bit :-): QueueConnectionFactory has method QueueConnection createQueueConnection()

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss Multipools

2007-12-06 Thread harish73
I mean to ask that how to config jboss to connect different connection node via one datasource? jaikiran wrote : Can you explain what you mean by multipools? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110846#4110846 Reply to the post :

[jboss-user] [JBoss jBPM] - [Howto]: Hide WARN StatefulPersistenceContext : Narrowing pr

2007-12-06 Thread dleerob
There have been a number of threads and posts about the WARN message that appears, which looks something like: WARN StatefulPersistenceContext : Narrowing proxy to class org.jbpm.graph.node.StartState - this operation breaks == As has been mentioned numerous times before, it's not serious, it's

[jboss-user] [JBoss Seam] - Re: Date formatting in EL expression

2007-12-06 Thread damianharvey
Have you looked at s:convertDateTime? Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110852#4110852 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110852 ___

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

2007-12-06 Thread npe
kukeltje wrote : | npe: in that case the other solution will indeed not work. Generating xml from the PD object is not supported anymore (jpdlxmlwriter is deprecated) I'm not sure I get that well : That means I have to forget about XML (no problem though) and persist it in another way ?

[jboss-user] [JBoss Seam] - Re: Date formatting in EL expression

2007-12-06 Thread chawax
Yes, I know it. But I don't think it can be used for my problem. I should have shown an example of the way I need to use it, it would have bean clearer. My EL expression is defined a resource file and then used with the messages built-in component : h:outputText

[jboss-user] [JBossWS] - String[] and jax-ws

2007-12-06 Thread Christy
Hello to everybody! I use JBoss 4.2.0.GA. I wrote web service and its method uses java.lang.String[] as input parameter. I generated stubs using wsconsume. But when I try to invoke this method type of input parameter is net.java.dev.jaxb.array.StringArray, not java.lang.String[]. Why? Hpw can

[jboss-user] [JBoss Portal] - Re: Seam portlet problem

2007-12-06 Thread cpage
up some news ? i 'm facing the same issue. regards, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110858#4110858 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110858 ___

[jboss-user] [JBoss jBPM] - Re: upgrade 3.2 - 3.2.1 process definition problem

2007-12-06 Thread schwartzst
I'm experiencing the same problem. Does anyone have an insight? Thanks, Steve View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110860#4110860 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110860

[jboss-user] [JBossCache] - Re: FileCacheLoader not evicting?

2007-12-06 Thread [EMAIL PROTECTED]
arjan wrote : Okay, well I didn't expect it to work that way :( . | You should have read the manual then. :-) That is precisely how it is designed to work. The cache is an in-memory one which can be backed up onto disk using a CacheLoader. Eviction removes stuff from memory to free up

[jboss-user] [JBossCache] - Re: FileCacheLoader not evicting?

2007-12-06 Thread arjan
Okay, thanks. I think I can do that. I think the definition of eviction vs expiration got me then. I already have some cache.remove() stuff in place to invalidate cache entries when the underlaying data objects are changed. I only have to add more of that :)). The tricky point is that when

[jboss-user] [JBoss jBPM] - Re: JBoss + JBPM + Mysql - Deployment is not going through

2007-12-06 Thread chocopie
hi, I'm trying to deploy the jbpm-jpdl-3.2.2 jbpm-console project to JBoss Server 4.0.5.GA with MySQL database. I have followed this forum and the jbpm tutorial: http://docs.jboss.com/jbpm/v3/userguide/thejbpmdatabase.html In the webapp I can login but can't show the jbpm process, which I

[jboss-user] [EJB 3.0] - Strange behaviour of ejb

2007-12-06 Thread hovhannes_igrok
hi guys, maybe this issue have been already discussed, but I couldn't find any helpful info for me. I have a session bean extended from TimedObject which of course have ejbTimeout callback method. The strange behavior is that, during jboss starting up, setSessionContext and ejbTimeout

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

2007-12-06 Thread rodosa
I've configured the user. The user have asignated the privileges but it doesn't work. I don't know what's wrong! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110864#4110864 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Server can not be shut down after RMI ports were changed to

2007-12-06 Thread alvaro.arenas
Hi, I have changed the ip address that the backend server running jboss send to the clients, so that it can work behind a firewall. The backend server has to interfaces (192.x.x.x connected to the FW and an internal interface (10.x.x.x) connected to the internal network. Clients connect

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

2007-12-06 Thread rodosa
I' ve forgotten tell us that when the Jboss server starts throws several exceptions. The first exception is the following: | 2007-12-06 15:56:41,343 DEBUG [org.jboss.security.auth.login.XMLLoginConfigImpl] Failed to load config as XML | org.jboss.xb.binding.JBossXBException: Failed to

[jboss-user] [JBoss Seam] - seam 2.0.0 connection problem with MySQL

2007-12-06 Thread Kees
Hi, I am trying to get the icefaces booking example to work with MySQL but I get this No ClassLoaders found for: com.mysql.jdbc.Driver error: | 2007-12-06 14:16:47,183 WARN [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Throwable while attempting to get a new connection:

[jboss-user] [JBossCache] - Re: FileCacheLoader not evicting?

2007-12-06 Thread [EMAIL PROTECTED]
Yeah, the 1.x docs may not be as clear as they could. Have you looked at the 2.x docs? Sure, some features may not apply but the docs have been completely reorganised and to a large part rewritten. View the original post :

[jboss-user] [JBoss Seam] - Re: Activation of SFSB and removal of it by Seam question

2007-12-06 Thread asookazian
So the problem was caused by using log4j in the interceptor classes. Should have done a global search I don't know why I thought it was in the 2 SFSB's somehow... However, when I replaced the log4j with Seam log I was getting NullPointerException: @Name(loggerInterceptor) | public class

[jboss-user] [JBossCache] - Re: FileCacheLoader not evicting?

2007-12-06 Thread arjan
Nope, haven;t checked those as I'm using the 1.* version ;). That's what the JBoss AS distro is using. I'll have a look the next time I run unto trouble ;). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110875#4110875 Reply to the post :

[jboss-user] [JBoss Seam] - Re: boring Login attemption --- authenticate() invocation pr

2007-12-06 Thread pettersonfp
You're welcome View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110874#4110874 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110874 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Plain Tomcat + Quartz + Mail work together?

2007-12-06 Thread pettersonfp
Problem solved. Thanks Pete View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110876#4110876 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110876 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: Strange behaviour of ejb

2007-12-06 Thread hovhannes_igrok
Sorry forget mention Jboss version is 4.2.2GA, OS - Windows XP, JDK 1.5 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110870#4110870 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110870

[jboss-user] [JBoss Seam] - seam dvd store example

2007-12-06 Thread mcollin
hi i compiled the dvd store example of seam 2.0 i get in the deploy folder of this example dvd-ds.xml jboss-seam-dvd.ear i copied theses file in the deploy folder of jboss (4.2.2) but jboss don't deploy the file... any idea? thanks View the original post :

[jboss-user] [JBoss Seam] - Re: seam 2.0.0 connection problem with MySQL

2007-12-06 Thread Kees
Btw: have renamed icefaces to intranet and database exists and is initialised. MySQL is started at boot. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110879#4110879 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110879

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

2007-12-06 Thread rodosa
Hello everybody!!! It's works! I've solucionate. I think that I have to rest. The error was in a letter. The password was bad. I didn't realised of that in the numeral ocasions that I reviwed the data :S . Well, it seems that work But ... the exception that I post in the previws

[jboss-user] [JBoss Seam] - Re: ejb3/seam-gwt-remoting/gwt security integration

2007-12-06 Thread hartfordd
JIRA: http://jira.jboss.org/jira/browse/JBSEAM-2325 So far, uncovered that the following tag is slightly misleading: | !-- misleading: apparently exclusive, either authenticate-method OR jaas-config -- | security:identity authenticate-method=#{authenticator.authenticate}

[jboss-user] [JBoss Seam] - Re: seam 2.0.0 connection problem with MySQL

2007-12-06 Thread jguglielmin
Is the connector jar in your server\lib ?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110883#4110883 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110883 ___ jboss-user

[jboss-user] [JBoss Seam] - trying to use s:selectItems... with Enum

2007-12-06 Thread jgreene
Hi - I've got an enum that I want to create a drop-down for, and use the ordinal values for the value attribute in the option... tags. But the selectItems component only has label attribute, and so I can't figure out how to tell the selectItems to use the enum's ordinal values for the option

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

2007-12-06 Thread kukeltje
Yes, no xml. And yes, you can always use an additional table in the same database, retrieve data and set variables via the api. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110885#4110885 Reply to the post :

[jboss-user] [JBoss Seam] - Re: ejb3/seam-gwt-remoting/gwt security integration

2007-12-06 Thread hartfordd
Authenticator.login approach, the following seems to work ok (once not-logged-inexception occurs, not the postAuthenticate as that event does not seem to be happening): @In public Identity identity; @Resource private javax.ejb.SessionContext webContext; Principal

[jboss-user] [JBoss Seam] - Re: seam 2.0.0 connection problem with MySQL

2007-12-06 Thread Kees
Sure have: jboss-4.2.2.GA\server\default\lib\mysql-connector-java-3.0.17-ga-bin.jar Then I thought: let's change the name of the driver since I remembered a configuration problem I had earlier with Hibernate because of ga-: jboss-4.2.2.GA\server\default\lib\mysql-connector-java-3.0.17-bin.jar

[jboss-user] [JBoss Messaging] - Re: New to JBOSS / JMS integration

2007-12-06 Thread [EMAIL PROTECTED]
I have moved this message to JBoss Messaging User's forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110895#4110895 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110895 ___

[jboss-user] [JBoss Seam] - LazyLoading question when accessing to attributes from class

2007-12-06 Thread ElNino
Hello, I have set some attributes with LazyLoading property, it's working great. But I have question. Take this example | @OneToMany(mappedBy = content, cascade = { CascadeType.PERSIST, | CascadeType.MERGE, CascadeType.PERSIST, CascadeType.REFRESH },

[jboss-user] [Installation, Configuration DEPLOYMENT] - hibernate-entitymanager hibernate-annotations

2007-12-06 Thread srpantano
When I deploy my EAR always starts the hibernate-annotations and hibernate-entitymanager embedded in server ( /default/lib ). I want use another version (newest). I put the jars in my EAR and declared then in application.xml, but continues using the embedded. How I do to use the EAR jars? View

[jboss-user] [JBoss Seam] - Re: LazyLoading question when accessing to attributes from c

2007-12-06 Thread ElNino
Hum... In fact. The both solution I proposed doesn't work (or there is a bug in my code)... Any ideas will be good. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110904#4110904 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Asynchronous method triggered multiple times.

2007-12-06 Thread vfaid
No, I'm not using hot deploy. Anyway, I've the problem both with Quartz and TimerService. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110905#4110905 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110905

[jboss-user] [JBoss Seam] - using static modifier with Seam logger

2007-12-06 Thread asookazian
On pg. 254 of 2.0.0.GA ref pdf, it states the following regarding @Logger: Specifies that a component field is to be injected with an instance of org.jboss.seam.log.Log I noticed that in my SFSB, I may use the following code without error: @Logger | private Log log; But if I use the same

[jboss-user] [Installation, Configuration DEPLOYMENT] - hibernate-entitymanager hibernate-annotations

2007-12-06 Thread srpantano
When I deploy my EAR always starts the hibernate-annotations and hibernate-entitymanager embedded in server (/Jboss/server/default/lib). I want use another version (newest). I put the jars in my EAR and declared then in application.xml, but continues using the embedded. How I do to use the EAR

[jboss-user] [JBoss Portal] - Which libraries from JBoss Application Server are required f

2007-12-06 Thread viggo.navarsete
I'm running JBoss Portal 2.6.2 on JBoss AS 4.2.2.GA. I wonder which of the libraries in the jboss AS installation/server/default/lib are required by the Jboss Portal? Can I figure out by looking at any pom.xml or something? Someone I can safely remove? I want to shrink my initial JBoss AS as

[jboss-user] [JBoss Seam] - Re: Property 'autocomplete' not found on type

2007-12-06 Thread jguglielmin
You can't use the rich and the ice components on the same application. It's one or the other for now.I'm not sure how you even configured this to get it deployed, but the jars are just not compatible at this time. To get a proper icefaces configuration/packaging, you can use seam-gen to

[jboss-user] [JBoss jBPM] - Re: [Howto]: Hide WARN StatefulPersistenceContext : Narrowin

2007-12-06 Thread kukeltje
hahaha thanks You might want to add a reference to this post to the wiki View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110887#4110887 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110887

  1   2   3   >