[jboss-user] [Management, JMX/JBoss] - Re: Problem with RMI/JRMP

2007-10-02 Thread genman
Your approach doesn't seem straightforward. The approach I've taken is to use the MBeanServerConnection interface, see this : http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIGetRemoteAccessToMyMBean You can create a proxy implementing the MBean interface by using this class:

[jboss-user] [Management, JMX/JBoss] - Re: Weird display problem with built in Hypersonic Manager

2007-10-02 Thread genman
The database manager is actually bundled with HSQLDB itself and JBoss simply runs it. So any issues with it should go to them. But since it's a display issue, it's likely something wrong with your desktop environment. View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: Expose MBeans from another domain

2007-10-02 Thread genman
It's possible the MBeans were installed in a separate MBeanServer instance. The console displays only the JBoss MBeanServer and those MBeans installed there. Unfortunately (but I could be mistaken with the current release) there's no way to browse a different MBean server with the console. This

[jboss-user] [Javassist user questions] - hibernate annotations and session factory:

2007-10-02 Thread cclafuente
I have this configuration in my webapp: The DAO layer: | !-- Hibernate SessionFactory -- | bean id=sessionFactory class=org.springframework.orm.hibernate3.LocalSessionFactoryBean | property name=dataSource ref=dataSource/ | property name=configurationClass |

[jboss-user] [JBoss Seam] - Re: How can I integrate CAS client into Seam?

2007-10-02 Thread wuhaixing
Yes,If I don't call the identitiy.login,the thing is ok.That's why I think identity.login reset the session. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090488#4090488 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Update to JBoss IDE beta3 - lots of problems ...

2007-10-02 Thread [EMAIL PROTECTED]
Problem with start/stop of jboss as - is that on an a newly created server or an existing one already configured in your eclipse workspace ? Looks like the server configuration some how is missing the location of the server and just uses root. Where does the error show up ? In eclipse ? In the

[jboss-user] [JBoss Getting Started Documentation] - Re: installing jboss AS 4.2.1

2007-10-02 Thread peppermache
I'm having a problem when I run JBoss. I get a message saying that JVM_Bind address is already in use Any ideas on how to solve this? I'm new to JBoss as well and I have just downloaded it to my PC. Thanks. View the original post :

[jboss-user] [JBoss Messaging] - Re: Jboss Messaging Cluster with Topics

2007-10-02 Thread ivanrc
messages sended to queues are Persistent Messages, aren´t they? I can´t use Queues because there are more than one consumers. During the time consumer change the cluster node provider if whenI lost messages. View the original post :

[jboss-user] [JBoss/Spring Integration] - sessionFactory annotations jboss spring-modules

2007-10-02 Thread cclafuente
I'm using springmodules annotations to the validation, and hibernate annotations to the persistent layer. With another application server, i haven't got any problem with my app, but in jboss it sends a exception, and don't deploy the war. My configuration in the dao layer: | !--

[jboss-user] [JBoss jBPM] - Re: what is the difference between swimlane and swimlaneInst

2007-10-02 Thread kukeltje
Please stay polite, I did as well. I even ASKED you WHY you expect them to be the same. And btw, I did not tell you to RTFM (although source/testcases are imo part of that) but the usage of these fields/methods often really becomes more clear and helps you to understand more of jBPM. And I did

[jboss-user] [JBoss Getting Started Documentation] - Re: Getting java.net.BindException

2007-10-02 Thread sendil.sekki
Hi Peter, Thanks for the reply. By JBMS I meant Jboss Mail Server. Which version of the Jboss Mail Server can I use. I need a Mail server which supports IMAP. we are already using Jboss for deployment. View the original post :

[jboss-user] [JBoss Seam] - Seam 2.0.0.CR1 TestNG problem

2007-10-02 Thread ulath
i am trying to use SeamTest for integration test but i get the following error javax.servlet.ServletException: ServletContext not allow to getResourceAsStream for /WEB-INF/web.xml | at org.ajax4jsf.webapp.WebXml.init(WebXml.java:113) | at

[jboss-user] [JBoss Seam] - Re: seam-gen

2007-10-02 Thread marius.oancea
Yes. I already disabled validation and works this way but i'm wondering about the consequences. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090499#4090499 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090499

[jboss-user] [JBoss Seam] - ant seam-gen created project.

2007-10-02 Thread marius.oancea
I just created a new project with seam-gen cmd line utility (seam 2.0 beta). All is ok except the following: When I use @Stateless or @Statefull on a component i got: 18:35:09,281 INFO [Component] Component: mainWindow, scope: CONVERSATION, type: STATEFUL_SESSION_BEAN, class:

[jboss-user] [JBoss Seam] - Re: How to Extend Persistence Context Programatically

2007-10-02 Thread bravefencer
so here is my code: @Stateful | @Scope(ScopeType.SESSION) | @Name(SessionObjektAuswahl) | public class SessionObjektAuswahl implements ISessionObjektAuswahl{ | | | @DataModel | private ListKioskPC kioskPCListe; | | @DataModelSelection |

[jboss-user] [JBoss Seam] - Re: ant seam-gen created project.

2007-10-02 Thread marius.oancea
I think i found it. In the reference docu i found: anonymous wrote : | You need to be aware of the following limitations: | ? the components must be JavaBean components, they cannot be EJB3 beans (we are working on fixing this | limitation) | ? entities can never be hot-deloyed | ?

[jboss-user] [JBoss Seam] - Re: ant seam-gen created project.

2007-10-02 Thread marius.oancea
I've set debug=false. The result is : 10:38:02,453 INFO [Initialization] Installing components... 10:38:02,484 INFO [Component] Component: mainWindow, scope: SESSION, type: STAT EFUL_SESSION_BEAN, class: test.MainWindowBean, JNDI: java:com p/env/jboss-seam-jee5/MainWindowBean/local 10:38:02,484

[jboss-user] [JBossWS] - Re: Sample application

2007-10-02 Thread richard_opalka
Copy junit jar file to $ANT_HOME/lib directory. This will solve your problem ;-) Richard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090515#4090515 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090515

[jboss-user] [Installation, Configuration DEPLOYMENT] - Explicit Dependencies for Jar-Files?

2007-10-02 Thread MarcusDidiusFalco
Hi, I know it is possible to declare explicit dependencies for MBeans so that they are deployed in the right order. Is there a similar mechanism for simple .jar files? If yes what is the syntax or where is this described. Thanks, Hans View the original post :

[jboss-user] [JBoss Seam] - Re: Simple selectOneMenu Example/seamgen

2007-10-02 Thread damianharvey
Your approach is certainly correct. Show your code for deliverableHome. Does it use the same 'Status' class as the entityQuery? Is gov.hhs.fda.ocio.fdaaa.entity.Status the correct package? Cheers, Damian View the original post :

[jboss-user] [JBoss Portal] - When I change portal URL to web \

2007-10-02 Thread kevnlin
When I change portal URL to web \ in my application img SRC=/content/defalt/11.jpg when I run on browser on this application the jsp page img SRC=/portal/content/ default/11.jpg why the server addition the /portal on url View the original post :

[jboss-user] [JBoss/Spring Integration] - Re: JBoss 4.2.0_GA + Spring 2.0.5 integration

2007-10-02 Thread alesj
iGeek wrote : I tried putting them in the jboss-spring-jdk5.deployer and in the sever/default/lib directories (either one and both). | Just put all the required Spring libs in the sever/default/lib. That should definitely work. No need for them then to be in jboss-spring-jdk5.deployer. View

[jboss-user] [JBoss Seam] - Re: How to Extend Persistence Context Programatically

2007-10-02 Thread bravefencer
i have found the failure. The SMPC Scope-Type ist Conversational, but i'am using Scope-Type SESSION for my Session Beans. If i switch to Conversational Scope-Type , then it works. Hope the Applications Behaviour will be achieved.. View the original post :

[jboss-user] [JBoss/Spring Integration] - Re: sessionFactory annotations jboss spring-modules

2007-10-02 Thread alesj
See sticky, hence moving it to bad post. btw: this sounds more of a Spring forum post View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090529#4090529 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090529

[jboss-user] [JBoss Seam] - Re: Stored procedure call causes connection close

2007-10-02 Thread nickarls
I tried setting hibernate.connection.release_mode to after_statement, that didn't do anything. It reacted to after_transaction by not closing the connection immediately, unfortunately seam itself closed it (at the end of the current long running conversation?) so that was a no-go either :-/

[jboss-user] [JBoss Seam] - Re: Stored procedure call causes connection close

2007-10-02 Thread nickarls
In other words: should I just give up and start fresh from the JNDI or is there a way of getting a connection from an entitymangager, run a stored procedure and just happily live on? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090534#4090534 Reply to the

[jboss-user] [JBossWS] - Re: 2.0.1SP1: When?

2007-10-02 Thread [EMAIL PROTECTED]
I see. We can't hide. ;) 2.0.1SP1 won't be published at jboss.org. The next official release will be 2.0.2 at the end of oktober. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090533#4090533 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Remote JNDI lookup best practise.

2007-10-02 Thread pieter.jvrensburg
I am trying to find out what is the best way of using a remote object acquired through a lookup... Currently I am thinking of using one of these two techniques: 1. Do a lookup every time I want to use the remote object. 2. Do the lookup once, use it and only when it fails (for whatever reason),

[jboss-user] [JBoss AOP] - duplicate method: _getAdvisor

2007-10-02 Thread Sharoni
Hey! I?ve start working with JBoss Aop not long ago, so I?m just another newbie. :) When trying to run my program with this jboss-aop.xml : aop | bind pointcut=execution(void $instanceof{com.blabla.ManagedElement}-set*(..)) | interceptor class=com.blabla.listener.AopObserver/

[jboss-user] [JBoss Seam] - Re: Problem with page using param

2007-10-02 Thread rnicob
Does somebody have an idea on how to solve this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090539#4090539 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090539 ___ jboss-user

[jboss-user] [Installation, Configuration DEPLOYMENT] - How setup JBoss for the Timeout ?

2007-10-02 Thread catania
Hi all! I use anonymous wrote : jboss-4.0.5.GA, EJB3.0 Does Jboss support the timeout if the client (A) was login and he do nothing in a specific time (example 10 minutes), then A will logout automatically? Please guide to me or show me some article about my this problem. Thank!

[jboss-user] [JBoss jBPM] - Re: problems trying to use evaluation / reference config (j

2007-10-02 Thread Tom Brough
kukeltje wrote : Tom, | | The fact that there are 2 'errors' is because they are printed via System.err.println, but as you look at the text, you see just a INFO and a WARNING. So please do not THINK something is related. Either be sure or post all other errrors as well and let us judge.

[jboss-user] [Installation, Configuration DEPLOYMENT] - How configure JBoss to restrict number of Clients ?

2007-10-02 Thread changemylife
Hi all! I want restrict number of client connect with JBoss server (example: 10 clients not 11). If JBoss support, show me where I can do this, please ? Thank all! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090542#4090542 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Jboss Messaging Cluster with Topics

2007-10-02 Thread timfox
You should use persistent messages and durable subscriptions, then your messages will survive failure. Persistent messages in a non durable subscription act as non persistent messages. Non persistent messages do not survive failure. See JMS spec for more details. View the original post :

[jboss-user] [JBoss jBPM] - Server Deployer field in GPD

2007-10-02 Thread bensonfungjava
Hi, I am using GPD to deploy the process archive into the jBPM engine. Actually, I am currently using jBPM starter kit with jbpm.war pre-installed. However, I don't understand the Server Deployer field is hard-coded to '/jbpm/upload'. I can't find where '/jbpm/upload' is honestly. But I

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - javax.persistence.NoResultException

2007-10-02 Thread georgesberscheid
Hi, I'm creating a select query using entity manager createQuery and execute it with getSingleResult() which throws a NoResultException. However, it should return a result. The query that is executed (which I get from the MySQL query log) returns exactly what I would expect it to return but

[jboss-user] [JBoss Seam] - Re: Problems with migration to 2.0

2007-10-02 Thread [EMAIL PROTECTED]
Include jgroups.jar in your lib View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090550#4090550 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090550 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Server Deployer field in GPD

2007-10-02 Thread dleerob
It is a servlet. Deployed in jbpm-console\WEB-INF\web.xml !-- This is the GDP's deployer servlet -- | servlet | servlet-nameGDP Deployer Servlet/servlet-name | servlet-classorg.jbpm.web.ProcessUploadServlet/servlet-class | load-on-startup1/load-on-startup |

[jboss-user] [JBoss Tools (users)] - Re: Update to JBoss IDE beta3 - lots of problems ...

2007-10-02 Thread tdemuth
The JBoss AS-configuration has been done in beta2 and worked fine there. After installing beta, I just took over the existing workspace - with the JBoss configuration in it. And now it breaks on startup with the following Eclipse-console-output: 11:48:33,062 INFO [Server] Starting JBoss (MX

[jboss-user] [JBoss jBPM] - Re: Server Deployer field in GPD

2007-10-02 Thread bensonfungjava
Thanks for your help. Benson View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090556#4090556 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090556 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: Update to JBoss IDE beta3 - lots of problems ...

2007-10-02 Thread tdemuth
A newly created Server-configuration solves the problem. Now I'll try to dig me through the new Archiving ... Thank you very much! Tobias View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090558#4090558 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Update to JBoss IDE beta3 - lots of problems ...

2007-10-02 Thread [EMAIL PROTECTED]
you didn't get a wizard on the first start to convert your projects/server setups ? There should be an automatic conversion wizard. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090561#4090561 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Update to JBoss IDE beta3 - lots of problems ...

2007-10-02 Thread tdemuth
Ok, the Packaging-Problem first occured in beta2 exists in beta3, too. When I configure Packaging Archives and press the button Apply (or in beta2 choose Run Packaging) a popup occurs An internal error occured. See error log for details.. In error log view I found te following exception:

[jboss-user] [JBoss Tools (users)] - Re: Update to JBoss IDE beta3 - lots of problems ...

2007-10-02 Thread [EMAIL PROTECTED]
F means file P means project nothing related to drive letter ;) You should report in jira the steps to reproduce this - thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090564#4090564 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Please add missing artifactories to the JBoss maven repo

2007-10-02 Thread afloom
Please, anyone from JBoss who can comment on this? If you need help with the poms I'd be happy to help you. As it is now, it requires tweaking when using maven. /Anders View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090565#4090565 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Logout problem

2007-10-02 Thread srpantano
Please anyone?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090566#4090566 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090566 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Got it y'all. Here's a working Struts bridge example (2.

2007-10-02 Thread arunprasathav
I deployed that app as test .war I get the following error.. it says that failed to create instance TestStrutsPortletInstance of porlet /test.TestStrutsPortlet , because porltet /test.TestStrutsPortlet is not available. i dont know why i get like this. Everything is perfect as far i know View

[jboss-user] [JBoss Portal] - Re: Got it y'all. Here's a working Struts bridge example (2.

2007-10-02 Thread arunprasathav
I deployed that app as test .war I get the following error.. it says that failed to create instance TestStrutsPortletInstance of porlet /test.TestStrutsPortlet , because porltet /test.TestStrutsPortlet is not available. i dont know why i get like this. Everything is perfect as far i know View

[jboss-user] [JBoss AOP] - Re: Please add missing artifactories to the JBoss maven repo

2007-10-02 Thread [EMAIL PROTECTED]
If you want to create the poms please go ahead. The svn branches would be http://anonsvn.jboss.org/repos/jbossas/tags/JBoss_AOP_1_5_0 http://anonsvn.jboss.org/repos/jbossas/tags/JBoss_AOP_1_5_1_GA http://anonsvn.jboss.org/repos/jbossas/tags/JBoss_AOP_1_5_2_GA

[jboss-user] [JBossWS] - How generate a WebService using Eclipse with JBossIDE

2007-10-02 Thread Fantagir
Hi!! I'm development my first Web Service and I have a lot of problems and doubts as you can see in my topics. My enviroment is: Eclipse with a JbossIDE version 2.0.2 Jboss 4.0.5 GA JDK 1.5 Windows NT In this enviroment, How can I implement a WebService?? I do it as explain in

[jboss-user] [JBoss AOP] - Re: Please add missing artifactories to the JBoss maven repo

2007-10-02 Thread afloom
Ok, thanks for you response Kabir! I'll take a look and probably focus on the 1.5.5 and 1.5.6 versions. /Anders View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090581#4090581 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Please add missing artifactories to the JBoss maven repo

2007-10-02 Thread [EMAIL PROTECTED]
Great, since I am the one who will end up needing to add all this, the fewer versions = the less work for me = the greater likelyhood of me doing this :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090583#4090583 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problem using seam example in websphere 6.1

2007-10-02 Thread antoni.jakubiak
After few days of playing with JBoss-SEAM and WebSphere 6.1 I still can not run example application. But I make small steps ahead. Now, after running seam application on WAS 6.1.0.11 I have the following error: [02.10.07 12:39:36:546 CEST] 0024 compiler E Missing Built-in Tag

[jboss-user] [JBoss Seam] - altering Component for adding inAttributes/outAttributes

2007-10-02 Thread fphilip
It is possible alter the component to add or remove attributes to inject or outject components? or is better Inject in contexts? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090586#4090586 Reply to the post :

[jboss-user] [JBossWS] - Re: How generate a WebService using Eclipse with JBossIDE

2007-10-02 Thread palin
I suggest you take a look at http://jbws.dyndns.org/mediawiki/index.php?title=JAX-WS_User_Guide You'll find how to implement both the server and client sides. Alessio Soldano View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090587#4090587 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: javax.naming.NameNotFoundException: MySqlDS not bound

2007-10-02 Thread BGMF
got it: my datasource (MySqlDS) was bound to java:/MySqlDS I've seen these naming in tutorials, but I have forgotten to re-check my persitence.xml, there I've forgotten the java:/ in front of MySqlDS and this was causing the problem... View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Joram Test failling on Selector JMSDEliveryMode

2007-10-02 Thread [EMAIL PROTECTED]
JBossMQ is correct. See the JMS Spec: anonymous wrote : | 3.8.1.3 Special Notes | When used in a message selector JMSDeliveryMode is treated as having the | values ?PERSISTENT? and ?NON_PERSISTENT?. | View the original post :

[jboss-user] [JBossWS] - Re: How generate a WebService using Eclipse with JBossIDE

2007-10-02 Thread Fantagir
Thank's I have seen this page. But it doesn't explain how can I generate the client and the WebService using eclipse. Thank's for your replay. I'll try to do it as this page explain. But If any other knows how can I do it, explain me. View the original post :

[jboss-user] [JBoss Portal] - Re: Got it y'all. Here's a working Struts bridge example (2.

2007-10-02 Thread NM-156
You didn't mention anything about successfully deploying your application without the portlet configuration (just as a non-portletized struts app) inside of the AS. Have you done that yet? If not, you must simplify your problem by starting with a simple, functional Struts app. View the

[jboss-user] [Management, JMX/JBoss] - Re: How can I (remotely) access the log files?

2007-10-02 Thread chris.w
Thanks for your reply. Well, when I think about it, in a production environment my application would actually run on the same machine or even the same JBoss server, so probing the local file system would be the most simple solution. However, I still need the URL of the (local) log directory, but

[jboss-user] [JBossWS] - Re: Transaction Not Allowed

2007-10-02 Thread subramaniam.venkat
Hello All, Please provide some comments. I am badly in need of help. Awaiting replies, Thanks Warm Regards, Subramaniam V View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090597#4090597 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: cant control security in a jms queue

2007-10-02 Thread [EMAIL PROTECTED]
anderslinden wrote : Adrian, I wouldnt make postings here if I thought the manual was useful. So explain what your problem is, IT DOES NOT WORK is not a problem its just an incompetent question. Or better yet, explain which part you read and why it is not useful. -- snipped rest of useless

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - javax.persistence.PersistenceException: org.hibernate.Hibern

2007-10-02 Thread BGMF
Hi @all! since I've solved my fist larger problem (even if a small missing thing was causing it) I had encountered a variety of different other Exception - wrong libraries and such stuff. But know I'm - again - looking very confused on my server logging... anonymous wrote : | 3:58:23,406

[jboss-user] [Messaging, JMS JBossMQ] - Re: cant control security in a jms queue

2007-10-02 Thread [EMAIL PROTECTED]
jaikiran wrote : | P.S: I havent tried anything of these. This is just based on the documents i could find, so you are sure to run into some issues, in which case just post it in the forums here. Maybe someone will be able to help. | Nice try, but guessing what the problem is (we don't

[jboss-user] [JBoss Seam] - Template and Nested EL Expresssion

2007-10-02 Thread trossmy
I have several managed beans that lookup a list of database records and implement an Interface (SeamAction) with one method public void find() . In order to provide paging for the results I would like to have a template like this: | s:link action=#{seamAction.find} rendered=#{previousExists}

[jboss-user] [JBoss Seam] - Re: Performance: @Name and @Stateless

2007-10-02 Thread DiegoCoronel
Hi swd847, So, my .xhtml !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; | html xmlns=http://www.w3.org/1999/xhtml; | xmlns:ui=http://java.sun.com/jsf/facelets; |

[jboss-user] [EJB 3.0] - MS SQL View as Entity?

2007-10-02 Thread mheidt
Hello, I have a xml-based hibernate library and thought of using it within seam. But when I want to use EJB3, I assume, that I need an anotation-based description. But now I have the issue that all MS SQL Views (CREATE VIEW...) aren't found: Reason: javax.persistence.PersistenceException:

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

2007-10-02 Thread tjakopec
Hi all! After couple off months off development we are finally put first public beta version of our application. Type off application is HRM (Human resource management) but that is irrelevant. Application is build upon jboss AS, seam and RichFaces. I would like you to take a look and give some

[jboss-user] [JBoss Seam] - Re: SeamPhaseListener Error on Seam 2.0

2007-10-02 Thread [EMAIL PROTECTED]
I assigned the issue to Alex in the Seam jira. When I spoke to him about it he wasn't sure as to the best solution. I hope we can get a fix into 3.2 and backport it to 3.1.x. I'm not sure on timescale for this I'm afraid. View the original post :

[jboss-user] [JBoss Seam] - Problem with TimerService

2007-10-02 Thread hasc
Hello, i wrote a simple stateless bean to test the TimerService. i am using jboss 4.2.0GA Whenerver i initialize the time i run into the following exception: 2007-10-02 14:56:55,437 ERROR [org.jboss.ejb.txtimer.TimerServiceImpl] Cannot create txtimer | java.lang.IllegalStateException:

[jboss-user] [Beginners Corner] - how can i change the source level on jboss 4.2.1

2007-10-02 Thread ClassicComposer
I am assuming this is simple and i just missed it int he documentation somewhere. how do i activate source level 5.0 i am using a jdk 1.5 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090638#4090638 Reply to the post :

[jboss-user] [JBoss jBPM] - web.xml and faces.xml configuration

2007-10-02 Thread Nicos109
I need to configure a context-param in web.xml and a managed-bean in faces-config.xml but these files are automatically generated at the deployment of jbpm console. Is it possible to configure this in jbpm.cfg.xml ? Thanks View the original post :

[jboss-user] [JBoss Seam] - Re: How can I integrate CAS client into Seam?

2007-10-02 Thread matt.drees
I don't know what to tell you. You could put a breakpoint in Identity.login() and see what's going on. I'm guessing that's not where the problem is, though, but I could be wrong. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090641#4090641 Reply to the

[jboss-user] [JBoss Getting Started Documentation] - Re: installing jboss AS 4.2.1

2007-10-02 Thread jaikiran
peppermache, welcome to the forum :) The exception that you mention is because the port(s) which JBoss uses, is already in use by some other application. See http://wiki.jboss.org/wiki/Wiki.jsp?page=DebugBindException for more details. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How setup JBoss for the Timeout ?

2007-10-02 Thread jaikiran
Are you looking for the session-timeout of a web-application? If so, you can set it in the web.xml file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090648#4090648 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090648

[jboss-user] [JBoss Seam] - Re: Simple selectOneMenu Example/seamgen

2007-10-02 Thread griffitm
Damian, Thanks for the reply. I thought I was on the right track from looking at this related link: http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamEntityConverter Here is my deliverableHome class: | package gov.hhs.fda.ocio.fdaaa.entity; | | import org.jboss.seam.annotations.In; |

[jboss-user] [JBoss Portal] - Re: When I change portal URL to web

2007-10-02 Thread saigon_man
it added the /portal because in your jboss-web.xml, there is a line specifies this anonymous wrote : | context-root/portal/context-root | SGM View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090655#4090655 Reply to the post :

[jboss-user] [JBoss Seam] - Ho to avoid HTML entity conversion

2007-10-02 Thread JUnkie
I'm using Seam and Facelets for a multilingual website. The site's charset is Unicode. I would like to get rid of the automatic conversion of non-ASCII chars to HTML entities (see samples below). What would I have to do? Th? nghi?m Ti?ng Vi?t | becomes | Thamp;#7917; nghiamp;#7879;m

[jboss-user] [JBoss Seam] - Re: Ho to avoid HTML entity conversion

2007-10-02 Thread JUnkie
I thought this forum was Unicode too... I need to clarify what above means: the question marks above are non-ASCII chars, the ampersands are not escaped on my site. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090658#4090658 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Ho to avoid HTML entity conversion

2007-10-02 Thread JUnkie
To make that clearer: I have no issues with the charset, everything is displayed well on my site. I just don't want the conversion to HTML entities for non ASCII-chars. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090659#4090659 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying web application

2007-10-02 Thread stumbav
I encountered similar problem, solved it and it might be of some help to someone else. The cause was gwt-dev-linux jar deployed with the problematic war. gwt-dev-linux contains some of catalina classes which were out of version for my jboss instance. So grep the libs deployed with your war on

[jboss-user] [JBoss Seam] - Re: security-config.xml equivalent in 2.0?

2007-10-02 Thread [EMAIL PROTECTED]
You configure seam security through pages.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090663#4090663 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090663 ___ jboss-user

[jboss-user] [JBoss Seam] - s:fileUpload not actually sending output?

2007-10-02 Thread rjstanford
I've been struggling with getting s:fileUpload to work with our application; from reading the message boards it seems as if we're doing everything right, but obviously something's missing. This is with Seam 2.0.0.B1, fwiw. Our components.xml file contains: web:multipart-filter

[jboss-user] [JBoss Seam] - Re: Simple selectOneMenu Example/seamgen

2007-10-02 Thread griffitm
Ok, I got the problem sorted. The problem was that I had the convertEntity tag before selectOneMenu. The solution was to move it AFTER the selectOneMenu, thusly: | s:decorate id=statusDecoration template=layout/edit.xhtml | ui:define name=labelstatus/ui:define |

[jboss-user] [JBoss Seam] - bind object-level validation errors to field

2007-10-02 Thread m.kraxner
Hello, it is possible to write own level validators, validate objects with ClassValidator and add the invalid values to FacesMessages. the problem is, that these errors are bound to the validated object - if there are more objects of the same kind - like in a treetable - it is not very

[jboss-user] [JBoss Seam] - Re: bind object-level validation errors to field

2007-10-02 Thread m.kraxner
I'm sorry. it should be: it is possible to write own object level validators... and it is not very convenient for the user if they are shown all together as global errors m.kraxner wrote : Hello, | | it is possible to write own level validators, validate objects with ClassValidator

[jboss-user] [Installation, Configuration DEPLOYMENT] - Problem deploying a JPA web application

2007-10-02 Thread jimpo
Not sure how many are familiar with Appfuse, but it is a tool that basically generates a simple helloworld web application (.war) using selected technologies. I created a web application using JPA Spring MVC. I'm using JBoss 4.2.1GA without any special configuration changes. I can deploy the

[jboss-user] [JBoss Seam] - Create a Logger for a Simple Seam Test

2007-10-02 Thread [EMAIL PROTECTED]
I am using Seam 2.0 CR1 with simple Hibernate session and i want to write a simple test that tests the some methods of my business object. I was hoping to avoid having to integrate TestNG at this point (and add this later on), so... on my business objects i was hoping that i could implement

[jboss-user] [Beginners Corner] - Re: Rather simple but doesn't work

2007-10-02 Thread woo37830
Did check this and confirmed that I did default installation. Uninstalled and reinstalled using EJB3 option. This allowed seam gen to create project and deploy it. It created a login page, but when I did the seam generate-entities, it created new classes for accessing the tables, but upon

[jboss-user] [JBoss Seam] - Re: Create a Logger for a Simple Seam Test

2007-10-02 Thread jacob.orshalick
This is certainly a valid approach IMO and one that I have used for years. EasyMock and JMock are great frameworks that make this easy to do and you can always write stubs (which it sounds like you were already considering). I always strive to make my components testable outside a container

[jboss-user] [Management, JMX/JBoss] - Re: How do I remotely access an mbean attribute value?

2007-10-02 Thread rcolaco
Tried that already; didn't work. Tried several variations... a] accessing via attribute: requestProcessingTime b] accessing via attribute: RequestProcessingTime c] accessing as operation: getRequestProcessingTime None of these worked. - Rohit View the original post :

[jboss-user] [JBoss jBPM] - Re: what is the difference between swimlane and swimlaneInst

2007-10-02 Thread dingo001
kukeltje wrote : Please stay polite, I did as well. I even ASKED you WHY you expect them to be the same. And btw, I did not tell you to RTFM (although source/testcases are imo part of that) but the usage of these fields/methods often really becomes more clear and helps you to understand more of

[jboss-user] [Beginners Corner] - Re: Rather simple but doesn't work

2007-10-02 Thread woo37830
NEXT_ENTRY is a number, BTW View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090693#4090693 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090693 ___ jboss-user mailing list

[jboss-user] [Management, JMX/JBoss] - Re: How do I remotely access an mbean attribute value?

2007-10-02 Thread [EMAIL PROTECTED]
For the mbean you are interested in, check out the exported attributes operations, e.g.: | cd jboss-x.y.z\bin | twiddle info jboss.web:type=GlobalRequestProcessor,name=http-127.0.0.1-8080 | | Description: null | +++ Attributes: | Name: modelerType | Type: java.lang.String |

[jboss-user] [JBoss Seam] - Re: Semantics of @Name, @DataModelSelection

2007-10-02 Thread djfjboss
Many thanks once again for your help. I'm finding progress with Seam frustratingly slow. It sounds like a very powerful technology that should be a great productivity aid but, although the examples look straightforward, when I come to try them there are hidden subtleties and inconsistencies

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Explicit Dependencies for Jar-Files?

2007-10-02 Thread aleksab
Did you figure out if this is possible or not for jar files? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090697#4090697 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090697

[jboss-user] [JBoss Getting Started Documentation] - Re: Getting java.net.BindException

2007-10-02 Thread PeterJ
Sorry, I don't use the mail server. But the binding issue is still that some other application is using the port, and the link I posted should give you some ideas on tracking down who is using the port and then how to go about fixing it. View the original post :

[jboss-user] [JBoss Seam] - servlet functionality with seam component

2007-10-02 Thread arussel
Hi, I am porting a project to seam. We have a servlet that interface with BusinessObjects. mapping of *.pdf and *.xls goes to that servlet and it returns rapport from BO in pdf or xls format. mapping of *.bo return html of the BO rapport. We would like to have a BO component. We're using

[jboss-user] [JBoss Seam] - Re: How can I integrate CAS client into Seam?

2007-10-02 Thread bsmithjj
I use CAS and I have this working. You may want to review this thread http://www.jboss.com/index.html?module=bbop=viewtopict=119167. I use a different approach than the CAS Filter for authentication, but the process should be the same because by the time Seam steps in to the request processing

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How configure JBoss to restrict number of Clients ?

2007-10-02 Thread PeterJ
Set the maxThreads for the HTTP connector to 10, and the acceptCount to 0. You can set this in server/default/deploy/jboss-web.deployer/server.xml. (You never said which version of JBoss AS you are using so I assumed 4.2.1 - the server.xml file tends to move around from release to release.)

  1   2   >