[JBoss-user] [JBoss Seam] - myfaces sandbox and seam/facelet

2006-01-28 Thread armita
Does anybody have information with myfaces sandbox components inside seam, I 
specially the Ajax ones

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920227#3920227

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920227


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: Could not find treecache.xml

2006-01-28 Thread sephil
Hibernate version is 3.0.5 and JBossCache is 1.2.1 .

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920226#3920226

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920226


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - how to avoid racing in asynchronize call in jboss

2006-01-28 Thread ravuthakumar
i am trigerring asynchronize process in my transaction. Is there any way
to tell the jms queue deployed jboss when to start the async process.

I want to delay the starting time of asynchronize process to let the current 
transacation finish.
So that in Async process i want see records inserted as part of parent/current 
transaction.

we are using JMS queue for asynchronition call.


Thanks


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920225#3920225

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920225


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Controlling deployment order in EAR

2006-01-28 Thread sbalmos
Hi all,

I'm wondering if there's any way to control the deployment order of services 
defined in jboss-app.xml of an EAR. Preferrably, in the order they exist in the 
XML config. :)

My issue is that, in my jboss-app.xml file, I have defined a -ds.xml type 
service for my JDBC DataSource, and then I have defined a -service.xml type 
service for Hibernate. Apparently when processing the subdeployments of an EAR, 
JBoss follows the (default) DeploymentSorter order. Which means no matter what 
I do, the Hibernate -service.xml file will be processed before the DataSource 
-ds.xml file, and we get nowhere since Hibernate complains it (rightfully) has 
no data source to connect to.

This continues to occur even when I change the sorter to the 
PrefixDeploymentSorter in conf/jboss-service.xml and prepend a 1 to the -ds 
file and a 2 to the Hibernate file.

I'm open to ideas, suggestions, etc. Would love to know why it would be so hard 
to simply deploy in the order they're declared in jboss-app.xml & 
application.xml. :D

Thanks!

--Scott


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920224#3920224

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920224


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss and NetBeans] - Issues in accessing an EJB web service deployed on JBoss usi

2006-01-28 Thread komal_singh
Hi, I'm new to web services. However, there is a peculiar problem I'm facing

1) I'm using Netbeans 5.0 with JDK1.5 and Jboss 4.0.3. 

2) I write a web service in RPC/Literal style and deploy it sucesfully on both 
Jboss and Sun Server. 

3) Using NetBeans IDE, I can successfully acess the web service on the Sun 
Server, but NOT on the Jboss Server. 

4) I have followed all steps highlighted her, i.e, I use Static IDE Generated 
Stubs and include the JAXRPC library along with modifying build.xml. 

5) The error has to do with mapping complex types, but since I can access the 
service on Sun server, I should be able to access on Jboss as well. Is there 
something wrong with the deployed service, the generated client, or me??!! 

Following is the error i get 

ERROR [BeanSerializer] Exception: java.io.IOException: No serializer found for 
class com.eyelit.view.Keys in registry [EMAIL PROTECTED] at 
org.jboss.axis.encoding.SerializationContextImpl.serializeActual(SerializationContextImpl.java:148
 at 
org.jboss.axis.encoding.SerializationContextImpl.serialize(SerializationContextImpl.java:89
 at org.jboss.axis.encoding.ser.BeanSerializer.serialize

ANY HELP IS GREATLY APPRECIATED!!
Thank you 
Komal Singh

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920220#3920220

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920220


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss and NetBeans] - Re: JAXRPC ws client stub generation problem

2006-01-28 Thread komal_singh
Hi, I'm curious to know if you were able to solve your problem of returning 
complex types. I'm facing the same problem.
Please do let me know.

Thanks a lot.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920221#3920221

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920221


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Failed to setup client ENC

2006-01-28 Thread [EMAIL PROTECTED]
Start here:
http://www.jboss.com/products/jbossas/docs

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920218#3920218

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920218


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Javassist user questions] - Re: silly question: where is the cvs repository now

2006-01-28 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=CVSRepository

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920217#3920217

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920217


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: missing domain error when configuring a LoginModule

2006-01-28 Thread [EMAIL PROTECTED]
Use [ code ] [ /code ] tags without the spaces to display xml content 
correctly. Your service name is not correct for a jmx object name.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920216#3920216

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920216


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: server.policy question

2006-01-28 Thread [EMAIL PROTECTED]
The server.policy is an obsolete and unused file unless you specifically refer 
to it in your security manger configuration of the jvm. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920215#3920215

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920215


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-01-28 Thread [EMAIL PROTECTED]
What the JBoss 4 JMX Kernel provides is lifecycle, configuration/dependency 
injection, dependency management.  JBoss Microcontainer is decoupled from JMX 
and is just POJOs.  You are aware that JMX comes with JDK5?  If you want a nice 
remoting abstraction I suggest EJB3 (very simple programming model) or our AOP 
Remoting stuff.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920214#3920214

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920214


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: javax.naming.OperationNotSupportedException

2006-01-28 Thread [EMAIL PROTECTED]
com.mobilgw.naming.SimpleContext is not jboss code so investigate why its 
getting into this call stack.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920213#3920213

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920213


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Microcontainer] - Re: lightweight Jboss - POJO application server

2006-01-28 Thread [EMAIL PROTECTED]
Have you tried the JBoss graphical installer?  It allows you to pick and choose 
which components you want installed.  Our JBoss 4.0.x full testsuite runs with 
a 64M Heap size and that's WITH EJB.

Also, check out our Embeddable EJB3 stuff.  We have JNDI, JMS, TM, JDBC 
Connections running outside of the app server, along with EJB3.  We don't have 
the full stack yet (no remoting capabilities), but the end goal is to have 
Embeddable JBoss stack so that you can mix and match what you want, in and out 
of the application server.

We're not 100% or even 75% percent there for a "lightweight" container, but 
we're moving in that direction.

BTW, what are your "lightweight" requirements?  Do you have actual 
memory/hardware constraints?  Or have you been reading too many blogs or 
"Lighter, faster, smarter" Java Books?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920212#3920212

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920212


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: ClassCastException while using JWSDP 1.6

2006-01-28 Thread rstrub
Thanks. This is true. I removed the jbossall-client.jar (and otherjboss libs) 
from the build path  and Dukes Bank WSClient worked.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920211#3920211

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920211


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: step by step process for jboss jbpm bpel

2006-01-28 Thread [EMAIL PROTECTED]
No multiple posts on the same problem, please...

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920210#3920210

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920210


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Pls Urgent... JBoss JBpm Bpel

2006-01-28 Thread [EMAIL PROTECTED]
The user guide already contains a very detailed tutorial on how to deploy a 
process. What specific step were you unable to follow?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920209#3920209

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920209


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jbpm-bpel sar file deploy problem

2006-01-28 Thread [EMAIL PROTECTED]
Please do not post the same problem multiple times, it makes things harder to 
track.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920208#3920208

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920208


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: JBPM-BPEL Sar file not deployed...

2006-01-28 Thread [EMAIL PROTECTED]
jBPM BPEL 1.0 alpha 4 contains scripts for JBoss AS 4.0.2 and 4.0.3 only. It 
has not been tested on earlier releases. 

In particular, 4.0.0 shipped with Hibernate2. However, jBPM BPEL requires 
Hibernate 3.

Please switch to one of the above JBoss AS versions or include hibernate3.jar 
along with its dependent libraries in jbpm-bpel.sar. You probably need to 
include other libraries, too.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920207#3920207

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920207


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - Re: ClassNotFound(No security Manager,RMI disabled)

2006-01-28 Thread [EMAIL PROTECTED]
Thanks fabcipriano.
Yes - it does explain the exception.
It also corrected a few misunderstandings on my part.

Independantly I had discovered that Context.listBindings() attempts to return 
the bound objects - which is not what I had intended to do.

Combined with the wiki you identified I can now move on.

I appreciate the time you took to located the wiki and respond to my post.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920206#3920206

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920206


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Re: jboss-ide tutorial - problem with

2006-01-28 Thread jdidboss
Fixed !!!
I had to upgrade eclipse to v3.1.1 and jdk v1.5.06.
This error disappeared and I can continue with FiboBean tutorial.
Thanks, anyway.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920205#3920205

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920205


---
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=lnk&kid=103432&bid=230486&dat=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] - JBoss does not use specified MySQL DB

2006-01-28 Thread shrummy_1980
I am using JBoss AS 4.0.3 SP1 and I want the AS to use a MySQL DB for a certain 
application.

When starting JBoss it recognizes the DB correctly:

[ConnectionFactoryBindingService] Bound ConnectionManager 
'jboss.jca:service=DataSourceBinding,name=MySQLDS' to JNDI name 'java:MySQLDS'

When deploying my application, the server recognizes my persistence.xml and my 
hibernate.properties files. But it seems, it does not apply them:

[Ejb3Deployment] Found persistence.xml file in EJB3 jar
  | ...
  | [Environment] Hibernate 3.1
  | [Environment] loaded properties from resource hibernate.properties: 
{hibernate.cglib.use_reflection_optimizer=true, 
hibernate.dialect=org.hibernate.dialect.MySQLDialect, 
hibernate.connection.datasource=java:/MySQLDS, hibernate.hbm2ddl.auto=create}
  | ...
  | [InjectedDataSourceConnectionProvider] Using provided datasource
  | [SettingsFactory] RDBMS: HSQL Database Engine, version: 1.8.0
  | [SettingsFactory] JDBC driver: HSQL Database Engine Driver, version: 1.8.0
  | [Dialect] Using dialect: org.hibernate.dialect.HSQLDialect

This is my persistence.xml file:


  |
  |java:/MySQLDS
  |
  | 
  | 
  | 
  |
  |
  | 

And this is the hibernate.properties file:

hibernate.hbm2ddl.auto=create
  | hibernate.connection.datasource=java:/MySQLDS
  | hibernate.dialect=org.hibernate.dialect.MySQLDialect

Can somebody tell me, what I am doing wrong?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920204#3920204

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920204


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Microcontainer] - lightweight Jboss - POJO application server

2006-01-28 Thread talbeno
This is a theoretical question and I guess that I may be going wrong in many 
ways just by asking it - but here goes.

Suppose I wish to develop my enterprise application this way - 
1. Using groups of services bundled into several containers. Each container 
would run its services in a separate JVM and based on some kind of 
configuration file.
2. I would like the containers and the services to have JMX and clustering 
capabilities.
3. I would also like to use at least JDBC, RMI and JMS for my application logic.
4. I would want the containers to be lightweight. Also suppose I have no 
intention whatsoever to use EJBs.

Now would it be wise to use the JBoss AS as my container? Wouldn't it be an 
overhead with its memory footprint, and it being an EJB container?
I first grasped the MicroContainer as a way of "POJO application server". But 
now after some more reading I understand that it is not the intention of this 
project.
I will appreciate any remark in this regard, starting from criticizing my 
requirements and down to suggesting possible solutions.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920203#3920203

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920203


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam Trailblazer - nullPointerException

2006-01-28 Thread Neelixx
I was just letting everyone know, as this wasn't always the case.

I've got it downloaded, but was just doing a quick reference lookup on the web.

Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920202#3920202

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920202


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-01-28 Thread talbeno
I take back my 2nd JMS question since you have already kind of answered it 
regarding JDBC (stating the microcontainer has nothing to do with the 
application behavior).

Yet I am still curious if you will provide an optional JMX layer and how.
Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920201#3920201

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920201


---
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=lnk&kid=103432&bid=230486&dat=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] - Exception thrown when attempting to create table

2006-01-28 Thread asciola
I've configured jboss 4.0.3SP1 to use mysql (5.0.18) and am using netbeans 5.0 
as my IDE.

I'm attempting to use CMP to have jboss manage my entity beans with mysql and 
when I try to create a minimal Entity Bean, when deployed, I receive the 
following error:

19:51:43,593 WARN  [ServiceController] Problem starting service 
jboss.j2ee:jndiName=local/[EMAIL PROTECTED],service=EJB
org.jboss.deployment.DeploymentException: Error while creating table 
userinfobean; - nested throwable: 
(com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have an error in your 
SQL syntax; check the manual that corresponds to your MySQL server version for 
the right syntax to use near 'VARCHAR(250) BINARY NOT NULL, CONSTRAINT 
pk_userinfobean PRIMARY KEY (key))' at line 1)


I have created a jbosscmp-jdbc.xml file (Is this necessary in addition to the 
standardjbosscmp-jdbc.xml file if it's using the same datastore?) which looks 
like this:



  java:/DefaultDS
  mySQL
  true
  true
  false
  false
  30
  false
  true
  false
  foreign-key
  
 on-load
 1000
 *
  
  1000
  false

  
 UUIDKeyGeneratorFactory
 java.lang.String
 VARCHAR
 VARCHAR(32)
  

  
  
org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLCompiler
  false



Are there any suggestions as to what would cause the syntax error? It doesn't 
appear I'm using any reserved words or anything.

Thanks!

Anthony

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920200#3920200

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920200


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - Re: ClassNotFound(No security Manager,RMI disabled)

2006-01-28 Thread fabcipriano
http://wiki.jboss.org/wiki/Wiki.jsp?page=WhyDoIGetNameNotFoundException

this answer all.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920199#3920199

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920199


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam Trailblazer - nullPointerException

2006-01-28 Thread [EMAIL PROTECTED]
I believe this is a stateful session bean bug in the underlying EJB3 
implementation (EJB3 RC3). It should be fixed in the new version of Seam/EJB3, 
which will come out very soon.

In the meanwhile, you can just wait for a few minutes and reload the 
http://seam.demo.jboss.com/home.jsf page and the error would go away. Or, you 
can download the example and run it on your own machine.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920198#3920198

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920198


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Session Bean reads a XML file

2006-01-28 Thread fabcipriano
Read files in EJB is not J2EE compliant, see EJB 2.1 doc item 25.1.2

But if this is necessary only God can stop from read files.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920197#3920197

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920197


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Microcontainer] - JMX integration

2006-01-28 Thread talbeno
Hi,
Just a quick question please.

In the MicroKernel design url you mention under the "Jboss Server Implications" 
that "an MBeanServer will be instantiated during the bootstrap." You also 
mention in the top design page this - "Layered approach - advanced features are 
optional, e.g. hot-deploy, jmx or cluster support."

I would wish to explore using the new MicroContainer (kernel?) with both JMX 
and clustering capabilities. Will it be a configuration issue to have the Jboss 
JMX server functioning as described above?

Also on a different issue - do you plan to add a JMS layer on top of it as 
well? It might be very useful.

Thanks,
Tal Beno

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920193#3920193

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920193


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Verify failure Deployment Exception

2006-01-28 Thread fabcipriano
If you is a beginner start with JBoss 4.0.x series that is J2EE 1.4 compliant.

Good place to begin with J2EE 
http://www.theserverside.com/news/thread.tss?thread_id=31942

Use XDoclet to prevent misspelling ejb descriptors

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920194#3920194

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920194


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: fully-fledged ERP-System with jBPM 3 switched productive

2006-01-28 Thread katador
Hey youngyoyo,

i find a examples of deploy process definitions, create instances in src 
directory of jbpm. you must see in 
jbpm_home/src/java.examples/org/jbpm/tutorial/ in this directory your can find 
examples for use acctions (acction directory), deploy process definitions, and 
load the last saved (db directory), a simple exec of process definition through 
parsexml method. see this directory, i use all thats examples and now i'm :D 

i hope this tip helps you!!!
good luck!!!

Katador

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920192#3920192

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920192


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Newbie: dependency problem trying to build jboss-head

2006-01-28 Thread Stijn.deWitt
I am trying to build jboss-head from CVS. It runs ok for a while but then gives 
me this error:

BUILD FAILED
  | C:\bit\dev\project\jbossas\jboss-head\build\build.xml:1023: The following 
error occurred while executing this line:
  | C:\bit\dev\project\jbossas\jboss-head\build\build-thirdparty.xml:129: A 
versioning problem exists:
  | Component: hibernate is at version: 3.1.2
  |  but it is also required to be compatible with: [EMAIL PROTECTED], 
version=3.1.1}]
  |  by: hibernate-annotations

Do I have to make some settings first? I am building by running build.bat from 
the build directory.

Bye,

-Stijn

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920191#3920191

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920191


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Ending a conversation and begining another at the same t

2006-01-28 Thread [EMAIL PROTECTED]
"liebner" wrote : I'm working with a dataTable and @DataModelSelection. If I 
use the annotation like you said the next request, in which I want to use the 
selected item, does not work.

It should work:


@Stateful
  | @Scope(EVENT)
  | @Name("search")
  | public class SearchBean implements Search
  | {
  | @DataModel(scope=PAGE)
  | List searchResults;
  | 
  | @DataModelSelection
  | Foo selection;
  | 
  |...
  | 
  | }

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920188#3920188

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920188


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Cannot get the embedded ejb source code with CVS

2006-01-28 Thread [EMAIL PROTECTED]
that's because we are NO LONGER on sourceforge since like 10 months ago:

http://www.jboss.com/wiki/Wiki.jsp?page=CVSRepository

sf.net is just way to slow and unreliable to host such a big project

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920187#3920187

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920187


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-01-28 Thread PMO
It does not seem to be working with 2.0.
My hibernate service is implemented as a org.hibernate.jmx.HibernateService;




type Exception report
  | 
  | message
  | 
  | description The server encountered an internal error () that prevented it 
from fulfilling this request.
  | 
  | exception
  | 
  | javax.servlet.ServletException: Unable to locate current JTA transaction
  | 
org.jboss.portal.server.servlet.PortalServlet.doGet(PortalServlet.java:214)
  | javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
  | javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
  | 
  | root cause
  | 
  | org.hibernate.HibernateException: Unable to locate current JTA transaction
  | 
org.hibernate.context.JTASessionContext.currentSession(JTASessionContext.java:61)
  | 
org.hibernate.impl.SessionFactoryImpl.getCurrentSession(SessionFactoryImpl.java:604)
  | 
org.jboss.portal.core.impl.model.portal.PersistentPortalObjectContainer.getObject(PersistentPortalObjectContainer.java:129)
  | sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | java.lang.reflect.Method.invoke(Method.java:324)
  | 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
  | org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  | 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
  | org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  | 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
  | org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  | $Proxy51.getObject(Unknown Source)
  | 
org.jboss.portal.core.command.WindowCommand.create(WindowCommand.java:94)
  | 
org.jboss.portal.core.command.CommandContext.execute(CommandContext.java:81)
  | 
org.jboss.portal.core.command.CommandContext.chain(CommandContext.java:128)
  | 
org.jboss.portal.core.command.RenderPageCommand.renderPortlets(RenderPageCommand.java:218)
  | 
org.jboss.portal.core.command.RenderPageCommand.execute(RenderPageCommand.java:151)
  | 
org.jboss.portal.core.command.ControllerCommand.dispatch(ControllerCommand.java:65)
  | 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:127)
  | 
org.jboss.portal.core.aspects.controller.EventBroadcasterInterceptor.invoke(EventBroadcasterInterceptor.java:72)
  | 
org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:25)
  | 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:117)
  | 
org.jboss.portal.core.aspects.controller.PolicyEnforcementInterceptor.invoke(PolicyEnforcementInterceptor.java:156)
  | 
org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:25)
  | 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:117)
  | 
org.jboss.portal.core.aspects.controller.PortalNodeInterceptor.invoke(PortalNodeInterceptor.java:48)
  | 
org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:25)
  | 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:117)
  | 
org.jboss.portal.core.aspects.controller.NavigationInterceptor.invoke(NavigationInterceptor.java:45)
  | 
org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:25)
  | 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:117)
  | 
org.jboss.portal.server.invocation.Invocation.invoke(Invocation.java:162)
  | 
org.jboss.portal.core.command.CommandContext.execute(CommandContext.java:94)
  | 
org.jboss.portal.core.command.ExecutionContext.execute(ExecutionContext.java:80)
  | 
org.jboss.portal.core.command.ExecutionContext.execute(ExecutionContext.java:64)
  | org.jboss.portal.core.CoreController.handle(CoreController.java:177)
  | sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | java.lang.reflect.Method.invoke(Method.java:324)
  | 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
  | 

[JBoss-user] [EJB 3.0] - Cannot get the embedded ejb source code with CVS

2006-01-28 Thread martplus
Can anybody help me?

Since 2 week I try to get the source code of the embedded ejb source from CVS 
(location cvs.sourceforge.net/cvsroot/jboss) but the connetion gets always 
resetted.

I have already have hibernate, hibernate annotations and hibernate 
entitymanager projects, and the standalone bootstrap code would really help me 
to find configuration problems and understanding the loading-protocol.

Is there somewhere a repository with the source-files as zip-files or so?


Thanks, Martin

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920185#3920185

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920185


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Different web applications(.war files) integrating with

2006-01-28 Thread glodo
ok.. thank for the advice.. it will be help for me..
glodo

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920183#3920183

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920183


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Ending a conversation and begining another at the same t

2006-01-28 Thread liebner
Hmm,

I'm working with a dataTable and @DataModelSelection. If I use the annotation 
like you said the next request, in which I want to use the selected item, does 
not work.

I'll settle for the all in session scope variation for now and see what is 
causing the trouble later.

Got to proof that seam is cool :-)

Greetings,
Stefan

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920182#3920182

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920182


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - jbpm-bpel sar file deploy problem

2006-01-28 Thread jayanthy
Incomplete Deployment listing:
MBeans waiting for other MBeans:
ObjectName: jboss.jbpm:name=JbpmBpel,service=JbpmService
 state: FAILED
 I Depend On:  jboss.jca:name=JbpmBpelDS,service=DataSourceBinding

 Depends On Me: java.lang.NoClassDefFoundError: org/hibernate/HibernateException

MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
ObjectName: jboss.jbpm:name=JbpmBpel,service=JbpmService
 state: FAILED
 I Depend On:  jboss.jca:name=JbpmBpelDS,service=DataSourceBinding

 Depends On Me: java.lang.NoClassDefFoundError: org/hibernate/HibernateException

Could anybody help me for this problem
 jayanthy.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920181#3920181

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920181


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - JBPM-BPEL Sar file not deployed...

2006-01-28 Thread jayanthy
Dear Community,
   could you pls help me. When i m starting the jboss server after deploying 
the jbpm-bpel.sar file i m getting the following error.

18:39:52,546 INFO  [TomcatDeployer] deploy, ctxPath=/jbpm-bpel, 
warUrl=file:/C:/jboss-4.0.0/server/default/tmp/deploy/tmp25861jbpm-bpel.sar-contents/jbpm-bpel-exp.war/
18:39:53,765 INFO  [STDOUT] [ jacorb.home unset! Will use '.' ]
18:39:53,765 INFO  [STDOUT] [ File .\jacorb.properties for configuration jacorb 
not found ]
18:39:54,281 INFO  [interceptors] InterceptorManager started with 2 SIs, 2 CIs 
and 4 IORIs
18:39:54,484 INFO  [orb] ORB run
18:39:54,687 INFO  [CorbaNamingService] Naming: 
[IOR:002B49444C3A6F6D672E6F72672F436F734E616D696E672F4E616D696E67436F6E746578744578743A312E3200E80001020E3139322E3136382E312E32333DC800114A426F73732F4E616D696E672F726F6F740600084A414301001C000100010001050100010001010900010501000100140008001A0DC90021005100240020007E0001000E3139322E3136382E312E32333DC90024001F000400030001004400030001001C00010001000105010001000101090001050100010024001F00040003]
18:39:54,890 INFO  [naming] re-Bound name: TransactionService
18:39:54,890 INFO  [CorbaTransactionService] TransactionFactory: 
[IOR:003049444C3A6F72672F6A626F73732F746D2F69696F702F5472616E73616374696F6E466163746F72794578743A312E300200E80001020E3139322E3136382E312E32333DC800144A426F73732F5472616E73616374696F6E732F46000600084A414301001C000100010001050100010001010900010501000100140008001A0DC90021005100240020007E0001000E3139322E3136382E312E32333DC90024001F000400030001004400030001001C00010001000105010001000101090001050100010024001F00040003]
18:39:54,906 INFO  [naming] re-Bound name: UserTransaction
18:39:56,078 INFO  [RARDeployment] Required license terms exist view the 
META-INF/ra.xml: file:/C:/jboss-4.0.0/server/default/deploy/jboss-local-jdbc.rar
18:39:56,265 INFO  [RARDeployment] Required license terms exist view the 
META-INF/ra.xml: file:/C:/jboss-4.0.0/server/default/deploy/jboss-xa-jdbc.rar
18:39:56,437 INFO  [RARDeployment] Required license terms exist view the 
META-INF/ra.xml: file:/C:/jboss-4.0.0/server/default/deploy/jms/jms-ra.rar
18:39:58,703 INFO  [WrapperDataSourceService] Bound connection factory for 
resource adapter for ConnectionManager 
'jboss.jca:name=JbpmBpelDS,service=DataSourceBinding to JNDI name 
'java:JbpmBpelDS'
18:39:58,765 WARN  [ServiceController] Problem starting service 
jboss.jbpm:name=JbpmBpel,service=JbpmService
java.lang.NoClassDefFoundError: org/hibernate/HibernateException
at org.jbpm.db.jmx.JbpmService.startService(JbpmService.java:18)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:891)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:416)
at org.jboss.system.ServiceController.start(ServiceController.java:438)
at org.jboss.system.ServiceController.start(ServiceController.java:438)
at org.jboss.system.ServiceController.start(ServiceController.java:438)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.j

[JBoss-user] [Messaging, JMS & JBossMQ] - javax.naming.OperationNotSupportedException

2006-01-28 Thread monu
When I try to destroy the queue created at runtime getting the below error:
(To create and destroy I am using MBean API like
mbeanServer.invoke(dstMgr, "destroyQueue", new Object[]{queueNames[1]}, new 
String[]{"java.lang.String"});
mbeanServer.invoke(dstMgr, "createQueue", new Object[]{queueNames[1]}, new 
String[]{"java.lang.String"});)

javax.naming.OperationNotSupportedException
at com.mobilgw.naming.SimpleContext.close(SimpleContext.java:656)
at javax.naming.InitialContext.close(InitialContext.java:478)
at 
org.jboss.mq.server.jmx.DestinationMBeanSupport.stopService(DestinationMBeanSupport.java:131)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStop(ServiceMBeanSupport.java:320)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:224)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:897)
at $Proxy322.stop(Unknown Source)
at org.jboss.system.ServiceController.stop(ServiceController.java:507)
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 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy41.stop(Unknown Source)
at 
org.jboss.mq.server.jmx.DestinationManager.destroyDestination(DestinationManager.java:283)
at 
org.jboss.mq.server.jmx.DestinationManager.destroyQueue(DestinationManager.java:265)
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)

Thanks in advance!!



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920179#3920179

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920179


---
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=lnk&kid=103432&bid=230486&dat=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] - Using hibernate

2006-01-28 Thread glodo
Hi everyone! i am new with hibernate.. i need create a portlet that connect it 
a database and show the content of the one table in the portlet.. 
Where i can find a good guide for me to learn how use the hibernate with 
portlets? or if someone there to guide me that will be great..
Thanks in advance..

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920178#3920178

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920178


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: DVDStore logout exception

2006-01-28 Thread zoltan
You're welcome. I'm happy to contribute - even if it was a minor notice -  this 
promising tool.

Regards,
Zoltan


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920177#3920177

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920177


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Pls Urgent... JBoss JBpm Bpel

2006-01-28 Thread jayanthy
Dear Community,
Can u suggest me any link which gives step by step process of 
developing the BPEL in JBoss using JBPM. I have gone thro' the example but i 
cudn't able to follow it Can anyone help me in this.
Its very urgent..
Thanks
Jayanthy.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920176#3920176

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920176


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: JTA inside jBPM

2006-01-28 Thread joshua_hj
Thanks for the help,

There is nothing better then trying it :). It works fine. All the transactions 
made inside jBPM are within the main JTA transaction.   And that means that if 
something goes wrong inside the jBPM all the transactions are rolledback. (cool)


Joshua


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920175#3920175

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920175


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: ProcessClassLoader [ Urgent Help please !!!]

2006-01-28 Thread joshua_hj
Hi,

Thanks for the help. Apparantelly, i was using the sar archive inside the JBoss 
for a web application. In the manual is mentioned that if to use with a web 
application "Simply put the runtime libraries  in the WEB-INF/lib folder of 
your web application archive (.war)." and everything worked fine after that.

So the problem was because i was using the jbpm.sar archive with all the jar 
inside instead of putting them inside the WEB-INF/lib dir inside the war.


Thanks joshua

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920174#3920174

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920174


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - step by step process for jboss jbpm bpel

2006-01-28 Thread jayanthy
can anybody pls help how to use the jbpm-bpel example hello.par. I m not clear 
with docuementation. Can any body give me a step by step detail of this hell 
sample application
Its urgent...

Thanks n Advance
Jayanthy.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920173#3920173

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920173


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: functionality of jbpm.sar

2006-01-28 Thread joshua_hj
Hi,

The jbpm.sar is a service archive for JBoss, so that ou can use jbpm on top of 
J2EE/JBoss components without to configure hibernate/databases for each 
application. The sar archive contains a datasource that u can reference inside 
you applications. It also contains the libraries that you need 
(jbpm+jbpm-identity, hibernate.cfg, etc).

About the curious thing that is maybe because your application has the 
configuration files in its scope (hibernata,etc). You donĀ“t need  JBoss for 
using jBPM. If you have all the configuration files needed within your 
applicationĀ“s scope everything should work fine.

Hope that helps


Joshua


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920172#3920172

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920172


---
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=lnk&kid3432&bid#0486&dat1642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Example application demonstrating configuration for 100%

2006-01-28 Thread [EMAIL PROTECTED]
DVD demo is now running on Tomcat.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920171#3920171

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920171


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Example application demonstrating configuration for 100%

2006-01-28 Thread [EMAIL PROTECTED]
DVD demo is now running on Tomcat.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920170#3920170

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920170


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: DVDStore logout exception

2006-01-28 Thread [EMAIL PROTECTED]
This is now fixed in cvs. Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920169#3920169

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920169


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam Trailblazer - nullPointerException

2006-01-28 Thread [EMAIL PROTECTED]
oops, better get that fixed ;)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920168#3920168

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920168


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Ending a conversation and begining another at the same t

2006-01-28 Thread [EMAIL PROTECTED]
Use @DataModel(scope=PAGE).


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920167#3920167

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920167


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Ending a conversation and begining another at the same t

2006-01-28 Thread liebner
If you have a bean annoted like this

  | @Stateful
  | @Scope(ScopeType.PAGE)
  | 

you get an exception like this one


  | 11:19:42,234 ERROR [[/seamapp]] Exception sending context initialized event 
to listener instance of class org.jboss.seam.servlet.SeamListener
  | java.lang.IllegalArgumentException: Stateful session beans may not be bound 
to the PAGE context: applicationFinder
  | at 
org.jboss.seam.Component.checkScopeForComponentType(Component.java:198)
  | 

Or did you mean, that you simply annote the DataModel with the page scope? But 
than the data is still attached to the SFSB and no memory would be cleaned.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920166#3920166

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920166


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Installing PHP with JBOSS

2006-01-28 Thread ba02000
Hi Guys,

Is there a way to install and configure PHP with JBOSS AS? because I want to 
run phpMyAdmin with my JSP and Servlet Site.

Regards,


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920165#3920165

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920165


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: What exactly is ProcessInstance ?

2006-01-28 Thread RAlfoeldi
Hi Aaron,

you're on the right track.

anonymous wrote : If the required data is to large for jBPM to efficiently 
handle just keep a key to an external data obejct, but the 'leading entity', 
the one that knows about state etc. remains the processInstance.

Greetings

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920164#3920164

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920164


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Lazy Fetching Problem

2006-01-28 Thread [EMAIL PROTECTED]
Hello,

You have just have to call property.size() (of your collection) in your session 
bean before returning it to other layer.

Good luck

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920163#3920163

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920163


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - ClassNotFound(No security Manager,RMI disabled)

2006-01-28 Thread [EMAIL PROTECTED]
I've been struggling with Jboss 4.0.3RC1 to perform a simple JNDI list from a 
servlet running under Tomcat 5.5 in a separate JVM (not the embedded Tomcat).  
The same error occurs in a standalone java class (not a servlet).

The servlet works fine when deployed to the embedded Tomcat.

When running in a stand alone Tomcat server (with base port 8086 instead of the 
8080 used by the jboss embedded Tomcat), I can create a JNDI InitalContext and 
execute it's list() method but the listBindings() method throws the exception:
javax.naming.CommunicationException [Root exception is 
java.lang.ClassNotFoundException: 
org.jboss.ejb.plugins.keygenerator.hilo.HiLoKeyGeneratorFactory (no security 
manager: RMI class loader disabled)]

I have seen this ClassNotFound(no security manager: RMI class loader disabled) 
in a number of unanswered posts in this forum.  Is this problem too elementary 
for anyone to respond to ?

Having read the JVM tutorial and the security manager javadoc, I have been able 
to start my standalone program with a security manager and policy activated.  
The exception I now see is:
javax.naming.CommunicationException [Root exception is 
java.lang.ClassNotFoundException: 
org.jboss.ejb.plugins.keygenerator.hilo.HiLoKeyGeneratorFactory]

And the jBoss console shows: 
00:04:00,316 ERROR [UDP] exception=java.net.SocketException: Interrupted 
function call: Datagram send failed, msg=[dst: 230.1.2.7:45577, src: 
tia1013:1952 (2 headers), size = 0 bytes], mcast_addr=230.1.2.7:45577

I've ensured (I think) that all the jars in the jBoss client directory are on 
the classpath - so it shouldn't be a true ClassNotFoundException.

I don't mind doing my own reading and learning but I have no idea where to 
start.  Can anyone give me an idea where to look next ?

Thanks in advance.

FYI - the code to create the initial context is:
Properties props = new Properties(); 
props.setProperty("java.naming.provider.url", 
"jnp://localhost:1099"); 
props.setProperty("java.naming.factory.url.pkgs", 
"org.jboss.naming"); 

props.setProperty("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory");
 
InitialContext ctx = new InitialContext( props ); 

and the listBindings code that throws the exception is:
nenum = ctx.listBindings("java:");
while (nenum.hasMoreElements() ) {
   System.out.println("Binding: " + nenum.nextElement() +"") ;
}


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920162#3920162

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920162


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Lazy Fetching Problem

2006-01-28 Thread faelin
However, the above implementation throws an exception when I'm trying to 
retrieve the Task properties outside the session bean. I know the reason is, 
that once the detached Task bean is outside the persistence context, it can't 
be loaded from the database, and since it is was not used in the session bean, 
it does not get filled at all. However, I need to be able to display all tasks 
a user has. How am I supposed to do that, without setting the FetchType to 
Eager, and possibly without using DTOs to transfer objects in and out of the 
session beans.

P.S.: Sorry for the two posts, I hitted submit instead of preview and was not 
able to edit my post.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920161#3920161

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920161


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Lazy Fetching Problem

2006-01-28 Thread faelin
Hello everybody.

I'm experiencing a problem with the Lazy fetching. Say, I'm developing a dumb 
organizer web application, that has Users and Tasks (One-To-Many). I've set 
FetchType to Lazy in the relationship, because I don't want to fetch all tasks 
every time. However, I need to display the tasks a user has in the application 
front-end, i.e., in a web page. For this, I have a session beans that has a 
method 
List getUserTasks(int userId)
However, the implementation:

  | User user = em.find(User.class, userId);
  | 
  | return user.getTasks()
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920160#3920160

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920160


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: fully-fledged ERP-System with jBPM 3 switched productive

2006-01-28 Thread youngyoyo
Hello Bernd,

I am trying to look for a business process engine for our ERP system. JBPM is 
my consideration. It's a tough job for me because of poor knowledge of JBPM and 
how to architecture the ERP and JBPM.
Could you give me some tips or demo program?

Thanks.

Yoyo

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920158#3920158

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920158


---
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=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user