[jboss-user] [JBoss Seam] - Entity Bean extends SelectItem

2006-08-10 Thread mrohad
I've a CodesTable EntityBean and I would like it to extends SelectItem because many Drop downlists in my xhtml files should show all the CodesTable instance where codestable.table = "spesific drop down" this is the Entity Code: package com.my.ejb.entities; | | import javax.faces.model.Select

[jboss-user] [JBoss Seam] - Re: When can @Logger be used?

2006-08-10 Thread appendix
Thank you for your replies! I've tried several annotations. The "current" one is: | @Name("user1A6") | @Interceptors(SeamInterceptor.class) | public class User1A6 { | But I've tried it w/o the interceptor as well. I'm trying to log the properties which are injected to the bean from an J

[jboss-user] [JBoss Seam] - Re: Graceful logout and friendly login ? How to?

2006-08-10 Thread Basel
Injecting UIViewRoot does not work. | Caused by: org.jboss.seam.RequiredException: In attribute requires value for component: loginAction.view | at org.jboss.seam.Component.getInstanceToInject(Component.java:1382) | at org.jboss.seam.Component.injectFields(Component.java:102

[jboss-user] [Beginners Corner] - Re: HELP: javax.naming.NameNotFoundException: comp not bound

2006-08-10 Thread cnbs
"ashahashah" wrote : "cnbs" wrote : anonymous wrote : The env-entry-name element contains the name of an enterprise bean's | | | environment entry. The name is a JNDI name relative to the | | | java:comp/env context | | I don't have this "java:comp/env" context to which all my envi

[jboss-user] [JBoss and NetBeans] - Re: register jboss server in netbeans 5

2006-08-10 Thread [EMAIL PROTECTED]
what do you mean? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964532#3964532 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964532 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBossWS] - Re: using JSR181 - attachments

2006-08-10 Thread stevenh
Let me know if anyone has any luck doing this. i have trawled the jsr181 and found nothing on attachments and i think jsr67 is a little early for annotations, quick browse of the jcp web site and found nothing newer than saaj-1.3. View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss and NetBeans] - Re: register jboss server in netbeans 5

2006-08-10 Thread jossyvjose
Thanks for the info. But this is not possible with Weblogic 9 or Sun AE. jossy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964531#3964531 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964531

[jboss-user] [Beginners Corner] - Re: org.jboss.xb.binding.JBossXBException: Failed to parse s

2006-08-10 Thread cnbs
"yongjun_jiao" wrote : Maybe you should put the namespace in your schema locaotion attribute: | xsi:schemaLocation="ejb-jar_3_0.xsd" --> | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee ejb-jar_3_0.xsd" | Sorry i posted wrong code.. the real one: | http://java.sun.com/xml/ns/

[jboss-user] [JBoss jBPM] - Re: Error in node-->TaskNode

2006-08-10 Thread harderwu
sorry! Imy english is poor! so i can't make clear by explanation what i want to say! i would Learn English more! thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964527#3964527 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBossWS] - Re: Type definition exception (bug?)

2006-08-10 Thread stevenh
I had a similar issue, it probably is a bug, but the work around is to use an interface on your user object and return the interface rather than the user itself. This hides the super class from the processes building the jaxrpc-mapping allowing it to generate correctly... View the original p

[jboss-user] [JBossWS] - Re: Is it me, JAX-WS, or JBoss?

2006-08-10 Thread stevenh
Try creating a interface for your Cabin object to implement. public interface ICabin { public int getId(); public void setId(int id); public String getName(); public void setName(); } Then have your travel agent return the ICabin rather than the Cabin. I had a similar probl

[jboss-user] [Beginners Corner] - Re: HELP: javax.naming.NameNotFoundException: comp not bound

2006-08-10 Thread ashahashah
"cnbs" wrote : anonymous wrote : The env-entry-name element contains the name of an enterprise bean's | | environment entry. The name is a JNDI name relative to the | | java:comp/env context | I don't have this "java:comp/env" context to which all my environment resources names (like en

[jboss-user] [Beginners Corner] - Re: PostgreSQL as DefaultDS Tutorial

2006-08-10 Thread hoongming
Hi, I am also using Postgres with Jboss 4.0.4 GA and the newest EJB 3.0 implementation. I have been experiencing some strange behaviour when I shutdown JBoss and then restart it. When I shutdown the app server, my entire database and all its data disappears. When I restart it, i get my database

[jboss-user] [Installation, Configuration & Deployment] - EAR deployment issues

2006-08-10 Thread nancy.aggarwal
EAR structure which we want: Hello, I am working in the deployment of our application on Jboss4.0GA.Following is the structure of our ear: EAR |Application war |Sytem war |EJB jar |Sytem har |Application har |Common.jar(having all dependent jars and classes of syte

[jboss-user] [Security & JAAS/JBoss] - Problems with my security proxy

2006-08-10 Thread fosodguez
Hi to everybody, I'm practically newbie in JBoss and EJB deployment so I hope this doesn't sound stupid... The client perform a JAAS login to establish the principal and credentials for authentication in the server. The LoginModule used in client is ClientLoginModule. After a sucessful "login"

[jboss-user] [JBoss Eclipse IDE (users)] - why scriplet code pop up

2006-08-10 Thread chaman4110
when i write scriptlet code in jsp editor (e.g. request.getAttribute()) it doesnot show code help pop up menu, above request can be written manually. it gives following error in log file when i press crtl+space. i use jboss-ide1.5 . !MESSAGE Problems occurred when invoking code from plug-in: "o

[jboss-user] [EJB 3.0] - Accessing EJB3 Session Beans from a JAR in a WAR?

2006-08-10 Thread bsheward
Hi, I've created a JAR file, within a WAR file, deployed within an EAR file into JBoss 4.0.4. The JAR file contains JUnit tests which I've hooked into J2EEUnit. The problem is that the tests in the JAR file don't seem to be able to find the Session Beans. I've tried all sorts of names in an In

[jboss-user] [JNDI/Naming/Network] - How to determine what is in an InitialContext?

2006-08-10 Thread bsheward
Hi, Is it possible to see all the bindings in an InitialContext? I see the list() methods, but I don't really get how the String and Name parameters would work in order to dump out what is in the context, and how can you list sub-contexts? Thanks and Regards, Barry View the original post :

[jboss-user] [JBoss jBPM] - The process class loader issue

2006-08-10 Thread yxyang
Hi I am going to call EJBs within actionhandler classes. THe EJBs will use Run-AS role. Now, my concern is about the classloader. If i just put my ejb jar files under the deploy directory which is the same directory as jbpm.sar, will the process classloader be able to see my beans in my ejb

[jboss-user] [Management, JMX/JBoss] - Re: Disabling or Securing the Tomcat Status page in the JMX-

2006-08-10 Thread PeterJ
You could edit the file server/xxx/deploy/jbossweb-tomcat55.sar/ROOT.war/index.html to remove the link. But someone could still access servlet if they know the URL. Another possibility is to edit the server/xxx/deploy/jbossweb-tomcat55.sar/ROOT.war/WEB-INF/web.xml file and remove the servle

[jboss-user] [JBoss Messaging] - Re: SQLException: Invalid column index in CR4

2006-08-10 Thread davidrh
I have solved the main part of the problem. We were running with an out of date oracle-persistence-service.xml definition. Sorry for the alarm. We are still getting the following error when we start JBoss up: 10:04:31,904 ERROR [ExceptionUtil] SessionEndpoint[-2147483645] createQueue [5c4o23-a

[jboss-user] [EJB 3.0] - Proxy classes on @Inheritance types not honoring derived typ

2006-08-10 Thread hindog
JBoss 4.0.4 GA Patch 1, ejb3-clustered from .jar installer I have a hierarchy of entities using JOINED inheritance, the hierarchy is: Structure -> House -> Apartment (Structure is the root of the hierarchy flagged with @Inheritance attribute, the others extend Structure and provide @Discriminat

[jboss-user] [JNDI/Naming/Network] - Re: No ejb-link in web.xml and jndi-name in jboss-web.xml

2006-08-10 Thread vitalstrike82
Hi Jaikiran, Thanks for your advice. my program works after following your solutions. Thanks Regards ChongMing View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964510#3964510 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Portal] - Re: No window states in new portal

2006-08-10 Thread [EMAIL PROTECTED]
this bug is fixed in cvs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964509#3964509 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964509 ___ jboss-user mailing list jboss

[jboss-user] [JBoss Portal] - Re: Role Management portlet broke in 2.4.0CR3

2006-08-10 Thread [EMAIL PROTECTED]
It is done. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964508#3964508 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964508 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [Javassist user questions] - Re: AccessControlException on generated classes due to missi

2006-08-10 Thread paul.homes
Hi Renat, Thanks for the clarification. I would be keen to follow the status of your Hivemind update because then I can drop my patch :) Does there happen to be a JIRA issue for it? If so I will add myself as a watcher. Cheers Paul View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Portal] - Re: Role Management portlet broke in 2.4.0CR3

2006-08-10 Thread [EMAIL PROTECTED]
I have been able to reproduce it and will fix it asap. thanks for reporting. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964506#3964506 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964506 _

[jboss-user] [JBoss Portal] - Re: No window states in new portal

2006-08-10 Thread [EMAIL PROTECTED]
I think that the code that creates the new portal (in the UI management portlet) does not setup a correct initial state. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964505#3964505 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Portal] - jboss-portal-2.4.0-CR3-bundled does work with Oracle 9i

2006-08-10 Thread 733nb
Environment: JBoss Portal Version: jboss-portal-2.4.0-CR3-bundled Download: Bundled Portal Software JBoss AS Version: 4.0.4 GA Database Vendor and Version: Oracle 9i JDBC Connector and Version: Oracle 10.2.0.1 OS Platform: Windows 2000 Describe the problem: Portal blows up on CMS startup Post t

[jboss-user] [EJB 3.0] - Association Class mapping with composite primary key

2006-08-10 Thread celsogbj
Hi, I am having a problem trying to mapping an association class with EJB 3 on JBoss. I have a class A with a many-to-many mapping with B and an association class C which has an attribute. I implemented using an one-to-many mapping with A and C and another one bettwen C and B. So far so good.

[jboss-user] [JNDI/Naming/Network] - Re: jboss with websphere mq

2006-08-10 Thread sreepraveen_2000
hi Qauum, were you successful in getting this working. If yes, can you give brief steps to do to get the stuff working. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964502#3964502 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Portal] - Role Management portlet broke in 2.4.0CR3

2006-08-10 Thread PeterJ
Everytime I attempt to use the Role Management portlet to edit the member of a role, I get an exception: 2006-08-10 16:13:36,734 ERROR [org.jboss.portal.core.portlet.role.RolePortlet] The portlet threw an exception | javax.portlet.PortletException: Nothing to invoke | at org.jboss.portle

[jboss-user] [JBoss Messaging] - Re: SQLException: Invalid column index in CR4

2006-08-10 Thread davidrh
I have dropped all the tables and restarted JBoss and I am still having issues. Initially I have tried queuing up just over 2,000 messages. They are queued up OK, and appear to be in the JMS_MESSAGE table (the number of rows in the table agrees with the JMX console count of the messages). If

[jboss-user] [EJB/JBoss] - Re: NullPointerException looking up EJB

2006-08-10 Thread PastaFan
Any suggestions? As far as I have seen, there are several other posts describing the same issue, but neither of them helped me to find a solutuin (and probably other users as well) :-( Any help is really warmly welcome! View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [JBoss Portal] - Re: JSF / IPC / Portal 2.4

2006-08-10 Thread [EMAIL PROTECTED]
yes, I remember I saw her posting on yahoo list. the document was excellent. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964498#3964498 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964498 __

[jboss-user] [Clustering/JBoss] - Simple 4.0.3 SP1 clustering steps

2006-08-10 Thread dr_gonzo
I can't seem to find simple steps for configuring a JBoss 4.0.3 SP1 cluster. I want a two-node, horizontal cluster and I am already familiar with the concepts from working with WebLogic, WebSphere, etc. Please provide a link or simple instrux to get it to work. I know it's not working yet bec

[jboss-user] [JBoss jBPM] - Re: jBPM Monitor / Console

2006-08-10 Thread falazar
Ilya, If you havnt done it yet, you want to install and get the entire starter kit working, after that you can access the web console interface at: http://localhost:8080/web-console/ on the sidebar there there are a couple of options for monitoring and viewign the details. James View the

[jboss-user] [EJB 3.0] - Inconsistent behavior of Discriminator

2006-08-10 Thread hitman_in_wis
I have entity superclass MYSUPERCLASS --- @Entity | @Table(name="TABLE_A") | @Inheritance(strategy=InheritanceType.SINGLE_TABLE) | @DiscriminatorColumn(name="MYDESCRIMCOLUMN") | public abstract class MYSUPERCLASS{} I have enti

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Root context Apache 2.2.3 and Jboss 4.0.4

2006-08-10 Thread vannguyen0
Is there a way to configure an application deployed to JBoss to be deployed on the root context? I've set up JBoss behind an Apache 2.2.3 server using mod_proxy. I can access the application via: http://www.somedomain.com/myApp But I want to just go to http://www.somedomain.com. I've tried s

[jboss-user] [JBoss Portal] - File upload problem

2006-08-10 Thread PeterJ
Using the CMS Admin portlet, I attempted to upload a zip file into a directory, as per section 3.29 of the User Guide. The zip file was about 6MB. After churning away for a few seconds, the page refereshed but my content was not in the directory. I then cut down the size of the zip file to ab

[jboss-user] [JBoss Portal] - Re: Portal 2.4 with JBoss AS 4.0.4.GA plus ejb3

2006-08-10 Thread bmhardy
Good. that's exactly what I wanted - JSR 168 out of curiosity, what exactly do you mean by "Its not J2EE 1.4 compatible"? Do you say that because it's using EJB3 which is becoming J2EE 5 compatible? Thanks PS when I ran the jems installer with jdk1.5 I saw an error like this: Exception in threa

[jboss-user] [JBoss Seam] - Re: Class loading problem

2006-08-10 Thread [EMAIL PROTECTED]
Did you try the checklist? That list pretty much covers every NoClassDefFound problem you can have. The nastiest is the one about compiling with an older version. For instance if you compile with JDK 1.5 and run with JDK 1.4, you sometimes get NoClassDefFoundError instead of a class version

[jboss-user] [JBoss Seam] - Re: Step-by-Step Seam Getting Started Guide

2006-08-10 Thread aozoren
I guess I am the only Mac user here. :) seam.sh is missing the following parameter that seam.bat has. if [ "${seamtask}" = scaffold-wtp-project ] then ant new-project -Dproject.name=${projectname} -Dscaffold=true fi "An EJB module must contain one or more enterprise bean

[jboss-user] [JBossWS] - Re: wstools failing on XSDs using xs:import

2006-08-10 Thread Doug.Palmer
This problem isn't only with wstools; deploying a service with a similar wsdl file also fails. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964488#3964488 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964488 ___

[jboss-user] [Management, JMX/JBoss] - Disabling or Securing the Tomcat Status page in the JMX-Cons

2006-08-10 Thread scottlance
Is there a way to Disable or Secure the Tomcat Status page in the JMX-Console. It contains sensitive data that we don't want outsiders that may happen upon the page to see. I've already secured the JMX Console link and the JBoss Web Console link but can't find any information on the Tomcat s

[jboss-user] [JBossWS] - Re: jbossws1.0.1.GA, JSR-181, Collections and an Exception

2006-08-10 Thread gapon
when i use xxx.toArray() i get this exception: | AxisFault | faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client | faultSubcode: | faultString: java.lang.ClassCastException: [Ljava.lang.Object; | faultActor: | faultNode: | faultDetail: | {http://xml.apache.o

[jboss-user] [JBoss Seam] - Re: Graceful logout and friendly login ? How to?

2006-08-10 Thread [EMAIL PROTECTED]
"Basel" wrote : | | Scenario 1 ? login: | It is common for the user to login after viewing blogEntry.jsf?id=35. Now, the user would expect blogEntry.jsf?id=35 to be displayed again after the login. For this to work, loginAction.login has to know the view name from which the user clicked

[jboss-user] [JBoss Seam] - Re: Class loading problem

2006-08-10 Thread d1g
Stan, thanks for the help. Your UseJBossWebLoader trick did not work for me though. Is this perhaps a problem with org.jboss.seam.Component.createProxyFactory? This seems to be calling net.sf.cglib.proxy.Enhancer.createClass on my interface and on rdewell's abstract class. What does Gavin thi

[jboss-user] [JBoss Portal] - No window states in new portal

2006-08-10 Thread PeterJ
Using the Management Portlet, I created a new portal and added a few portlet instances, including the UserPortletWindow, to the default page. When I display the default page on my new portal, I get the following exception: 2006-08-10 13:19:28,578 ERROR [STDERR] javax.portlet.WindowStateExceptio

[jboss-user] [JBoss Seam] - Re: No active conversation context after an Exception

2006-08-10 Thread gverner
After comparing my code to the examples and some experimentation I have found that this is being caused by myfaces1.1.3, switching to 1.1.1 and the problem goes away. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964480#3964480 Reply to the post : http:/

[jboss-user] [JBoss Seam] - Graceful logout and friendly login ? How to?

2006-08-10 Thread Basel
In short, how can I keep track of the GET request parameters and the URL when users login and logout? For instance, blogEntry.jsf depends on a request parameter called id and a page action entryAction.setEntry. Moreover, login and logout are performed using the two page actions loginAction.logi

[jboss-user] [EJB 3.0] - Re: persistent object modification by different threads safe

2006-08-10 Thread ppphoenixxx
anonymous wrote : Well it works, right out of the box: no EntityManager.clear or merge calls needed in the "original" thread - but I have no idea if this is safe, supposed to work or should be avoided at all costs Okay, avoid! First I thought it works, but now it doesn't: so if it worked at all

[jboss-user] [EJB 3.0] - Re: embedded ejb 3.0 and entity beans

2006-08-10 Thread mtuckah
You can use entities in embedded. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964474#3964474 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964474 ___ jboss-user mailing li

[jboss-user] [EJB 3.0] - Re: Is Disciminator used in @OneToMany?

2006-08-10 Thread edvedafi
May be the problem isn't quite what I thought: Once I added referencedColumnName="" to all of the JoinColumns I was able to eliminate this problem. As well as an @WHERE(clause="type=A") annotation along with the JoinColumns it kindof works. However now I am noticing that on a OneToMany relatio

[jboss-user] [JBoss jBPM] - Re: Rollback - Business Process

2006-08-10 Thread kukeltje
first, jBPM (the jpdl part) is not bpel. So the analysis is not a (complete) match 1: is covered afaik by jbpm since you get an exception then. You can configure an exceptionhandler and do whatever you want Additionally if you want you can even set the token in another node/state. Normall

[jboss-user] [EJB 3.0] - Persistence unit dependency failure on deploy

2006-08-10 Thread mtuckah
Hello, I have an ejb3 application packaged in the following way: | | | myapp.ear | |---application.xml | |---myentities.jar | |---META-INF/persistence.xml | |---(entity beans) | |---mysessions.jar | |---MySessionBean.java | | My persistence.xml looks lik

[jboss-user] [EJB 3.0] - Re: Starting embeddable EJB3 server

2006-08-10 Thread jaboj
I found out that when removing the JBOSS 404 EJB3 libraries from the classpath, then the embedded server started successfully. However, I was thinking it would be better to use the RC8 version together with JBOSS 4.0.4 - do you know where I can download this version? Do you see any conflicts i

[jboss-user] [JBoss jBPM] - Re: Rollback - Business Process

2006-08-10 Thread stevei00
Here is some additional food for thought: http://rodin.cs.ncl.ac.uk/Publications/Coleman-ExaminingBPEL.pdf A Process is made up of States, Transitions, and Transition Events. A Transition is used to move from one State to another State. During the course of that Transition, you may invoke man

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Excessive logging to server.log

2006-08-10 Thread jmilikow
Did you ever get an answer for this? I'm having the same problem. Thanks. Jeremy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964459#3964459 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964459 __

[jboss-user] [Beginners Corner] - How to force JBoss to read my own xmlrpc.jar?

2006-08-10 Thread shudonglu
We have an application(let's call it myapp) running fine on Tomcat(no JBoss). In myapp, we modified the source code of Apache xmlrpc and have our own xmlrpc.jar. We are trying to port myapp to JBoss with embedded Tomcat. Deployment failed with the exception: java.lang.NoSuchMethodError: org.ap

[jboss-user] [Installation, Configuration & Deployment] - Where is JBOSSWS??

2006-08-10 Thread javarunner
Where can i download a copy of JBossWS? Also, the JDK5 versions of jbossws-client.jar and jbossws.sar. I'm tired of searching for these things. TIA... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964455#3964455 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss Messaging] - Re: CreateTablesOnStartup being ignored?

2006-08-10 Thread [EMAIL PROTECTED]
Good catch. There are actually two persistence-related services (you can see them in oracle-persistence-service.xml): JDBCPersistenceManager and JDBCChannelMapper. Each of them creates its own tables, so in order to prevent any tables to be created at startup, you need to set true on both of

[jboss-user] [JBoss Seam] - Pageflow Language?

2006-08-10 Thread connerjohn
I've been following the Pageflow examples/docs and am starting to write my own pageflows now. Question, what constructs in the jPDL dialetic are we allowed/not allowed to use? Can we use all of the jPDL constructs or just some. Those outlined in the examples include: - can we use o

[jboss-user] [JBoss Seam] - Re: Class loading problem

2006-08-10 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : | | Here's a trick you can try. Go to deploy\jbossweb-tomcat55.sar\META-INF\jboss-service.xml | set true | Uh, I meant set UseJBossWebLoader = true View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964449#3964449 Reply to

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Explicit document source root using context/docbase

2006-08-10 Thread gburcher
Sorry, I'm still not used to the interface for these forum posts. I meant to say: anonymous wrote : I believe that I want to define a somewhere. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964450#3964450 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: Class loading problem

2006-08-10 Thread [EMAIL PROTECTED]
"rdewell" wrote : | | Both paypal_stubs.jar and jboss-seam.jar are inside the ejb file, at the top level. Any ideas why this is happening? Has jboss not "loaded" paypal_stubs.jar before jboss-seam.jar does its component scan? Any workarounds known? I thought all of the third party jars

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Explicit document source root using context/docbase

2006-08-10 Thread gburcher
Thanks for the link to the Apache Tomcat Configuration Reference. That was very helpful. The concept of Context would appear to provide exactly the capability that I need. You can specify the root directory for a web app using the docBase property of Context. The difficulty comes from the fact

[jboss-user] [JBoss Seam] - Re: Is there the limit of length for value binding?

2006-08-10 Thread [EMAIL PROTECTED]
There is no hard-coded limit on the size of EL expressions (other than the usual Java language limitations). The one you cited is relatively short. Maybe you had a typo somewhere? Stan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964446#3964446 Reply t

[jboss-user] [JBoss AOP] - ClassCastException when accessing fields

2006-08-10 Thread gbarnea
I am intercepting field invocations in an aspect using | @Bind (pointcut="field(* $instanceof{com.some.Abstractclass}->*)") The interceptor does print all the names of the fields in the implementation class correctly, but | caused by: java.lang.ClassCastException: com.some.Abstractclas

[jboss-user] [JBoss Messaging] - Re: SQLException: Invalid column index in CR4

2006-08-10 Thread [EMAIL PROTECTED]
Please let me know if you experience the same problems after dropping the CR3 tables and re-creating it with CR4. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=396#396 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Seam] - Re: Class loading problem

2006-08-10 Thread d1g
Hi. I'm getting a similar error. In my case an interface of mine cannot be found. The error seems random such that if I just redeploy, the error goes away. This used to work... I'm using Seam from CVS. Is Seam errantly tring to load interfaces and abstract classes as classes? My stack trace is

[jboss-user] [JBoss Seam] - optimisticlockexception

2006-08-10 Thread balamg
In order to catch an OptimisticLockException inside a EJB method, one has to flush the entitymanager. try { em.flush(); } catch (OptimisticLockException e) { // do stuff em.createQuery("select from User").getResultList(); } when you do that and then in the "catch" block try to reloa

[jboss-user] [JBoss jBPM] - Re: Programmatically creating workflows

2006-08-10 Thread jmjava
"kbarfield" wrote : | | jBPM can do what you are talking about. It is very flexible, and you can programatically create processes, update processes, etc. All we were suggesting were some best practices based upon what we have seen. If you feel that you will need to change processes dyna

[jboss-user] [Installation, Configuration & Deployment] - Re: No Containers Configured for 'Stateless Bean''

2006-08-10 Thread muming
I think i have the same problem using Eclipse 3.2 with the latest JBoss-IDE-plugin to create and deploy a "Seam Demo" project. (exactly the same as the flash demo showed in this jboss-site) [1] is this because the JBoss App Server(4.04GA) missing some AOP jar? coz inside "jboss-EJB-3.0_RC8-F

[jboss-user] [JBoss Seam] - The pageflow attribute of @Begin not always processed proper

2006-08-10 Thread rlhr
I defined a SFSB as follow: @Stateful | @Name("someAction") | public class SomeAction implements Some { | | public void testOne() { | this.delegate(); | } | | @Begin(id="MY_ID", pageflow="testflow") | public void delegate() { | } | } | In a jsp,

[jboss-user] [Beginners Corner] - Admin(Web) Interface for JBoss

2006-08-10 Thread cvasilak
Hello there, is there any equivalent of sun's application server web administration interface for jboss apart from the jmx console? That is, an interface where I can inspect all the deployed applications(start or stop them), all jdbc connection polls(define new ones), etc... Thanks in advance,

[jboss-user] [EJB 3.0] - Re: ActiveMQ Integration

2006-08-10 Thread fabiowillow
I'm facing the same problem. I'm using ActiveMQ+JBoss4.0.4.GA also. I CAN produce messages using tcp. I CAN consume those messages. I CAN produce messages using jndi (through a servlet call i.e.) I CAN consume those messages. I CAN deploy a MDB succesfully (that means no console errors). BUT th

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to use HSQLDB 1.8 in JBoss 3.2.3

2006-08-10 Thread senthilid14
Hi, I want to use HSQLDB 1.8 from JBoss 3.2.3,I have installed HSQLDB 1.8 but i am not able to connect from jsp which is running in JBoss 3.2.3 (Jsp file can connect with default HSQLDB 1.7 which is inside of JBoss) But from a standalone program i am able to connect with HSQLDB 1.8 Thanks

[jboss-user] [JBoss jBPM] - Re: Error in node-->TaskNode

2006-08-10 Thread cpob
I really can't follow what the problem is without you showing us the error you are getting along with the stack trace.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964434#3964434 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBossWS] - Re: @Resource WebServiceContext injection not works

2006-08-10 Thread tallesbrito
i'm with the same error View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964432#3964432 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964432 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss Messaging] - Re: CR4 warning - Invalid column index

2006-08-10 Thread [EMAIL PROTECTED]
JIRA issue http://jira.jboss.org/jira/browse/JBMESSAGING-506 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964431#3964431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964431 __

[jboss-user] [JBoss Messaging] - Re: SQLException: Invalid column index in CR4

2006-08-10 Thread [EMAIL PROTECTED]
Opened http://jira.jboss.org/jira/browse/JBMESSAGING-506 for it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964429#3964429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964429 __

[jboss-user] [Installation, Configuration & Deployment] - Re: Help on different instances of jboss

2006-08-10 Thread Rui Lazaro
hi, thanks. i managed to resolve the port conflicts. now i have the two instances of jboss running.jboss 3.2.5 running on 8080. jboss4.0.3sp1 running on 8280. just got one prob. i have a webservice deployed to jboss4.0.3 instance. i can access it. get the wsdl file from http://localhost:8280/ws

[jboss-user] [JBoss Messaging] - CR4 warning: "Invalid column index"

2006-08-10 Thread [EMAIL PROTECTED]
I am getting reports from at least two sources that the new CR4 seem to have some database consistency issues. I am trying to replicate the problem and qualify the issue. If it proves to be a real problem, I will immediately release a new CR that contains the fix. Until then, please refrain from

[jboss-user] [JBoss AOP] - Injecting an entire method

2006-08-10 Thread gregorypierce
Is there documentation somewhere that talks about being able to inject a method using JBoss AOP? I want to be able to look at an annotation and based on its presence, inject several methods into a class or otherwise cause it to implement an interface. View the original post : http://www.jboss.

[jboss-user] [JBoss jBPM] - Re: Rollback - Business Process

2006-08-10 Thread stevei00
I have been researching the topic of Undoing or Rolling Back also. This seems to be an area of concern for many. I am still investigating this and would like to know how others are handling this. I believe one reason that we are having difficulty finding information about this subject is ou

[jboss-user] [JBossWS] - Re: Error getting WebServiceContext/MessageContext informati

2006-08-10 Thread tallesbrito
i'm with the same error.. :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964423#3964423 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964423 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - proper usage of persistencecontexts/entitymanagers

2006-08-10 Thread balamg
i have the following code @Stateful class Navigator { @PersistenceContext (type=EXTENDED) EntityManager em; List userList = new ArrayList(); public void init() { userList = em.createQuery("select u from User u").getResultList(); } public void addUser(User u) {

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE 2.0.0.Alpha released! - NOT WORKING

2006-08-10 Thread susnet
Well i found an explanation how to fix this in the meantime here: http://wiki.jboss.org/wiki/Wiki.jsp?page=DeployTipsAndBuildSampleScripts But i'm still curious when the 2.0 final is planned to be released. Is it within a mounth, 3 month, 6 month, a year? View the original post : http://www.j

[jboss-user] [EJB/JBoss] - Re: ParseException : expecting one of

2006-08-10 Thread ohadraz
This has workied for me. I had to separate java.sql.Date and java.sql.Time, and the following works for mr. | | findByTimeInterval | | java.sql.Time | java.sql.Time | | | | | | View the original post : http://

[jboss-user] [JBoss jBPM] - Re: jPDL vs. XPDL

2006-08-10 Thread kukeltje
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=83609 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964419#3964419 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964419

[jboss-user] [JBoss jBPM] - Re: GOP Application Domain -> Project Management

2006-08-10 Thread kukeltje
I do not understand your A->B... stuff. Maybe if you put it in [ c o d e ] tags (without spaces) it will be readable, use preview to check that). Besides that, I would hope the way you carry out projects is fairly the same, not reinvent new was to do it each time ;-) View the original post : h

[jboss-user] [Clustering/JBoss] - Re: Session is getting replicated on JBoss-4.0.1 only one ti

2006-08-10 Thread [EMAIL PROTECTED]
You can upgrade. However, if you are going to move to 4.0.2, I'd recommend going to 4.0.4. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964417#3964417 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964417 __

[jboss-user] [JBoss Messaging] - CreateTablesOnStartup being ignored?

2006-08-10 Thread beck4353
I have installed JBoss Messaging RC4. I have replaces the hsqldb persistence file with the supplier Oracle one. After my first run, I see the JMS tables created in my Oracle instance. Now, I set that value to false in oracle-persistence-service.xml and restart the server. I have the console

[jboss-user] [Remoting] - Re: SSL handshake fails

2006-08-10 Thread [EMAIL PROTECTED]
Think this has been resolved (Ovidiu?). IIRC, was due to use client mode not being set in the callback server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964415#3964415 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [Clustering/JBoss] - Re: Session is getting replicated on JBoss-4.0.1 only one ti

2006-08-10 Thread michael_kov
I see, do i need to stick with jboss-cache.jar that will come with Jboss 4.0.2 or update it to latest one? Thanks, Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964414#3964414 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss jBPM] - Re: Error in node-->TaskNode

2006-08-10 Thread harderwu
thanks,i have find the causation of the error! public class Transition extends GraphElement { | .. | public Node getTo() { | return to; | } | .. | } public class ProcessDefinition extends GraphElement implements NodeCollection { | public Node getNode(String name) {

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - CGI cannot execute script

2006-08-10 Thread delta296
Hi all, how can I configure tomcat that it can execute script (*.exe) not using perl. I get the following error: java.io.IOException: CreateProcess: perl 'file-URL' error=2 java.lang.ProcessImpl.create(Native Method) java.lang.ProcessImpl.(Unknown Source) java.lang.ProcessIm

[jboss-user] [JBoss Seam] - Re: Resume Pageflow after Conversation Timeout

2006-08-10 Thread connerjohn
"denis-karpov" wrote : anonymous wrote : However, shouldn't the data from previous steps be saved in the database | I think if you need to persist state into database you should consider to use jBPM. Although page flows use the same engine, page flows save its state only in conversation contex

[jboss-user] [JBoss Seam] - Re: When can @Logger be used?

2006-08-10 Thread raja05
"raja05" wrote : IAlso have you configured ur bean so that it shouldnt be intercepted? | That should read " Have you configured your bean so that it should be intercepted". Not having any interceptor tags should be enough though. View the original post : http://www.jboss.com/index.html?modul

  1   2   3   >