[jboss-user] [Installation, Configuration & Deployment] - Re: Problem with Deploying

2007-05-10 Thread [EMAIL PROTECTED]
Thx for your help ! application.xml : http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd";> FINDOK_Trip FINDOK_TripJCA

[jboss-user] [Installation, Configuration & Deployment] - Re: different Heap Size

2007-05-10 Thread hv11663
Hi, we have only one run.bat. But under /server/ we have some instances. Any other ideas? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044582#4044582 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044582 ___

[jboss-user] [EJB 3.0] - EJB3 and jndi error.

2007-05-10 Thread xubin
I have a project on JBoss AS 4.0.5.GA with EJB3, the jdk is sun jdk6. And there is a stateless session bean(slsb) in my project. Another servelt in tomcat access the slsb with jndi. The error is that I can not find the slbs by jndi. Below is the code: slsb: package com.sacl.ibs.ejb3; | |

[jboss-user] [Remoting] - Re: https with path and ejb3 can not be configured

2007-05-10 Thread rino_salvade
I solved the problem with the redirect in the meantime. According to the RFC a redirect 302 should be answered with the same response as the original request, i.e. a POST with a POST. For historical reasons the standard JDK implementation of the JDK answers a POST with a GET. There is a system pr

[jboss-user] [Performance Tuning] - Memory not released after shutting down JBOSS, memory leak?

2007-05-10 Thread javatwo
After rebooting FC 6, then start JBOSS. The total memory usage is about 600M. After accessing the web application deployed on the JBOSS for about 3 hours, the message usage is about 3.5G. Then shutdown the JBOSS. But the memory used is still shown as 3.5G using TOP command. Is this a memory

[jboss-user] [Installation, Configuration & Deployment] - Re: different Heap Size

2007-05-10 Thread genman
You can copy the run.bat to run-instanceN.bat etc. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044585#4044585 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044585 ___ jbos

[jboss-user] [Beginners Corner] - Re: jboss mailing service

2007-05-10 Thread genman
JEE mail support is for sending mail and receiving POP mail, not for mail storage. There was a JBoss Mail Server product, now developed by an external company. Look for the Collab server forum for a link. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40445

[jboss-user] [Installation, Configuration & Deployment] - Re: Error running Jboss Session Bean Example

2007-05-10 Thread genman
msg=com/genuitec/trader/ejb/TraderSession (Unsupported major.minor version 49.0) This is the key error. This is seen when you use an older JDK to run a newer class file, e.g. run 1.5 classes on a 1.4 JDK. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=404458

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - merge detached entity will insert a new entity

2007-05-10 Thread javatwo
em.merge(course);// course is a detached entity I got the following exception: org.hibernate.exception.ConstraintViolationException: could not insert: package.Course. The exception means it tried to insert a new row for merge. The detached entity was initially retrieved from database using

[jboss-user] [EJB 3.0] - Re: EJB3 and jndi error.

2007-05-10 Thread oskar.carlstedt
Hi! Take a look in the jmx console/jndi view to see under what name you ejb is bound. For me it looks like you forgot a slash right after the "java:". With kind regards Oskar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044591#4044591 Reply to the post

[jboss-user] [JBoss and NetBeans] - debugger not working using JBOSS 4.0.5 GA and NETBEANS 5.5.1

2007-05-10 Thread reyjexter
when choosing Sun Java Application Server 9.0, the debugger seems to be working. This are the step by step process that I do: 1. I update my jsp file 2. build the project, 3. click the "apply code change" button 4. refresh my browser the changes i made can be seen on my browser. but when i'm

[jboss-user] [Performance Tuning] - Jndi lookup performance

2007-05-10 Thread int2
Hi everyone, I have done a simple test on jndi lookup (on a separated client). I just really upset that the average time for the lookup is around 400 ms (local machine) and 500ms (remote machine). I just wonder is there something wrong with my performance optimization ? Following is the cod

[jboss-user] [JBoss Seam] - Parameter passing for page action

2007-05-10 Thread milli
Hi, How do I pass parameters in the following scenerio?(instead of using session scope) @Name("home") | Class Home | { | private Category category; | | public getCategory() | { | if (null == category) | category = CategoryHome.find(id); | return category; |

[jboss-user] [EJB/JBoss] - TimerService and Timer

2007-05-10 Thread gardon
Hello, I need to create repetitive task using EJB in JBoss 4.0.5. I decide to use TimerService and Timer as introduced in the EJB 2.1 specification. Here is the bean code: | /** | * @author Stanislav Gardon | * @ejb.bean description = "OnlineTerminalsStat" display-name = | *

[jboss-user] [JBoss Messaging] - Re: Can't run example (JBoss Messaging 2.1)

2007-05-10 Thread timfox
JBM is a raw JMS provider, it doesnoe handle deployment of MDBs. Anything to do with MDB deployment is handled by the MDB container which is managed as a separate project by different people. If you're having problems with MDB deployment, e..g problems getting the descriptors right etc, then yo

[jboss-user] [JBoss Portal] - CMSPortlet: problems with IE, https and links referencing PD

2007-05-10 Thread engela
I am using the CMSPortlet on one of my pages. The content of the pages references a PDF file. When I click on the link I get the following error: Internet Explorer cannot download xxx.pdf from localhost. The file could not be written to the cache. The problem only occurs with Internet Explorer

[jboss-user] [JBoss Portal] - policy-permission

2007-05-10 Thread eagleIT
Hello. I succeeded in making just one page like a dashboard in my portal. But when i change the position of a portlet, if i want to change page and return in the last page, the portlet is returned in its default position !! How can i make to keep the position i want ? View the original post :

[jboss-user] [JBoss Portal] - Re: policy-permission

2007-05-10 Thread eagleIT
I put the policy-permissions of my page at personalizerecursive but it doesn't work ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044611#4044611 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044611

[jboss-user] [JBossWS] - calling a web service from the standlone client

2007-05-10 Thread mandarkul
I am trying to access a web service deployed on JBoss thtough a statndalone client. The web service is deployed sucessfully as I can see the web service in JBoss's web service console(jbossws). But when i execute the following code : | public static void main(String[] args) { |

[jboss-user] [JBoss Seam] - Re: Parameter passing for page action

2007-05-10 Thread [EMAIL PROTECTED]
I just posted about this yesterday, search. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044618#4044618 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044618 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: policy-permission

2007-05-10 Thread eagleIT
In fact, in my page, i can "edit content" but i can't change the portlet's position into drag my portlets. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044620#4044620 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=404

[jboss-user] [JBoss Seam] - How to deal with Query on passivation?

2007-05-10 Thread toni
Hi, my users can browse customer data table and apply certain filter criteria to it. For that a SFSB stores a single Query object, which get's set in an action method. However, the execution of the query occurs just before the render response phase through a page action in pages.xml. This w

[jboss-user] [JBoss Portal] - [2.6RC2] alias name for pages

2007-05-10 Thread franco12
Hi, in my portal (2.6RC2), I've page a named for example 'Outils et RequĂȘtes'. so I can access this page through this URL : http://127.0.0.1:8080/portal/auth/portal/default/Outils+et+requ%C3%AAtes How can i setup an alias name in order to have clean URL (and to avoid '%' characters) thanks ;)

[jboss-user] [JCA/JBoss] - Come JBoss with a implemented JCA for access to file system?

2007-05-10 Thread keruke
Hi, Come JBoss with a implemented JCA for access to file system o must i to implement my own JCA??? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044624#4044624 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [Beginners Corner] - Problem with licenseFile JBoss ON

2007-05-10 Thread Blomman
Hi all! Iam a Newbie on JBoss and have installed JBossOn. Now im trying to start accessing JBossON and are asked to browse for a licensefile. I have fetched the file from https://network.jboss.com where i have an account with out any problems. But when im trying to upload it inte JBossOn im get

[jboss-user] [JBoss Tools (users)] - Repackage, Redploy, RSI!

2007-05-10 Thread PCampbell
I know this is probably an FAQ, I did search for it, but nothing. If I'm developing a web app in JBossIDE every time I make a change to anything, be it JSP CSS or Servlet I have to Run Packaging Redploy Tap my fingers on the desk for a few seconds Switch the browser Test Is there a reliable way

[jboss-user] [JBoss jBPM] - Re: task instance doc confusing

2007-05-10 Thread undergoth
As i understood, signaling and blocking are opposite operations, i mean, blocking happens when the token can't live the node. If the task isn't finished yet the token is still in that node so it's blocked. If you signal the token will leave the node. Sorry if my explanation hasn't help you at al

[jboss-user] [JBoss jBPM] - Help needed with subprocesses

2007-05-10 Thread undergoth
Hi everyone! Does anyone know a tutorial o website where i can find out about the way to invoke a subprocess, which is in another process definition, from a process state node? I have a main process and i need to create an instance of another process from a process state node. Thanks in advance

[jboss-user] [JBoss Portal] - Re: CMSPortlet: problems with IE, https and links referencin

2007-05-10 Thread engela
This is a known issue for IE (as usual it is called a feature): http://support.microsoft.com/?id=316431 A work around is to disable cache control: http://wiki.jboss.org/wiki/Wiki.jsp?page=DisableCacheControl I solved my problem by adding a context.xml to JBOSS_HOME/server/default/deploy/jboss

[jboss-user] [JBoss jBPM] - Re: How to customize the jbpm workflow(VERY URGENT)

2007-05-10 Thread undergoth
"kukeltje" wrote : quick answer: | | - use jbpm 3.2 | - learn jsf | - do it You seem to be wise or maybe a know-it-all, I've read many of your answers and you're quite unkind. Forgive us for our ignorance, but why do you answer if you're not helping? Do you like to feel superior or wha

[jboss-user] [JBossCache] - Re: TreeCache CacheLoader Issue

2007-05-10 Thread robnor
I tried to change this. I now have major problem with node locking errors. It seems it cannot cope with highfrequency updates? I have an Ojbect (ImportTracker) that holds multiple objects (BatchTracker). The ImportTracker holds all the BatchTrackers, the BatchTracker holds data about the imp

[jboss-user] [JBossCache] - Re: TreeCache CacheLoader Issue

2007-05-10 Thread robnor
Thank you! :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044636#4044636 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044636 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [JBoss jBPM] - Re: allow swimlanes to perform assignment at each reference?

2007-05-10 Thread kukeltje
I'll give this a thought over the weekend. One important thing is backwards compatibility. So if needed an update/upgrate script for the db is needed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044637#4044637 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - noSelectionLabel s:selectItems NumberFormatException

2007-05-10 Thread dave.rogers
When I use the 'noSelectionLabel' option on a s:selectItems tag inside a ice:selectOneMenu component which has a 'required="true"' attribute I am getting an error. The behaviour is correct except when I attempt to submit the form when the noSelectionLabel option is chosen. This should display

[jboss-user] [JBoss jBPM] - Re: Problem in adding Action class

2007-05-10 Thread kukeltje
I've seen situations where the stdout was not on the jboss 'console' that's why I asked. I should have been more explicit, sorry. What do you mean by including the pd and action in the war? Or stated in another way, how did you deploy them before this View the original post : http://www.jboss

[jboss-user] [JBoss Seam] - Re: noSelectionLabel s:selectItems NumberFormatException

2007-05-10 Thread petemuir
Something very strange is going on when trying to use Seam selectItems with icefaces - I'm not quite sure what... If you create a JIRA issue I can try to take a look (I'm not sure when...) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044640#4044640 Reply

[jboss-user] [JBoss jBPM] - Re: how list processes?

2007-05-10 Thread kukeltje
The api docs of JbpmContext.getTaskList() state: anonymous wrote : fetches the tasklist for the current authenticated actor. So there is no word about a processcontext or whatever, it is on the jBPM context, so for me that is all tasks of all processes. View the original post : http://www.jbo

[jboss-user] [Beginners Corner] - Re: CallbyValue false and OutOfMemory errors

2007-05-10 Thread eroliva
I'm sorry but I still having the OutOfmemory Perm gen errors with the CallbyValue to true,deploying an application more than five times,I wrote the msg too fast without make more tests. somebody has such had problems that can help me. I have 768 of ram and the parameters of VM are corrects. View

[jboss-user] [JBoss jBPM] - Re: Help needed with subprocesses

2007-05-10 Thread kukeltje
the jbpm sourcecode contains lots of testcases. Among which are some that are about subprocesses. Take a look at those. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044643#4044643 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss jBPM] - Re: Validation of task form fields

2007-05-10 Thread kukeltje
afaik the current generated form has no 'required=true' on the html elements. By adding that (manually atm) you can achieve the desired result. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044645#4044645 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss Seam] - Changing themes

2007-05-10 Thread tkalactomo
I'm interested in changing predefined themes on the web page (ex. ruby, wine, classic...)for the richfaces components.I have tried to do that through the one bean named theme who has a field look.That field is value binded in the web.xml org.ajax4jsf.SKIN #{theme.look} and that w

[jboss-user] [JBoss Seam] - Re: Using pooled-actors in jPdl

2007-05-10 Thread vedavyas
ya the isssue got resolved. the tasks were being assigned but in the xhtml file i was not able to use it as i had used taskInstanceList. it worked when i changed it to pooledTaskInstanceList View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044647#4044647 Reply

[jboss-user] [JBoss jBPM] - Re: task instance doc confusing

2007-05-10 Thread holly77
A task with blocking set to true will throw an Exception, if you try to propagate the execution over a task, that still has open TaskInstances. So the flag is there, to be able to make sure, that all of the TaskInstances of a task are finished. The signalling flag is just there to indicate whethe

[jboss-user] [JBoss Seam] - Using forked processin in jBPM

2007-05-10 Thread vedavyas
Hi All, I am trying to use forked processing so that a single task can be split into multiple tasks. the number of transitions from the fork should also be dynamic based on the value the user chooses. Please let me know how this can be done and the corresponding java class in which the process

[jboss-user] [JBoss jBPM] - Re: How to customize the jbpm workflow(VERY URGENT)

2007-05-10 Thread kukeltje
Unkind and not helping? in this post? You should read other posts by me.. so no, in this case not unkind and truly helping, because: bullet 1: Since he did not mention what version he was using, I just directed him to the correct version of jbpm where it is possible to customize the forms. bull

[jboss-user] [Installation, Configuration & Deployment] - Re: Thread pooling

2007-05-10 Thread cddinoj
hi david, was also looking for the same scenario :-) .then stumbled upon ur question here in the forum. have u found out any way to do this.. thanks Dinoj View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044652#4044652 Reply to the post : http://www.jboss

[jboss-user] [JBoss jBPM] - BPEL Persistence Error

2007-05-10 Thread macmacedo
Hi, I'm using JBoss AS 4.0.5 with jBPM-bpel-1.1.beta3. I made a BPEL process and i'm testing the persistence. If a stop the server when an instance is running, when I start the server again I got an error like this: 16:58:14,161 ERROR [RequestListener] could not resume process execution org.jbp

[jboss-user] [JBoss Portal] - Re: JBoss WSRP consumer and file uploads

2007-05-10 Thread superfilin
Hello, Chris and Julien! Can you comment on the previous post? Should the link actually work or is it not part of specification (WSRP or JSR168)? We have tried to consume BEA Portlets by BEA WSRP consumer (with all BEA extentions disabled) and links like that work just fine. The same consumed

[jboss-user] [EJB/JBoss] - Re: TimerService and Timer

2007-05-10 Thread gardon
i have found the problem. it was related with persistence of the timers. when a timer is created, it is stored (using DefaultDS) and reloaded at each jboss start. my solution is to cancel all the bean related timers befoare i create a new one: | public void createTimer() { |

[jboss-user] [JBoss jBPM] - Re: Problem in adding Action class

2007-05-10 Thread naseem.k
Now I moved my process definition plus action class in jbpm project. Action class is in src/java.jbpm folder and src/process.examples contain my .par folder. Then I deployed my process difinition on server deployer /jbpm/upload and this time it worked. Earlier my process definition and action

[jboss-user] [JBoss Seam] - Re: Seam remoting conversation - possible problem?

2007-05-10 Thread nctrax
I have the same error in the version 1.2.1GA. Is this me or is this due to an error of versionning : "" I currently study JBoss Seam 1.2.1GA in order to use it soon for an application in production. I created a conversation based on a pageflow. The conversation proceeds perfectly. I can start

[jboss-user] [JBoss jBPM] - Re: Docbook-Support error even after setting System Path

2007-05-10 Thread estaub
Meghanai, The build goes out and CVS-fetches all of the libraries it uses into the "local repository", which is by default in $user_home/jbpm/repository. Because there are so many external jars to fetch, from so many other places, in my experience, this rarely is completely successful. Unfor

[jboss-user] [JBoss Seam] - Re: Seam remoting conversation - possible problem?

2007-05-10 Thread nctrax
Ok, I just saw JIRA-618 (version 1.1.0) and JIRA-1112 (version 1.3.0.BETA1). Sorry for this new post about the same problem ! Can you tell when do you plan to fix this bug ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044658#4044658 Reply to the post : ht

[jboss-user] [JBoss Seam] - Re: Changing themes

2007-05-10 Thread petemuir
You should ask this in the ajax4jsf forum, ajax4jsf skinning is nothing to do with Seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044659#4044659 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044659 _

[jboss-user] [JBoss Seam] - Re: Using forked processin in jBPM

2007-05-10 Thread petemuir
You should ask this in the jbpm forum, not much to do with Seam really. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044660#4044660 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044660 ___

[jboss-user] [JBoss jBPM] - Re: Validation of task form fields

2007-05-10 Thread naseem.k
Thanks for your reply. But there is no required attribute in that. In variable tag, I specified access="read,write,required". Which required attribute you are talking about? websale process definition which comes with jbpm have three xhtml file. One change which I did is in form.create.xhtml f

[jboss-user] [JBoss jBPM] - Re: Validation of task form fields

2007-05-10 Thread kukeltje
I mentioned the required attribute on the html element, just like you did. That should result in a jsf validation if it does not, something else is wrong but I have no idea what. It works for processes I deployed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss/Spring Integration] - AnnotationBeanConfigurerAspect issue

2007-05-10 Thread wspiteri
I have two EAR's deployed into my JBOSS server, each containing a single Stateless Session Bean. The SLSB in EAR 2 calls the other SLSB in EAR1 via use of Springs LocalStatelessSessionProxyBean. The AnnotationBeanFactoryConfigurerAspect as defined in the Spring manual is a Singleton, and the

[jboss-user] [JBoss/Spring Integration] - Re: AnnotationBeanConfigurerAspect issue

2007-05-10 Thread wspiteri
My previous post had a slight mistake. The name of the class is AnnotationBeanConfigurerAspect. Also The relevant section in the spring manual i was referring to was (6.8.1.2. Working with multiple application contexts), if this may help anybody make sense of my issue. View the original po

[jboss-user] [JBoss Messaging] - Re: ejb3mdb example

2007-05-10 Thread mrostan
Thanks Clebert, it is working now. Martin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044673#4044673 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044673 ___ jboss-user ma

[jboss-user] [JBoss jBPM] - Re: Help needed with subprocesses

2007-05-10 Thread undergoth
Thanks a lot View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044674#4044674 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044674 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [EJB 3.0] - NoSuchMethodError on entity bean with enum

2007-05-10 Thread 8forty
windows xp jboss 4.0.5 I have an entity bean with several fields, including one that is an enum annotated as "@Enumerated(EnumType.STRING)". When I create an instance, I can set the other fields ok, but when I try to set a value on the enum field (using the set() function, or setting the fiel

[jboss-user] [JBossCache] - getCacheFromCoordinator received null cache

2007-05-10 Thread jagadeeshvn
Hi All, I am trying to setup a tomcat cluster with 5 servers and my application uses jBoss pojo cache. Some of my servers (lets call it web5, web8 and web10) had some problems finding each other in the cluster and we found that there were some issues with multicast packets not reaching the ser

[jboss-user] [JBossCache] - Re: getCacheFromCoordinator received null cache

2007-05-10 Thread jagadeeshvn
Sorry, couldn't attach the XML before. | | | | jboss:service=TransactionManager | | | | org.jboss.cache.DummyTransactionManagerLookup | | | |

[jboss-user] [JBoss Seam] - exception action

2007-05-10 Thread denis.diggin
The exception handling in pages.xml is excellent | |#{m.exception_general} | | | Is there any way I can extend this "catch all" handler to execute an action e.g. e-mail an administrator? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=404

[jboss-user] [Messaging, JMS & JBossMQ] - Re: wsrunclient for jax-ws

2007-05-10 Thread tooltime185
This is the server log, maybe this will help with my issue. Again this is happening when I run the client. 2007-05-10 10:12:19,793 DEBUG [org.jboss.ws.core.server.ServiceEndpoint] WSDL request, using host: buraltix1 2007-05-10 10:12:21,345 DEBUG [org.jboss.ws.core.server.AbstractServiceEndpo

[jboss-user] [JBoss jBPM] - Re: How to customize the jbpm workflow(VERY URGENT)

2007-05-10 Thread undergoth
You're right, it's not even my post but i believe that he's just trying to learn, and yes,i did get it personal, 'cause I'm in the same situation as him, just trying to get involved with jbpm which implies a big effort and a lot of time. Besides, i appreciate your knowledge though you are superi

[jboss-user] [Beginners Corner] - Re: CallbyValue false and OutOfMemory errors

2007-05-10 Thread c_eric_ray
I see the same thing after deploying my app several times. I think I read somewhere that JBoss has a memory leak with they're deployer code. Anyway, I haven't figured out a way to correct the issue either. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044684

[jboss-user] [Messaging, JMS & JBossMQ] - Re: wsrunclient for jax-ws

2007-05-10 Thread tooltime185
Here is the correct server log: 2007-05-10 10:26:21,280 DEBUG [org.jboss.ws.core.server.ServiceEndpoint] WSDL request, using host: buraltix1 2007-05-10 10:26:22,820 DEBUG [org.jboss.ws.core.server.AbstractServiceEndpointServlet] doPost: /ws1/MissionDataRetrieverImpl 2007-05-10 10:26:22,846 DEBU

[jboss-user] [Installation, Configuration & Deployment] - No JMX access

2007-05-10 Thread jdbaerde
When I run a service which has loaded a bridge2java.dll native library, then I cannot connect to http://localhost:8080 . Any ideas ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044686#4044686 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: seam cannot reference EJB, why?

2007-05-10 Thread hsiung
I solved the problem now. The solution is to use EAR and package the jboss-seam.jar library in the EAR instead of deploying JAR and WAR without an EAR and having jboss-seam.jar twice. The actual implementation of Seam does NOT support the separation of Web container and EJB container. When using

[jboss-user] [JBoss Seam] - Re: problem with s:selectItems and noSelectionLabel

2007-05-10 Thread matt.drees
http://jira.jboss.org/jira/browse/JBSEAM-1317 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044689#4044689 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044689 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: exception action

2007-05-10 Thread [EMAIL PROTECTED]
Note that pages defined in pages.xml don't have to be real pages, you can use the render element inside a page element to render something else than the name specified. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044692#4044692 Reply to the post : http:

[jboss-user] [Beginners Corner] - Executing code upon deployment

2007-05-10 Thread c_eric_ray
What's the best way to execute some code upon deployment. I need to do a bit of validation on some data in the database each time my application is deployed or started. I know of one way to do this: use the service architecure of jboss (@Service) I don't really like this solution as it is JBoss

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to clean or refresh EJB cache?

2007-05-10 Thread swjackson
sounds to me like you are not calling session.flush() if you are using CMT or you are not calling commit() for BMT. There is also this property you may want to look at hibernate.transaction.flush_before_completion=false|true View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: seam-gen vs. Oracle CHAR(n) and FLOAT

2007-05-10 Thread steve_of_AR
Anybody? Recap: CHAR(n) in Oracle aren't usable currently (unfortunately I can't change the schema). Seam-gen maps it as a String, which fails during deployment. I tried changing the entity field to char[] but that also fails during deployment. It always expects the database field to be VARC

[jboss-user] [JBoss Seam] - Re: exception action

2007-05-10 Thread [EMAIL PROTECTED]
You could redirect to a page with a page action. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044690#4044690 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044690 ___ jboss-

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Problrms getting Datasource connection whith DAO and EJB

2007-05-10 Thread swjackson
If you are using EJB3 I recommend using a persistence.xml file. such as... java:/it org.hibernate.ejb.HibernatePersistence

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Problrms getting Datasource connection whith DAO and EJB

2007-05-10 Thread swjackson
my persistence xml file didn't make it... | | | java:/it | org.hibernate.ejb.HibernatePersistence | | | | | |

[jboss-user] [JBoss Seam] - Re: seam-gen vs. Oracle CHAR(n) and FLOAT

2007-05-10 Thread petemuir
Seam-gen's reverse engineering is based on Hibernate Tools - you may have found a flaw. Please report it in JIRA (JBSEAM or Hibernate Tools). You'll need to correct the generated Entity yourself - you'll probably get more help on a Hibernate forum - I've never tried mapping hibernate onto orac

[jboss-user] [JBoss Seam] - Configuring Facelets into Seam

2007-05-10 Thread Fleury
Hey, I have some troubles to configure a custom facelet tag library. Configuration files : faces-config.xml : http://java.sun.com/dtd/web-facesconfig_1_1.dtd";> messages org.jboss.seam.jsf.TransactionalSeamPhaseListener we

[jboss-user] [Remoting] - Enable TCP_NO_DELAY on HTTP client

2007-05-10 Thread ivanneto
I'm using JBoss Remoting to access a Web service (via HTTP), and I would like to set the TCP_NO_DELAY option on the sockets used by the remoting client. Is there any way to do this, via the remoting API or not? I know that "enableTcpNoDelay" can be enabled for the socket invoker client, but I do

[jboss-user] [JBoss Seam] - Re: Configuring Facelets into Seam

2007-05-10 Thread petemuir
Post the cns.genoscope.console.TaskFormLibrary class View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044704#4044704 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044704 ___ jb

[jboss-user] [JBoss Seam] - Re: Configuring Facelets into Seam

2007-05-10 Thread Fleury
The TaskFormLibrary class : package cns.genoscope.console; import com.sun.facelets.tag.AbstractTagLibrary; import com.sun.facelets.tag.TagLibrary; import javax.faces.context.FacesContext; import javax.faces.application.Application; public final class TaskFormLibrary extends AbstractTagLibrary {

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: where to put ehcache in 4.0.5.GA now that its in lib dir

2007-05-10 Thread khelenek
Please, all i need to know from anyone who is successfully using ehcache with ejb 3.0 right now, where did you put the ehcache.jar file, and where also did you put the ehcache.xml file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044710#4044710 Reply to

[jboss-user] [JBoss Seam] - Re: Configuring Facelets into Seam

2007-05-10 Thread petemuir
Odd, I think you have a classloading problem. Is the TaskFormLibarary in the war classes? Check you don't have more than one copy of facelets.jar hanging around. Why not just use xml to set up your components? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [Clustering/JBoss] - Re: Session Replication - Concurrency Problems?

2007-05-10 Thread [EMAIL PROTECTED]
Re: mod_proxy_ajp, your ProxyPass looks fine. There's the ProxyPassReverseCookieDomain directive to look into (see http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxy) but if there was a problem with the cookie domain I'd expect it would be a non-stickyness problem but rather a loss of th

[jboss-user] [JBoss Portal] - Re: JBoss WSRP consumer and file uploads

2007-05-10 Thread [EMAIL PROTECTED]
How do you create the URLs? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044712#4044712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044712 ___ jboss-user mailing list jbo

[jboss-user] [Installation, Configuration & Deployment] - struts config and message properties files

2007-05-10 Thread venni2007
Hi, I am using JBoss 2.0.4 IDE and JBoss App server 4.0.5. Where do i need to keep my struts-config.xml, ApplicationResourses.properties and MessageResources.properties files in my web project. I am trying to deploy my project as EAR file on app server, but i am getting these message in the ser

[jboss-user] [JBoss Messaging] - Re: RediveryDelay implemented yet?

2007-05-10 Thread parressh
timfox, my MDB is simply calling a web service, which can be slow/unreliable and that is why we are using JMS; so that our front-end processing can be fast. Since the web service may be down, it doesn't make sense to retry the operation without a delay. My current hack for delaying redelivery

[jboss-user] [JBoss Seam] - Re: exception action

2007-05-10 Thread denis.diggin
Works, thanks. | | | #{m.exception_general} | | | | | | | | | | | Use Contexts.getConversationContext().get("org.jboss.seam.handledException") to get the exception in ExceptionNotificationService.send() View the original post : http://ww

[jboss-user] [JBoss Messaging] - JBoss Messaging 1.0.1.SP5 release

2007-05-10 Thread timfox
JBoss Messaging 1.0.1.SP5. has been released and it is available for download. This release is fixes several important bugs and introduces a new version of jboss remoting which fixes several remoting issues. This will be the last public release on the 1.0 codebase. All future releases will be o

[jboss-user] [EJB 3.0] - [Hibernate-Cache] Blobs are not cacheable

2007-05-10 Thread CarstenRudat
Hi All, I have an entity with an | @Cache(usage=CacheConcurrencyStrategy.TRANSACTIONAL) | annotation. My entity contains a java.sql.Blob and so I get an UnsupportedOperationException: Blobs are not cacheable. May I annotate my Blob getBlob()-Method with anything, so that my entity will b

[jboss-user] [JBoss Seam] - Re: Configuring Facelets into Seam

2007-05-10 Thread Fleury
Thank you Petemuir for your help I'm using Jboss server (jboss-4.0.5.GA) and my TaskFormLibrary class appears only in the subdirectory jar of the exploded-archives folder, with the other classes of my session beans but not in the war subdirectory. Found no copy of facelets.jar. anonymous wrote

[jboss-user] [Clustering/JBoss] - Re: Session Replication - Concurrency Problems?

2007-05-10 Thread davewebb
Last night I reverted back to mod_jk 1.2.21. I have stickysession working correctly and load balancing working correctly. I no longer have any error messages regarding the session replication in the jboss log. This leads me to believe the issue we are all having is with mod_proxy and not Jbos

[jboss-user] [JBoss Seam] - Re: Configuring Facelets into Seam

2007-05-10 Thread Fleury
Petemuir, I'm coming back to this point : anonymous wrote : Check you don't have more than one copy of facelets.jar hanging around. I have a jsf-facelets.jar file in the lib directory and this declaration in my application.xml file : jsf-facelets.jar Is this the right configurat

[jboss-user] [JBoss Seam] - EntityHome + nested persist = FK constraint violation

2007-05-10 Thread damianharvey
Hi, I have an Entity USER that can be in many GROUPs. This relationship is held in the USERGROUP entity. I have a page where a new User can be created and their groups selected. When I go to persist these using the following code I get a Foreign Key Constraint Violation from mySQL as the USER

[jboss-user] [JBoss Messaging] - 1.20.GA/SP1 woes

2007-05-10 Thread colomb
Since upgrading our queues from 1.0.1SP4 to 1.2.0GA/SP1 (tried both), the queues seem to be far less reliable. Within minutes of bringing them up, they will hang after some activity on them. Looking at the log, I see this just before they become unresponsive. Any ideas? Thank you. | 10:4

[jboss-user] [JBoss Seam] - Re: Configuring Facelets into Seam

2007-05-10 Thread petemuir
You need to have jsf-facelets.jar in WEB-INF/lib (stuff *will* break otherwise) and if you want to do the ClassLibrary in code, you'll need to make sure its on the war classloader. https://facelets.dev.java.net/nonav/docs/dev/docbook.html#taglib-create (or look at the jboss-seam-ui.jar/META-INF

[jboss-user] [JBoss Seam] - Re: Seam 1.2.1.GA Integration Testing (identity.login)

2007-05-10 Thread mhaubrich
@Shane: Thanks, I will do that within today. @Monkeyden: Thanks for you reply. Honestly I don't know. I am still learning the Jboss/EJB architecture. What exactly does @Local, @Stateful, @Stateless imply? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044730

  1   2   3   >