[jboss-user] Delivery Status Notification (Failure)

2008-06-06 Thread postmaster
This is an automatically generated Delivery Status Notification. Unable to deliver message to the following recipients, because the message was forwarded more than the maximum allowed times. This could indicate a mail loop. [EMAIL PROTECTED] Reporting-MTA: dns;exchange.technodom.kz Rec

[jboss-user] [Beginners Corner] - Re: JBoss seam and Hibernate

2008-06-06 Thread PeterJ
Please use "jar -ft xxx.ear" to post the contents of the ear file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156446#4156446 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156446

[jboss-user] [JBoss Portal] - Re: CMS problem

2008-06-06 Thread PeterJ
I wrestled with this issue 2 years ago. I even suggested that the upload process automatically modify the URL as you mentioned. If I tried I could probably find the forum post gain. But the end result is that you need to add the "album/" part to your links. Yeah, it means that cannot verify the

[jboss-user] [JBoss Portal] - Re: Portlet permissions, using the security element

2008-06-06 Thread PeterJ
As far as I know, there is no way to extend the current set of permissions to add your own. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156444#4156444 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156444 __

[jboss-user] Delivery Status Notification (Failure)

2008-06-06 Thread postmaster
This is an automatically generated Delivery Status Notification. Unable to deliver message to the following recipients, because the message was forwarded more than the maximum allowed times. This could indicate a mail loop. [EMAIL PROTECTED] Reporting-MTA: dns;exchange.technodom.kz Rec

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Having Some Problems with Installation Under Windows Ser

2008-06-06 Thread johnloo
Never mindit look slike I had a corrupted zip file. I re-downloaded, expanded, and it appears to be working! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156443#4156443 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - EmbeddedId

2008-06-06 Thread noradtwo
I have a table with a unique constraint on 3 columns, two of which can be null. | private AttributeValuesId id; | | @EmbeddedId | @AttributeOverrides({ | @AttributeOverride(name = "attributeId", column = @Column(name = "ATTRIBUTE_ID", nullable = false, prec

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Having Some Problems with Installation Under Windows Server

2008-06-06 Thread johnloo
I am attempting to install JBoss 4.2.2 GA under Windows Server 2003, with the latest service packs. The box currently has Apache 2.2 installed, and is serving a website at port 80. Tomcat 6 with Axis 1.4 is also installed, and is using port 8080. IIS 6.0 and ASP .NET 1.1 are also installed on th

[jboss-user] [Beginners Corner] - Re: Installation Under Windows Server

2008-06-06 Thread johnloo
Moved over to Installation forum, please do no reply here Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156439#4156439 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156439

[jboss-user] [JBoss Portal] - Re: Modifying login

2008-06-06 Thread Shazzaam
Forgot to mention I will be using 2.6.5. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156437#4156437 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156437 ___ jboss-user mai

[jboss-user] [JBoss Portal] - Modifying login

2008-06-06 Thread Shazzaam
Hi, I'm pretty new to JBoss Portal and was wondering if anyone had any advice on modifying the login. What I would like to do is have a Sign In link that when the guest clicks on it will redirect them to a page that handles SSO. When they come back I'll need to verify that they have a cookie

[jboss-user] Delivery Status Notification (Failure)

2008-06-06 Thread postmaster
This is an automatically generated Delivery Status Notification. Delivery to the following recipients failed. [EMAIL PROTECTED] Reporting-MTA: dns;MS-CRM.JSC.TPCHEL.RU Received-From-MTA: dns;mail.tpchel.ru Arrival-Date: Sat, 7 Jun 2008 02:10:45 +0400 Final-Recipient: rfc822;buhgalteria

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - [Fatal Error] :1:1: Premature end of file.

2008-06-06 Thread edavis
Hi, I'm running a web app over jboss 4.0.5GA (http://www.bligoo.com). And the server.log shows tons of lines with just [Fatal Error] :1:1: Premature end of file. When it gets worst (several of those lines per second) the load of the server spike. My guess is that the problem is faulty http

[jboss-user] [Beginners Corner] - Re: JBoss seam and Hibernate

2008-06-06 Thread mitabhushan
I Kind of got it to work! On my machine I started the server from eclipse and I could query the datbase. If I run directly, I got the same error as on server. The application is working on the sever too if I run it from the eclipe IDE. Do you why? What do I need to do run it directly View the or

[jboss-user] [Beginners Corner] - Re: Installation Under Windows Server

2008-06-06 Thread johnloo
"PeterJ" wrote : Try moving jbossas out of Program Files. Spaces in path names tend to give some Java libraries fits. I have mine at c:\apps\jboss-4.2.2. | | If that does not work, also move the JDK out of Porgram Files. You do not have ot re-install it - just move the directory. Mine is at

[jboss-user] [EJB 3.0] - Cyclic dependency in EJB3 not resolved by JIRA EJBTHREE-792

2008-06-06 Thread omerlin
Hello, We try to migrate a big glassfish application to jboss, but we have a blocking issue with cyclic depencies on EJB3. The JIRA EJBTHREE-792 identified this issue as resolved thru the @IgnoreDependency annotation. This is not so simple - this does not work for us at all. I explain : First

[jboss-user] [EJB/JBoss] - Method Overloading and SOAP Annotations

2008-06-06 Thread nraghava
I have myHelloWorld EJB3 service with 3 overloaded methods and corresponding SOAP Annotations. per the WSDL Spec, the combination of method name and in/out parameter name is unique i.e., [SomeMethod, somedaylong, somedaylong, somemonth] [SomeMethod, somedayint, somedayint, somemonth] [SomeMetho

[jboss-user] [EJB 3.0] - Customize @Resource Annotation

2008-06-06 Thread nsunil76
Hi, If i want to customize @Resource Annotation, which file should be modified. I resource annotation has to access a properties file with hostname in it. or any other variables. Any ideas would be appreciated. Thank you Nag View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Portal] - CMS problem

2008-06-06 Thread keuller
Hi folks, I'm trying upload a ZIP file into CMS repository. Inside my ZIP file I have two HTML files and some images and CSS files. JBoss Portal uncompress a structure file in repository correct, but JBoss Portal changes all references of images and links of the HTML files. It is a representa

[jboss-user] [JBoss jBPM] - Process Escalation

2008-06-06 Thread greenHand
I am not sure if this is achievable. Hopefully someone here can give me some advice. The idea is to have a pool of actors. When a request comes, anyone in the pool can pick up the task and approve this request. Since none of them will be monitoring the request, I need to send an email to only o

[jboss-user] [JBoss Portal] - Re: Portlet permissions, using the security element

2008-06-06 Thread Shazzaam
Hey PeterJ, thanks for replying. By "write permission" I'm just referring to any custom permission that you may want to add to check a user's permission for a given portlet. Currently, the only permissions available are view, view-recursive, personalize and personalize-recursive View the orig

[jboss-user] [JBoss Portal] - Extend core-identity code - correct approach?

2008-06-06 Thread tulip
Hi, We have a requirement to create users in a third part tool that we are integrating with. The user needs to be created as soon as a new JBoss portal user is created and is assigned a certain role. In order to do this, I am extending the core-identity class org.jboss.portal.core.identity.ui

[jboss-user] [Beginners Corner] - Re: JBoss seam and Hibernate

2008-06-06 Thread mitabhushan
EAR tracker.jar --com.med.hrtracker.session --META-INF ejb-jar.xml persistence.xml --seam.properties --security.drl tracker.war lib META-INF --application.xml --jboss-app.xml --LDAP-login-config.xml --LDAP-login-service.xml jboss-seam.jar error message that I get while I try any query

[jboss-user] [JBossWS] - Re: JWSDP 2.0 with JBoss 4.0.4 ?

2008-06-06 Thread tomstrummer
"[EMAIL PROTECTED]" wrote : We don't support soap encoding. We recommend using our tool, but if you prefer to stick with wscompile thats fine. Just make sure you are using rpcliteral or documentliteral. | | -Jason Hi Jason -- sorry to resurrect an old thread but I'm seeing a similar problem

[jboss-user] [JBoss jBPM] - Email Bcc adn attachment

2008-06-06 Thread greenHand
Can jBPM support putting email address in the CC and BSS field, as well as attach files to the email? The MailNode does not seem to support it. Or it has to be done by programtically in an action? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156397#4156397

[jboss-user] [JBoss Tools (users)] - Re: Drools: Question about security, ldap and tomcat - Urgen

2008-06-06 Thread [EMAIL PROTECTED]
well this is definitly not the drools forum ;) Go to www.drools.org and click mailing list. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156396#4156396 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156396 __

[jboss-user] Delivery Status Notification (Failure)

2008-06-06 Thread postmaster
This is an automatically generated Delivery Status Notification. Unable to deliver message to the following recipients, because the message was forwarded more than the maximum allowed times. This could indicate a mail loop. [EMAIL PROTECTED] Reporting-MTA: dns;exchange.technodom.kz Rec

[jboss-user] [JBoss Tools (users)] - Re: project builders

2008-06-06 Thread [EMAIL PROTECTED]
Facet project validation builder - nah, not relevant if your project is not facted. Project Verifier - I dont remember this as important View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156391#4156391 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Acessing web aplication from other machines

2008-06-06 Thread rchiarinelli
Tks Peter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156392#4156392 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156392 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [JBoss Portal] - Re: Context in a project for portlet

2008-06-06 Thread khadijbal
thanks for your help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156389#4156389 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156389 ___ jboss-user mailing list jboss-user

[jboss-user] [Installation, Configuration & DEPLOYMENT] - DataSource with JBOSS

2008-06-06 Thread LGWEB
I'm using jboss 4.2 to hibernate as I make my system to integrate with the jboss in the case of transactions'm using hibernate, as a dataSource set for the jboss with hibernate and what. Jar in the classpath need for this? I do hibernate configuraçaõ follows: hibernate.cfg.xml | | | ht

[jboss-user] [JBoss Portal] - Re: Context in a project for portlet

2008-06-06 Thread PeterJ
Yes, that is the correct way to access content in CMS from a JSP. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156385#4156385 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156385 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Acessing web aplication from other machines

2008-06-06 Thread PeterJ
Please read the readme.html file, first bullet under Configuration Issues > JBossAS 4.2.0.GA. Or see http://wiki.jboss.org/wiki/JBoss42FAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156384#4156384 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: java.lang.OutOfMemoryError: Java heap space

2008-06-06 Thread PeterJ
I am sorry, but I do not understand what you are saying. Especially the references to web-console confuse me because web-console has nothing to do with starting up the app server. Do this. Open a command prompt, cd to the bin directory, and enter: run then post the output that appears in the c

[jboss-user] [JBossWS] - @WebServiceRef for JAX-RPC service?

2008-06-06 Thread tomstrummer
Hi, does the @WebServiceRef annotation work for JAX-RPC services? I can retrieve and use a service from the InitalContext (so I know it works) but I was hoping to get rid of the JNDI lookup. However if I use @WebServiceRef I just get a NullPointerException. Do I have to do anything fancy in m

[jboss-user] [JBoss Portal] - Context in a project for portlet

2008-06-06 Thread khadijbal
I'm developping a portal. When i deploy my application in the jboss, the portlets don't know the pictures and the scripts files used by the jsp invoqued by the portlet. I used the cms module, i put the pictures and the folders scripts in a folder in the cms, and i used the url="/portal/content

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Acessing web aplication from other machines

2008-06-06 Thread rchiarinelli
Hi All, I'm using the JBossAS 4.2.2 GA, and I faced the following problem: when I try to access a web application installed in my machine, from another machine in same network the message "Unable to connect". Is necessary any special settings in the internal web container? Best regards, Ra

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: java.lang.OutOfMemoryError: Java heap space

2008-06-06 Thread LGWEB
caught the version 4.2 of JBoss on the site and set the variable of JBOSS_HOME to point to the location where the extract JBOSS (C: \ Documents and Settings \ windowsXp \ Desktop \ JBoss \ jboss-4.2.2.GA) but when I go (http://localhost:8080/web-console/) so we have the 63mb, I am running it from

[jboss-user] [Beginners Corner] - Re: JBoss seam and Hibernate

2008-06-06 Thread PeterJ
And one more thing - post the first 20 or so lines of the exception stack trace. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156369#4156369 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156369 __

[jboss-user] [Beginners Corner] - Re: JBoss seam and Hibernate

2008-06-06 Thread PeterJ
You did not post the contents of your ear file. Where is the class com.med.session.OpeningHome located? When posting XML text, surround it with [ code ]..[ /code ] tags (select the text and click the Code button). And preview the reply to verify the formatting before posting. View the origina

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: java.lang.OutOfMemoryError: Java heap space

2008-06-06 Thread PeterJ
Obviously, 63MB is not enough. How are you running jbossas? Aren't you using the run scripts? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156364#4156364 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156364 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss 4.0.5 SP1

2008-06-06 Thread mds939
Just checking to see if you were able to get the 4.0.5.SP1 download or you went ahead and built the deployment your self from Subversion ? We are in the same boat and would like to know. Appreciate your response. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JBoss AOP] - Re: Multiple ClassLoaders problem?

2008-06-06 Thread fr0w
Gonna try to use compile-time weaving but I really would like to use load-time weaving. Like I said before, I can't test it right now, cuz I'm at work but as soon as I arrive home i'll give more feedback. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156360

[jboss-user] [JBossWS] - Re: Endpoint already registered

2008-06-06 Thread [EMAIL PROTECTED]
Generally speaking, the "Endpoint already registered" error can be caused by a failed deploy/undeploy that left the endpoint registry in a inconsistent state (i.e. the endpoint is registered but is actually not available). Do the errors you get somehow influence the deploy/undeploy? View the or

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: java.lang.OutOfMemoryError: Java heap space

2008-06-06 Thread LGWEB
this launching jboss outside the IDE Hardware #CPU: 1 OS: Windows XP 5.1 (x86) JVM Environment Free Memory: 19 MB Max Memory: 63 MB Total Memory: 49 MB #Threads: 49 JVM Version: 11.0-b11 (Sun Microsystems Inc.) JVM Name: Java HotSpot(TM) Client VM View the original post : http:/

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: java.lang.OutOfMemoryError: Java heap space

2008-06-06 Thread LGWEB
See changed the parameters that you showed me, but when launching jboss outside the FDI are these settings I have on (http://localhost:8080/web-console/) | | Hardware | | #CPU: 1 | | OS: Windows XP 5.1 (x86) | | JVM Environment | | but when launching from ID

[jboss-user] [JBoss jBPM] - A question to the DecisionNode

2008-06-06 Thread hamtho2
Hi, I´ve got a question concerning the DecisionNode. As far as I can read from the documentation the first transition, that resolves to true within a DecisionNode will be used. Unfortunately I experienced a different behaviour for my test-process. This is part of what I have defined: |

[jboss-user] [Beginners Corner] - Re: JBoss seam and Hibernate

2008-06-06 Thread mitabhushan
1) Operating system (M) XP ( S)2003 R2 2) JDK version (M S) jdk1.5.0_11 3) JBossAS version (M S)jboss-4.2.2.GA 4) Where is the JDK installed(M S)C:\Program Files\Java 5) Where is JBoss

[jboss-user] [Installation, Configuration & DEPLOYMENT] - SOS: pb circular dependency between EJBs

2008-06-06 Thread Nouredine13
I have asked the last time the problem of circular dependencies between EJB, there is someone who responded me and telling me to use the annotation @IgnoreDependency to one of the instance of Ejb injection. it solves the problem by half: I explain: when I use default injecting dependance with @

[jboss-user] [JBossWS] - Re: New to WS... Need help...

2008-06-06 Thread [EMAIL PROTECTED]
"PeterJ" wrote : As a hint - I never run the "default" configuration. Instead I make a copy of it and modify the copy and run that. This way I can easily "refresh" my configuration by deleting it and recopying "default" again. (I actually do this as part of my Ant script.) This is often useful,

[jboss-user] [JBoss jBPM] - Re: replication of task at runtime

2008-06-06 Thread WalterTaus
Hi, I have now implemented this ForEachForkHandler and it works. However, I have now come up with an extended scenario. In my ForEachForkHandler I create 4 tasks. However, in specific situations I want already to continue when the first two tasks are completed. Therefore, I have tried to imple

[jboss-user] [JBoss Portal] - Error with jackrabbit installing JBoss Portal

2008-06-06 Thread wilson.braga
JBoss Portal 2.6.5 GA Portal downloaded from JBoss website JBoss AS 4.2.2 GA JDBC PostgreSQL Ubuntu 8.04 Problem: I tried instal JBoss Portal in an application server that already had other application running. The follow exception show up: "org.jboss.deployment.DeploymentException: Could not c

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: java.lang.OutOfMemoryError: Java heap space

2008-06-06 Thread PeterJ
You can change the heap sizes in the run.bat or run.conf script (depending on you operating system). Look for the JAVA_OPTS setting, and change the value for the -Xmx option. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156345#4156345 Reply to the post :

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Customizing JBOSS 4.2.0

2008-06-06 Thread PeterJ
For removing unwanted services, see http://wiki.jboss.org/wiki/JBossASTuningSliming View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156343#4156343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156343 __

[jboss-user] [JBossWS] - Re: Upgrading from jbossws-native-2.0.2.GA to jbossws-3.0.1-

2008-06-06 Thread [EMAIL PROTECTED]
This might be due to a bug that has been fixed in 3.0.1 that caused the chunked encoding to be always disabled http://jira.jboss.com/jira/browse/JBWS-2000. The default jaxws client configuration has chunk size = 2048; if the server you're calling doesn't support chunked encoding, you might want t

[jboss-user] [JBoss Getting Started Documentation] - Re: JBoss Operations Network Recourses?

2008-06-06 Thread PeterJ
For JON you are pretty much limited to the documentation and help text that comes with it. I know of no book or outside resources that described its use. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156341#4156341 Reply to the post : http://www.jboss.com/i

[jboss-user] [Beginners Corner] - Re: Liferay with Jboss

2008-06-06 Thread PeterJ
I know this doesn't solve your problem, but the error: anonymous wrote : url=file:/D:/Liferay/liferay-portal-jboss-tomcat-4.2-5.0.1/server/default/deploy/test_abc.zip/ } | . . . | state: INIT_WAITING_DEPLOYER indicates that jbossas has no idea how to deploy a zip file. You could try unpac

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Problem with swithing from https to http in Application

2008-06-06 Thread jboss_app_user
Hi, We have a problem when accessing the application using https. What we do is, for login we direct the user from http to https URL and after authentication we direct the URL to http again.This works fine. But when we directly try to access HTTPS URL to start the login process, we have a proble

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Why JEMs installer for JBOSS 4.0.4 and EJB 3.0

2008-06-06 Thread PeterJ
1) Because it is usually easier. 2) No. There is another way to EJB support on 4.0.4 or 4.0.5 - download the source and build with JDK 5. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156337#4156337 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [Beginners Corner] - Re: Jboss on tmp directory

2008-06-06 Thread PeterJ
Deploy your app as an exploded directory. See http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156333#4156333 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156

[jboss-user] [JBossWS] - Re: arguments passed as null into method when invoked from P

2008-06-06 Thread [EMAIL PROTECTED]
This seems a PHP client issue, you should start looking at the message that is actually produced and goes on the wire and eventually ask for some kind of php support. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156332#4156332 Reply to the post : http://w

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Apache, JBoss and mod_jk issue

2008-06-06 Thread jej2003
I am attempting to setup a system such that Apache is a front end to several JBoss application servers, some of which are clustered and some of which are not. It seems that everything is working as I would expect accept that for whatever reason when I am trying to access a particular resource (

[jboss-user] [JBossWS] - Re: Retrieve SOAP header

2008-06-06 Thread [EMAIL PROTECTED]
In an handler you can get the SOAPMessage from the MessageContext and then use the SOAPMessage's getSOAPHeader() method. Otherwise create your endpoint as webservice provider (see org.jboss.test.ws.jaxws.samples.provider.ProviderBeanMessage for example) implementing Provider. View the original

[jboss-user] [JBoss Tools (users)] - Re: Drools: Question about security, ldap and tomcat - Urgen

2008-06-06 Thread jbossruler
I don't see any Drools forum around? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156326#4156326 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156326 ___ jboss-user mailing

[jboss-user] [Installation, Configuration & DEPLOYMENT] - java.lang.OutOfMemoryError: Java heap space

2008-06-06 Thread LGWEB
Hello, I was using redHatDeveloper Studio and using the embedded server to develop but now I just download the jboss 4.2 and installed in another machine, can access the application, but at some point me in this heap of error: How can I solve this? | | | javax.servlet.ServletException:

[jboss-user] [JBossWS] - Re: Which version of JBossWS?

2008-06-06 Thread [EMAIL PROTECTED]
You might be able to use JBossWS 1.2.1. For recent releases/target containers please refer this http://jbws.dyndns.org/mediawiki/index.php?title=Supported_Target_Containers View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156320#4156320 Reply to the post : ht

[jboss-user] [Installation, Configuration & DEPLOYMENT] - tomcat security updates in jboss

2008-06-06 Thread j.covington
The Apache Tomcat project posts periodic security updates to Tomcat (the latest version of 5.5 is 5.5.28). Is there a way to upgrade the jbossweb-tomcat.sar to incorporate the latest build? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156317#4156317 Reply

[jboss-user] [JBoss Portal] - ICEfaces + Seam in JBoss Portal

2008-06-06 Thread Lightguard
I'm trying to deploy an ICEfaces + seam app into JBoss portal 2.6. Everything looks to be working just fine when things are bundled as a war, when they're in an ear, it seams like seam isn't being initialized correctly in the portal container or something. Here's the first exception I get:

[jboss-user] [JBoss jBPM] - Re: Using end-complete-process attribute of end-state

2008-06-06 Thread nizzy
Forgot ActionHandler package com.ecebs.sample.action; | | import org.apache.log4j.Logger; | import org.jbpm.context.exe.ContextInstance; | import org.jbpm.graph.def.ActionHandler; | import org.jbpm.graph.exe.ExecutionContext; | | /** | * TODO description | * | * @author A

[jboss-user] [JBossWS] - Re: Http Basic Authentication / GET and POST differences?

2008-06-06 Thread [EMAIL PROTECTED]
IOW you get a not-authorized error while trying to retrieve the wsdl before invoking the service, don't you? (check the logs to see what actually is asked with the GET call) In this case you could store the wsdl locally (which btw is a general suggestion for clients to reduce network traffic).

[jboss-user] [JBoss AOP] - Re: Multiple ClassLoaders problem?

2008-06-06 Thread [EMAIL PROTECTED]
You're right, a directory works as well - forgot. Does it work for you if you use compile-time weaving? YOu would need to unjar the jar containing org.drftpd.vfs.index.lucene.LuceneEngine. Then run aopc then re-jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss jBPM] - Re: Using end-complete-process attribute of end-state

2008-06-06 Thread nizzy
Hi, Finally got back to this issue. I'm using the end-complete-process="true" attribute of end-state. My process definition has a fork, the fork has two paths of execution. At the end of each path, processing can either be successfull or fail. When execution fails I would expect to enter the r

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Customizing JBOSS 4.2.0

2008-06-06 Thread liveforsuccess
Hi Guys, I had been using JBOSS4.2.0 since 8months for my development and now we are moving into the phoase of actual production deployment,i.e., sending out the product to the client base. So now I want to configure/optimize/customize JBOSS to the optimum level so that

[jboss-user] [EJB 3.0] - Re: Illegalargumentexception on calling namedquery

2008-06-06 Thread [EMAIL PROTECTED]
anyone? "aukenoppe" wrote : still the same error. | | but how about the namedqueries defined in the User entitybean? | you have to call them using the createNamedQuery method from the entitymanager. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156294

[jboss-user] [JBoss Getting Started Documentation] - JBoss Operations Network Recourses?

2008-06-06 Thread wenzelpi
To All, I'm a intern at a fairly large corporate company. We currently are using JBoss for our application servers. We've now decided to use JON to monitor all these servers. That's where I come in. I've been asked to help with the installation of JON. I'm in the middle of researching and

[jboss-user] [JBoss AOP] - Re: Multiple ClassLoaders problem?

2008-06-06 Thread fr0w
I saw this in the documentation: anonymous wrote : | You tell JBoss AOP where the XML files are. Set the jboss.aop.path system property. (You can specify multiple files or directories separated by ':' (*nix) or ';' (Windows), i.e. -Djboss.aop.path=jboss-aop.xml;metadata-aop.xml) If you speci

[jboss-user] [JBoss AOP] - Re: Multiple ClassLoaders problem?

2008-06-06 Thread [EMAIL PROTECTED]
I just noticed that your -Djboss.aop.path is wrong it should point to the full name of the jboss-aop.xml file, e.g.: | -Djboss.aop.path=conf/aop/jboss-aop.xml | If that doesn't work, try specifying the whole path | -Djboss.aop.path=/some/where/conf/aop/jboss-aop.xml | See if that ge

[jboss-user] [JBoss Messaging] - Non JCA JMS and Transactions

2008-06-06 Thread jamesbo
I'm using JBoss-4.2.2.GA and JBossMessaging-1.4.0.SP3. It appears that my JMS messages sent transactionally are lost, and non-transactionally are transmitted OK as shown in the following traces (all log lines for the relevant message id shown): TRACE [org.jboss.jms.message.MessageIdGenerator] G

[jboss-user] Delivery Status Notification (Failure)

2008-06-06 Thread postmaster
This is an automatically generated Delivery Status Notification. Delivery to the following recipients failed. [EMAIL PROTECTED] Reporting-MTA: dns;MS-CRM.JSC.TPCHEL.RU Received-From-MTA: dns;mail.tpchel.ru Arrival-Date: Fri, 6 Jun 2008 15:46:41 +0400 Final-Recipient: rfc822;abuse@local

[jboss-user] [JBoss AOP] - Re: Multiple ClassLoaders problem?

2008-06-06 Thread fr0w
Doing some investigation I found out that JPF's ClassLoader have URLClassLoader as their superclass, don't know if that's relevant though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156278#4156278 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [EJB/JBoss] - Got marshalling/unmarshalling Exception while communicating

2008-06-06 Thread ashish_patil
Hi all, I have one EJB application(which is running in Weblogic10) while i making the call to second application which is deplyed in Jboss4.0.4 ,i got follwing Exception in my EJB application log... Actually its not able to connect to Jboss application : vocationMarshaller&socketTimeout=60

[jboss-user] [JBoss jBPM] - Re: How to indentify a StartState node?

2008-06-06 Thread pojomonkey
OK, that might work (I'll try it) but, I am trying to keep my implementation unaware of the underlying persistence technology - so at the moment it doesn't reference the Hibernate jars. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156276#4156276 Reply to t

[jboss-user] [JBoss jBPM] - Transition guard condition

2008-06-06 Thread rbradwell
When transitioning from one node to another how would I implement a guard condition? This would effectively block the transition, in an actionHandler associated with the transition, returning the token back to the original node. View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [Beginners Corner] - Can we use Quercus on JBoss?

2008-06-06 Thread vikramap
Has anyone installed http://www.caucho.com/resin-3.0/quercus/index.xtp on JBOSS? Does Jboss support PHP? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156272#4156272 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156

[jboss-user] [Beginners Corner] - Liferay with Jboss

2008-06-06 Thread vikramap
I am trying to create a simple PHP portlet in liferay: Steps followed: 1. http://wiki.liferay.com/index.php/How_to_create_a_simple_php_portlet on liferay-portal-jboss-tomcat-4.2-5.0.1 2. Log in as administrator([EMAIL PROTECTED]/test). Select "add application"->Admin->PluginInstaller-> add Erro

[jboss-user] [JBoss jBPM] - DecisionHandler in a state node

2008-06-06 Thread hamtho2
Hi, I´m just getting into the whole jbpm-thing, and after reading the documentation and playing around a bit, I asked myself the following question: I´m not sure, if this is against the current jbpm or workflow concept, but as it is possible to define several transition within a state-node wi

[jboss-user] [Beginners Corner] - Problem deploying JBossRules warfile (BRMS) with tomcat

2008-06-06 Thread samoth
Hello, I want to run JBoss rules (BRMS) with tomcat. I installed tomcat 6.0 (together with jre1.5.0_12) and continued as suggested on the Jboss website: anonymous wrote : Installing BRMS in Tomcat 6.0.x | | 1. Tomcat now includes his own el-api.jar, remove this jar from brms WEB-INF/lib (

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Problem Delpoying JBoss Rules warfile (BRMS) with tomcat

2008-06-06 Thread samoth
Hello, I want to run JBoss rules (BRMS) with tomcat. I installed tomcat 6.0 (together with jre1.5.0_12) and continued as suggested on the Jboss website: anonymous wrote : Installing BRMS in Tomcat 6.0.x | | 1. Tomcat now includes his own el-api.jar, remove this jar from brms WEB-INF/lib (

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Problem deploying warfile of JBossRules (BRMS) in tomcat

2008-06-06 Thread samoth
Hello, I want to run JBoss rules (BRMS) with tomcat. I installed tomcat 6.0 (together with jre1.5.0_12) and continued as suggested on the Jboss website: anonymous wrote : Installing BRMS in Tomcat 6.0.x | | 1. Tomcat now includes his own el-api.jar, remove this jar from brms WEB-INF/lib (i

[jboss-user] [EJB/JBoss] - Re: schedule timer with hour, without date

2008-06-06 Thread beherenow
Well, I solved the problem. The solution was easy; simply add the dateformat: dd/MM/ HH:mm and a past date with the our that you want on initialstartdate 04/06/2008 11:30 When the server (Jboss) restarts, it starts to shodule at the next hour of the next day automatically View the original

[jboss-user] [JBoss jBPM] - Where is the org.jbpm.jmx.JbpmService class

2008-06-06 Thread mwolff2801
Hallo, I have downloaded the jbpm-jpdl-3.2.2.zip, jbpm-jpdl-3.2.GA.zip and jbpm-jpdl-suite-3.2.2.zip and I can't found the org.jbpm.jmx.JbpmService class in a jar file. Does any body know where the class is? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41

[jboss-user] [JBoss Messaging] - Re: Is 1.4.1.CR1 accesible?

2008-06-06 Thread armgong
today i have figured out to upgrade to 1.4.0sp3_cp02 on jboss 4.2.2GA,it seem works! my step as following: 1 upgrade jboss-remoting 2.2.2-sp7-brew 2 replace jboss-messaging with we build 3 modify xxx-persistence-service.xml in jboss-messaging.sar dir it seems 1.4.0sp3_cp02 changed some sql s

[jboss-user] [JBoss jBPM] - Re: Does JBPM Supports fully actor based taskList

2008-06-06 Thread csplrj
I solved the issue. Actually I was putting an end to Token instead of TaskInstance due to which whole ProcessInstance was closed Finally I am able to solve the issue Thanks for that CSJakharia View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156255#4156255 R

[jboss-user] [JBoss jBPM] - Re: How to indentify a StartState node?

2008-06-06 Thread Olivier_Debels
Start node is a Start State. However when using hibernate you probably got a proxy (because hibernate does lazy loading). This proxy is not aware of the original hierarchy and is not an instanceof Start state. Also see: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=94900 View the

[jboss-user] [JBoss Messaging] - Re: Is 1.4.1.CR1 accesible?

2008-06-06 Thread jorgemoralespou_2
Is there any incompatibility between this JBM version (1.4.0.SP3_CP02) and JBossAS 4.2.2. I see I have to update JBoss remoting to 2.2.2_SP7-brew? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156245#4156245 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss jBPM] - Re: Does JBPM Supports fully actor based taskList

2008-06-06 Thread rbradwell
Just out of interest assume his taskNodes had a few transitions and he has transitioned to the second task node, resulting in both task being open as below. Then what would happen if he signalled the first task over a transition, is that possible? There are two tasks but only one token. Vie

[jboss-user] [JBoss Messaging] - Re: howto upgrade to jboss messaging JBossMessaging_1_4_1_CR

2008-06-06 Thread armgong
ok so we build 1.4.0sp3_cp02, could we use jboss remoting 2.2.2sp7-brew? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156243#4156243 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156243 __

[jboss-user] [JBoss jBPM] - Re: Does JBPM Supports fully actor based taskList

2008-06-06 Thread csplrj
I tried ((TaskInstance)taskMgmtSession.findTaskInstances("b").get(0)).getToken().end(); instead of ((TaskInstance)taskMgmtSession.findTaskInstances("b").get(0)).getToken().signal(); but then the result comes as a1 0 b1 1 What I require is that the task should be proceeded and as the second task

[jboss-user] [JBoss jBPM] - Problem with task form generation with defined variables

2008-06-06 Thread Szpak
Hi, In a process definition I have: | | | | | | | | but when I try to generate a form for that task (Details->Generate Form) I see no fields in a "Define the form fields". I wonder if they shouldn't be copied from the variables defined in that task?

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Why JEMs installer for JBOSS 4.0.4 and EJB 3.0

2008-06-06 Thread hariharanpm
Can any one explain 1. Why does jboss downloads say to install JBOSS via JEMs Installer to make EJB 3.0 to work on JBOSS4.0.4 ? Extract from downloads page - Important Note: If you want EJB3 or Seam support with JBoss AS 4.0.3 SP1, 4.0.4 or 4.0.5, you MUST download and use the releva

  1   2   >