[JBoss-user] [EJB 3.0] - Re: NotSerializableException

2006-01-24 Thread martin ganserer
Hello,

I think that your entity bean Version just has to implement the 
java.io.Serializable interface!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919268#3919268

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919268


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Creating a new process

2006-01-24 Thread mennen
I deployed the websale example successfully.. i even tried to modify it to see 
if changes were made and taken into consideration in the webapp, and it did

Now i copied it to duplicate it under another name : websale2.par, and i 
modified the build.xml and added the following under build.processes
 mkdir dir=build/websale2/classes / 
 copy todir=build/websale2
   fileset dir=src/process.examples/websale2.par / 
 /copy 
 copy todir=build/websale2/classes
   fileset dir=build/classes.examples 
includes=org/jbpm/websale/** / 
 /copy 
 zip destfile=build/websale2.par
   fileset dir=build/websale2 / 
 /zip  

I buillt the application and deployed it (using a right click on the par 
file:deploy par archive), but the process still does not appear on the page 
(localhost:8080/jbpm).. what am I missing??

Thanks in advance

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919271#3919271

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919271


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: First-time

2006-01-24 Thread mennen
same questions as lappi_79..

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919272#3919272

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919272


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Configure log4j email appender

2006-01-24 Thread [EMAIL PROTECTED]
AFAIK, the asynch appender will only do the logging in a different thread, so 
the logging thread can return immediately, for those appender that might do 
expensive logging, but it won't apply this filter logic you need.
http://logging.apache.org/log4cxx/manual/classlog4cxx_1_1AsyncAppender.html

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919273#3919273

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919273


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] [JCA/JBoss] - Re: RA configuration question - config-properties

2006-01-24 Thread ivanmcshane
Thanks again Galder. The exploded rar seems to deploy fine so that should do 
the trick.

Ivan

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919274#3919274

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919274


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Creating a new process

2006-01-24 Thread mennen
i changed the process name and it worked fine. (it was the same name that's why 
it wasn't saved in the DB)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919275#3919275

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919275


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Usage of chained exception

2006-01-24 Thread jc7442
I am used to chain exceptions on server side. It makes the debug much easier.
With my design some application exception may contains chain references to 
technical exception. When this exception are thrown, as it is application 
exception they are thrown to the client. Client does not contain in its 
classpath chained technical exceptions. Consequently on client side, I have a 
ClassNotFoundException and on server side I have no traces.

My problem is to know how to continue to chain exception and server side and 
before sending exception to the client, just remove chained exception, log on 
the server side and set in the excpetion thrown to the client a reference (a 
timestanp for example) to be able to find the exception in server logs.

Do it exists pattern, good practice for that kinds of thinks ?

Do you have other ideas to manage such chained exception and continue to have 
clear exception on client ?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919276#3919276

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919276


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - loadClass Error

2006-01-24 Thread norvid
Sometime when i am running jboss, it would come up an error as loadClassError, 
but when i fresh the page, it changes to be ok. 
The jsp file haven't been modified. I don't know why this error would happen. 
Please tell me how to solve it. thank you!
 
regards norvid

the following is the log :
ERROR [Engine] - Root Cause -
java.lang.NullPointerException
at 
org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:179)
at 
org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:131)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at org.apache.jasper.runtime.JspWriterImpl.write(JspWriterImpl.java:375)
at org.apache.jasper.runtime.JspWriterImpl.print(JspWriterImpl.java:500)
at org.apache.jsp.NodeMenu_jsp._jspService(NodeMenu_jsp.java:133)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:210)
at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at 
org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:98)
at 
org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:176)
at java.security.AccessController.doPrivileged(Native Method)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:172)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:220)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.jboss.web.tomcat.tc4.statistics.ContainerStatsValve.invoke(ContainerStatsValve.java:76)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:65)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 

[JBoss-user] [JBoss Seam] - Re: User request for

2006-01-24 Thread tschnoelzer
my pageflow.xml was not pasted in the right way:

pageflow-definition xmlns=urn:jboss.org:seam-pageflow-1.0 
  |  xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  |  xsi:schemaLocation=urn:jboss.org:seam-pageflow-1.0 
http://www.jboss.com/products/seam/seam-pageflow-1.0.xsd;
  |  name=timoflow
  | 
  |start-state name=start
  |   transition to=timo1/
  |/start-state
  |
  |page name=timo1 view-id=/timo1.xhtml redirect=true
  |   transition name=timo2 to=timo2/
  |/page
  |
  |page name=timo2 view-id=/timo2.xhtml redirect=true
  |   transition name=timo3 to=timo3/
  |/page
  |
  |page name=timo3 view-id=/timo3.xhtml redirect=true
  |   transition name=timo4 to=timo4/
  |/page
  |
  |page name=timo4 view-id=/timo4.xhtml redirect=true
  |   end-conversation /
  |/page
  |
  | /pageflow-definition

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919278#3919278

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919278


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Managed-Beans - SLSB

2006-01-24 Thread js8523
Hi 

Unfortuneatly currently you cannot use the same object outjected many times 

anonymous wrote : 
  | @Stateless
  | public class blah{
  | @In @Out private User currentUser;
  | @In private User assignedUser;
  | @In private User ownerUser;
  | }
  | 

There was some talk about allowing this but I don't know how far they got. 

James 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919280#3919280

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919280


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Transaction manager not bound with embedded-ejb containe

2006-01-24 Thread [EMAIL PROTECTED]
The log output means that the Hibernate SessionFactory isn't bound to JNDI. Has 
nothing to do with the seam extended persistence manager. And is also 
completely unrelated to the subject of your posting the transaction manager. 
What is your actual problem?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919281#3919281

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919281


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Calling a method of another SFSB

2006-01-24 Thread armita
I need to call a method of another seam-SFSB in my seam-SFSB. How can I do it?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919283#3919283

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919283


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jbpm in a web application

2006-01-24 Thread alhabas
hi,
i want to develop a JBPM web application like the sample websale, i want to 
know how to generate the script of the database from the processdefinition.xml, 
how can i do it?
thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919285#3919285

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919285


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Use of JBoss Logging Service - URGENT

2006-01-24 Thread ummadiravi78
Hi,

I want to use log4j logging for my application.
I have two options.
- Use the existing logging service provided by jboss ( it essentially menas use 
the log4j instance created by jboss)
- Use my own log4j service (create my own instance)

I had a look into the following article which explains how to integrate jboss 
logging service into our application.

http://www.jboss.org/wiki/Wiki.jsp?page=Logging

My question is what is the advantage of using jboss logging service instead of 
our own.  I require just  5 lines of code to initialize my own logging instance 
in the application , as shown below:


  | 
  | 
  |  InputStream fin = 
Thread.currentThread().getContextClassLoader().getResourceAsStream(mLogFile);
  | Properties config = new Properties();
  | config.load(fin);
  | fin.close();
  | mLogger = Logger.getLogger(LOG_NAME);
  | PropertyConfigurator.configure(config
  | 
  | 
  | 

While this is so simple task, why bothering about using jboss logging service? 
is there any performacne advantage? 
Even if I use jboss logging service, it is going to create seperate instance 
for my application logger category. Right?

Please throw your thougts.

-Ravi Prakash

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919286#3919286

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919286


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - JbossMQ and Delphi as client

2006-01-24 Thread hermanrudy
How do I send and receive message to/from JbossMQ using Delphi ?


Thank's


Herman Rudy

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919288#3919288

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919288


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: NotSerializableException

2006-01-24 Thread okiSM
Thanks a lot. I must have missed it somehow.

But here's another:
I want to add another entity (Edition) whose primary key is composed of 
VersionPK and primary key from another entity (Organisation - type of the key 
is long).
Can someone tell me what would entity and PK class look like?

Thanks in advance.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919289#3919289

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919289


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - java-wsdl-mapping

2006-01-24 Thread aungphone
HI All,

   I have a problem that when i map java package with wsdl name space url  
, most class i occupined are not in same package and so can i insert more than 
one of package-type in the package mapping. 

My classes in following difference package :
com.test.common.Status
com.test.data.USAddress

My code is the same as JBoss's test case : 
http://anoncvs.forge.jboss.com/viewrep/~raw,r=1.4/JBoss/webservice/test/java/org/jboss/test/ws/jsr181/webresult/JSR181WebResultTestCase.java

jaxrpc-mapping.xml :

  | package-mapping
  | package-typecom.test.data/package-type
  | namespaceURIhttp://com.test.application/MyTestService/namespaceURI
  | /package-mapping
  | 

The problem :
Failed to resolve class name for 
{http://com.test.application/MyTestService}status: com.test.data.Status
If I give config like that, It seems my Status class as com.test.data.Status.

Thanks in advance,


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919290#3919290

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919290


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Handler Registry problem: components should not use the

2006-01-24 Thread hbraun
In J2EE 1.4 access to the handler registry is disallowed.

Take a look at this post:

http://www.jboss.org/index.html?module=bbop=viewtopict=75172

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919294#3919294

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919294


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Handling of huge projects

2006-01-24 Thread martin ganserer
After finishing a first test project we are investigating how we could be able 
to migrate existing projects to EJB3.
The problem is that these projects are not very small. For instance we 
currently have a product database with approximately 250 entities.
I don't like to add all entity beans in one par or ejb3 file. I have already 
learned that it is possible to create more than one par file for one app. But 
what would be best practise? At the moment I have two par files. One for basic 
data A.par and another one for specific entities B.par. If I there are 
references in the B.par to A.par I have to add the referenced classes of the 
A.par to the B.par. If I don't do that my deployment fails. Is this the way it 
should work or are there any other possible solutions that might make my life 
easier?

Thank you very much!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919295#3919295

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919295


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Calling a method of another SFSB

2006-01-24 Thread js8523
Either inject the SFSB using the @In annotation and its seam name (just as you 
would for a Entity Object). e.g. 


  | 
  | @In(create=true)
  | ISFSBbean SFSBSeamName;
  | 
  | 

or use the @EJB annotation which is standard in the EJB3 spec. 

becareful using the seam managed one as it will create the SFSB if there isn't 
one already there, and this could start a conversation context variable. 

Thanks 

James 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919296#3919296

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919296


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam Newbie Problem

2006-01-24 Thread js8523
Is there anything that might help in the server.log. 

From the information given it should work but the error given doesn't help to 
much in pointing out the problem area. 

Please if you can post more error stacks, etc. 

James

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919297#3919297

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919297


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - JBOSS EJB3 RC4 ???

2006-01-24 Thread nickthegreat
Is there any JBoss EJB3 RC out reflecting the latest bunch of Hibernate updates 
(which brings compliance with the EJB3 public final draft)
(Annotation 3.1beta8, EntityManager 3.1 beta6, Core 3.1.1)

If not is it planned ? 
If so Is there an approximate ETA ?

I've installed JBoss with EJB3 RC3
(Annotation 3.1beta7, EntityManager 3.1 beta5, Core 3.1)
How to update to Annotation 3.1beta8, EntityManager 3.1 beta6, Core 3.1.1 ?
Is it as easy as putting updated jars to... \ejb3.deployer ???
ejb3-persistence, hiberernate-annotations.jar,  hibernate-entyitymanger.jar, 
hibernate3.jar - probably yes, but dont know about the remaing ones ...

Thx i.a for any help :)


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919298#3919298

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919298


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: seam-manages persistance (i'm going bananas)

2006-01-24 Thread emsa
[EMAIL PROTECTED] wrote : 
  | org.jboss.seam.core.init.managedPersistenceContexts em
  |   | em.persistenceUnitJndiName java:/EntityManagerFactories/testDatabase
  | 
  | Means look in java:/EntityManagerFactories/testDatabase for the EMF.
  | 

Finally got all to run and so decided to upgrade to cvs - got it almost to run 
but now I get:
anonymous wrote : 
  | 11:52:06,258 ERROR [STDERR] Caused by: javax.naming.NameNotFoundException: 
EntityManagerFactories not bound

both when trying to look up ' java:/EntityManagerFactories/testDatabas' and 
when running my app.

Did I by any chance miss some new needed configuration?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919299#3919299

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919299


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: JBOSS EJB3 RC4 ???

2006-01-24 Thread wesslan
If I didn't put on my head backwards this morning, I recall reading in some 
forum thread that a new version of JBoss is coming out this week. Though I 
don't know what it will contain...

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919300#3919300

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919300


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Default value of process-variables

2006-01-24 Thread StadBe
Hi!
Is there a possibility to set a default value of variables defined in a 
process-definition?
e.g:
task name=input swimlane=buerger
  |controller
  |variable name=waitPage access=read wait/variable
  |variable name=forwardPage access=read test/variable
  |/controller
  | /task

We have variables, which have the same value for all process-instances and want 
to set those variables in no way hardcoded in actionhandlers or any other 
classes.

Thank you for your help!

Regards
Bernd

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919301#3919301

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919301


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: SocketException and Remote Session Beans

2006-01-24 Thread [EMAIL PROTECTED]
See http://jira.jboss.com/jira/browse/JBREM-205, not sure what version of JBoss 
that gets fixed in but it's a known issue anyway

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919303#3919303

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919303


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Remove Maximise minimise features in portal window

2006-01-24 Thread radhashankar
Hi,

Is there a way to get rid of maximise minimise options in a given portlet 
window?

Any inputs regarding the same would be of great help.

Regards,
Radha

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919304#3919304

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919304


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: SocketException and Remote Session Beans

2006-01-24 Thread [EMAIL PROTECTED]
OK, found it also under http://jira.jboss.com/jira/browse/JBAS-2382 which says 
it will be fixed in JBoss 4.0.4

You could just tune the logging configuration to ignore errors on that package 
for the time being.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919308#3919308

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919308


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - session cache

2006-01-24 Thread asaf
I have 2 jboss servers . 
I wrote simple web application that put some attribute on the session , read it 
from the session  and show it.

I'm using mod_jk for lb without sticky session.

I can see the treeCach is being changed and Its looks the same on both servers 
but after I updated some session attribute and saw that the session was updated 
on both treeCache (on both servers) the output on both servers is diffrent it 
looks like the session is not being read from the treeCache but from the local 
session

anyone got idea why is this happening?

p.s.
when i'm using sticky session  and shut one server the resault is not 
consistent: some times the resault is the same as the other server and most of 
the time is different



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919309#3919309

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919309


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Clean reinstall of portal

2006-01-24 Thread noicangi
hi, these are the steps


drop your database, create it again.
delete C:\JBoss\server\default\data\portal
delete C:\JBoss\server\default\deploy\jboss-portal.sar
and the file portal-your databse-ds.xml


:)

JBoss Portal Newbie TEAM. :P JBnuG (jboss nubies group)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919310#3919310

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919310


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Configuring hibernate event listeners with a hibernate.ejb.c

2006-01-24 Thread NigelWhite
I have the following line in my persistence.xml:


  | property name=hibernate.ejb.cfgfile value=hibernate_config.xml/
  | 

In hibernate_config.xml, I have:


  | ?xml version='1.0' encoding='utf-8'?
  | !DOCTYPE hibernate-configuration PUBLIC
  |-//Hibernate/Hibernate Configuration DTD 3.0//EN
  |http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd;
  | hibernate-configuration
  | session-factory
  | event type=save-update
  | listener 
class=com.fcl.util.HibernateEventListener/
  | /event
  | event type=pre-update
  | listener 
class=com.fcl.util.HibernateEventListener/
  | /event
  | event type=post-commit-update
  | listener 
class=com.fcl.util.HibernateEventListener/
  | listener 
class=org.hibernate.lucene.event.LuceneEventListener/
  | /event
  | event type=post-commit-insert
  | listener 
class=com.fcl.util.HibernateEventListener/
  | listener 
class=org.hibernate.lucene.event.LuceneEventListener/
  | /event
  | event type=post-commit-delete
  | listener 
class=com.fcl.util.HibernateEventListener/
  | listener 
class=org.hibernate.lucene.event.LuceneEventListener/
  | /event
  | /session-factory
  | /hibernate-configuration

So, I want to have my own listener on the pre-update event.

The way JBoss configures its hibernate session factory overwrites setting from 
hibernate_config.xml

It processes hibernate_config.xml first, and sets the listeners, but then JBoss 
has to do its own configuration for its own purposes.

The way hibernate event listeners are set is that you pass an array of listener 
objects to associate with a certain event.

This array becomes the new listener set. They are not added - all previous 
listeners are lost.

So JBoss is overwriting some configuration settings.

IMHO, this is a bug. I cannot configure Hibernate as I require.

In the absence of an addBlahEventListener() call in hibernate, surely JBoss, 
should tread more carefully by getting the listener array, copying it into a 
new array, adding its own to the end (or the beginning - whatever), and then 
setting the listeners.

How do I go about reporting this?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919312#3919312

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919312


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Consideration and doubt about portal 2.2.1RC1

2006-01-24 Thread glodo
Hi everyone! i post the 
http://www.jboss.com/index.html?module=bbop=viewtopict=76027 with the problem 
on portlets..
If i drop all the tables of the database.. the portal runs without any errors 
and works fine with all the portlets.. 
The problem that was post, is if i try to run again with the database created 
with all the tables.. is not enough just truncate the tables..i have to drop of 
the tables.. and the error is the same i post in the viewtopict76027..
Is there same configuration that have to do for that?
So thanks for your help
glodo


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919302#3919302

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919302


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - WSDL2Java in jboss-5.0.0 alpha

2006-01-24 Thread aungphone
HI All,

 How can i generate WSDL to Java in jboss-5.0.0 alpha.


Regards,
App

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919313#3919313

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919313


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - portal 2.2.1rc1 + JBeclipse IDE

2006-01-24 Thread noicangi
hi!
googling i found amount of information about building portlets for diferents 
types of portal, but for jboss portal it doesn`t apears, there is a way to 
connect the eclipse ide with jboss portal to create and test portals and 
portlets??

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919315#3919315

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919315


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - EJB QL How to find most recent date??

2006-01-24 Thread fabriciobraga
Hi all,

I have a trouble here while trying to find most recent date register from my 
table.

Here goes my finder method:

anonymous wrote : 
  | public Project findLastCreated() throws RemoteException{
  | String ejbQl = select max(p.creationDate) from Project p;
  | Project result = entityManager.createQuery(ejbQl).getSingleResult();
  | return result;
  | }
  | 

When running this method it gives me an exception because something about 
timestamp.

The database is MySql and the field CREATION_DATE is DATETIME type.   
Anyone can help me?  How can I find the most recent date register using EJB QL?

Regards,
Fabricio Braga

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919318#3919318

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919318


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: seam-manages persistance (i'm going bananas)

2006-01-24 Thread [EMAIL PROTECTED]
Do you have this line in persistence.xml?

property name=jboss.entity.manager.factory.jndi.name
value=java:/EntityManagerFactories/testDatabase/

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919319#3919319

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919319


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - instance not of expected entity type: org.jbpm.graph.def.Act

2006-01-24 Thread RAlfoeldi
Hi all,

today I have an somewhat desperate cry for help: 'HELP!' :-)

I am getting a HibernateException 'instance not of expected entity type: 
org.jbpm.graph.def.Action' in LoggingSession.findLogsByToken(long tokenId)

The token and processInstance I am trying to retrieve logs for are ended and 
persisted so they should conform to all mappings etc. 

I'm desperate because I just noticed this and part of the application is 
already on it's way down the deployment path (not a trivial thing if the three 
letter company is doing the deployment.)

So anybody who has a hint NOW as to whats happening would be very much 
appreciated :-)

Greetings

Rainer

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919321#3919321

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919321


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Managed-Beans - SLSB

2006-01-24 Thread [EMAIL PROTECTED]
anonymous wrote : Unfortuneatly currently you cannot use the same object 
outjected many times

Actually you can do this, its fine, you just have to explicit the scope:


@In @Out(scope=SESSION) 
  | private User assignedUser;


An object can be bound to as many context variables as you like. No problem.

The only limitation is that it will only be *automatically instantiated* for 
the context variable that matches the @Name annotation of the component.

So if assignedUser is not the @Name of User, you have to instantiate it 
yourself and bind it to the context variable yourself.

Does this make sense?

Note that there is a user-written patch in CVS to allow an @Roles annotation 
that will removed even this limitation.

It sounds like the original question is a request for the @Roles stuff. Perhaps 
I'll apply that patch before releasing beta2.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919322#3919322

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919322


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Managed-Beans - SLSB

2006-01-24 Thread [EMAIL PROTECTED]
Neelixx wrote : I think my largest problem, is in thinking that the object 
has to already be instantiated, or at least defined BEFORE calling it from a 
Faces page:

Not sure exactly what you mean, but as I said, the only case where 
instantiation happens automatically (when referencing the context variable in a 
JSF value binding or method binding or from @In(create=true)) is when the 
context variable name is the @Name of a component.

anonymous wrote : Those objects aren't defined anywhere else.  As long as the 
JSF page's action submits to this SLSB, the objects are created (if need be) by 
this:
  | 
  |   | h:inputText value=#{currentUser.username} /
  |   | h:inputText value=#{assignedUser.username}/
  |   | 
  | Is that correct?

This would not work, because Seam does not currently allow multiple @Names for 
a single component. You need the @Roles patch.

anonymous wrote : If the User Entity Bean is set to a SESSION context, does 
that mean my request variables also eat up memory?  
  | 
  | For example, only the currentUser variable should be stored in the SESSION. 
 But, since assignedUser and ownerUser are both objects of the User class, 
which, in turn, is defined as a SESSION component, are those two objects also 
stored in the SESSION, even though I'm only using them as REQUEST objects?

No, each context variable has its own scope. You can do 

@Out(scope=REQUEST) 
  | private User assignedUser;

But, again, what you really need is @Roles. Each @Role will have its own scope.

Make sense?



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919323#3919323

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919323


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam Newbie Problem

2006-01-24 Thread [EMAIL PROTECTED]
It looks like you are hitting the JSP directly, instead of hitting the faces 
servlet. (Yes, this is the extremely inelegant way that JSP craps out when that 
happens.)

I'm not sure if your faces servlet mapping is a good one. Try mapping it to 
*.jsf or *.seam or whatever, like in the example apps.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919324#3919324

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919324


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - build.deploy.xml - starters'kit

2006-01-24 Thread mennen
difference between build.deploy.xml and build.xml

Both files are in the starters' kit of jbpm.. The build.xml works fine when i 
execute it.. But the build.deploy.xml doesn't work at all, and gives me errors 
like : 

 java.sql.SQLException: socket creation error
[jbpmschema] at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
[jbpmschema] at org.hsqldb.jdbc.jdbcConnection.(Unknown Source)
[jbpmschema] at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
[jbpmschema] at org.hsqldb.jdbcDriver.connect(Unknown Source)
[jbpmschema] at 
com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:68)
[jbpmschema] at 
com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:87)
[jbpmschema] at 
com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1.acquireResource(C3P0PooledConnectionPool.java:83)
[jbpmschema] at 
com.mchange.v2.resourcepool.BasicResourcePool.assimilateResource(BasicResourcePool.java:884)
[jbpmschema] at 
com.mchange.v2.resourcepool.BasicResourcePool.acquireUntil(BasicResourcePool.java:601)
[jbpmschema] at 
com.mchange.v2.resourcepool.BasicResourcePool.access$400(BasicResourcePool.java:31)
[jbpmschema] at 
com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1079)
[jbpmschema] at 
com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:354)

Does anyone know why I get this message? 

And what is the difference between the 2 build files? do i have to build both 
files after every change in my code or in my par files?


Thanks in advance

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919325#3919325

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919325


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: User request for

2006-01-24 Thread [EMAIL PROTECTED]
anonymous wrote : now when i use a link which is not addressed in the pageflow, 
(again like MyAccount or Settings) I get to error:


What does your link look like?

It was to be an h:outputLink like I posted above. NOT an h:commandLink 
which would propagate the conversation context.

Did you read carefully what I wrote?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919326#3919326

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919326


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Transaction manager not bound with embedded-ejb containe

2006-01-24 Thread [EMAIL PROTECTED]
Oh, currently the Embeddable EJB container is NOT working with seam-managed 
persistence contexts.

Sorry if I did not pick up on that earlier, I only just became aware of this 
myself.

The trouble is that Embeddable EJB is not binding the TransactionManager to 
JNDI, as you have observed.

So your options are:


(1) Use JBoss
(2) Use Embeddable EJB + EJB-managed txns
(3) Use plain Hibernate + microcontainer + Seam-managed txns

ie. Any of the combinations that are working in the example apps. It is only

* Embeddable EJB + Seam-managed txns 

that is not working. 

I'll work with Bill to get that problem fixed in EEJB.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919327#3919327

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919327


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Customize Navigation Portlet

2006-01-24 Thread vmarco
[EMAIL PROTECTED] wrote : a better suggestion than roy's one is :
  | 
  | contribute to the portlet and add a portlet preference for it that says how 
to display nodes.
  | 
  | 

My question then is how do you decide on a design for things like this, or are 
they just thrown together by whomever decides to join in.

I've created a custom NavbarPortlet (named it different to avoid upgrade 
problems) which does have a preference for ordering and a preference for 
overriding the name.  I'll gladly contribute, but I'm just not sure of the 
process.  Guide me.

Cheers,

Vince


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919328#3919328

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919328


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Transaction manager not bound with embedded-ejb containe

2006-01-24 Thread [EMAIL PROTECTED]
Ignore my last post. If you are working against CVS, I believe that this has 
already been solved. Let me try to get this working in the booking demo. (I'll 
get back to you later today.)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919329#3919329

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919329


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - ejb3 entity cache

2006-01-24 Thread mwoelke
hello there,
is there a way to use the ejb3 entity cache without the cache annotation?
can I configure which entities should be kept in the cache with a deployment 
descriptor?

Thanx in advance!
regards, milan wölke

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919330#3919330

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919330


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Customize Navigation Portlet

2006-01-24 Thread [EMAIL PROTECTED]
For small things like that you can come up with fresh ideas.

You need to sign the contributor agreement 
http://labs.jboss.com/portal/?ctrl:id=page.default.connoproject=true

For small contributions you don't need access to the CVS, so you give us the 
patch. If you want to contribute furthermore then we grant you CVS access, then 
you can do it yourself and contribute more.

Any other question ?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919331#3919331

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919331


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Audit Facilities

2006-01-24 Thread [EMAIL PROTECTED]
Questions:

1. What types of IT auditing capabilities that you want to see provided by 
JBoss security layer?

2. What do you use currently for audits in your environment?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919332#3919332

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919332


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Missing config mode support

2006-01-24 Thread mvoOpenText
The portlet specification allows to define custom modes. Engines like websphere 
offer an extension to the edit mode called config mode, which is not 
accessible by common users but only to administrators/ people with special 
roles.

Options in edit mode and config mode work together this way:
# User may change options in the edit mode and overwrite settings of the config 
mode
# the config mode may define additional settings which are unmodifiable in edit 
mode
# Settings of the config mode overwrite the default values defined in the 
portlet.xml

That way an administrator can create n instances of a portlet (for example a 
search portlet) and set some base data in the config mode. (data sources to use 
for example) Users may modify these portlets in the edit mode to change result 
specific data like pagination data, sort order and the like.

JBoss does not seem to support this, although it is an extremly usefull feature.

Example:
QueryPortlet
Settings seen in config mode per portlet instance:
-search enignes to include
-result set size
-sort order

Settings in edit mode per portlet instance:
-result set size
-sort order

A user may change per instance the settings for result set and sort order, thus 
overwriting the standard settings of the administrators config mode. The 
changes made by the user apply ONLY to that user, while the settings of the 
config mode are the default values for all users.


Yours
Mark


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919334#3919334

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919334


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Remoting] - uil2 / jndi question

2006-01-24 Thread massoo
hi,

i have a client which does a remote jndi / rmi lookup for the server. I am 
using @ present http-invocation layer to over come the NAT issues with 
performance loss.

Now my question is can we use remoting in this scenario?
If so how to do this?

regards
shann

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919335#3919335

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919335


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: seam-manages persistance (i'm going bananas)

2006-01-24 Thread emsa
No that was missing. So there're no default JNDI bindings?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919336#3919336

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919336


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: silent TCP disconnect not detected

2006-01-24 Thread annecotter
Hi Bela,

We do use FD, and the behaviour seems to be as follows:

- firewall starts dropping packets belonging to the cluster TCP connection
- FD kicks in, heartbeats are sent to neighbor but no ACKs are received
- max_tries is finally reached, and the neighbor is deemed suspect (we do have 
a VERIFY_SUSPECT here, but as above, no ACK is received)
- since that same TCP connection is still being used, we get stuck in a state 
where JBoss thinks the neighbor is down.

I am looking for a way to have JBoss close the socket it's using for clustering 
traffic and open a new one.  

Thanks
Anne

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919337#3919337

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919337


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Schema validation problem with JpdlXmlReader.readProcess

2006-01-24 Thread armorris007
Looking at this JIRA issue:
http://jira.jboss.com/jira/browse/JBPM-421

Does this mean the 'end-tasks' functionality was only introduced in 3.1 yet the 
3.0.xsd schema incorrectly includes this as a valid attribute of a task node?

Andy



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919338#3919338

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919338


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - help please!! error at deploying process file

2006-01-24 Thread katador
Hello,

reviewing the forum finding explication to an error what have me stucked, i 
find answer and three ways to deploy par files.

But i cant doing... :(

i deploy jbpm on jboss without trouble... but when i try deploy jbpm webapp 
(jbpm.war) from ant throw me an error what says-: http authentication failure 
:-/ and without this, i can't deploy process files from eclipse.. :( 

when try deploy process files through ant... throw the same error.. :( 

any idea over this error

i need urgent deploy the process file for demo!!

thanks in advance!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919339#3919339

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919339


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: instance not of expected entity type: org.jbpm.graph.def

2006-01-24 Thread RAlfoeldi
I've isolated the problem.

Just creating the Query 

select pl from org.jbpm.logging.log.ProcessLog as pl where pl.token = :token 
order by pl.index

(this is from LoggingsSession.findLogsByToken() ) already throws a 
HibernateException: instance not of expected entity type: 
org.jbpm.graph.def.Action. So data isn't the problem. I don't even get that far.

Still gratefull for any hints.

Rainer

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919340#3919340

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919340


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: SocketException and Remote Session Beans

2006-01-24 Thread littlezoper
Awesome.  Thanks for the pointer.  The funny thing is that's exactly what 
someone suggested I do. :)  I'll just go on ignoring the error and upgrade when 
4.0.4 is ready.

jason

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919344#3919344

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919344


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Remove maximise minimise options in a portlet window

2006-01-24 Thread gzbigegg2005
hi,

In the xxx-objects.xml file, including the following properties for your window 
definition to disable the display/render of the gadgets of a particular window:


  !-- use the window renderer from the emptyRenderer renderSet --
  
theme.windowRendererId
emptyRenderer
  
  !-- use the decoration renderer from the emptyRenderer renderSet --
  
theme.decorationRendererId
emptyRenderer
  
  !-- use the portlet renderer from the emptyRenderer renderSet --
  
theme.portletRendererId
emptyRenderer
  


Hope it helps.

Regards,
Liu Yan


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919345#3919345

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919345


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: seam-manages persistance (i'm going bananas)

2006-01-24 Thread [EMAIL PROTECTED]
Not any more, no. This was removed from the EJB spec. Actually I hope to get a 
default binding back into *our* implementation, but that would be completely 
vendor-specific.

Java EE defines no standard mechnism for how things get into JNDI. (This 
needs fixing, IMO.)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919346#3919346

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919346


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Hypersonic documentation

2006-01-24 Thread jactor
I am looking for documentation of how to use the enclosed database (Hypersonic).

I can't find anything under the documentation link.

I am interested in how to administrate the database and a howto in creating 
different users than the enclosed 'sa' is of particular interest.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919347#3919347

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919347


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Remove maximise minimise options in a portlet window

2006-01-24 Thread gzbigegg2005
Sorry, the forum ate the tags, the correct format should be:


  | 
  | properties
  |   !-- use the window renderer from the emptyRenderer renderSet --
  |   property
  | nametheme.windowRendererId/name
  | valueemptyRenderer/value
  |   /property
  |   !-- use the decoration renderer from the emptyRenderer renderSet --
  |   property
  | nametheme.decorationRendererId/name
  | valueemptyRenderer/value
  |   /property
  |   !-- use the portlet renderer from the emptyRenderer renderSet --
  |   property
  | nametheme.portletRendererId/name
  | valueemptyRenderer/value
  |   /property
  | /properties
  | 
  | 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919348#3919348

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919348


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Customize Navigation Portlet

2006-01-24 Thread gruenewa
Maybe you could simply post the source code of your NavigationBar Portlet in 
this thread (if it isn't to much in size), because I would like to know, how 
you implemented it. If your portlet is not accepted to be a part of the portal 
core, it couldn't however be a good candidate for the JBoss Portlet Swap 
website? So everyone who is interested in this portlet, could integrate it in 
its portal.

Best regards,
Alexander

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919349#3919349

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919349


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Remove maximise minimise options in a portlet window

2006-01-24 Thread radhashankar
Thanks a lotit worked

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919350#3919350

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919350


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - JBossRenderRequest.isUserInRole() bugged?

2006-01-24 Thread mvoOpenText
Using the current unmodified portal 2.2RC1( bundled with jboss ) the call 
JBossRenderRequest.isUserInRole(Admin) fails, although i am logged in with 
the default admin account.

I expected that call to return true!?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919352#3919352

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919352


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Testimonials] - Overactive Logistics Pre Alpha 1.0 (EJB 3.0 port) released

2006-01-24 Thread overactive
Overactive Logistics is a freight forwarding open source software solution 
being developed for the cargo transportation industry entirely on J2EE.

Since its inception it has been built on top of JBoss application server and 
the experience has been nothing but great.

In the past month we came up with some technical challenges with EJBs, at the 
time we were using EJB 2.1. After some analysis we got to the conclusion that 
EJB 3.0 will effectively eliminate our technical problems and we were lucky 
enough to decide this around the same time when JBoss released its EJB 3.0 
implementation. 

Porting our application to EJB 3.0 was extremely smooth and without any big 
show stoppers, honeslty I felt a little bit nervous since it was the first 
JBoss implementation of the latest EJB spec, however the JBoss team did a great 
job! 

Last monday we released our application completely ported to EJB 3.0 and it 
would not have been possible without JBoss otherwise we would had to put our 
project on hold waiting for a good EJB 3.0 implementation.

http://sourceforge.net/projects/overactive

http://overactive-logistics.blogspot.com

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919355#3919355

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919355


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - How can I use a EJB Query with this?

2006-01-24 Thread Dornus
I am wondering how to effectively use an EJB query in the following situation.

I have 2 tables. Each table has a corresponding @Entity java class.


  | TableA
  | -
  | int tableAPrimaryKey
  | varchar(20) tableAField
  | ...etc, plus many more fields
  | 
  | TableB
  | -
  | int tableBPrimaryKey
  | int tableAForeignKey
  | varchar(20) tableBField
  | ...etc, plus many more fields
  | 

I would like to run a query that gets each row from Table A, and a count from 
Table B (dependant on tableAForeignKey).  So for each row my html output would 
look something like this:
tableAField1, tableAField2, tableBCount

Using EJB, I can get each row of TableA by running:

  |  Query q = em.createQuery(from TableA o );
  |  return q.getResultList();
  | 

Using EJB, I can get a count for each row of TableA from TableB

  | Query q = em.createQuery(
  |  select count(o)  +
  |   from TableB o  +
  |   where o.tableAForeignKey = :currentRow
  | );
  | 


Is there a better way to do this using EJB? Looping through each result of 
Table A and executing a count query seems pretty inefficient.

The correct way seems to be to create a native query and manually build all 
these objects.  This is extremely tedious as there are a lot of columns in both 
tables that are needed.

Are there any suggestions of a better way to do this using EJB?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919354#3919354

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919354


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - What SAAJ specifification does JBOSS 4.0.3 SP1 implement?

2006-01-24 Thread desapre
I am using JBOSS 4.0.3 SP1 and am facing issues when using the jboss-saaj jar 
that is bundled with jboss under C:\jboss-4.0.3SP1\server\default\lib.

I am just wondering what version of SAAJ specification is implemented in this 
version of JBOSS?

Any help will be appreciated.

Premal

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919356#3919356

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919356


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Handling StaleObjectStateException?

2006-01-24 Thread lcoetzee
Hi
I am strugling to handle a org.hibernate.StaleObjectStateException.

My code to persist an entity is the following:


  | @IfInvalid(outcome = Outcome.REDISPLAY)
  | public String save() {
  | try {
  | logger.info(Saving edited/created service.);
  | service.setImage(new Date().toString());
  | em.persist(service);
  | em.flush();
  | return save;
  | } catch (StaleObjectStateException e) {
  | logger.error(Failed to persist service, e);
  | FacesMessage facesMessage = new 
FacesMessage(e.getMessage());
  | facesContext.addMessage(null, facesMessage);
  | return null;
  | 
  | }
  | }

When simulating another user action on the entity (by changing the version 
value in the database) I can see that my application throws the Exception (and 
that it gets caught in my catch). Unfortunately I can't get JSF to redisplay 
with an error message. 

My log file shows the following:

  | 17:15:54,368 ERROR [ServiceManagementBean] Failed to persist service
  | org.hibernate.StaleObjectStateException: Row was updated or deleted by 
another transaction (or unsaved-value mapping was incorrect): 
[csir.structure.par.Service#5000]
  | at 
org.hibernate.persister.entity.AbstractEntityPersister.check(AbstractEntityPersister.java:1635)
  | at 
org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEntityPersister.java:2208)
  | at 
org.hibernate.persister.entity.AbstractEntityPersister.updateOrInsert(AbstractEntityPersister.java:2118)
  | at 
org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEntityPersister.java:2374)
  | at 
org.hibernate.action.EntityUpdateAction.execute(EntityUpdateAction.java:84)
  | at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:243)
  | at 
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:227)
  | at 
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:141)
  | at 
org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:296)
  | at 
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
  | at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1007)
  | at 
org.hibernate.ejb.AbstractEntityManagerImpl.flush(AbstractEntityManagerImpl.java:196)
  | at 
csir.structure.management.service.seam.ServiceManagementBean.save(ServiceManagementBean.java:122)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:109)
  | at 
org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:168)
  | at 
org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
  | at 
org.jboss.seam.interceptors.ValidationInterceptor.validateTargetComponent(ValidationInterceptor.java:47)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at org.jboss.seam.util.Reflections.invoke(Reflections.java:13)
  | at 
org.jboss.seam.interceptors.Interceptor.aroundInvoke(Interceptor.java:87)
  | at 
org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java:60)
  | at 
org.jboss.seam.interceptors.OutcomeInterceptor.interceptOutcome(OutcomeInterceptor.java:21)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at org.jboss.seam.util.Reflections.invoke(Reflections.java:13)
  | at 
org.jboss.seam.interceptors.Interceptor.aroundInvoke(Interceptor.java:87)
  | at 
org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java:60)
  | at 
org.jboss.seam.interceptors.RollbackInterceptor.rollbackIfNecessary(RollbackInterceptor.java:30)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 

[JBoss-user] [JBossWS] - Version of SAAJ specification version implemented?

2006-01-24 Thread desapre
I am using JBOSS 4.0.3 SP1 and am facing issues when using the jboss-saaj jar 
that is bundled with jboss under \jboss-4.0.3SP1\server\default\lib. 

I am just wondering what version of SAAJ (SOAP Attachment API) specification is 
implemented in this version of JBOSS? 

Any help will be appreciated. 

Premal 


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919360#3919360

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919360


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: JBOSS EJB3 RC4 ???

2006-01-24 Thread [EMAIL PROTECTED]
this week.  it will be PFD compliant, mostly, with a few significant features 
missing like the ORM XML.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919361#3919361

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919361


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: How can I use a EJB Query with this?

2006-01-24 Thread Dornus
Also, if I did it the EJB way that I showed in my previous post, that would 
require me to create an @Transient int count  in MyTableA's java file to store 
the count.

Also, what if I wanted to sort the results by the count? This would require a 
lot more work instead of a simple order by clause.

Is there a better way to restructure the Entity classes? Is there a better way 
to nest EJB queries?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919362#3919362

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919362


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: JBossWS/JDK/JWSDP matching versions

2006-01-24 Thread luan
Thanks, that's good to know. 
What I did was uninstalled JWSDP 1.6 and reinstalled it with JDK5.0 again, I 
also had to change the JAVA_HOME in autoexec.bat under C drive to point to 
JDK5.0.
So JDK 1.4 is not an option if using JWSDP 1.6 with JBoss 4.0.2, is that true?
Thanks,
Luan

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919363#3919363

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919363


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: JBOSS EJB3 RC4 ???

2006-01-24 Thread JamesWoodward
[EMAIL PROTECTED] wrote : this week.  it will be PFD compliant, mostly, with 
a few significant features missing like the ORM XML.

LOL, spoken like a true software developer! ;-)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919365#3919365

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919365


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - NameNotFoundException for Clustered SFSB

2006-01-24 Thread chetanagg
Hi all,

I am new Jboss clustering. I have made a jboss cluster by using 
cluster-service.xml . I have created a statefull session bean with following 
XDoclet comments

 * @ejb:bean
 *   name=ClusteredSessionManager
 *   display-name=Clustered Session Manager
 *   description=Clustered Session Manager
 *   type=Stateful
 *   view-type=remote
 *   jndi-name=ejb/ClusteredSessionManager
 * @ejb.security-identity
 *description=Security Identity
 * use-caller-identity=true
 * @ejb.security-role-ref
 *role-link=Echo
 *role-name=CallerPrincipal
 * @ejb.permission   role-name=Echo
 *
 * @jboss.cluster-config
 *  partition-name=defaultPartition
 *  home-policy=org.jboss.ha.framework.interfaces.RoundRobin
 *  bean-policy=org.jboss.ha.framework.interfaces.FirstAvailable
 *  state-manager=/HASessionState/Default
 *
 * @jboss.clustered
 *  cluster=true

On server start up bean is getting deployed properly.
On client side , when i use local jndi look up by giving exact machine name and 
port , i am able to look this Session Bean . I think its working as non 
clustered lookup.

But when i am using autoDiscovery feature to find HA JNDI server and tring to 
look up this bean by using ejb/ClusteredSessionManager jndi name.

I am getting following exception:

javax.naming.NameNotFoundException: ejb/ClusteredSessionManager

at org.jboss.ha.jndi.TreeHead.lookup(TreeHead.java:223)

at org.jboss.ha.jndi.HAJNDI.lookup(HAJNDI.java:134)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:585)

at 
org.jboss.ha.framework.server.HARMIServerImpl.invoke(HARMIServerImpl.java:194)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:585)

at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)

at sun.rmi.transport.Transport$1.run(Transport.java:153)

at java.security.AccessController.doPrivileged(Native Method)

at sun.rmi.transport.Transport.serviceCall(Transport.java:149)

at 
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)

at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)

at java.lang.Thread.run(Thread.java:595)

at 
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)

at 
sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)

at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)

at org.jboss.ha.framework.server.HARMIServerImpl_Stub.invoke(Unknown 
Source)

at 
org.jboss.ha.framework.interfaces.HARMIClient.invokeRemote(HARMIClient.java:127)

at 
org.jboss.ha.framework.interfaces.HARMIClient.invoke(HARMIClient.java:196)

at $Proxy0.lookup(Unknown Source)

at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:610)

at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)

at javax.naming.InitialContext.lookup(InitialContext.java:347)


Have i missed some configuration part or am i doing correct??

Please somebody help.

Thanks and Regards,
Chetan


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919366#3919366

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919366


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: silent TCP disconnect not detected

2006-01-24 Thread [EMAIL PROTECTED]
Okay, got you.
I created http://jira.jboss.com/jira/browse/JGRP-185, and am fixing it right 
now. This is in CVS in 10 minutes

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919367#3919367

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919367


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Every Deploy Is A 404

2006-01-24 Thread UglyDuckling
Hi folks,


I am having some headaches with JBoss 4.0.3SP1 -- I have installed an 'all' 
configuration and can start the service without any errors, and I configured 
the JBoss IDE. At first I thought my issues were due to the recentness of the 
TrailBlazer IDE. However I've discovered that I cannot deploy a simple one-off 
Hello, World style servlet page without receiving a 404 error. I can deploy 
the same application in JBoss 3.x with no incidents. I configured the packaging 
and I'm sweating buckets trying to get to square one with this. I receive no 
deployment error, my web.xml is in order, my file tree is intact, and I 
followed the 4.0.3SP1 installation according to the trailblazer. Can someone 
suggest something? I'm using the trailblazer's root directory setup (jdk, 
jboss, eclipse, workspace on c: root) in case anyone has a working example that 
uses the same structure. I'm on my second week of trying to configure this 
properly.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919368#3919368

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919368


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: JBossRenderRequest.isUserInRole() bugged?

2006-01-24 Thread [EMAIL PROTECTED]
we expect you respect the spec in return.

your role must be declared in portlet.xml in the security constraint section.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919369#3919369

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919369


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Error when using twiddle

2006-01-24 Thread feraudet
Hi all,

I've an error when I want to get Member from 
jboss.cache:service=TomcatClusteringCache :


  | # ./twiddle.sh get 'jboss.cache:service=TomcatClusteringCache' Members
  | 
  | 16:31:04,672 ERROR [Twiddle] Exec failed
  | java.lang.reflect.UndeclaredThrowableException
  | at $Proxy0.getAttributes(Unknown Source)
  | at 
org.jboss.console.twiddle.command.GetCommand.execute(GetCommand.java:156)
  | at org.jboss.console.twiddle.Twiddle.main(Twiddle.java:290)
  | Caused by: java.lang.ClassNotFoundException: org.jgroups.stack.IpAddress 
(no security manager: RMI class loader disabled)
  | at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:371)
  | at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:165)
  | at 
java.rmi.server.RMIClassLoader$2.loadClass(RMIClassLoader.java:631)
  | at java.rmi.server.RMIClassLoader.loadClass(RMIClassLoader.java:257)
  | at 
sun.rmi.server.MarshalInputStream.resolveClass(MarshalInputStream.java:200)
  | at 
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1513)
  | at 
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1435)
  | at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1626)
  | at 
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
  | at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1603)
  | at 
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1271)
  | at 
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1845)
  | at 
java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1769)
  | at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
  | at 
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
  | at 
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1845)
  | at 
java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1769)
  | at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
  | at 
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
  | at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
  | at java.util.ArrayList.readObject(ArrayList.java:547)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:838)
  | at 
java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1746)
  | at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
  | at 
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
  | at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
  | at java.rmi.MarshalledObject.get(MarshalledObject.java:135)
  | at 
org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProxy.java:120)
  | at 
org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerInterceptor.java:227)
  | at 
org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:167)
  | at 
org.jboss.jmx.connector.invoker.client.InvokerAdaptorClientInterceptor.invoke(InvokerAdaptorClientInterceptor.java:51)
  | at 
org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:55)
  | at 
org.jboss.proxy.ClientMethodInterceptor.invoke(ClientMethodInterceptor.java:59)
  | at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:86)
  | ... 3 more
  | 

When I see the jmx-console I can see Members value ...

I can get some other value without probleme for this value :


  | # ./twiddle.sh get 'jboss.cache:service=TomcatClusteringCache' 
SyncReplTimeout  
  | 
  | SyncReplTimeout=15000
  | 

Have you an idea ?

Thanks,

Cyril Feraudet


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919370#3919370

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919370


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Customize Navigation Portlet

2006-01-24 Thread [EMAIL PROTECTED]
if you plan to do this, then create a JIRA issue and attach the code to the 
jira issue, then post the jira issue link here.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919371#3919371

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919371


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: help please!! error at deploying process file

2006-01-24 Thread katador
Hi...

Trying again... i use ant -f build.deploy.xml build.webapp and copy jbpm.war to 
$JBOSS_HOME/server/default/deploy and throw me this error:

12:41:49,221 INFO  [TomcatDeployer] deploy, ctxPath=/jbpm, 
warUrl=.../tmp/deploy/tmp41119jbpm.war/
12:41:50,792 INFO  [FacesConfigurator] Reading standard config 
org/apache/myfaces/resource/standard-faces-config.xml
12:41:50,937 INFO  [FacesConfigurator] Reading config 
jar:file:/usr/local/jboss-4.0.3SP1/server/default/tmp/deploy/tmp41119jbpm.war/WEB-INF/lib/tomahawk.jar!/META-INF/faces-config.xml
12:41:50,977 INFO  [FacesConfigurator] Reading config /WEB-INF/faces-config.xml
12:41:51,095 ERROR [LocaleUtils] Locale name null or empty, ignoring
12:41:51,608 INFO  [StartupServletContextListener] ServletContext 
'/usr/local/jboss-4.0.3SP1/server/default/./tmp/deploy/tmp41119jbpm.war/' 
initialized.
12:41:52,366 WARN  [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
12:41:52,366 ERROR [JDBCExceptionReporter] Table not found in statement [select 
timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is 
null order by timer0_.DUEDATE_ asc]
12:41:52,367 ERROR [SchedulerSession] 
org.hibernate.exception.SQLGrammarException: could not execute query using 
iterate
12:41:52,369 ERROR [JbpmSession] java.lang.NullPointerException
12:41:52,370 ERROR [JbpmSession] couldn't rollback hibernate transaction
org.hibernate.TransactionException: Transaction not successfully started
at 
org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:149)
at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:177)
at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:106)
at 
org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:129)

any idea???

thx in advance,

ktdr

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919372#3919372

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919372


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Problem after upgrading JBoss 4.0.3-sp1 to Hibernate 3.1

2006-01-24 Thread parmaley
I have encountered the same kind of problem with JBoss4.0.3SP2, when I replaced 
hibernate3.jar in the lib folder with the newer one. DB is Oracle 10g. So maybe 
it doesn't work that way..

The reason, why I'm trying this at all, is that we have very serious problem 
with the combination of JBoss+Hibernate+Oracle - trying to persist an Object 
(that might contain a Blob) looks fine, until I check the DB and see that it 
isn't actually written to the DB. There are no Exceptions or Throwables thrown 
- hibernate just don't insert these records to DB. If I call session.flush() 
before committing the transaction, everything seems to work, BUT I can only 
insert couple of records to the DB and after that the DB connection starts to 
block indefinitely. It just hangs there, Oracle tools show that some kind of 
transaction is in a WAIT state and it won't complete (I let it be this way for 
the entire weekend, but nothing changed and only kill -9 [jboss PID] helped).

We have tried different drivers (oci, thin) and several versions of the 
drivers, jboss, hibernate, changing various hibernate properties, but nothing 
seems to work. The records won't either show up in the DB or the application 
will hang at some point :(

I've searched hibernate and jboss forums for days, but saw only couple of the 
same kind of problems out there and never found a solution to my problem. A 
forum thread with a similar problem - 
http://forum.hibernate.org/viewtopic.php?t=932154highlight=flush

PS! Sorry for hijacking the thread, maybe I should create a new one...

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919375#3919375

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919375


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - portal instance authentication

2006-01-24 Thread psalvadori
Hi all, 
I've a question:
Is possible to have a different authentication DB for every instance of my 
portal?
So, if I enter in one of these instances I need some credentials to access 
protected area but these credentials are no valid to access protected areas 
owning to other instances.
Thanks, Paolo.

My configuration:
JBoss-4.0.3SP1
JBossPortal2.2


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919376#3919376

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919376


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Configure log4j email appender

2006-01-24 Thread flindet
Yeah, that sounds quite reasonable.  But I've seen a few mentions of people 
using it to do what I want somehow.  In fact, there's a feature request here:

http://wiki.apache.org/logging-log4j/Log4jRequestedFeatures

Is that just pure insanity?  haha

Anyway, we'll keep playing with the filter.  I'm just real surprised that no 
one's already done this.

Thanks for the sanity check.  It's nice to have someone with more experience 
stop me from wasting a bunch of time.  ;-)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919377#3919377

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919377


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Error: Cannot find datasource meta data

2006-01-24 Thread marc.eberhard
I try to run jBPM using a SQL Server database
So I 
- placed an mssql-ds.xml containing the correct provider and data source to the 
deploy directory
- replaced the deploy\jms\hsqldb-jdbc2-service.xml and 
deploy\jms\hsqldb-jdbc-state-service.xml
- corrected the conf\login-config.xml, conf\standardjaws.xml, 
conf\standardjbosscmp-jdbc.xml
- corrected the deploy\ejb-deployer.xml and 
deploy\jbpm.sar\META-INF\jboss-service.xml
- placed the jtds-1.2.jar to the lib directory

Upon starting JBoss AS the following exception is thrown:
WARN  [ServiceController] Problem starting service 
jboss.ejb:persistencePolicy=database,service=EJBTimerService
java.lang.IllegalStateException: Cannot find datasource meta data: 
jboss.jdbc:datasource=MSSQLDS,service=metadata
at 
org.jboss.ejb.txtimer.GeneralPurposeDatabasePersistencePlugin.init(GeneralPurposeDatabasePersistencePlugin.java:81)

In addition JBoss tells me about incomplete deployment:
ERROR [URLDeploymentScanner] Incomplete Deployment listing:
--- MBeans waiting for other MBeans ---
ObjectName: jboss.ejb:persistencePolicy=database,service=EJBTimerService
  State: FAILED
  Reason: java.lang.IllegalStateException: Cannot find datasource meta data: 
jboss.jdbc:datasource=MSSQLDS,service=metadata
  I Depend On:
jboss.jca:name=MSSQLDS,service=DataSourceBinding
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.ejb:persistencePolicy=database,service=EJBTimerService
  State: FAILED
  Reason: java.lang.IllegalStateException: Cannot find datasource meta data: 
jboss.jdbc:datasource=MSSQLDS,service=metadata
  I Depend On:
jboss.jca:name=MSSQLDS,service=DataSourceBinding

What's wrong here?
Since I wasted days with this problems and I need to know if jBPM is any good 
for a workflow solution I urgently need to solve this.

j2sdk1.4.2
jbpm-3.1-beta2
SQLS 2000


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919378#3919378

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919378


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: silent TCP disconnect not detected

2006-01-24 Thread [EMAIL PROTECTED]
Okay, done (TCP and ConnectionTable)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919379#3919379

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919379


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: silent TCP disconnect not detected

2006-01-24 Thread annecotter
Super - thanks Bela! 

Do you know if there are any existing JBoss config parameters that would 
accomplish the application-level tcp keepalive that I was mentioning above?  
Reason being, ideally I would like to have this scenario detected, and the 
connection dropped and re-created before the far-end member is declared suspect.

Thanks in advance
Anne

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919380#3919380

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919380


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: instance not of expected entity type: org.jbpm.graph.def

2006-01-24 Thread RAlfoeldi
This one was bizarr!

Hibernate does an autoflush when createQuery is called (I don't know if this 
always happens but in this case it did and to find out I had to trace 15 
stacklevels of Hibernate code)

As I have some 'transient' objects in the current processInstance (I remove 
them before persisting, see Thread on RuntimeActions) this caused the 
excpetion. Setting session.setFlushMode( Commit ) did the trick.

Rainer

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919382#3919382

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919382


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Every Deploy Is A 404

2006-01-24 Thread UglyDuckling
Sorry, folks, the light at the end of tunnel just hit me like a tonne of 
bricks... please disregard.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919383#3919383

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919383


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Transaction manager not bound with embedded-ejb containe

2006-01-24 Thread andrew.rw.robinson
Thanks a lot Gavin, I really appreciate your effort. Don't mean to be so 
negative, its just that I'm trying to get a site developed by the middle of 
next month and I haven't even started it yet, been spending the entire time 
just trying to configure Seam.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919384#3919384

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919384


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Tutorial on JBossIDE EJB3.0 Tools

2006-01-24 Thread UglyDuckling
I followed the instruction so precisely I blinded myself to the fact that in 
this packaging configuration, the correct path to the application is 
http://localhost:8080/authors-web/authors, since it's based on the name of the 
.war file ... I've been building successfully, I've just been pointing to the 
wrong spot. I hope this helps other people while I wait for my face to drain.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919385#3919385

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919385


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Jboss Deployment

2006-01-24 Thread vvab7
Thx for reply!!

But I have ther following in my application.xml and it looks fine

?xml version=1.0 encoding=utf-8?
!DOCTYPE application PUBLIC -//Sun Microsystems, Inc.//DTD J2EE Application 
1.3//EN http://java.sun.com/j2ee/dtds/application_1_3.dtd;

  display-nameDID/display-name
  DID-OD
  
data-management-ejb.jar
  
  
business-process-ejb.jar
  
  

  web-uridid.war/web-uri
  context-root/did/context-root

  


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919386#3919386

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919386


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Failing to load session out of the clustered store

2006-01-24 Thread marinac
I have the same problem, can anyone help?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919387#3919387

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919387


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: RuntimeAction? What is it for?

2006-01-24 Thread JakaJaksic
Yes, something like that would definitely be very useful. Not necessarily in 
the form of transient runtime actions (which would have to be registered every 
time before triggering process execution), it could also be in the form of 
process events with general, application scope.

For example, we would like to notify each user of every task they receive, by 
email. Currently every task in every process definition needs to include an 
on-create event with the notify action, which is an unnecessary complication of 
process definitions and a waste of database and server resources.

We would also like to implement monitoring of process execution, for statistics 
and to prevent process cycles and such. For that, we would again need to 
manually include the monitoring action in every process node. This is all 
unnecessary work, which business analysts definitely should not be bothered 
with.

A possible solution would be to have a declaration of general events somewhere 
alongside JBPM configuration files, so that they would only need to be 
configured in one place and then automatically executed each time an event of 
the specified type is triggered.

Or is there another possible solution for those problems?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919388#3919388

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919388


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Transaction manager not bound with embedded-ejb containe

2006-01-24 Thread [EMAIL PROTECTED]
OK, thanks for helping me find this bug. Turns out I was missing some stuff 
from jboss-embedded-beans.xml.


If you add these lines:

   bean name=UserTransaction 
class=org.jboss.ejb3.embedded.UserTransactionImpl
  |   demandTransactionManagerInitializer/demand
  |/bean
  | 
  |bean name=UserTransactionBinding 
class=org.jboss.ejb3.embedded.JndiBinder
  |   property name=jndiPropertiesinject 
bean=InitialContextProperties//property
  |   property name=targetinject bean=UserTransaction//property
  |   property name=bindTojava:comp/UserTransaction/property
  |   property name=serializablefalse/property
  |/bean

It will work.

I've tested on tomcat/embeddable ejb3.

I'll commit that to CVS now.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919389#3919389

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919389


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - JBossMX deployment extension file name? new deployer?

2006-01-24 Thread yantriki
If I want to deploy Annotation based service (@Service rather than using 
META-INF/jboss-service.xml, I have to name the extension .ejb3 for it to 
deploy and work. It seems like if I name it .sar it never looks for @Service 
annotated classes.

Now I need to deploy a service archieve which is supposed to configure client 
and EJB 3.0 application security (using META-INF/jboss-service.xml). I need 
access to EJB Session bean within this service module. When deploying as SAR, 
the annotations @SessionContext and @EJB does not seem to work, whereas when I 
deploy as .ejb3, then META-INF/jboss-service.xml is not read. What solution 
do you guys recommend.

1. If you can point me in the right direction/documentation, etc anything will 
help. 

2. Is there some documentation that I can get from JBoss that can explain this. 
There are quite a fe details in 4.0.3 JBoss admin guide which seems to be out 
of sync in several sections related to Services. 

3. What is JBoss's direction/roadmap for EJB 3.0 support and JBoss extensions 
for EJB 3.0. I read somewhere that the .par, .har, .ejb3 extensions will 
be deprecated. Where can I find more information.

N.B.: I have registered for JBoss Advanced traning in NYC this coming 6th.

regards


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919390#3919390

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919390


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: JBOSS EJB3 RC4 ???

2006-01-24 Thread nickthegreat

ah, that's great/good news, thx for the quick infos :)



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919391#3919391

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919391


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - hibernate client jar

2006-01-24 Thread scesbron
Hi,

In this post  http://forum.hibernate.org/viewtopic.php?t=946665
on the hibernate forum, max from the hibernate team said that somebody in the 
jboss ejb3 team is working on an hibernate-client.jar. Thus kind of jar would 
be very helpful when working with a swing gui.

Does somebody can give me some details on the availability of such a jar

Thanx

Seb

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919392#3919392

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919392


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-01-24 Thread [EMAIL PROTECTED]

  | Caused by: java.lang.NoClassDefFoundError: 
com/sun/msv/datatype/xsd/DateTimeType
  | at 
com.lqmi.wsapi.common.msg.types.v2006_01.impl.GetServerTimeResponseTypeImpl.serializeBody(GetSer
  | verTimeResponseTypeImpl.java:41)
  | at 
com.lqmi.wsapi.common.msg.types.v2006_01.impl.GetServerTimeResponseImpl.serializeBody(GetServerT
  | imeResponseImpl.java:43)
  | at 
com.lqmi.wsapi.common.msg.types.v2006_01.impl.runtime.SAXMarshaller.childAsBody(SAXMarshaller.ja
  | va:391)

Where does 


  | com.lqmi.wsapi
  | 

come from? Is this your stuff or some library you use?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919393#3919393

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919393


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Transaction manager not bound with embedded-ejb containe

2006-01-24 Thread [EMAIL PROTECTED]
andrew.rw.robinson wrote : Thanks a lot Gavin, I really appreciate your 
effort. Don't mean to be so negative, its just that I'm trying to get a site 
developed by the middle of next month and I haven't even started it yet, been 
spending the entire time just trying to configure Seam.

Yes, configuration is a bitch, especially when the thing you are configuring 
has been a moving target.

I'm trying to make it easy. It's a nontrivial problem when we are targetting 
such diverse environments. Well, stuff is more stabilized now.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919394#3919394

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919394


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: WSDL2Java in jboss-5.0.0 alpha

2006-01-24 Thread [EMAIL PROTECTED]
The current recomendet practise is still to use wscompile from the JWSDP. This 
will change with jbossws-1.0 final which will come with wstools and a user docu 
that tells you how to use it.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919396#3919396

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919396


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: How can I use a EJB Query with this?

2006-01-24 Thread Dornus
Maybe I should create a view in the database and create a POJO from that?

I'm thinking that would be my best bet.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919397#3919397

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919397


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


  1   2   >