[jboss-user] [JBoss Portal] - Re: using ext js in JBP

2008-08-15 Thread jsports
The version of ext js is 1.11. I have done a test: 1.take ext js 1.11's example with other necessary resource ,for example:ext-all.js, ext-base.js in my web application. and modify the menus example(especially the url of the needed resource in menus.html),so I can access it from web. but in

[jboss-user] [JBoss Tools (users)] - Re: Redeployment loop of ear on jboss AS 5

2008-08-15 Thread [EMAIL PROTECTED]
Does the redeployment continue after you shut down Eclipse ? If yes - JBoss AS problem If no - JBoss Tools problem Let us know... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170695#4170695 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - the order of loading class (urgency! urgency! urgency! )

2008-08-15 Thread zhengxi
I have two ears and two wars. i want to deploy then into one server and share the jars amongst the ears and wars. so i and this part to the jboss-app.xml and jboss-web.xml. loader-repository test.classloader:loader=test1.ear

[jboss-user] [Security JAAS/JBoss] - Re: Unable to get the authentication details in CustomLoginM

2008-08-15 Thread mechatronics12
I have tried that and my sharedstate map is null View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170697#4170697 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170697 ___

[jboss-user] [JBossWS] - Re: Cannot find endpoint meta data with super-simple WS

2008-08-15 Thread jimpo
ritesh001 wrote : jimpo, have you found a solution to this problem? I'm having the same problem, though my service deploys just fine on GlassFish and WebLogic, just that JBoss is screwed up with cannot find endpoint meta data error. Sorry I can't help you. I can't remember if I figured out a

[jboss-user] [JBoss Messaging] - Best architecture practice for jboss messaging.

2008-08-15 Thread [EMAIL PROTECTED]
Hi I want to write a chat but not a chat with a topic but point to point between users : (un = 1 user) u1--1:1--u2 u3--1:1--u2 u3--1:1--u1 Each user can connect on the chat at anytime I'm newbie on JBossMessaging. Actually my orientation choices (certainly not all good...)are : -IHM client :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: error 401

2008-08-15 Thread jaikiran
anonymous wrote : error-page | error-code401/error-code | /errorpages/mypage401.html | /error-page | | I get an HTTP 401 error every time I try to access a protected page (the auth-method is BASIC). To fix the problem, all I have to do is remove the error-page definition. I'm not

[jboss-user] [EJB/JBoss] - Re: RMI invoke fail, ConcurrentModificationException was thr

2008-08-15 Thread funnyone
Can anyone help me? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170704#4170704 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170704 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - javax.crypto.Mac

2008-08-15 Thread rstaveley
If I try to get an instance of a javax.crypto.Mac, usingjavax.crypto.Mac mac = javax.crypto.Mac.getInstance(HmacSHA1);, I get a NoClassDefFoundError. I've looked at the JRE (Sun 1.5.0.10), and see jce.jar in the lib directory and sure enough javax.crypto.Mac.class is in that jar, so I wonder

[jboss-user] [JBoss Portal] - Re: using ext js in JBP

2008-08-15 Thread jsports
I have done a more clear test. ext js 1.11 and ext js 2.2 run very well . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170706#4170706 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170706

[jboss-user] [JBoss Portal] - Re: using ext js in JBP

2008-08-15 Thread jsports
But if put 2 same portlet window in the same portal page which return the same jsp page using extjs ,there will be display error occured. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170707#4170707 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JobExecutorServlet alternative

2008-08-15 Thread kukeltje
The enterprise version has an ejb timer based scheduler. See the docs for this View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170709#4170709 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170709

[jboss-user] [JBoss jBPM] - Re: Terminated or deleted process instance?

2008-08-15 Thread kukeltje
yes it will cascade View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170710#4170710 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170710 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Terminated or deleted process instance?

2008-08-15 Thread lblaauw
Hey, I just wrote a handler to get rid of all the process instance data including the cascades. The actual delete is kinda tricky in a sense that since all collections and object properties are lazily initialized it requieres you to load them up in a custom command object to get the actual

[jboss-user] [JBoss jBPM] - Re: JobExecutorServlet alternative

2008-08-15 Thread nizzy
Hi, Thanks for the reply! Can you tell me which docs you are referrring to? Naturally that was the first place I looked prior to posting. However I can find nothing in the user guide. Section 13 being the only real mention of Schedulers. View the original post :

[jboss-user] [JBoss jBPM] - Re: Terminated or deleted process instance?

2008-08-15 Thread mputz
anonymous wrote : The actual delete is kinda tricky... Why not simply use org.jbpm.db.GraphSession#deleteProcessInstance(long processInstanceId) ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170714#4170714 Reply to the post :

[jboss-user] [JBoss jBPM] - setting process variable in process definition

2008-08-15 Thread AJanz
hi, i want to define a process variable which should change on different nodes. the values for the variable i want to define in the process definition. how can i do that? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170715#4170715 Reply to the post :

[jboss-user] [Beginners Corner] - Re: javax.crypto.Mac

2008-08-15 Thread rstaveley
I'm getting this LinkageError with 4.2.2GA with default settings on Debian Linux. When you install JBoss via apt-get on Debian Linux, this is the default version. It doesn't happen on a 4.0.2 installation, which I have access to on a Sun server. Here's a simple JSP to reproduce the problem.

[jboss-user] [JBoss jBPM] - Re: Terminated or deleted process instance?

2008-08-15 Thread lblaauw
That wont work since you will have a non complete processinstance at your hands caused by all lazy loading on the process instance... Regards, Leo mputz wrote : anonymous wrote : The actual delete is kinda tricky... | | Why not simply use org.jbpm.db.GraphSession#deleteProcessInstance(long

[jboss-user] [JBoss jBPM] - Re: JobExecutorServlet alternative

2008-08-15 Thread nizzy
Hi, I have successfully started the JobExecutor using a MBean. Is there any issues with this? In you guys expert opinion, ;), is this a reasonable way to do this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170719#4170719 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - JEMS installer/ IzPack source code

2008-08-15 Thread twenckebach
Hi, I am trying to analyze problems with the JEMS Installer for JBoss 4.2.1GA and 4.2.2GA. Where to find the source code of IzPack (version 3.10.2.jboss.patch2) from which JEMS installer 1.2.1CR3 is built? Thanks, Thomas View the original post :

[jboss-user] [JBoss jBPM] - Re: setting process variable in process definition

2008-08-15 Thread AJanz
ah quite simple. implemented an actionhandler with getter and setter methods, so the variables could be set in process definition View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170727#4170727 Reply to the post :

[jboss-user] [JBoss AOP] - Re: *** java.lang.instrument ASSERTION FAILED ***

2008-08-15 Thread mada1
Did you get confirmation of that this was the cause. We have seen it too. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170730#4170730 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170730

[jboss-user] [JBoss jBPM] - Re: Terminated or deleted process instance?

2008-08-15 Thread twiceknightly
lblaauw wrote : Hey, | | I just wrote a handler to get rid of all the process instance data including the cascades. Care to share what you did? I'm sure a fair few people would appreciate it. It seems an big ommission if the one out of the box doesn't clean up properly View the

[jboss-user] [JBoss jBPM] - Re: Terminated or deleted process instance?

2008-08-15 Thread mputz
Leo, the GraphSession.deleteProcessInstance method *should* handle all references correctly, and should thus get rid of all data related to a process instance. If it does not, it would be great if you could provide more info about what is missed out, so that this can be fixed. View the

[jboss-user] [EJB 3.0] - Using Connection Pool in EJB 3.0

2008-08-15 Thread mabimal
Hi all, I am in the requirement of developing EJB without entity beans and simply using stateless beans. In this scenario how can i connect to database? and Can i use the existing connection pool. It's saved in XML file as a configuration file. This is working connection pool in web container.

[jboss-user] [Beginners Corner] - Re: javax.crypto.Mac

2008-08-15 Thread jaikiran
Please post the entire exception stacktrace. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170742#4170742 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170742 ___ jboss-user

[jboss-user] [EJB 3.0] - JBoss 4.2.2 and TimerService null pointer exception

2008-08-15 Thread kyle.bober
I have a Stateless session bean that is also a WebService. When I attempt to inject a TimerService and create a new timer Instance the TimerService is always returned as null. It seems the TimerService is never injected. I also attempted injecting the SessionContext as well using @Resource and

[jboss-user] [Beginners Corner] - Re: javax.crypto.Mac

2008-08-15 Thread rstaveley
Here's a full dump: Linkage error in javax.crypto.Mac java.lang.NoClassDefFoundError at javax.crypto.Mac.getInstance(DashoA12275) at org.apache.jsp.test_jsp._jspService(test_jsp.java:66) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at

[jboss-user] [EJB 3.0] - Re: Using Connection Pool in EJB 3.0

2008-08-15 Thread jaikiran
mabimal wrote : Hi all, | I am in the requirement of developing EJB without entity beans and simply using stateless beans. In this scenario how can i connect to database? | Through datasource. mabimal wrote : | and Can i use the existing connection pool. | Yes, you can. mabimal

[jboss-user] [EJB 3.0] - Re: JBoss 4.2.2 and TimerService null pointer exception

2008-08-15 Thread jaikiran
kyle.bober wrote : I have a Stateless session bean that is also a WebService. When I attempt to inject a TimerService and create a new timer Instance the TimerService is always returned as null. It seems the TimerService is never injected. | I have not tried injecting the TimerService in

[jboss-user] [EJB 3.0] - Re: EJB3 transaction propagation

2008-08-15 Thread jaikiran
zilbi is right. A plain Java call will not start a new transaction. You have to invoke that method through the EJB object. anonymous wrote : | Also update(Record r) is marked as a private method and not defined in the bean interface. You will have to make it accessible through the

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

2008-08-15 Thread jaikiran
Looks like you found the answer here http://www.jboss.com/index.html?module=bbop=viewtopict=140850 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170754#4170754 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170754

[jboss-user] [JBoss Cache: Core Edition] - Re: Has anyone used JBC 2.x series with JBossAS 4.2.x series

2008-08-15 Thread derrickhackman
From the documentation: anonymous wrote : | t is possible to deploy a JBoss Cache 2.0 instance in JBoss AS 4.x (at least in 4.2.0.GA; other AS releases are completely untested). However, the significant API changes between the JBoss Cache 2.x and 1.x releases mean none of the standard AS

[jboss-user] [EJB 3.0] - Exception on trying to persist more than one object

2008-08-15 Thread jaki
I get the following exception on trying to persist more than one bean object: anonymous wrote : | Caused by: org.hibernate.TransientObjectException: object references an unsaved transient instance - save the transient instance before flushing: com.um2.mauction.entity.Enchere.bidder -

[jboss-user] [JBoss AOP] - Re: *** java.lang.instrument ASSERTION FAILED ***

2008-08-15 Thread dunks80
I'm pretty sure the problem was that i forgot to replace the pluggable-instrumentor.jar with the latest version when I upgraded the aop libraries. The error was pretty random but when i double checked that all aop libraries were from the same release the error went away. View the original

[jboss-user] [JBoss jBPM] - Re: Terminated or deleted process instance?

2008-08-15 Thread lblaauw
Sure, I dont claim this to be perfect but hey it works, so here is the code for the handler: | public class VerwijderProcessInstanceHandler extends JbpmHandlerProxy{ | private static final long serialVersionUID = -6125309218094541298L; | /** Logger available to subclasses */ |

[jboss-user] [Management, JMX/JBoss] - Start Stop JBoss instances from a browser

2008-08-15 Thread wskent
Is there a way to start and stop JBoss instances from the JBoss web-console or jmx-console in the browser? I want to remotely start and stop JBoss instances in an iSeries PASE (unix) environment. WebSphere and Weblogic have this capability, just hoping that JBoss does also? View the original

[jboss-user] [Management, JMX/JBoss] - Re: Start Stop JBoss instances from a browser

2008-08-15 Thread csaldanh
By right clicking on the Jboss Management Console in the applet frame of the web-console, there are options to shutdown/restart jboss instance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170767#4170767 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Upgrading hibernate in JBoss 4.2.2.GA

2008-08-15 Thread jinpsu
Well, this still isn't working correctly. My .war file within the .ear is still trying to use the old hibernate version in the jboss lib directory. I see this exception when the .war tries to use hibernate: | Caused by: java.lang.NoSuchMethodException:

[jboss-user] [Beginners Corner] - Re: javax.crypto.Mac

2008-08-15 Thread rstaveley
jaikiran, I just look a look at http://jaitechwriteups.blogspot.com/ and followed your advice about setting up jboss-web.xml and have fixed my problem as a consequence. [And sorted out logging properly in the process.] View the original post :

[jboss-user] [Beginners Corner] - Re: javax.crypto.Mac

2008-08-15 Thread rstaveley
Many thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170771#4170771 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170771 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - jboss log4j

2008-08-15 Thread Darkshine
I'm using jboss with log4j. I have remote application jmslistener, which uses jboss over network. When I try to start jmslistener, I get the following errors: log4j:ERROR Error while activating options for appender named [DefaultAppender]. java.lang.NullPointerException at

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Upgrading hibernate in JBoss 4.2.2.GA

2008-08-15 Thread jaikiran
Are you sure you have packaged the correct versions of all appropriate hibernate jars in your application? See the Compatibility Matrix for more details http://www.hibernate.org/6.html#A3. Please post the exact versions of various hibernate jars that you have packaged in your application

[jboss-user] [JBossWS] - Re: More soap:address problems

2008-08-15 Thread vxj45
I tried setting transportGuarantee=true and transportGuarantee=CONFIDENTIAL. It didn't work for me. I am using jbossws1.2. Forgive my ignorance but how is jbossws-native different from jbossws1.2? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170774#4170774

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss log4j

2008-08-15 Thread jaikiran
anonymous wrote : | log4j:ERROR Error while activating options for appender named [DefaultAppender]. Post the contents of your log4j configuration file (log4j.xml or log4j.properties). P.S: While posting logs or xml content or code, remember to wrap it in a code block by using the Code

[jboss-user] [Security JAAS/JBoss] - Problem with authorization in standalone client

2008-08-15 Thread zlosynus
Hi, I am programming standalone client and I would like to use DatabaseServerLoginModule. So I added these lines to login-config.xml. |application-policy name = Konfigurator |authentication | login-module code = org.jboss.security.auth.spi.DatabaseServerLoginModule

[jboss-user] [JBossWS] - Re: mtom on the server

2008-08-15 Thread kosulin
Do you mean, for some client you want to use SOAP with attachments, and for others - MTOM? I do not believe you can enable or do this dynamically, because it is part of the service endpoint contract definition. What we do, we have only one XML atttribute defined as @XmlMimeType(application/zip)

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Upgrading hibernate in JBoss 4.2.2.GA

2008-08-15 Thread jinpsu
The hibernate jars in my ear are: Hibernate Core 3.2.6.GA Hibernate Annotations 3.3.1.GA Hibernate EntityManager 3.3.2.GA These all work fine together. If I copy the jars in my ear (hibernate3.jar, hibernate-annotations.jar, hibernate-commons-annotations.jar,

[jboss-user] [Management, JMX/JBoss] - Re: Start Stop JBoss instances from a browser

2008-08-15 Thread wskent
Is their a way to start a new JBoss instance? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170783#4170783 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170783 ___ jboss-user

[jboss-user] [Security JAAS/JBoss] - Re: Unable to get the authentication details in CustomLoginM

2008-08-15 Thread ragavgomatam
HI, anonymous wrote : I am using webauthentication and custom login module for login purpose. I don't understand. Actually how are you logging in ? With a jsp (which has j_security_check, j_username and j_password) CustomLogin Module OR are you doing a programmtic login using

[jboss-user] [Security JAAS/JBoss] - Re: Problem with authorization in standalone client

2008-08-15 Thread ragavgomatam
Check your classpath on your client..It has to have all the jaas libraries plus some specific jboss libraries as well. anonymous wrote : java.lang.NoClassDefFoundError indicates there is a dependency jar that is missing in your classpath View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: the order of loading class (urgency! urgency! urgency! )

2008-08-15 Thread PeterJ
When a JSP in a particular WAR uses the a class, it will get it from the A.jar that is in the same WAR. In general, code within a WAR will use classes within that WAR (of course, if the class is not there it will look outside the WAR)), and code outside a WAR cannot use classes within the WAR.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Upgrading hibernate in JBoss 4.2.2.GA

2008-08-15 Thread jinpsu
Are there any configuration files I'm missing? Or am I going about this the wrong way? Again, everything works fine if I just overwrite the hibernate jars in the jboss server lib directory. However, if I keep the original hibernate jars in the jboss server lib directory, copy the new jars

[jboss-user] [Security JAAS/JBoss] - Re: Problem with authorization in standalone client

2008-08-15 Thread zlosynus
I have following classpath, can you tell what I am missing: | echo $CLASSPATH |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss log4j

2008-08-15 Thread Darkshine
$ cat log4j.properties | log4j.rootLogger=INFO, DefaultAppender | log4j.appender.DefaultAppender=org.apache.log4j.net.JMSAppender | | log4j.appender.DefaultAppender.TopicConnectionFactoryBindingName=systempilot/jms/topic/connection-factory |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Upgrading hibernate in JBoss 4.2.2.GA

2008-08-15 Thread jaikiran
anonymous wrote : Or am I going about this the wrong way? Should I be packaging hibernate differently in my ear? Put it in a .sar or .har? What you have done so far (using the classloader scoping) is the correct way. anonymous wrote : | Caused by: java.lang.NoSuchMethodException:

[jboss-user] [JBoss jBPM] - cannot be cast to org.jbpm.graph.def.ActionHandler

2008-08-15 Thread AJanz
i got a simple class implementing the actionhandler. but when i try to execute it i got WaitAndSignal cannot be cast to org.jbpm.graph.def.ActionHandler code is | | import org.jbpm.graph.def.ActionHandler; | import org.jbpm.graph.exe.ExecutionContext; | | | public class

[jboss-user] [Security JAAS/JBoss] - Re: Problem with authorization in standalone client

2008-08-15 Thread zlosynus
I was looking at my classpaths and currently I have all jars in {$JBOSS-HOME}/client and {$JBOSS-HOME}/server/default/lib included and still it doesn't work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170798#4170798 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Error in WARDeployer while starting JBoss AS 4.2.3

2008-08-15 Thread naguilar
I'm migrating an application from JBoss 3.2.8 (JDK 1.5) to JBoss 4.2.3 (JDK 1.5), but when I start the server I get an error about being unable to create a new SAX parser. Any help is greatly appreciated appreciated. Here is the stack trace: 11:17:17,015 INFO [ServiceConfigurator] Problem

[jboss-user] [Security JAAS/JBoss] - Re: Problem with authorization in standalone client

2008-08-15 Thread ragavgomatam
check in which jar file where this class anonymous wrote : org/jboss/system/ServiceMBeanSupport occurs. ALso I think you need jbosssx-client.jar too. I think that class is in jboss-system-client.jar. Which version of jboss are you using ? I don't see thid class in 4.2.3 GA inside

[jboss-user] [JBoss jBPM] - Re: Terminated or deleted process instance?

2008-08-15 Thread lblaauw
hey, Well as you can see from my handler code above that is the only way I could get GraphSession.deleteProcessInstance to delete the ProcessInstance and to have the cascades work correctly. The case i have is that Comment objects are attached to tokens in the process instance. Basically I had

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Upgrading hibernate in JBoss 4.2.2.GA

2008-08-15 Thread jinpsu
Thanks. hibernate-commons-annotations.jar: 3.0.0.GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170804#4170804 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170804 ___

[jboss-user] [Security JAAS/JBoss] - Re: Problem with authorization in standalone client

2008-08-15 Thread ragavgomatam
Hi..The class is under jboss-system.jar which is under %JBOSS_HOME%/lib folder. Put it in the classpath you are set. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170805#4170805 Reply to the post :

[jboss-user] [Beginners Corner] - Jboss vs Tomcat

2008-08-15 Thread Metal Jboss
Hi... I hope is the right forum. I am new with Jboss, so my fisrt post is going to be the Difference between Tomcat and Jboss, I just know that Tomcat is part of Jboss, but what makes Jboss different from Tomcat??? what is the duty of Jboss?? and what is the duty of Tomcat inside Jboss??? View

[jboss-user] [Security JAAS/JBoss] - Re: Problem with authorization in standalone client

2008-08-15 Thread zlosynus
I have all classes in my classpaths, I know it is incorrect, but it is not my problem to solve it now (and I think for client is sufficent jboss-all.jar): |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Upgrading hibernate in JBoss 4.2.2.GA

2008-08-15 Thread jinpsu
Hmm, when I build the ear via ant, the exception is different than the one I previously posted which was built from eclipse. I guess the difference is that no hibernate jars are in the classpath when building with ant (I have no direct compile dependencies). | Caused by:

[jboss-user] [JBoss jBPM] - Re: cannot be cast to org.jbpm.graph.def.ActionHandler

2008-08-15 Thread AJanz
ok the was a duplicate but wrong implementation. but now i got error while executing the actionhander org.jbpm.JbpmException: this token is locked by token[1733] so i could not signal the process. where is the error ? View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: error 401

2008-08-15 Thread edgoquist
That sounds brilliant except that when the login attempt finally fails (after 3 tries) it fails with error 401 - not 403. Thank you though. You've given me a clue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170810#4170810 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Upgrading hibernate in JBoss 4.2.2.GA

2008-08-15 Thread jaikiran
jinpsu wrote : Hmm, when I build the ear via ant, the exception is different than the one I previously posted which was built from eclipse. | Let's stick to the ear generated through Ant, henceforth. That is much more reliable than the one generated by Eclipse. jinpsu wrote : | |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: error 401

2008-08-15 Thread jaikiran
Now that you have got the login pop-up appear, the next option to debug is to enable the JBoss Security level logging. See Q4 at http://wiki.jboss.org/wiki/SecurityFAQ to see how that can be done. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170812#4170812

[jboss-user] [Beginners Corner] - Re: Jboss vs Tomcat

2008-08-15 Thread PeterJ
Tomcat is a servlet container. That is, it will run servlets and JSPs. In addition is server static web content. JBossAS is a Java EE application server. It need to not only provide a servlet container (which it uses Tomcat to provide), but must also serve EJBs, messaging services, and a whole

[jboss-user] [Beginners Corner] - Re: javax.crypto.Mac

2008-08-15 Thread jaikiran
Great! :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170815#4170815 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170815 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Re: Jboss vs Tomcat

2008-08-15 Thread Metal Jboss
What do you mean a server static content???, so It means that Jboss is a server dynamic content??? Thx for the reply View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170817#4170817 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Jboss vs Tomcat

2008-08-15 Thread PeterJ
Sorry, typo. I meant it serves static web content In other words, it can serve HTML, CSS, GIF and other such content to web browsers. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170822#4170822 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Upgrading hibernate in JBoss 4.2.2.GA

2008-08-15 Thread jinpsu
To me it still smells like my app is using the old hibernate. According to the hibernate forum thread linked by ANN-554, the last post says to use hibernate annotations 3.3.0. I only see this issue if I leave the default hibernate jars in jboss (hibernate annotations 3.2.1.GA). If I

[jboss-user] [Beginners Corner] - Re: Jboss vs Tomcat

2008-08-15 Thread Metal Jboss
Ok PeterJ, thank you very much now is more clear :D View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170832#4170832 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170832 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Upgrading hibernate in JBoss 4.2.2.GA

2008-08-15 Thread jaikiran
anonymous wrote : To me it still smells like my app is using the old hibernate Okay, so let's try the next best way to debug this. In your run.bat file add -verbose:class option to the JAVA_OPTS and restart JBoss. The -verbose:class will print out the classes being loaded and the jar files

[jboss-user] [Management, JMX/JBoss] - Re: Start Stop JBoss instances from a browser

2008-08-15 Thread [EMAIL PROTECTED]
JBoss 4 is based on a JMX microkernel architecture. You can read more about it here: http://wiki.jboss.org/wiki/JBossMX In addition to csaldanh's response for web-console, here is a direct link into the jmx-console, where you will find the shutdown() method, among others:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Upgrading hibernate in JBoss 4.2.2.GA

2008-08-15 Thread jinpsu
Well it's definitely pulling the hibernate jars in from jboss-4.2.2.GA/server/default/lib/ and not my ear. The verbose log doesn't load anything from the jars in my ear lib directory. I also put those other two jars in the ear, no change. justin. View the original post :

[jboss-user] [JBossWS] - Re: Error SAP WS-Security client calling JBoss Security WS

2008-08-15 Thread enpasos
Requiring ValueType to be set breaks the wsse standard 1.0 and 1.1!!! (tested in jbossws-3.0.1-native-204.GA) Please change. Thanks a lot. See ... http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0.pdf page 22, lines 702 - 708 702

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Upgrading hibernate in JBoss 4.2.2.GA

2008-08-15 Thread jaikiran
In the past (http://www.jboss.com/index.html?module=bbop=viewtopict=133202), we have got the Hibernate version upgrade working in JBoss-4.2.x, so i know it works. But, i don't exactly know what's the problem with your setup. Right now, its too late in the night for me to think about other

[jboss-user] [JBoss Portal] - Jboss AS 5.0 and JBoss Portal

2008-08-15 Thread ranash
Has anyone gotten Jboss Portal to run on Jboss AS 5.0. If not is there a target date to get the two compatible? Thanks, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170846#4170846 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Jboss AS 5.0 and JBoss Portal

2008-08-15 Thread [EMAIL PROTECTED]
No, portal is not yet compatible with AS5. It's not certain yet but it could be either Portal 2.7 or 2.8. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170847#4170847 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170847

[jboss-user] [Beginners Corner] - invalid stream header errors

2008-08-15 Thread rossmills
I've been getting the following error from time to time. It occurs somewhat randomly, but tends to happen more often during login. Once one user encounters this error at login, all other users encounter the error at login and the site becomes inaccessible. It's difficult to tell from the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Error deploying an ear to JBoss 4.2.0 with message

2008-08-15 Thread [EMAIL PROTECTED]
I'm trying to deploy an ear to JBoss 4.2. The stack trace shows two error lines below, but there is no prior error as stated. I've seen this before in the past with older versions of Tomcat. The fact that the prior error is not showing is because of a log jar file conflict, or at least that's

[jboss-user] [Installation, Configuration DEPLOYMENT] - Access Resources from webapp directory

2008-08-15 Thread Broots
Hi, I'm trying to deploy an ear packaged file to the jboss server. I've got some files in webapp directory which i need to read from some java classes. The problem is that i can't find how to reference the webapp directory cos jboss is deploying the ear in the tmp/deploy/temporary_name/ Is

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Access Resources from webapp directory

2008-08-15 Thread PeterJ
Your best bet is to place the files you need to read into WEB-INF/classes and then access them using the class loader. For example: URL = myfileUrl = Thread.currentThread().getContextClassLoader().getResource(my.file); View the original post :

[jboss-user] [JBoss Getting Started Documentation] - ERROR [MainDeployer] Could not initialise deployment: whil

2008-08-15 Thread CompiledMonkey
So I'm using Seam 2.0.2 and JBoss 4.2.3 and I've created a new project both with seam-gen and the Eclipse tools. When I create just a basic seam web project and attempt to deploy in JBoss 4.2.3, I get this error: 14:36:46,196 ERROR [MainDeployer] Could not initialise deployment:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Upgrading hibernate in JBoss 4.2.2.GA

2008-08-15 Thread jinpsu
OK, thanks for bearing with me. I'm now back to the NoSuchMethodException: org.hibernate.validator.ClassValidator exception. There was an error in my ant script and the hibernate jars went into the ear root instead of lib/... oops! Now, after jboss starts and I try to use hibernate from my

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - aes-256

2008-08-15 Thread atis
How can I generate an SSL CSR for AES-256 encryption with keytool? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170859#4170859 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170859

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Running JBoss in Eclipse (in Linux)

2008-08-15 Thread a_alam
Yes, it works in terminal as a normal user, but not in EClipse. And as a root, it works both in EClipse and in termianal. Cheers View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170863#4170863 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - JavaServer Faces and container-managed authorization not wor

2008-08-15 Thread poesys
I'm working with JavaServer Faces and JBoss and trying to set up JAAS and container-managed authorization using roles. My problem is that, after I successfully authenticate using a login form and create a login context with a subject through a custom login module (all of which works fine), the

[jboss-user] [Security JAAS/JBoss] - Re: JavaServer Faces and container-managed authorization not

2008-08-15 Thread poesys
The last sentence in the second paragraph should read, All my Faces navigation rules use the lt;redirect/gt; option. Lost in HTML translation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170875#4170875 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: the order of loading class (urgency! urgency! urgency! )

2008-08-15 Thread zhengxi
I did some testing about this. ear1.ear |-war1.war |-WEB-INF\A.jar(includes a.class) |-test.jsp war2.war |-WEB-INF\A.jar(includes a.class) ear1.ear, war1.war, war2.war use the same repository to share jars. when test.jsp call a.class, jsp will use a.class in the war2.war, not the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: the order of loading class (urgency! urgency! urgency! )

2008-08-15 Thread zhengxi
ear1.ear |-war1.war |-WEB-INF\A.jar(includes a.class) |-test.jsp war2.war |-WEB-INF\A.jar(includes a.class) ear1.ear and war2.war are different file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170886#4170886 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - JBoss 4 RMIAdaptor Security Configuration

2008-08-15 Thread BasementJaxx
Hi All, I want to manage JBoss using management consoles such as MC4J. However, I want to do this in a secure way, using SSL and password based authentication, as I have my custom MBeans in the JBoss MBean Server. How can I configure RMIAdaptor to use SSL and have password based

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Upgrading hibernate in JBoss 4.2.2.GA

2008-08-15 Thread jaikiran
jinpsu wrote : | | I'm now back to the NoSuchMethodException: org.hibernate.validator.ClassValidator exception. | | All appears to go well until my jpa entities get mapped. Classes start being loaded from the old hibernate (starting with ClassValidator) and then the exception is

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error deploying an ear to JBoss 4.2.0 with message

2008-08-15 Thread jaikiran
What does the server.log (which contains debug level logging) show? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170889#4170889 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170889

[jboss-user] [JBoss Getting Started Documentation] - Re:

2008-08-15 Thread jaikiran
Does the seamproject-ear.ear contain seamproject-ejb.jar? If yes, post the output of: jar -tf seamproject-ejb.jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170890#4170890 Reply to the post :

  1   2   >