[JBoss-user] [JBoss jBPM] - Re: GPD 3.0.9.2 Available

2006-06-10 Thread hosierdm
Sorry that took so long...I've been extremely busy. Here you go: http://jira.jboss.com/jira/browse/JBPM-674 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950279#3950279 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Microcontainer] - Re: JMX integration

2006-06-10 Thread talbeno
Seems like the only thing I haven't understood yet is whether you mean that the user can enable the JMX as part of the inherent features of the mc, or did you mean that she needs to add it just as another POJO into the container. I guess that the later is less attractive as mc and the JMX impleme

[JBoss-user] [JBoss jBPM] - Re: Question about the doc

2006-06-10 Thread hosierdm
Yup, that's what it means. Looks like the Graphical Process Designer allows you to only attach actions, but it lets you attach as many you want. So I'm guessing that means you could (by editing the source) attach as many of the other elements as you desire as well. I've never done it, so I ca

[JBoss-user] [JBoss jBPM] - Upcoming jBPM Presentation

2006-06-10 Thread saibrian
There will be a presentation on jBPM at the Central Iowa Java Users group on June 13th at 6pm. Attendance is open to the public. more information at: http://www.cijug.net/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950276#3950276 Reply to the post : ht

[JBoss-user] [JBoss jBPM] - Question about the doc

2006-06-10 Thread Nomad
Excuse me for my (possibly) stupid question, but I'm confused on how to read the user manual doc. In chapter 16. jpdl xml schema about event (16.4.14) it's written Name | Type | Multiplicity -

[JBoss-user] [Security & JAAS/JBoss] - Re: Jboss Allow: GET, HEAD, POST, PUT, DELETE, TRACE, OPTION

2006-06-10 Thread jbtposc
I have my web.xml configured as | | mysecure | /myservlet | GET | POST | | | NONE | | but I still get Allow: GET, HEAD, POST, TRACE, OPTIONS ? I only want to allow GET and POST, any suggestions on it? TIA. View the original post : http://www.jboss.com/index.html?modu

[JBoss-user] [JBoss Portal] - Re: JBoss Forums & JBoss Portal 2.4 Beta 1

2006-06-10 Thread ThorntonD
Correction to previous post: The direct link to a message will work with a reference like http://localhost/portal/default/forums/ForumsPortletWindow?op=showTopic&windowstate=maximized&t=2&mask=a but the direct link will not work with a reference like http://localhost/auth/portal/default/forums/

[JBoss-user] [JNDI/Naming/Network] - Re: EJB3 Stateless Session Bean not bound error

2006-06-10 Thread rnotani
Well, looks like I found out the problem. To get JBoss 4.0.4, you have 2 options, viz. "Download" or "Installer". Earlier I had used "Download" and simply unzipped 4.0.4 into a directory. Apparently that installs a version of JBoss WITHOUT ejb3. However, if you go the "Installer" route, yo

[JBoss-user] [JBoss Portal] - Re: JBoss Forums & JBoss Portal 2.4 Beta 1

2006-06-10 Thread ThorntonD
I gave the permanent links a try. I had two problems trying to jump to a specific topic. I got routed through the login screen and instead of showing the message I got the Latest posted topics. People will want to have a link they can post on other web sites that will link directly to the te

[JBoss-user] [JNDI/Naming/Network] - Re: EJB3 Stateless Session Bean not bound error

2006-06-10 Thread rnotani
Ok, I don't feel so bad now... When I deploy EJB3Trail.ear I get the same problem. When I click on the "Try the calculator" button in the Stateless Session Bean section I get the same problem. I get a javax.naming.NameNotFoundException: EJB3Trail not bound. I am running JBoss 4.0.4.GA. From

[JBoss-user] [JBoss Portal] - Re: portal 2.4 user-login error

2006-06-10 Thread ThorntonD
In addition to new user logins not working, the portal does not have an option to change the default admin and user passwords. Edit role members comes up with a null id error. I'm using MySQL 5. I tried this on the beta 1 version and a 2.4 version I pulled from CVS today. Danny View the orig

[JBoss-user] [JBoss jBPM] - jBPM BPEL 1.1 beta 1 released

2006-06-10 Thread [EMAIL PROTECTED]
Version 1.1 beta 1 of the BPEL extension package for jBPM is now available. You can download the new release from the SourceForge File Releases. Among the new features, this version is compatible with jBPM 3.1 and offers enhanced performance and scalability due to lazy association fetching and

[JBoss-user] [JBoss Seam] - Last chance to test CVS before 1.0 GA

2006-06-10 Thread [EMAIL PROTECTED]
I've just tagged CVS with JBoss_Seam_1_0_0_GA. I can't release just yet because I am waiting for a new JBoss installer release incorporating EJB 3.0 RC8. So, this is the last opportunity to hammer Seam before the final release. Please try it out! Note that the latest CVS includes breaking chang

[JBoss-user] [JBoss jBPM] - Re: Webservice in front of the BPEL process realized by a se

2006-06-10 Thread [EMAIL PROTECTED]
Frank, The WSEE server programming model allows handlers on Java as well as EJB endpoints, so this is just a matter of including the handler in your session bean configuration. Once you install the handler, it will do the rest for you. I do not provide an example of this because I do not see mu

[JBoss-user] [Management, JMX/JBoss] - Re: Shutdown JBoss gracefully when it fails to deploy a crit

2006-06-10 Thread [EMAIL PROTECTED]
Maybe catch the exception yourself in the start() method of your service and call exit with an error code on the jboss.system:type=Server mbean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950262#3950262 Reply to the post : http://www.jboss.com/index.html

[JBoss-user] [Microcontainer] - Re: JMX integration

2006-06-10 Thread [EMAIL PROTECTED]
There is zero difference. If jmx is enabled in the mc its enabled with whatever the implementation provides. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950261#3950261 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Microcontainer] - Re: JMX integration

2006-06-10 Thread talbeno
I understand all of the above and yet wonder how well the new microcontainer is going to cover the MBean-server capabilities which were available by the old microkernel. I am surely aware of the JDK5 new content but having your own implementation is specification is a different thing. For instan

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - ON DELETE RESTRICT -- any progress ??

2006-06-10 Thread s_prehn
Hello! I read the posts concerning the problem that arises when using jboss's CMP on database schemes that utilize "ON DELETE RESTRICT". JBoss sets the foreign keys references to NULL before actually deleting the parent entry. So the database fk-constraint exception doesnt fire There seems to b

[JBoss-user] [EJB 3.0] - exception occurred externalizing session

2006-06-10 Thread onyii5119
I am getting the exception below but could not figure out how to fix it. All my beans are serializable and some objects that are not serializable are marked transient. Any suggestions on how to fix this problem? 2006-06-10 14:12:09 ERROR TsResourceManager initializeResourceLabels externalizeSes

[JBoss-user] [EJB 3.0] - Lazy collection load

2006-06-10 Thread sierras
In order to load a lazy collection of a detached entity I've a method in a session bean that does the work and returns the same instance of the object but with the collection loaded public Country RefreshCountryCollection(Country country) { em.merge(country); country.getChildre

[JBoss-user] [JNDI/Naming/Network] - EJB3 Stateless Session Bean not bound error

2006-06-10 Thread rnotani
Hi, I have a really simple EJB3 sample adapted from the Trailblazer application. I have a Servlet (ExampleServlet.java) that does a lookup of a Stateless Session Bean (TestServiceImpl.java). The lookup code is anonymous wrote : | Context jndiContext = new jndiContext(); | TestService ts =

[JBoss-user] [Messaging, JMS & JBossMQ] - Duplicate MDB processing of messages sent to a Topic

2006-06-10 Thread azhurakousky
Prereq: JBoss 4.0.4, JDK 1.5 MDB subscribing to a Topic, Load Balancing (ReceiverImpl) is changed to RoundRobin. Question: I was under impression that clustered MDB would represent a single image of an MDB in the clustered environment. For example: If I have an MDB subscribing to a Topic and th

[JBoss-user] [Installation, Configuration & Deployment] - Re: Dependency problem deploying EJB3 persistence unit

2006-06-10 Thread bambata
Hi, I am getting exactly the same error, could you please tell me which block in persistence.xml you have changed, thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950252#3950252 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [EJB 3.0] - Re: Jboss taking long time to deploy Session EJB

2006-06-10 Thread [EMAIL PROTECTED]
i mean, what version of EJB3. We just did some boottime performance improvements for EJB3 RC7+. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950250#3950250 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950250 ___

[JBoss-user] [EJB 3.0] - Re: Jboss taking long time to deploy Session EJB

2006-06-10 Thread [EMAIL PROTECTED]
what version of JBoss? We just did some boottime performance improvements for RC7+. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950249#3950249 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950249 __

[JBoss-user] [Management, JMX/JBoss] - Re: Shutdown JBoss gracefully when it fails to deploy a crit

2006-06-10 Thread tmuldoon
Unfortunately, I have the very same question. If only someone had replied ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950248#3950248 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950248 ___

[JBoss-user] [JBoss Portal] - Re: Creating Portlet Instance

2006-06-10 Thread [EMAIL PROTECTED]
yes but that code will be specific to the version of jboss portal. look at the managemeent portlet . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950247#3950247 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950247

[JBoss-user] [EJB 3.0] - Testing Application with Junit

2006-06-10 Thread [EMAIL PROTECTED]
Dear All I want use Junit for Testing my application with Junit. How can I test Entity persistence from within container? Can you provide some link or example for using JUnit for testing EJB3 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950246#3950246 Rep

[JBoss-user] [JBoss Seam] - Re: when i deployed the example Jboss has follow errors.can

2006-06-10 Thread [EMAIL PROTECTED]
You must install JBoss with the ejb3 profile. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950245#3950245 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950245 ___ JBoss-u

[JBoss-user] [JBoss jBPM] - Re: using mySQL database

2006-06-10 Thread kukeltje
This seems you are deploying a process. Look in the logging of the jboss/jbpm server to see what is mentioned there View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950244#3950244 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [JBoss jBPM] - Webservice in front of the BPEL process realized by a sessio

2006-06-10 Thread zauberlehrling
Hello everyone, I've some questions concerning the "Hello World Example" included in the BPEL extension. In this example we have one webservice , which is realized by the web archive "hello-web.war". This webservice is the frontend to the bpel process "hello.bpel". By calling the webservice

[JBoss-user] [Clustering/JBoss] - Cluster with different operating systems?

2006-06-10 Thread knobbo
I am trying to build a small JBoss cluster for demonstration purposes at my university. For this purpose, I have installed two vmware machines running Ubuntu Linux on my laptop running Windows XP. The JBoss servers running in the virtual Linux systems find each other perfectly, but when I start

[JBoss-user] [JBoss Portal] - Creating Portlet Instance

2006-06-10 Thread patrickdalla
Is there a way to create a portlet instance via java code? Maybe a portlet for creating portlet instances. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950241#3950241 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=395

[JBoss-user] [JBoss Seam] - Transaction dead after five minutes

2006-06-10 Thread armita
I have a very larg transaction to be for feeding the database. But unfortunatily after 5 minutes suddenly an error apears claiming that the Transaction is null . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950239#3950239 Reply to the post : http://www.

[JBoss-user] [JBoss Seam] - when i deployed the example Jboss has follow errors.can some

2006-06-10 Thread datafanny
15:55:56,453 INFO [EARDeployer] Init J2EE application: file:/D:/dev/jboss-4.0.4 .GA/server/default/deploy/jboss-seam-booking.ear 15:55:57,656 ERROR [MainDeployer] Could not create deployment: file:/D:/dev/jbos s-4.0.4.GA/server/default/tmp/deploy/tmp30901jboss-seam-booking.ear-contents/jbo ss-seam

[JBoss-user] [The Lizzard's corner] - Background Checks, Investigate Anyone, Search Records!

2006-06-10 Thread McMiller
CONFIRM REAL PROPERTY DATA, MINIMIZE RISK BY CONFIRMING IDENTITY OF INDIVIDUALS Applications, Business Finance, Business Solutions, Database Management, Inventory Systems, Legal, Personal Finance, Personal Info Managers, Presentation Tools, Project Management, Spreadsheets, Vertical Markets, W

[JBoss-user] [The Lizzard's corner] - Background Checks, Investigate Anyone, Search Records!

2006-06-10 Thread McMiller
CONFIRM REAL PROPERTY DATA, MINIMIZE RISK BY CONFIRMING IDENTITY OF INDIVIDUALS Applications, Business Finance, Business Solutions, Database Management, Inventory Systems, Legal, Personal Finance, Personal Info Managers, Presentation Tools, Project Management, Spreadsheets, Vertical Markets, W