[JBoss-user] [JBoss Seam] - Booking Example

2006-01-14 Thread mutpup
I've very new to Jboss/EJB and Seam and the Booking demo seemed like a good way to get my feet wet. I have eclipse 3.1.2 all installed with the JbossIDE. All looks good but when I start to go through the flash demo it appears that it starts about 2 minutes too late. How was the initial project

[JBoss-user] [JBoss Portal] - Portal SSO integration

2006-01-14 Thread dsmith3689
I have a Jboss AS 4.0.3 cluster that has about half a dozen fairly large apps running on it that are all using SSO. I'm considering adding JBoss Portal to my cluster to be used as an entry point for my users, where I might have a collection of portlets that will provide a nice consolidated view

[JBoss-user] [EJB/JBoss] - Re: Caching behavior in EJB container

2006-01-14 Thread [EMAIL PROTECTED]
OK, I am proposing to simply allow the cache size to grow without passivating it temporarily then. I have created a Jira issue for that: http://jira.jboss.com/jira/browse/JBAS-2668 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917495#3917495 Reply to the p

[JBoss-user] [JBoss Getting Started Documentation] - Re: EJB3 Trailblazer Faux Pas

2006-01-14 Thread treespace
Side note: Whoever put together the Trailblazer for EJB 3.0 would help us all by continuing to create such documetnation. Extremely well organized, crystal clear and razor sharp in terms of hitting all the points I was interested in. Thanks! View the original post : http://www.jboss.com/inde

[JBoss-user] [JBoss Seam] - Re: NoEJB example: log.info not visible

2006-01-14 Thread [EMAIL PROTECTED]
No problem, I hope to get all the cleanups done for 1.0 final, never expected to get that stuff into beta 2. Cheers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917493#3917493 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[JBoss-user] [Installation, Configuration & Deployment] - jboss cahe for BMP entity beans

2006-01-14 Thread nau
Hi, All We have got a project to support. The project contains a lot of BMP entity beans. We installed JBoss and deployed the application. Now, when I see my traffic on DB side I see that the app server calls my DB each time when I request an entity so the cache seems to be disabled. I did try

[JBoss-user] [JBoss Portal] - Re: Portal 2.2 - Transaction - CMT

2006-01-14 Thread [EMAIL PROTECTED]
Yes, this will propage but this will propage the portal transaction (i.e the one that the portal uses to load its objects). Otherwise you should put RequiresNew View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917491#3917491 Reply to the post : http://www.jbo

[JBoss-user] [JBoss Seam] - Re: NoEJB example: log.info not visible

2006-01-14 Thread [EMAIL PROTECTED]
It doesn't look like I will have time to work on the Ant scripts before your next release...but maybe someone out there does. Nevertheless, there are a few things I would like to contribute to the wiki, in time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [JBoss Portal] - Example Portal online?

2006-01-14 Thread kw
Hi, is there an up-to-date jboss portal running online, where one can register as test user and check out the features in real-time? Regards, KW View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917489#3917489 Reply to the post : http://www.jboss.com/index.ht

[JBoss-user] [JBossCache] - cluster multicast address

2006-01-14 Thread asaf
I'm using Multicast Address with 2 linux servers on the same segment (for jboss Cluster) The Cluster is able to find all is members(I assume this is because he is using the multicast address) when i'm using netstat -g on both servers i can see that eth0 got 228.1.2.3 multicast address. my questi

[JBoss-user] [JBossWS] - Re: JBoss 4.0.3sp1 and axis

2006-01-14 Thread bbell2000
Actually, a response to one of my earlier posts (http://www.jboss.org/index.html?module=bb&op=viewtopic&t=74220) seemed to indicate that it was broken in 4.0.2. I upgraded to 4.0.3SP1 and the problem went away. I'm using the 5.0.4 JDK. View the original post : http://www.jboss.com/index.ht

[JBoss-user] [EJB 3.0] - Re: EJB3 installation errors

2006-01-14 Thread msmock
I installed the newest jboss on a mac os x running the jdk 1.4 upgraded to java 5 but get the same error message posted on top. Unexpected error during load of: org.jboss.ejb3.EJB3Deployer, ... Is there something missing in the mac java 5 upgrade required for jboss ? Regards, Martin View th

[JBoss-user] [JBossWS] - NoClassDefFoundError: com/sun/msv/datatype/xsd/DateTimeType

2006-01-14 Thread bbell2000
Using JBoss 4.0.3SP1, JWSDP1.6 (JAXB 1.0.5 & SAAJ 1.2.2) com.sun.msv.datatype.xsd.DateTimeType is in xsdlib.jar. I've tried deploying this jar in my war file as well as jboss\server\lib and it still can't find the class. The stack trace is: | 2006-01-14 11:39:27,254 ERROR [org.jboss.webse

[JBoss-user] [JNDI/Naming/Network] - env not bound

2006-01-14 Thread BusyByte
I have in my web.xml: anonymous wrote : | | | Sets the logging context for the Change Form Application | | logging-context | /totwcf | java.lang.String | | Then in java: anonymous wrote : | C

[JBoss-user] [JBossWS] - Re: WSSecurity

2006-01-14 Thread [EMAIL PROTECTED]
Currently X.509 tokens are validated against a truststore that is local to the ws-security deployment. There is full support for digital signatures and encryption using them. There is not yet support for mapping this to a principal, though it could be done. There is one problem with adding suppo

[JBoss-user] [Beginners Corner] - Re: Using JCharset with JBOSS-3.2.5

2006-01-14 Thread CasaDelNorte
EUREKA I'm running Mac OSX, JBosss 4.0.3SP1, and Java 1.5.0 on my development machine. Placing the jcharset.jar in the following directory WORKS: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/ext This is a great library - it automatically decodes UTF-7 variants, K018-U

[JBoss-user] [JBoss jBPM] - Re: Success stories with jBPM

2006-01-14 Thread camunda
Hi Saviola! Sorry, but we have no english version of our press release. All we have is some basic profile of the success story in english, but I can not imagine, that is helpful for you (but you can e-mail me, if I should send it to you anyway). I have also written a article over jbpm in the ge

[JBoss-user] [JBossWS] - JBoss 4.0.3sp1 and axis

2006-01-14 Thread xdevice
Hi, I have created a web service using example in Jboss Admin guide. Even though webservice is getting called, but I am getting error. There were earlier post regarding this but it seems problem was due to Jboss and axis and this seemed to be fixed in 4.0.2 as per documents. Below is the link

[JBoss-user] [JBoss jBPM] - Re: Success stories with jBPM

2006-01-14 Thread Saviola
Hi, Bernd! Your previous reply was very interesting to me. I work for a company which is using JBPM as business process management engine. We are developing ERP system at the moment and I am very interested in some more details about using jBPM in your ERP system. I am mainly in charge for

[JBoss-user] [JBoss jBPM] - Re: Is it possible to update a process def without versionin

2006-01-14 Thread camunda
I think this is a real problem! But in our application we have simply solved that by adding a processVariable for the running version and changed that if we "upate" a process version. The jbpm-log then keeps track at which time in the process execution the version was changed (and the old and n

[JBoss-user] [JNDI/Naming/Network] - Re: my problem the port 1098 1099

2006-01-14 Thread fbiaggi
When you reserve a range of ephemeral ports, only processes that specifically request a port in the reserved range can use it. *NOTE:* Ephemeral (short-lived) port numbers start at 1024. To reserve one or more ranges of ephemeral ports: 1. Use *Regedt32.exe* to navigate to: *HKEY_LOCAL_MACHIN

[JBoss-user] [JBossWS] - Re: WS & EJB3

2006-01-14 Thread hbraun
Look at this: http://jira.jboss.com/jira/browse/JBWS-651 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917475#3917475 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917475 ---

[JBoss-user] [Beginners Corner] - Re: help on ROOT.war

2006-01-14 Thread poyge394
u can first remove the root.war. If u have a ear file set / in application.xml if u have a war file set / in jboss-web.xml / Poyan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917474#3917474 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [Installation, Configuration & Deployment] - Re: Missing configuration files for 'all' configuration -- j

2006-01-14 Thread [EMAIL PROTECTED]
The installer distribution creates a configuration (with default name "default") based on your selections. This configuration may include clustering support if you have selected so. There is also the "classic" .zip distribution with the 3 predefined configurations "all/default/minimal". View t