[jboss-user] [Beginners Corner] - JBoss is caching JSPs and not detecting changes

2008-03-31 Thread scotthendo
Hi guys, after a lot of snooping around I am 99% certain that JBoss is caching my JSPs but it is not detecting changes that I have made to them, so when I make some changes and deploy, its using old versions. I noticed that JBoss is adding a .java and a .class file for each JSP that I modify in

[jboss-user] [Management, JMX/JBoss] - Re: Error while shutting down JBoss

2008-03-31 Thread vishal_jboss
Thanks Frank for your response.. But there is nobody using the port 1099 because when I kill my Jboss nobody is using that port and when I start my Jboss what I can see is that the 1099 is used by the same IP which Jboss is running on.. I mean my current machine IP.. It looks very weird to me

[jboss-user] [JBoss Messaging] - on jboss messaging

2008-03-31 Thread zhangzhiyong
I'm chinese.I am not good at English.sorry! I hope you can understand. I want to learn jboss messaging with spring.but I did not find this information.jboss messaging have little information. Can you provide some information? thanks View the original post :

[jboss-user] [Beginners Corner] - Re: JBoss is caching JSPs and not detecting changes

2008-03-31 Thread jaikiran
scotthendo wrote : Hi guys, after a lot of snooping around I am 99% certain that JBoss is caching my JSPs but it is not detecting changes that I have made to them, so when I make some changes and deploy, its using old versions. | Scott, How is your application deployed? Is it a war file or

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss is shutting down automatically

2008-03-31 Thread Wahed
I think there is not a problem with your Jdk installation and neither with JBoss. The problem lies in setting the Environmetal variables. It will work 101 % with challenge. Try this. -- Open Environmetal settings in system and edit ClassPath, Path, Java_HOme, Jboss_Home. -- Make sure in class

[jboss-user] [Management, JMX/JBoss] - Re: Upload and Download to/from JBoss AS through JMX

2008-03-31 Thread FrankTheTank
To be honest, I am not sure. I'll have to try it out myself. I presume if you use the Manager-thingie to deploy your archive, it is being linked into the search dir dynamically into memory and thus not available after restart. If you copy the archive into the dir it will stil be there when you

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem creating service on jboss-4.2.2

2008-03-31 Thread FrankTheTank
Could it be that your bean causes the problem? There are some references to 'at $Proxy0.create(Unknown Source)'. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4139990#4139990 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Cannot instantiate class: org.jnp.interfaces.NamingCont

2008-03-31 Thread jaikiran
anonymous wrote : simple_session set CLASSPATH=.;C:\jboss\client\jbossall-client.jar;... | | simple_session java -Djava.naming.factory.initial=org.jnp.interfaces.NamingContextFactory -Djava.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces

[jboss-user] [JBoss Portal] - InterPortlet Communication: one to many portlet communicatio

2008-03-31 Thread pshaktig
Hi All, My requirement is such that an action in one portlet should invoke some acctions to occur in all other portlets in the page(about 6-7 portlets in my page). The article http://docs.jboss.org/jbportal/v2.2/reference-guide/en/html/ipc.html says that JBoss IPC enables one-to-one

[jboss-user] [EJB 3.0] - Re: Exploded jar containing persistence.xml with jar-file el

2008-03-31 Thread FrankTheTank
Could it be related to your using relative paths in the descriptor? I have no idea how jboss loads exploded archives but if the descriptor is copied somewhere else, like to temp, and then read, ../ will not be where we think it will be, Just guessing here. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools AS 1.0.0.GA update for JBoss 5 AS ?

2008-03-31 Thread [EMAIL PROTECTED]
dlmiles wrote : [EMAIL PROTECTED] wrote : anonymous wrote : I agree with the issue on the other error being due to not using the rest of the nightly build, I did not download and take apart the nightly build to see why it did not gel. Also why does Content Assist require access to

[jboss-user] [JBoss jBPM] - Re: what is diffrent between garphSession.loadProcessDefinit

2008-03-31 Thread jbarrez
The same difference as a load() or get() in Hibernate: load() will throw an exception when the process definition is not found, get() will return null. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4139998#4139998 Reply to the post :

[jboss-user] [JBoss Portal] - reg :CREATING USER MY DATABASE RATHER THAN CREATIN IN ITS OW

2008-03-31 Thread spatik
hi iam using jboss porta 2.6.3. i need to save the user in my application schema. when the new user registers i need the user to be saved in my database rather in its own schema. need help reg this View the original post :

[jboss-user] [JBoss Tools (users)] - Re: How does -test project reference dependent libraries?

2008-03-31 Thread [EMAIL PROTECTED]
cpopetz wrote : | (1) I'm using junit rather than testng, because the latter's output leaves much to be desired, and we have testing tools that work with junit's xml output. Junit respects the Exported checkbox set in the the Order and Export section of the Java Build Path. Testng must

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

2008-03-31 Thread tschlechter
This seems to be a known Bug in hibernate. See http://opensource.atlassian.com/projects/hibernate/browse/HHH-2477 for more information. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140002#4140002 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Proxy-Class

2008-03-31 Thread tschlechter
This seems to be a known Hibernate Bug. See http://opensource.atlassian.com/projects/hibernate/browse/HHH-2477 for more information. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140003#4140003 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss 2.4 ga on a celeron 2008/512Mb ok ???

2008-03-31 Thread je.a.le
gabewong wrote : You pretty much will be maxing the server. | So anything can happen depending on the | exact resource used by your app. | Just use top to check resources used. | thks, It's what i thought :-( I'm not even sure a 1Gb server will work perfectly... View the original post

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: truncation of data in entity bean

2008-03-31 Thread mars1412
Usually you don't want to just truncate data. I'd recommend to use @Length(max=100) (then you don't need length=100 in the @Column annotation) - this way you could easily validate the input data. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140009#4140009

[jboss-user] [EJB 3.0] - Re: Exploded jar containing persistence.xml with jar-file el

2008-03-31 Thread jaikiran
I spent sometime on this, i can see where the problem is. There's a getRelativeURL method on org.jboss.ejb3.JmxDeploymentUnit class: public URL getRelativeURL(String jar) |{ | URL url = null; | try | { | url = new URL(jar); | } | catch

[jboss-user] [JBoss Portal] - Re: JOSSO1.7 and JBoss Portal 2.6.4 - Authorization

2008-03-31 Thread CarstenRudat
Hi vickyz, unfortunately not... But I still try to solve that problem. Best regards, Carsten View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140017#4140017 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4140017

[jboss-user] [JBoss Getting Started Documentation] - Re: Can't build using ant

2008-03-31 Thread leonidMir
Thank you all for helping. Firstly it is written in the documentation that I should download and use the downloaded ant version: http://labs.jboss.com/file-access/default/members/jbossas/freezone/docs/Installation_Guide/beta500/html-single/index.html Secondly after running the batch file from

[jboss-user] [EJB 3.0] - Re: Exploded jar containing persistence.xml with jar-file el

2008-03-31 Thread jwenting
ugly, a dirty hack to get around a restriction imposed by JEE for security reasons. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140025#4140025 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4140025

[jboss-user] [JBossWS] - Error in generating WSDL

2008-03-31 Thread r12345_2003
Hi All, I am trying to create a web service using a simple POJO. I have written the code for the Java class and made changes to the web.xml. I deployed the project as a war file. When I access the URL http://localhost:8080/jbossws/services, I can see the web service deployed. However when I

[jboss-user] [JBoss jBPM] - Re: Deploy jbpm-console into jboss-4.2.1.GA

2008-03-31 Thread [EMAIL PROTECTED]
Does it work if you try to deploy a process on a remote server that is taken directly from the suite distribution? If yes, the problem must be purely due to library issues on your customized server. Make sure you have commons-fileupload and commons-io somewhere on the classpath. Btw. Deploying

[jboss-user] [EJB 3.0] - Re: @EJB Annotation

2008-03-31 Thread jwenting
The failure of @EJB binding in JBoss 4 in servlets is documented. JBoss 4 does not fully implement the JEE5 standard, and that's one of the omissions. What happens when you remove the ejb/ from the JNDI names? Check (with that new bean not included in the application of course so it deploys)

[jboss-user] [Management, JMX/JBoss] - Re: How to know CURRENT HEAP SIZE USED, FREE HEAP SPACE, TOT

2008-03-31 Thread vijayneema
Thanks everyone!! For your better understanding, here is the code I am using with weblogic to fetch the required information: import weblogic.jndi.Environment; | import weblogic.management.MBeanHome; | import weblogic.management.runtime.JVMRuntimeMBean; | | Environment env = new

[jboss-user] [JBoss jBPM] - Subclass org.jbpm.taskmgmt.log.TaskLog doens't work!

2008-03-31 Thread mauroarc
Hi i have this issue: i have done my event log on jbpm subclassing org.jbpm.taskmgmt.log.TaskLog named MyLog, so i mapped this class in hibernate: subclass name=org.jbpm.taskinstance.MyLog extends=org.jbpm.taskmgmt.log.TaskLog discriminator-value=9 and i inserted

[jboss-user] [JCA/JBoss] - Re: Stateless EJB calling WorkManager directly - legal?

2008-03-31 Thread [EMAIL PROTECTED]
gsniderJBoss wrote : | | | 1) A CMT transaction TX1 is created in the EJB via hibernate call. | | 2) the ejb uses the Resource Adapter to schedule work | | 3) A new transaction is created TX2 by the WorkManager? | | 4) TX2 will now participate in the XA transaction? | |

[jboss-user] [JBoss jBPM] - jbpmContext.getGraphSession().findAllProcessDefinitions() -

2008-03-31 Thread tkulej
My code is : JbpmConfiguration jbpmConfiguration = JbpmConfiguration.getInstance(); JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); List definitions = jbpmContext.getGraphSession().findAllProcessDefinitions(); Iterator iterator = definitions.iterator();

[jboss-user] [EJB 3.0] - Re: Exploded jar containing persistence.xml with jar-file el

2008-03-31 Thread jaikiran
jwenting wrote : ugly, a dirty hack to get around a restriction imposed by JEE for security reasons. Sorry, i don't get this. Are you saying exploded jars are not allowed? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140033#4140033 Reply to the post :

[jboss-user] [JBoss jBPM] - JBoss, JSF Application: Error calling action method of compo

2008-03-31 Thread Korango
Dear List, I am developing this application using, Netbeans IDE, Jboss Server and JSF framework. During the tests of the application, I keep running into this problem. Details (stackTrace) of the exception is: type Exception report message description The server encountered an internal

[jboss-user] [Messaging, JMS JBossMQ] - Re: haSingleton JMS + cluster (publisher node receiving its

2008-03-31 Thread [EMAIL PROTECTED]
mdonato wrote : | But when the message was sent to topic, for now, it's ok to be delivered to all those servers, including it self, but, when the message was sent to queue, the server who sent that message should not receive it, only one of the other's servers may receive. | That's not

[jboss-user] [Remoting] - can't remote debug appliaction with jdeveloper10.1.3 deploye

2008-03-31 Thread tarek7elmy
can't remote debug appliaction with jdeveloper10.1.3 deployed in JBoss 4.2.2 GA when i try to debugg with old version like jboss-4.0.3SP1 it is workking good but when i'm try to debugg with jboss-4.2.2.GA and add project newly libaray jboss client jars of this version i got error Exception in

[jboss-user] [Messaging, JMS JBossMQ] - Re: Bug: Injected EJB objects instantiated on every MDB call

2008-03-31 Thread [EMAIL PROTECTED]
As I commented on the bug report. This is not JMS, this is EJB3. OFF TOPIC - use the ejb3 forum rather than respond to this post. It isn't clear to me what you are doing, but it doesn't look like a bug to me. It looks like you don't understand that ejbs are pooled and/or that multiple copies

[jboss-user] [EJB 3.0] - EntityManager auto-flush

2008-03-31 Thread amashtakov
Hi folks, I'm trying to figure out how EntityManager flushes pending changes to database, but sticked with one problem - changes are automatically flushed to database without explicit merge(). Here is a project setup: 1. Entity bean | @Entity | public class User implements

[jboss-user] [Messaging, JMS JBossMQ] - Re: Using Websphere MQ wiki (PART 4) configurations with SSL

2008-03-31 Thread [EMAIL PROTECTED]
WSMQ questions = ask IBM View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140060#4140060 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4140060 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: Exploded jar containing persistence.xml with jar-file el

2008-03-31 Thread jwenting
no, I'm saying that the way JBoss does things (i.e. disallowing you from accessing the resources in one application in another unless they're packed together in an ear-file) is correct. That's the way things should be, hacking around that restriction is a bad idea. View the original post :

[jboss-user] [JBoss jBPM] - process design advise

2008-03-31 Thread tom_goring
Hi, A couple of questions: 1) Say I have a review process for a business item (awaiting review, reviewed, etc). Sometimes (say 2% of the time) the item needs to be reviewed again. I'm using the business key of the item as the business key of the process (so I can find it). If I start a new

[jboss-user] [Messaging, JMS JBossMQ] - Re: Symptoms of too frequently connecting/disconnecting from

2008-03-31 Thread [EMAIL PROTECTED]
Its a JMS anti-pattern unless your connection is really a pool, e.g. java:JmsXA see the spec or the FAQ. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140052#4140052 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4140052

[jboss-user] [Messaging, JMS JBossMQ] - Re: Initialization failed DLQHandler Error on JON

2008-03-31 Thread [EMAIL PROTECTED]
FAQ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140051#4140051 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4140051 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JCA/JBoss] - Re: EJB dependencies

2008-03-31 Thread [EMAIL PROTECTED]
There's a jboss-ra.xml in JBoss5, but I don't see any support for a depends tag. http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/trunk/connector/src/resources/schema/jboss-ra.xsd?revision=54873view=markup Raise a feature request and/or provide a patch. View the original post :

[jboss-user] [Beginners Corner] - can not start jboss-5.0.0.Beta4

2008-03-31 Thread tarek7elmy
can not start jboss-5.0.0.Beta4 my operating system is window XP , and when i tring to run jboss-5.0.0.Beta4 i got this error 'findstr' is not recognized as an internal or external command, operable program or batch file. but i can run old version like jboss-4.2.2.GA successfuly what should i

[jboss-user] [EJB 3.0] - Re: Exploded jar containing persistence.xml with jar-file el

2008-03-31 Thread jaikiran
jwenting wrote : no, I'm saying that the way JBoss does things (i.e. disallowing you from accessing the resources in one application in another unless they're packed together in an ear-file) is correct. | That's the way things should be, hacking around that restriction is a bad idea. |

[jboss-user] [Messaging, JMS JBossMQ] - Re: How to know when all messages have been processed?

2008-03-31 Thread [EMAIL PROTECTED]
Any solution that uses non-volatile storage to hold the count of messages processed is going to fail when the server with that storage crashes unless you are clever about how you design the protocol. e.g. you could collate the responses by sending jms responses to a client that is designed for

[jboss-user] [Installation, Configuration DEPLOYMENT] - compiling module connector

2008-03-31 Thread sharkfin
Hi all, I was hoping that some one here can give me some pointers a compilation issue. I downloaded jboss-4.2.2.GA-src, unzipped and cd'ed into the build folder. Then I ran ./build.sh and all seems ok until it reaches to the connector module. Then it throws a bunch of compile error messages,

[jboss-user] [Beginners Corner] - Re: can not start jboss-5.0.0.Beta4

2008-03-31 Thread jaikiran
See this http://wiki.jboss.org/wiki/Wiki.jsp?page=FindstrCommandNotFound View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140070#4140070 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4140070

[jboss-user] [Beginners Corner] - SESSIONs in servlet

2008-03-31 Thread lema
hi all, my question's related with saving some data (i.e. users) in sessions, so that each user can see only his/her info. Guys, pleease, help to create session to save SmdUser datas. here is the code snippet(by checkLogin i check the username/psw in active directory. but it doesn't create a

[jboss-user] [Messaging, JMS JBossMQ] - Re: ThreadPoolFullException

2008-03-31 Thread [EMAIL PROTECTED]
Looks like a bug in the thread pool error handling to me: http://jira.jboss.com/jira/browse/JBAS-5354 http://jira.jboss.com/jira/browse/JBCOMMON-47 Basically what is happening is that you have a messageProducer.send() competing with a connection.close() The close() interrupts the thread that is

[jboss-user] [Beginners Corner] - Deployment Issue while Using Struts in Jboss Portal

2008-03-31 Thread dineshbm
Hi All , Am getting the following Error Please give me your Suggestions. 10:11:29,883 ERROR [MainDeployer] Could not create deployment: file:/D:/JBOSS-HOME/JBOSS-Portal/jboss-portal-2.6.4-bundled/jboss-portal-2. 4/server/default/deploy/jboss-portal.sar/portal-wsrp.sar/portal-wsrp.war/

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Generate Log Access Log and Error Log

2008-03-31 Thread erasmomarciano
Hi we would like to be able to get an entry on the log file with the login access attempts into the Tomcat-Manager application View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140077#4140077 Reply to the post :

[jboss-user] [JBoss Portal] - Deployment Issue while Using Struts in Jboss Portal

2008-03-31 Thread dineshbm
Hi All, Please help me to fix the server startup Issue 10:11:29,883 ERROR [MainDeployer] Could not create deployment: file:/D:/JBOSS-HOME/JBOSS-Portal/jboss-portal-2.6.4-bundled/jboss-portal-2. 4/server/default/deploy/jboss-portal.sar/portal-wsrp.sar/portal-wsrp.war/

[jboss-user] [Beginners Corner] - Re: can not start jboss-5.0.0.Beta4

2008-03-31 Thread tarek7elmy
Thanks , it is workig now View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140079#4140079 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4140079 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: JBoss, JSF Application: Error calling action method of c

2008-03-31 Thread kukeltje
wrong forum try the jsf forum View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140080#4140080 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4140080 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: process design advise

2008-03-31 Thread kukeltje
1) What is the trigger to have it reviewed again? Maybe you can retrieve it based on a business key and get only running instances. Or that might be an extension to jBPM 2) You can from the console. Look at what code is behind that to get an impression on how to do it. View the original post

[jboss-user] [JBoss jBPM] - Re: process design advise

2008-03-31 Thread tom_goring
1) The trigger is someone coming into the app and saying they want to review it again. My design currently lets the process go to the end state once the review has been done. I'm not sure if I can (or how) move a process from the end state back to the start. And I don't like the idea of

[jboss-user] [EJB/JBoss] - EJB/JBoss with JSF

2008-03-31 Thread Korango
Dear List, I am developing this application using, Netbeans IDE, JBoss Server and JSF framework. During the tests of the application, I keep running into this problem. Details (stackTrace) of the exception is: type Exception report message description The server encountered an internal error

[jboss-user] [Beginners Corner] - start jboss-5.0.0.Beta4 with error

2008-03-31 Thread tarek7elmy
i got this error when start jboss-5.0.0.Beta4 'Add' is not recognized as an internal or external command, operable program or batch file. === JBoss Bootstrap Environment JBOSS_HOME: D:\application

[jboss-user] [EJB 3.0] - Re: Exploded jar containing persistence.xml with jar-file el

2008-03-31 Thread jwenting
you are confusing 2 use cases. When deploying your exploded jars you're effectively deploying 2 enterprise applications. Those don't share resources, including persistence units. When deploying them both packaged into a single ear file they are part of a single enterprise application and can

[jboss-user] [EJB 3.0] - Re: Exploded jar containing persistence.xml with jar-file el

2008-03-31 Thread jaikiran
jwenting wrote : you are confusing 2 use cases. | | When deploying your exploded jars you're effectively deploying 2 enterprise applications. | Those don't share resources, including persistence units. | | I think i did not put this clearly. Sorry about that. When i say i am

[jboss-user] [EJB 3.0] - Re: Exploded jar containing persistence.xml with jar-file el

2008-03-31 Thread jaikiran
jwenting wrote : | In your hack you're actually creating 2 persistence units with the same name, each a part of its own enterprise application and existing only in that context. | | Nope. The piece of code that i modified just tries to resolve the relative URL. Without this code

[jboss-user] [Messaging, JMS JBossMQ] - Re: QueueBrowser not returning anything in Enumerator

2008-03-31 Thread [EMAIL PROTECTED]
dovetail wrote : I presume you mean http://wiki.jboss.org/wiki/Wiki.jsp?page=JBMCantSeeMessages? Your suggestion for search returned nothing, so thanks for that. | No. Because that is about JBoss Messaging while this is the JBossMQ forum. I mean listInProcessMessages which is in the JBossMQ

[jboss-user] [JBoss Portal] - Re: Wrong tx on thread in UserModule

2008-03-31 Thread HerQpapa
anonymous wrote : I use Transaction Manager obtained with the jndi name java:/TransactionManager PMN: what do you mean by this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140091#4140091 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: MDB failing - not able to restart delivery

2008-03-31 Thread [EMAIL PROTECTED]
This is known issue/bug with invoking destroy() on the mdb container rather than the ejb module or jms container invoker: http://jira.jboss.com/jira/browse/JBAS-5332 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140092#4140092 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Websphere MDB read JBoss JMS Queue

2008-03-31 Thread [EMAIL PROTECTED]
Yes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140093#4140093 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4140093 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss jBPM] - Re: process design advise

2008-03-31 Thread tom_goring
Hi, If someone could post the API to remove a process instance that would help me a lot. I'm using jboss seam and so installing the console is going to take me a while I think (the jbpm jars are included with seam etc). So I call a call like: |

[jboss-user] [JBoss Portal] - Re: Wrong tx on thread in UserModule

2008-03-31 Thread PMN
I mean that UserTransaction is a subset of the TransactionManager and is not suitable in all environments, I think. That maybe teh cause of teh roblem but I am not an expert on the topic... Try to use directly the TransactionManager. Hope this helps ... View the original post :

[jboss-user] [JBoss Portal] - Portlet Bridges is Not Set

2008-03-31 Thread dineshbm
Hi All, Am getting following error please give me your suggestion on this. (1)12:05:05,396 ERROR [org_apache_portals_bridges_struts_StrutsPortlet] The portlet threw an exception java.lang.IllegalStateException: No bridge set (2)12:05:05,502 ERROR [DefaultPageControlPolicy] Rendering portlet

[jboss-user] [JBoss jBPM] - Re: Just a Question Regarding Change in Process Definition

2008-03-31 Thread dleerob
Here's what I finally did to update files stored in the database for a Process Definition, such as JSP pages, xml files, class files (handlers) etc: - I copied ProcessUploadServlet.java from jbpm source, and created my own version in my webapp source code. - In web.xml I used my

[jboss-user] [EJB 3.0] - Re: EJB 3.0 Entity problem - Error: Incomplete Deployment li

2008-03-31 Thread HappyNewYear
Sorry about that... Just trying to provide as much info as possible. This is my first time visiting a forum. Please let me know if anyone knows what this error means. I'm still trying to solve it. Thanks! View the original post :

[jboss-user] [Clustering/JBoss] - session is not replicating

2008-03-31 Thread rajanikanta
hello I am using jboss4.2.2.GA application server. i am doing clustering in that. I am doing it in Linux envoirment. I have 2 server. i configured apache with mod_Jk for load balancing. it shows me that i have 2 members in the cluster. But when i down node1 its session is not replicating to

[jboss-user] [JBoss Portal] - Re: Wrong tx on thread in UserModule

2008-03-31 Thread HerQpapa
PMN, could you show how you get the TransactionManager? I tried with different jndis (java:comp/TransactionManager, TransactionManager, javax.transaction.TransactionManager)but to no avail. :( Sorry for the pain I cause with my beginner's questions. View the original post :

[jboss-user] [Beginners Corner] - A can't see the jmx-console

2008-03-31 Thread hudson.paula
Hi all. I'm studing the 4.0.2 JBoss version but now I want to use the new stable version 4.2.2.GA. However, in my first test in that new version I find a little problem. In the 4.0.2 version I can acess the jmx-console from the machine where the JBossAS is (informing localhost:8080) and I can

[jboss-user] [EJB/JBoss] - Re: Problem with Entity Bean

2008-03-31 Thread allanrj
Im using ejb 2.0 on my application. Im using a session bean (façade) to access entity bean. I have follow entity: Session, to manage a user session. Well, when i logon, jboss using the follow commands: 2008-03-31 10:00:05,269 DEBUG

[jboss-user] [Beginners Corner] - Re: A can't see the jmx-console

2008-03-31 Thread jaikiran
Use the -b option to start JBoss. See this http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss42FAQ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140117#4140117 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4140117

[jboss-user] [JBoss jBPM] - Re-Execute a Node's Action handler after an Exception

2008-03-31 Thread dleerob
Hi, If you have a Node, which assigns a Java handler called 'MyAction': node name=Store Document | action name=Store Document Action class=MyAction/action | transition to=Complete/transition | /node If the handler 'MyAction' throws an exception (perhaps a

[jboss-user] [JBoss Portal] - Re: Important Links

2008-03-31 Thread dineshbm
Hi Julien, Am getting following error please give me your suggestion on this. (1)12:05:05,396 ERROR [org_apache_portals_bridges_struts_StrutsPortlet] The portlet threw an exception java.lang.IllegalStateException: No bridge set (2)12:05:05,502 ERROR [DefaultPageControlPolicy] Rendering

[jboss-user] [Messaging, JMS JBossMQ] - Re: Initialization failed DLQHandler Error on JON

2008-03-31 Thread rmokrane
What FAQ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140121#4140121 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4140121 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: javax.faces.FacesException: Error calling action method

2008-03-31 Thread Korango
Hello fellow developers, I have also bumped onto the same problem when developing an application. Although I am using JSF and JBoss Application Server. The details of the exception I am getting is: type Exception report message description The server encountered an internal error () that

[jboss-user] [EJB 3.0] - Re: EJB 3.0 Entity problem - Error: Incomplete Deployment li

2008-03-31 Thread jaikiran
Go to command prompt and run the following command from C:/jboss-4.2.2.GA/server/default/deploy folder jar -tf tps-entity.jar Post the output here. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140126#4140126 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: ClassLoader issue with user classes and JBM 1.0.1SP4

2008-03-31 Thread vishal423
Hi, I am using Jboss 4.2.2GA with Jboss Messaging 1.4.0SPI. I am getting same exception in following scenario: 1. I created a web service client which invokes my web-service which in turns sends object message to queue. 2. I created message listener bound to web application deployed on same

[jboss-user] [JBoss jBPM] - Re: process design advise

2008-03-31 Thread kukeltje
you don't have to install the console, just look at the source of it... you'll get an idea there, or look at the api docs. Might be something in there to. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140127#4140127 Reply to the post :

[jboss-user] [Beginners Corner] - Problems with JBPM BPEL Hello World example

2008-03-31 Thread ami999
I am following the user guide of JBPM BPEL and trying to test the Hello World example. I have had no exceptions till step 5.3.3 After deploying the business process definition, I am trying to test it using the following: ant test I get the following error on the console:

[jboss-user] [EJB 3.0] - Re: EJB 3.0 Entity problem - Error: Incomplete Deployment li

2008-03-31 Thread jaikiran
anonymous wrote : @PersistenceContext (unitName=tps) | protected EntityManager em; Also, as you mention that the persistence.xml is in the same jar (tps-entity.jar) as the EJB, change the above piece of injection code to @PersistenceContext | protected EntityManager em; | This

[jboss-user] [Beginners Corner] - Re: A can't see the jmx-console

2008-03-31 Thread hudson.paula
Thanks jaikiran. But now, you make me a little scared. When I insert the -b 0.0.0.0 in the start of JBossAS 4.2.2.GA a was can access the jmx-console like you said. Then I did another test. I put a application .war which was running in the 4.0.2 version in the new version and when I did

[jboss-user] [EJB 3.0] - Re: Bug: Injected EJB objects instantiated on every MDB call

2008-03-31 Thread doktora
[EMAIL PROTECTED] wrote : As I commented on the bug report. This is not JMS, this is EJB3. | | OFF TOPIC - use the ejb3 forum rather than respond to this post. | | It isn't clear to me what you are doing, but it doesn't look like a bug to me. | It looks like you don't understand that

[jboss-user] [Messaging, JMS JBossMQ] - Re: Bug: Injected EJB objects instantiated on every MDB call

2008-03-31 Thread doktora
Thread moved to EJB3 forum: http://www.jboss.com/index.html?module=bbop=viewtopict=132763 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140143#4140143 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4140143

[jboss-user] [JBoss Portal] - JBoss Portlet Container 2.0 Candidate Release 2

2008-03-31 Thread [EMAIL PROTECTED]
I just blogged about it on our blog here http://blog.jboss-portal.org/2008/03/jboss-portlet-container-20-candidate_31.html. The cool features are the portlet event debugger and the admin portlet! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140145#4140145

[jboss-user] [EJB 3.0] - Re: Bug: Injected EJB objects instantiated on every MDB call

2008-03-31 Thread jaikiran
A little background about this thread can be found at http://www.jboss.com/index.html?module=bbop=viewtopict=132331 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140148#4140148 Reply to the post :

[jboss-user] [Beginners Corner] - Re: A can't see the jmx-console

2008-03-31 Thread jaikiran
See this wiki http://wiki.jboss.org/wiki/Wiki.jsp?page=SecureJBoss which tells how you can secure your JBoss server. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140153#4140153 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Problem with JEMS JMS install: User is NOT authenticated

2008-03-31 Thread twenckebach
Hello, the JEMS installer has a bug, already in version JEMSInstaller_1_2_1_CR3_trunk. The login-config is incorrect: | application-policy name = messaging | authentication | login-module code = org.jboss.security.auth.spi.UsersRolesLoginModule | flag =

[jboss-user] [JBoss Portal] - How to get a portlet's instance name from the portlet class?

2008-03-31 Thread porcho
Hi there. I was wondering whether it's possible to obtain the portlet's instance name from the portet class. More specifically, I wanted to do something like that: | public class APortlet extends GenericPortlet{ | | ... | | public void init() throws PortletException{ |

[jboss-user] [EJB 3.0] - Re: EJB 3.0 Entity problem - Error: Incomplete Deployment li

2008-03-31 Thread HappyNewYear
Here it is... | C:\jboss-4.2.2.GA\server\default\deployjar -tf tps-entity.jar | META-INF/ | META-INF/MANIFEST.MF | tps/entity/Flight.class | meta-inf/persistence.xml | tps/entity/IFlight.class | tps/entity/FlightBean.class | | C:\jboss-4.2.2.GA\server\default\deploy | I

[jboss-user] [Beginners Corner] - Re: A can't see the jmx-console

2008-03-31 Thread hudson.paula
Thanks again. :D View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140165#4140165 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4140165 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: EJB 3.0 Entity problem - Error: Incomplete Deployment li

2008-03-31 Thread jaikiran
anonymous wrote : | meta-inf/persistence.xml This looks wrong. The meta-inf folder should be in all capital letters. It should have been META-INF/persistence.xml How are you building the jar file? You will have to rename meta-inf to META-INF and place the persistence.xml in that folder.

[jboss-user] [JBoss Portal] - Re: Performance with large CMS repository / cache preloading

2008-03-31 Thread [EMAIL PROTECTED]
There should be no side effects if pre-loading is turned off. The pre-loading is done, to improve the performance of JackRabbit requests for resources thats are stored in the database. Without the pre-loading, a simple property read results in about 300 database queries. This is due to an

[jboss-user] [EJB 3.0] - Re: EJB 3.0 Entity problem - Error: Incomplete Deployment li

2008-03-31 Thread HappyNewYear
The folder's name is in capital letters, the output of that command just showed it in lowercase. I also verified this by unjarring the jar file and it is in caps there too. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140177#4140177 Reply to the post :

[jboss-user] [JBoss Portal] - Search Function

2008-03-31 Thread viniciuscarvalho
Hello there! I've just started with jackrabbit API and it's use inside jboss portal. Still have a lot to learn. We are building a search functionality for our portal, our first idea was to use lucene to index the documents as they were added (using cms interceptors to ask our indexer to do so).

[jboss-user] [EJB 3.0] - Re: EJB 3.0 Entity problem - Error: Incomplete Deployment li

2008-03-31 Thread jaikiran
That's actually weird. Can you just delete that META-INF folder and manually create a new one and place the persistence.xml in there? Also, you did not mention how you are creating that jar file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140179#4140179

[jboss-user] [Beginners Corner] - Re: JavaMail wthin EJB3 Jboss

2008-03-31 Thread bidance
am currently facing the same problem plz could anyone provide us with any help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140182#4140182 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4140182

[jboss-user] [EJB 3.0] - Re: urgent .. help needed in javax.naming.CommunicationExcep

2008-03-31 Thread r12345_2003
Hi..i am also facing a similar issue. I created a simple EJB and deployed it as a jar file. I created a standalone client class. I included all the jar files mentioned in the client project. However when i invoke the EJB from the client i get the exception Exception

  1   2   >