[jboss-user] [JBoss jBPM] - Re: problem w ith process deployment

2009-04-18 Thread Sherrys
Did you changed the standardjaws.xml file in the deploy folder of jBOSS? --Sherry View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226348#4226348 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226348

[jboss-user] [EJB 3.0] - Re: Specifying default values to @Service attributes (JBoss

2009-04-18 Thread jaikiran
anonymous wrote : I know the tutorial mentions only jboss.xml. The problem is that there is only a partial deployment descriptor in the tutorial that does not mention where I should put the service tag. Unfortunately I couldn't even find any references to the deployment descriptor XSD or DTD, so

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss 5.0.1 stubbornly ignores application-policy in log

2009-04-18 Thread jaikiran
Wolfgang is right. Annotation packages have changed in AS-4.x to AS-5. For AS5, you can find the guide here http://www.jboss.org/jbossejb3/docs/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226345#4226345 Reply to the post : http://www.jboss.org/index.html

[jboss-user] [Management, JMX/JBoss] - Re: JBoss 5: MBean depends on EJB3 Staleless Bean according

2009-04-18 Thread jaikiran
anonymous wrote : DEPLOYMENTS IN ERROR: | Deployment "jboss.aloe:service=DispatcherServiceMBean" is in error due to the following reason(s): Create | Is that all you see? Is there any more error message or exception stacktrace (earlier maybe) with more details? If there is any, please post

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Disable WAR classloader isolation

2009-04-18 Thread jaikiran
anonymous wrote : [VFSScanner] Error handling item 'index.page.xml' java.lang.NullPointerException: Cannot find URL from classLoader for index.page.xml, loading from org.jboss.web.tomcat.service.WebCtxLoader$ENCLoader@ | 1687250 | Which exact version of AS5 do you use? I haven't seen t

[jboss-user] [EJB 3.0] - Re: injecting bean into remote Client

2009-04-18 Thread jaikiran
See this https://www.jboss.org/community/docs/DOC-12835 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226342#4226342 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226342 ___

[jboss-user] [JBoss jBPM] - Re: Version 3.2 vs 4

2009-04-18 Thread Sherrys
Thanks a lot Bradsdavis, But what about the version 4 features? It seems that version 4 supports command-based services, database partitioning per process language, and specially full embeddability. --Sherry View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=422

[jboss-user] [Management, JMX/JBoss] - JBoss 5: MBean depends on EJB3 Staleless Bean according to F

2009-04-18 Thread ike
I have a MBean | | /var/log/aloe/aloe-dm-%d.log | ... | jboss.j2ee:ear=dm.ear,jar=com.m1.aloe.dm-ejb.jar,name=aloe/com.m1.aloe.dm.core.DownloadMgr,service=EJB3 | jboss.j2ee:ear=dm.ear,jar=com.m1.aloe.dm-ejb.jar,name=aloe/com.m1.aloe.dm.core.DownloadStatusMgr,servi

[jboss-user] Re: Mysql - Wrong driver class for this connection URL

2009-04-18 Thread Oscar Ostlund
OK I tried this http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Installation_And_Getting_Started_Guide/5/html/Using_other_Databases.html#creating_a_jdbc_client and it worked... So it means that either my DS file is wrong or that it is a Seam problem. Thanks anyway Oscar

[jboss-user] Mysql - Wrong driver class for this connection URL

2009-04-18 Thread Oscar Ostlund
Hi I am quite new to JBoss and I am struggling to get a MySQL Datasource working. I am writing a Seam application but the problem seems to be a JBoss problem and I have tried for several hours to get it woking... I really don't understand what is wrong and I don't know if JMX allows to test the d

[jboss-user] [Remoting] - Re: make ejb3 client use ServerAuthMode=false on sslsocket t

2009-04-18 Thread deckrider
Thanks, ron.sigal, your suggestion indeed works. Also thanks, for proceeding with JBREM-1121, as I think that is an even better solution. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226328#4226328 Reply to the post : http://www.jboss.org/index.html?modul

[jboss-user] [EJB 3.0] - injecting bean into remote Client

2009-04-18 Thread joshua883
Hi all, I've tested EJB injection in a remote Client : public class Client { | @EJB(mappedName="TestBean/remote") | static Test t; | | public static void main(String[] args) throws Exception | { | Context ctx = new InitialContext(); | | t.d

[jboss-user] [Beginners Corner] - Re: new to JBOSS .. need some help

2009-04-18 Thread iinfi
thank you peter. i had a look at these course. i also want to know, for a person who has very limited Java knowledge (limited to creating a few programs in college in j2ee) how difficult would learning and more so administering JBOSS servers be. do i have to be a Java expert before starting to l

[jboss-user] [JBoss Portal] - Re: Access to User's Dashboard from a Servlet

2009-04-18 Thread dvanwest
While the example I referenced before was for dashboards, I'd hope that something like this would work with non-dashboard pages. I've not tried this however, as we define static portal pages via the portal-object.xml. This example assumes you want to implement via a servlet, rather than a port

[jboss-user] [JBoss jBPM] - Re: Version 3.2 vs 4

2009-04-18 Thread bradsdavis
4 is in the works, but probably isnt enterprise ready quite yet. If you have a short time to market, I would say use 3.2x View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226317#4226317 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[jboss-user] [JBoss jBPM] - Version 3.2 vs 4

2009-04-18 Thread Sherrys
Hi everybody, I'm deciding to use jBPM versions 3.2.x or 4.0 in our project. It seems that there are many differences between these two versions. Version 3.2x seems to be more stable, on the other hand, version 4.0 seems to have more features. I haven't seen any transition roadmaps from version

[jboss-user] [JBoss Messaging] - Does DLQ record exceptions

2009-04-18 Thread f...@gmx.net
Hi, when a message is sent to the dead letter queue, because delivery failed too many times, is the exception somewhere recorded that caused the failure? Kind regards, Frank View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226313#4226313 Reply to the post :

[jboss-user] [JBoss Portal] - Re: How to set empty renders for portlets

2009-04-18 Thread vivek_saini07
anonymous wrote : | 2) Is it possible to prevent the drag and drop functionalities in left region only ?. I achived this by modifying renderHeader of DynaRegionRenderer.java Region for which DnD to be disabled, region name will contain "NonDnD". | if (options.isDnDEnabled()) |

[jboss-user] [JBoss jBPM] - Re: Deployment problem after changing workflow in process de

2009-04-18 Thread rams.rapol
I could get past through the error, once i removed hibernate.queries.hbm.xml from the folder where all other's jbpm hbm files were present and then place hibernate.queries.hbm.xml in separate folder under org/jbpm/.. folder so that it mimics as in jbpm jar. -Sridhar View the original post :