[JBoss-user] [JBoss Seam] - Again: Dublicate ID

2006-01-12 Thread cleonhar
Hi everybody. I hope sombody can help me. I have a problem using the @DataModel Annotation. I saw some other people had the same problem and I tried also the suggestions, but nothing worked. I use JBoss 4.0.3SP1 and Seam 1.0beta. I tried it with MyFaces 1.0.9 and 1.1.1 and 1.1.2-SNAPSHOT. He

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Can Jboss Messaging run standalone?

2006-01-12 Thread jzhuo
I know this topic. but it is for JBossMQ, how about JBoss Messaging? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917299#3917299 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917299

[JBoss-user] [Security & JAAS/JBoss] - Re: User credentials retrieval from security subject in a mu

2006-01-12 Thread [EMAIL PROTECTED]
jboss version, exact apis being used, ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917298#3917298 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917298 --- Thi

[JBoss-user] [Microcontainer] - Re: Trouble running TestNG SEAM tests using microcontainer i

2006-01-12 Thread [EMAIL PROTECTED]
Describe the setup in more detail as I don't follow the seam development on a daily basis. Exactly how is this being ruin in intellij? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917297#3917297 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [Management, JMX/JBoss] - Re: JBoss Server shutdown failure

2006-01-12 Thread [EMAIL PROTECTED]
Remove commons-logging.jar from your war. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917296#3917296 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917296 --- Thi

[JBoss-user] [Installation, Configuration & Deployment] - Re: Disabling tomcat

2006-01-12 Thread [EMAIL PROTECTED]
And the reply that said just removing the jbossweb-tomcat50.sar was what? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917295#3917295 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917295 ---

[JBoss-user] [JBoss Seam] - error while starting jboss 3 in eclipse

2006-01-12 Thread deepakonmail
hi, while trying to start jboss 3 in eclipse it gives the following exception. jboss 4 is working fine. kindly provide the solution. 12:24:06,500 INFO [Server] Starting JBoss (MX MicroKernel)... 12:24:06,515 INFO [Server] Release ID: JBoss [WonderLand] 3.2.1 (build: CVSTag=JBoss_3_2_1 date=2003

[JBoss-user] [EJB 3.0] - Re: Lookup of entity bean from remote client not working

2006-01-12 Thread okiSM
Thank you for your reply, but I have one more question: How can I access this entity EJB? Are session beans the only way (since every example shows that they can be "looked up")? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917293#3917293 Reply to the post

[JBoss-user] [JBoss Seam] - Re: JBoss IDE and Seam Development Ideas

2006-01-12 Thread [EMAIL PROTECTED]
"js8523" wrote : 4) Generate shell view backing beans and web pages from EJB3 entity model (adding generated annotations to the EJB3 entities, then generate the view backing SFSB, then the web pages), rather than just straight from the database. Effectively jumping one step in you existing re

[JBoss-user] [JBoss jBPM] - Re: jBPM without database

2006-01-12 Thread [EMAIL PROTECTED]
jbpm 3.0+ also support full in memory without a database. e.g. SEAM is going to use it that way for pageflow in a JSF application. regards, tom. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917290#3917290 Reply to the post : http://www.jboss.com/index.ht

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Can Jboss Messaging run standalone?

2006-01-12 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=IsThereAStandaloneDistributionOfJBossMQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917289#3917289 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917289

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS remote subscriber clock synchronization

2006-01-12 Thread [EMAIL PROTECTED]
If there is no subscriber there is no buildup of messages. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917288#3917288 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917288 --

[JBoss-user] [JBoss Portal] - deploying portlets

2006-01-12 Thread altaf
hi, i am using jboss 4.0.2 and jboss portal 2.0.1. i have taken the jboss-portal.sar and placed in the /deploy directory of jboss server and its working fine. but i want to deploy new portlets. i dont know how to deploy new portlets. can anyone help me as to what i should do in order to deploy

[JBoss-user] [JBoss Seam] - Re: What JBoss IDE version is used when making the Seam docu

2006-01-12 Thread [EMAIL PROTECTED]
Gavin, I just had another question. Can I use this pageflow idea to restrict what pages a user may have access to? Say the user is logged in, but does not carry the role needed to access a special page--can I determine the user's role and restrict him before the page is sent to him (without u

[JBoss-user] [EJB 3.0] - Re: How to implement OneToMany LAZY relationship

2006-01-12 Thread pvanonselen
Am I the only person with this problem? I am using Jboss 4.0.3SP1 and want to use lazy relationships on a ManyToOne relationship. Surely I am not the only one. Could anyone maybe suggest an alternative to use if using the relationship directly is not possible from within a SessionBean. This i

[JBoss-user] [EJB 3.0] - Re: Inheritance and Index. How?

2006-01-12 Thread trofimov
Use @org.hibernate.annotations.Table(name = "TANLE_NAME, indexes = { | @Index(name = "idx_name", columnNames = { "name" }) | ... | }) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917281#3917281 Reply to the post : http://www.jboss.com/in

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss Application Server 4.0.3 SP1

2006-01-12 Thread rajeshchande
Hello, I have downloaded, installed and configured JBoss AS 4.0.3SP1. When I run the "default" instance, everything runs fine. There are no errors. When i run the "all" instance, i get the following error: Microsoft Windows XP [Version 5.1.2600] (C) Copyrig

[JBoss-user] [EJB 3.0] - Entity and permission

2006-01-12 Thread trofimov
How I can set permission on Entity bean? It's possible? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917279#3917279 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917279 -

[JBoss-user] [JBoss Seam] - Re: What JBoss IDE version is used when making the Seam docu

2006-01-12 Thread [EMAIL PROTECTED]
Right. Non-persistent, single user. vs. Persistent, multi-user. "Business process" is what people usually mean when they talk about "workflow" or "orchestration". "Pageflow" is what they mean when they talk about "navigation". We will be loose here, and sometimes talk about pageflow as "orc

[JBoss-user] [Installation, Configuration & Deployment] - JSESSIONID Configuration

2006-01-12 Thread gambinopete
I have two WARS deployed in the same instance of JBOSS. Is there a way to disable use of the statefull sessions (turn off the JSESSIONID) for one WAR, while leaving it on for the other? One WAR has dynamic content that is completely stateless, and I do not want a JSESSIONID created when users

[JBoss-user] [JBoss Seam] - Re: What JBoss IDE version is used when making the Seam docu

2006-01-12 Thread [EMAIL PROTECTED]
I've been struggling with the difference between a page flow and a business process. Please correct me if I am wrong. A page flow is for single user spanning over a single conversation. A business process is for multi-user interactions over a grander time scale. Thanks. View the original post

[JBoss-user] [Installation, Configuration & Deployment] - Weblogic to Jboss Migration Tool

2006-01-12 Thread sudeep_deshpande
Hi, Currently I am looking for a migration tool for migrating some of my Weblogic (7.0 & 8.1) Applications to Jboss (4.0). An article posted by Deepak Vohra (an XSLT Solution) is quite informative but does not exactly fit my bill. Kindly let me know if anyone knows about any available tool for

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JSP compilation errors are not going to

2006-01-12 Thread mikek753
thanks a lot. I'll validate that after I get nightly build. That's only one thing holds me to move to 1.5.0. I've tried mix it with WTP - didn't work for JSP compilation - was hanging compiling the same JSP forever by using 99% cpu. Could be my Web project settings that were migrated from 1.5M1

[JBoss-user] [JBossWS] - Re: WS & EJB3

2006-01-12 Thread swmk
this is from jboss service log; 2006-01-12 11:19:15,031 DEBUG [org.jboss.ws.tools.JavaToWSDL] generate [endpoint=... xxxserviceImpl,tnsURI=null,service=null,portType=null] 2006-01-12 11:19:15,031 DEBUG [org.jboss.ws.tools.JavaToWSDL11] Creating JavaToWSDL11 instance 2006-01-12 11:19:

[JBoss-user] [JBossWS] - Re: WS & EJB3

2006-01-12 Thread swmk
When I looked at the jboss server log, the exceptions come after or at the generation of wsdl of the service. Another is, stack over flow and it comes like this; at org.jboss.ws.tools.schema.SchemaTypeCreator.introspectJavaProperties(SchemaTypeCreator.java:460) at org.jboss.ws.tools.sc

[JBoss-user] [EJB 3.0] - Re: Do Session Beans have to implement an interface?

2006-01-12 Thread minamoto
"glennimoss" wrote : Of course I'm just noticing that this article is almost a year and a half old, so things may have changed quite a bit since then. If it has changed, does anyone know where in the spec drafts it changed? | See the Revision History page of the EJB 3.0 Simplified API PFD (P

[JBoss-user] [JBoss Seam] - Re: What JBoss IDE version is used when making the Seam docu

2006-01-12 Thread [EMAIL PROTECTED]
Do it by hand for now, until this stuff is available. Its easy. The value of the GUI is more for visualization. (1) A page flow can have actions if you like, or not if you like. There are really two approaches. The more JSFy way is that the actions are tied to the view, and jPDL just does navig

[JBoss-user] [JBoss Portal] - Re: Problem using struts with jboss portal 2.2

2006-01-12 Thread jsports
I do not find a error or exception in the jboss log file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917269#3917269 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917269 ---

[JBoss-user] [JBoss Portal] - Problem using struts with jboss portal 2.2

2006-01-12 Thread jsports
I have study the struts demo used struts-portal-bridge in http://labs.jboss.com/portal/index.html?ctrl:id=page.default.downloads&project=portletswap&category=.portlets.framework . The demo is jboss portal 2.0 compliable. Then I make a change to ensure it is jboss portal 2.2 compliable. the port

[JBoss-user] [JBoss Seam] - Re: What JBoss IDE version is used when making the Seam docu

2006-01-12 Thread [EMAIL PROTECTED]
So we should just do it by hand then? I'm trying to figure this stuff out right now. I think I am starting to get it. I have some plain questions--may I ask them? (1)Is there a difference between a page flow and a process-definition with actions? Is a page flow just a process-definition with

[JBoss-user] [JBoss Seam] - Re: What JBoss IDE version is used when making the Seam docu

2006-01-12 Thread [EMAIL PROTECTED]
Ahwell, hehe, this is kinda false advertising, since it is just from a prototype that Koen has running. Hopefully he will get time to finish that work and commit it for the next release of JBoss IDE. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917266#39172

[JBoss-user] [EJB 3.0] - Re: Mapping a Map Collection

2006-01-12 Thread jsb
This looks like the same issue: http://opensource2.atlassian.com/projects/hibernate/browse/ANN-120 I was able to get it to work by switching to the @JoinColumn relational strategy, but in my actual project I am using the Property entities with multiple owning entities so join table per owning en

[JBoss-user] [JBoss Seam] - What JBoss IDE version is used when making the Seam document

2006-01-12 Thread [EMAIL PROTECTED]
How come in the Seam documentation there are pictures of JBoss IDE with a Page button but when I download the JBoss IDE there isn't? What JBoss IDE version is used when making the Seam documentation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917264#39172

[JBoss-user] [EJB 3.0] - Re: How to make a simple EJB 3.0 client?

2006-01-12 Thread [EMAIL PROTECTED]
put a log4j.xml file in your classpath. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917263#3917263 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917263 --- This

[JBoss-user] [JBoss Seam] - Re: Entity Manager not bound exception

2006-01-12 Thread [EMAIL PROTECTED]
Cool, thanks Thorsten. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917262#3917262 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917262 --- This SF.net email is s

[JBoss-user] [JBoss Seam] - Re: Entity Manager not bound exception

2006-01-12 Thread SunFire
I seems this is not a seam bug but a EJB3 problem and - I think - it was reported in JIRA and flaged as "done" in the current HEAD. Its an issue with the SFSB passivation/activation code. If you want a quick workaround for the moment annotate you SFSB like this to avoid passivation: | import

[JBoss-user] [JBoss jBPM] - Re: RAP with JBoss jBPM from Javapolis 2005

2006-01-12 Thread vlasov01
Tom, Thank you for the published presentations. Are you planning also publish a quick demo of the Rapid Application Prototyping capabilities of JBoss jBPM (BP from scratch in 15 minutes). Regards, Sergey View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=391726

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - telnet to jboss-tomcat port 8009 fail (can't connect from ap

2006-01-12 Thread blindmen
Hi i have a problem connect from apache to jboss-tomcat apache. mod_jk is trying to communicate but tomcat is not respondig. netstat shows that 8009 port is open but when i try to telnet there i have no response too. I have no firewall rule applied on linux. Can any1 give a hint ? thanx for any

[JBoss-user] [JBoss jBPM] - Re: working with jbpm

2006-01-12 Thread enazareno
Hi, I suggest you try Koen's suggestion first. Then if you want to try other dbs, I assumed you have already a database that you're very comfortable with and you have the ide for it. Check out the jbpm-db folder under your starter's kit and see if its supported. These are the configurations

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Struts Exception

2006-01-12 Thread krishh
I am getting this error on one of my JSP 's. I dont know what is happening. All other pages work fine but when I click on one link I get this error. On the browser I get ERROR: Message: null Exception: javax.servlet.ServletException: BeanUtils.populate This is what I got from the log: 8:47:53

[JBoss-user] [EJB 3.0] - Re: [IDE - 1.5RC2] javax.ejb.Inject - which jar?

2006-01-12 Thread xubin
http://wiki.jboss.org/wiki/Wiki.jsp?page=MigrationFromPreview5ToEJB3.0Beta View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917256#3917256 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917256 -

[JBoss-user] [JBoss Portal] - Portal 2.2 - null or empty portlet html fragment

2006-01-12 Thread PMO
If a portlet DoView() returns with an empty or null html fragment then the portal container throw an exception. This is unecessary as it forces me to write at least one blank. philippe View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917255#3917255 Reply to

[JBoss-user] [Beginners Corner] - Building and Packaging

2006-01-12 Thread matt.hibb
I am building a simple Enterprise Application and have managed to package everything into a EAR file and deploy to JBOSS. Now I have created another project, whose classes are both used by both EJB and WEB tiers. I am looking for the best way to package all this up into an EAR (if this is the b

[JBoss-user] [JBoss jBPM] - Re: problem in configuring jbpm for mysql database

2006-01-12 Thread lappi_79
I made some progress, was able to get the build done. You are right it was not the same issue. But when I deployed the newly created jbpm.war, tomcat logs show some errors, does this look familiar? anonymous wrote : | Jan 12, 2006 4:36:19 PM org.apache.catalina.startup.HostConfig deployWAR |

[JBoss-user] [JBoss Portal] - Re: Portal 2.2 - Window Name Scope

2006-01-12 Thread PMO
My mistake. Window had two tags properties. So, window name has the scope of the page containing the window. correct? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917252#3917252 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [JBoss jBPM] - Re: subprocess doesn't pick up latest definition

2006-01-12 Thread enazareno
Hi Guy, check out the versions of your definition. This may not be related to you subprocess problem, but i've noticed if you dont place a version in the process definition, it does not necessarily know the latest process definition. This has already been fixed by 3.1beta cause when you upl

[JBoss-user] [JBoss Seam] - Re: JBoss IDE and Seam Development Ideas

2006-01-12 Thread [EMAIL PROTECTED]
"js8523" wrote : | 1) It would be incredible if the Seam deployment scanner was adapted to work at development time within a Seam project to add the elements that it detects as components to a global component map (which may also include jsf managed beans and others!) so that: | |

[JBoss-user] [JBoss Seam] - Re: Entity Manager not bound exception

2006-01-12 Thread [EMAIL PROTECTED]
"Rorschach" wrote : To clarify further, each SFSB (I have four) has it's own | | | | @PersistenceContext(type=EXTENDED) | | private EntityManager em; Well, if you are using this style of injection, this question is nothing to do with Seam. Notice that this is all working perfectly

[JBoss-user] [JBoss jBPM] - Re: problem in configuring jbpm for mysql database

2006-01-12 Thread kukeltje
ahh.. but you did not report that, so how would we have known that ;-) Still, the real lines are more important and those differ. Therefor I still do not think they are the same issue. Did you check if c:\server\default\lib exists on your system View the original post : http://www.jboss.com/i

[JBoss-user] [EJB 3.0] - Re: Prevent EntityManager persisting

2006-01-12 Thread [EMAIL PROTECTED]
I think what he's doing is fine. The idea that session beans are never used in the presentation tier is oldstyle EJB2 thinking. To stop a method from persisting changes, mark it @TransactionAttribute(NOT_SUPPORTED). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[JBoss-user] [EJB/JBoss] - EJB QL subquery for finder

2006-01-12 Thread krishna505
The following declared-SQL for customized finder throws an exception * @ejb.finder view-type="both" * signature="java.util.Collection findBillingInvoices(java.lang.Integer subscriptionId)" * query="Overridden by jbosscmp-jdbc.xml" *

[JBoss-user] [EJB 3.0] - Re: Prevent EntityManager persisting

2006-01-12 Thread ejb3workshop
You are breaking MVC in a bad way. You seem to doing presentation logic inside a session bean. session beans are about business logic. Rather add the additional field on the client side rather then within the session bean itself. The reason the database is updated is that you are still working

[JBoss-user] [JBoss Seam] - Re: Conversation Timeout

2006-01-12 Thread [EMAIL PROTECTED]
BTW, the way I have been handling conversation timeouts is to use @Conversational on my SFSB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917244#3917244 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917244 --

[JBoss-user] [JBoss Seam] - Re: Conversation Timeout

2006-01-12 Thread [EMAIL PROTECTED]
No, but I could provide something. Add it to JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917243#3917243 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917243 --

[JBoss-user] [JCA/JBoss] - Re: How to programmatically create datasource without config

2006-01-12 Thread hbentel
Hi I'm also interested in this topic but this thread seems to have died away. Are there any way to programmatically configure new datasources in JBoss 4.0? We also use Weblogic and it's JMX api to create connection pool and datasources on demand without restarting the server. It's all abstracte

[JBoss-user] [JBoss Portal] - Portal 2.2 - Window Name Scope

2006-01-12 Thread PMO
It seems that there is a constraint on window name to be unique in the "default-object.xml" file, is that correct? I am saying this because I am getting this : 2006-01-12 23:31:17,968 DEBUG [org.jboss.portal.core.deployment.jboss.ObjectDeployment] Loading portal metadata from file:/E:/pmn/pmn

[JBoss-user] [JBoss Portal] - Re: NullPointerException at getPortletMode()

2006-01-12 Thread sgwood
See: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=74705 Sherman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917240#3917240 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917240 -

[JBoss-user] [Installation, Configuration & Deployment] - deploying jar file in jboss

2006-01-12 Thread saigiridhar
Hi, i have an error while deploying my "ejb jar" file in jboss. I have copied jar file of my ejb application in the deploy directory in the default directory of jboss and it gave me a lot of errors. can anyone please help me,how can i get rid of those errors. Please help me as it is urgent. O

[JBoss-user] [JBoss jBPM] - Re: problem in configuring jbpm for mysql database

2006-01-12 Thread lappi_79
I guess I thot its the same issue, cos it occured after the same line (printed to console) anonymous wrote : | [deploypar] 10:19:00,313 DEBUG ProcessArchiveDeployer : committing transaction to deploy process ProcessDefinition(websale) | View the original post : http://www.jboss.com/index

[JBoss-user] [JBoss Seam] - Re: Tomohawk sortTable strange error

2006-01-12 Thread mrausch
Woops, I didn't realize the topic spanned two pages. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917237#3917237 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917237 -

[JBoss-user] [JBoss Seam] - Re: Tomohawk sortTable strange error

2006-01-12 Thread mrausch
Hello, Has anyone resolved this? I am seeing the same behavior as Zealot and SunFire. Any suggestions would be appreciated. Thanks, Mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917236#3917236 Reply to the post : http://www.jboss.com/index.html?modul

[JBoss-user] [JBoss jBPM] - Re: jBPM without database

2006-01-12 Thread suman291857
Thankf for your response!! Will keep posted abt my progress on using hsql-inmemory db. Kind Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917235#3917235 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917235

[JBoss-user] [JBoss jBPM] - Re: problem in configuring jbpm for mysql database

2006-01-12 Thread kukeltje
Why do you think it is the same issue? I see two totally different errors. Im still looking for some explanation for the error of Tanmay, but your posting, lappi_79, looks like could be cause by a wrong reference to an non existing jboss config View the original post : http://www.jboss.com/ind

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JSP compilation errors are not going to

2006-01-12 Thread [EMAIL PROTECTED]
A preliminary fix has been committed to CVS for this bug. Here is the JIRA reference with more information: http://jira.jboss.com/jira/browse/JBIDE-258 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917233#3917233 Reply to the post : http://www.jboss.com/i

[JBoss-user] [JBoss jBPM] - Re: jBPM without database

2006-01-12 Thread kukeltje
jbpm relies on a database for its internal activities. This does not mean you need a full database however. You can use hsqldb in an in-memory mode, which does not persist anything. So this is kind of what you might configure. Ronald View the original post : http://www.jboss.com/index.html?mod

[JBoss-user] [JBoss Seam] - Conversation Timeout

2006-01-12 Thread Rorschach
Is there a way to catch an exception when your conversation has timed out? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917230#3917230 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917230 --

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JSP compilation errors are not going to

2006-01-12 Thread [EMAIL PROTECTED]
Hi Mike.. thanks for your observation.. I am now attempting to automatically add this validation builder to any J2EE 1.3/1.4 project or any project that tries using JSP compilation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917229#3917229 Reply to the p

[JBoss-user] [JBoss jBPM] - Re: problem in configuring jbpm for mysql database

2006-01-12 Thread lappi_79
I guess we are having the same issue! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917228#3917228 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917228 --- This SF

[JBoss-user] [JBoss jBPM] - Re: problem in configuring jbpm for mysql database

2006-01-12 Thread lappi_79
Hi, I followed the same article (with tomcat55 + mysql ), https://sourceforge.net/forum/message.php?msg_id=3301077 I am stuck on step# 9 on ant create.db -buildfile build.deploy.xml It created the database tables but gave this error. Can you tell me if i went wrong someplace? anonymous wrote :

[JBoss-user] [JBoss Seam] - JBoss IDE and Seam Development Ideas

2006-01-12 Thread js8523
Hi All I thought as a change I would post some of my (whacky) ideas, rather than just continuing to ask questions!! So here goes. I didn't know where to post this part of the post , JBoss IDE or here but.. (caution the first idea is a bit work load heavy) Jboss-Seam IDE == 1) It

[JBoss-user] [Beginners Corner] - Re: Servlet Exception with Jboss

2006-01-12 Thread reinerka
I just got the same problem in the following environment: - Eclipse 3.1.1 with JBossIDE 1.5 - Fedora Core 4 Linux - JDK 1.5.0_06 - JBoss 4.0.3SP1 (installer used with install everything) I've been trying to follow the EJB3 Trailblaizer demo with my own Classes and when running the Servlet I get

[JBoss-user] [Installation, Configuration & Deployment] - apache + jboss + jrun

2006-01-12 Thread mdonoso
I have apache with jrun working correctly, but when I configure the tomcat connector (jk) the apache does not connect with jboss. My config is: DocumentRoot "/home/users/webprod/serv-web-2003/product/web-internet-war" ServerName athenea.bolchile.cl ErrorLog logs/bec-error_log Cus

[JBoss-user] [JBoss Eclipse IDE (users)] - How to test portal with JBoss Portal server and Eclipse

2006-01-12 Thread fredth
Hey ppl, I just start to use JBoss AS et Portal and I would like to know if it's possible to test my portlets without publishing it. You know, like in WSAD, u have a test server and u can debug your servlet on. Is their anything like this for JBoss server and portal/portlets ?? Thx in advance

[JBoss-user] [JBoss Seam] - Re: Entity Manager not bound exception

2006-01-12 Thread Rorschach
It appears as if this is problem has already been reported here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=73206 and here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=73467 I assume you gentlemen are still working on this as there were no definiteive replies to tho

[JBoss-user] [EJB 3.0] - Re: How to make a simple EJB 3.0 client?

2006-01-12 Thread fabriciobraga
I did what you told. It seems to work fine now, but I get 2 warnings messages: | log4j:WARN No appenders could be found for logger (org.jboss.security.SecurityAssociation). | log4j:WARN Please initialize the log4j system properly. | Is there something more that I need to do? Thanks, F

[JBoss-user] [JBoss Seam] - Re: Archive deployment and seam component scanner problem ?

2006-01-12 Thread SergioD
My structure is the same . i all archive which have seam components i included the emtpy seam.properties. In my application.xml i included the archives and they are processed by JBoss. I see in the log that seam is scanning the ejb3 and par archive but it doesn't active my seam component. Any

[JBoss-user] [JBoss Eclipse IDE (users)] - Dbugging Struts Tiles

2006-01-12 Thread johnnyren
Is there any way I can debug Struts Tiles? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917218#3917218 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917218 --- T

[JBoss-user] [JBoss jBPM] - Re: working with jbpm

2006-01-12 Thread forJbpm
I am using tcp -ip connections for databases I have uncommented lines in hsqldb-ds.xml file. Is there anything else I need to know Deepali View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917216#3917216 Reply to the post : http://www.jboss.com/index.html?modu

[JBoss-user] [JBoss Eclipse IDE (users)] - changing "private Package1 package;" in generated to "privat

2006-01-12 Thread ameelin
"[EMAIL PROTECTED]" wrote : add a [table name="Package" class="Package1"/] in reveng.xml | | the reveng.xml editor in the just released jbosside unfortunately doesnt have the class attribute in the ui, but you can add it manually. | | the next version of hibernate tools will have the cl

[JBoss-user] [EJB 3.0] - @OrderBy for inheritance JOINED

2006-01-12 Thread silviu.marcu
I have: @Entity @Inheritance(strategy = InheritanceType.JOINED) class A { int id; int x; } @Entity @Inheritance(strategy = InheritanceType.JOINED) class B extends A { } @Entity class C { @OneToMany (cascade = {CascadeType.ALL}, fetch = FetchType.LAZY, mappedBy

[JBoss-user] [JBoss/Spring Integration] - Re: Sample App Deployment Problems...

2006-01-12 Thread linush
I haven't received the new version from you, yet? Did you send it? Yeah, it will be better if Mike or Bill can put the new one on the download site. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917212#3917212 Reply to the post : http://www.jboss.com/index

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Defining multiple 'Service(s)' in Tomcat's server.xml

2006-01-12 Thread [EMAIL PROTECTED]
We need a testcase for this deployment scenario as well to validate updates to tomcat don't break this. We should have two connectors deployed using the node0, node1 interfaces. I don't think we parse ${x} system property refs from the server.xml that is needed to make this easily done. In the p

[JBoss-user] [EJB 3.0] - Re: How to make a simple EJB 3.0 client?

2006-01-12 Thread fabriciobraga
Ops, there is little error at line: ProjectService projetService = (ProjectService) ic.lookup( SaqueHome.class.getName()); Now making a little correction: ProjectService projetService = (ProjectService) ic.lookup( ProjectService.class.getName()); | Ok. View the original post : http://ww

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Apache2 to JBoss 4.0.3SP1 mod_jk problem

2006-01-12 Thread blindmen
Actually the problem is probably in jboss because I can't telnet to the port 8009. But startup log is saying that service is up, and also netstat shows that 8009 port is open and listening ? Could it be in security settings of linux that is refusing telnet connection ??? View the original post :

[JBoss-user] [EJB 3.0] - Re: How to make a simple EJB 3.0 client?

2006-01-12 Thread tzwoenn
Yuo need the following Properties for your InitialContext: java.naming.provider.url=localhost java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces View the original post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [EJB/JBoss] - Re: TimerService timeout fired within timer-creation transac

2006-01-12 Thread tzwoenn
By reading the issue details I think you misunderstood me: I was talking about a transaction, in which a timer was CREATED, but which was not committed yet. So the transaction might still be rolled back later, meaning for the timer also to be cancelled. But... what if this timer expires in betw

[JBoss-user] [EJB 3.0] - How to make a simple EJB 3.0 client?

2006-01-12 Thread fabriciobraga
Hello, I'm trying to create a simples stand alone EJB 3.0 client but it jut don't work. The client woks fine when running on Servet class, but when running a class with public static void main it does not work. I'm doing something like this: | public class SimpleClient { | public st

[JBoss-user] [Messaging, JMS & JBossMQ] - OIL2XAConnectionFactory not bound

2006-01-12 Thread umashankar.verma
Hi, I'm using jboss-4.0.3SP1 to deploy applications..there are few applications which have been configured to use OIL2 services.I have configured the required services (oil2-service.xml) for OIL2.When i'm shutting down the server , i'm giving the following exception... 14:00:09,221 ERROR [OIL2

[JBoss-user] [JBoss jBPM] - Re: HowTo programatically add action to transition?

2006-01-12 Thread admin
if you use runtime actions, then you don't even have to mess with the process definition. Event event = processDefinition.getEvent("transition"); Action action = processDefinition.getAction("myActionAsDefinedInTheProcessDefinitionXml"); processInstance.addRuntimeAction(event, action); or someth

[JBoss-user] [EJB 3.0] - Re: Lookup of entity bean from remote client not working

2006-01-12 Thread tzwoenn
EJB3 entities (which are not enterprise beans any more) are not meant for being "looked up by a remote client" as it was possible using EJB2.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917202#3917202 Reply to the post : http://www.jboss.com/index.html?m

[JBoss-user] [JBoss Portal] - PortalDS and HSQLDB Schema - HELP!

2006-01-12 Thread wowowonder
Installation: JBOSS 4.0.3SP1 JBOSS Portal 2-2 OS: Mac OSX 10.3.9 IDE: NetBeans 5.0 Beta My objective is to use HSQLDB and at a later date use HSQLDB Extreme as the database for my future web site. Also, I plan to use a Macintosh server. What I'd like to do is to be able to see the table structu

[JBoss-user] [JBoss/Spring Integration] - Re: Sample App Deployment Problems...

2006-01-12 Thread alesj
Is it working with the new Spring deployer version? I hope Bill or Mike will put the new one up (to download site) soon. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917199#3917199 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[JBoss-user] [JBoss Portal] - Portal 2.2 - Transaction - CMT

2006-01-12 Thread PMO
in portlet configuration I can define a transaction tag: | | | Required | | ... | Does this mean I can consider to be in a CMT environment (JTA Transaction already started) and call SessionFactory.getCurrentSession(); ? Philippe View the original post :

[JBoss-user] [Management, JMX/JBoss] - BarrierController Service and Dependent Service

2006-01-12 Thread jiwils
I am using JBoss 4.0.2 with the BarrierController service in order to have some custom MBeans depend upon the starting of the Tomcat connectors. Upon startup, everything works just as expected, but upon shutdown of the application server, the "stop" method of my custom MBeans is never called.

[JBoss-user] [JBoss AOP] - Re: AOP Deployment

2006-01-12 Thread rbonifacio
Ok, thanks a lot. I change the run.sh file, but, when I start JBOSS, the next erro is throw: Invalid JAXP type: avaagent:pluggable-instrumentor.jar (Expected 'crimson' or 'xerces') Regards, Rorigo. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917196

[JBoss-user] [EJB 3.0] - Re: Prevent EntityManager persisting

2006-01-12 Thread Dornus
In the mean time, I made a transient variable in the MyTable class called displayName. Hopefully there is a better solution? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917194#3917194 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[JBoss-user] [JBoss/Spring Integration] - Re: Sample App Deployment Problems...

2006-01-12 Thread linush
Ales, thank you for your reply. Please send your updated example to [EMAIL PROTECTED] Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917192#3917192 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917192 --

[JBoss-user] [JBoss/Spring Integration] - Re: Sample App Deployment Problems...

2006-01-12 Thread alesj
Yep, I think they changed it. At the time of writing this example I think I used 1.2.3, but I'm not sure. I already have a new version of spring.deployer - and it uses Spring 1.2.5 which has already changed loadBeanDefinitions method. I can send it to you by email. View the original post : htt

[JBoss-user] [Clustering/JBoss] - Architecture Questions

2006-01-12 Thread lapoutre
Hello everybody, I'm looking for an evolutive architecture for my application. this is a web site that is gonna grow up rapidly. I'd like to know where and how I can store current user sessions. The application is not clusterised yet. but if it happend tomorrow, I don't want to redevlop my sessi

[JBoss-user] [EJB 3.0] - Prevent EntityManager persisting

2006-01-12 Thread Dornus
I have the following situation... | @Stateless | public class MyClassBean implements MyClass { | @PersistenceContext(unitName = "blah") | EntityManager em; | | public List doSomething(){ | final Query q = em.createQuery( | "from MyTable " | ); |

  1   2   3   >