[JBoss-user] [EJB 3.0] - Re: How to get EntityManagers dynamically in final EJB3

2006-01-25 Thread HolgerCasties
Hi Gavin.

I'm sorry, but that does not solve the problem.
It's not possible to get the EntityManager via JNDI lookup!

Here is the logging of JBoss-4.0.4RC1 when deploying my JAR files:
08:14:57,178 INFO  [JkMain] Jk running ID=0 time=0/141  config=null
  | 08:14:57,178 INFO  [Server] JBoss (MX MicroKernel) [4.0.4RC1 (build: 
CVSTag=JBoss_4_0_4_RC1 date=200601230248)] Started in 29s:706ms
  | 08:15:32,347 INFO  [Ejb3AnnotationHandler] found EJB3: ejbName=LibraryBean, 
class=control.LibraryBean, type=STATELESS
  | 08:15:32,456 INFO  [Ejb3Deployment] EJB3 deployment time took: 265
  | 08:15:32,550 INFO  [JmxKernelAbstraction] installing MBean: 
jboss.j2ee:service=EJB3,jar=library.jar,name=LibraryBean with dependencies:
  | 08:15:33,206 INFO  [EJB3Deployer] Deployed: 
file:/D:/EnterpriseApplications/JBoss/4.0.4RC1/server/default/deploy/library.jar
  | 08:15:33,253 FATAL [PersistenceXmlLoader] LibraryDB1 JTA
  | 08:15:33,268 INFO  [Ejb3Deployment] EJB3 deployment time took: 46
  | 08:15:33,268 INFO  [JmxKernelAbstraction] installing MBean: 
persistence.units:unitName=LibraryDB1 with dependencies:
  | 08:15:33,268 INFO  [JmxKernelAbstraction]   
jboss.jca:name=PostgresDS#LibraryDB1,service=DataSourceBinding
  | 08:15:33,409 INFO  [Environment] Hibernate 3.1
  | 08:15:33,409 INFO  [Environment] hibernate.properties not found
  | 08:15:33,425 INFO  [Environment] using CGLIB reflection optimizer
  | 08:15:33,425 INFO  [Environment] using JDK 1.4 java.sql.Timestamp handling
  | 08:15:33,674 INFO  [Ejb3Configuration] found EJB3 Entity bean: 
business.Article
  | 08:15:33,690 INFO  [Ejb3Configuration] found EJB3 Entity bean: 
business.Author
  | 08:15:34,143 INFO  [AnnotationBinder] Binding entity from annotated class: 
business.Article
  | 08:15:34,284 INFO  [EntityBinder] Bind entity business.Article on table 
ARTICLES
  | 08:15:34,471 INFO  [AnnotationBinder] Binding entity from annotated class: 
business.Author
  | 08:15:34,471 INFO  [EntityBinder] Bind entity business.Author on table 
AUTHORS
  | 08:15:34,721 INFO  [CollectionBinder] Mapping collection: 
business.Author.articles -> ARTICLES
  | 08:15:34,815 INFO  [ConnectionProviderFactory] Initializing connection 
provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
  | 08:15:34,815 INFO  [InjectedDataSourceConnectionProvider] Using provided 
datasource
  | 08:15:35,549 INFO  [SettingsFactory] RDBMS: PostgreSQL, version: 8.1.0
  | 08:15:35,564 INFO  [SettingsFactory] JDBC driver: PostgreSQL Native Driver, 
version: PostgreSQL 8.1devel JDBC3 with SSL (build 403)
  | 08:15:35,611 INFO  [Dialect] Using dialect: 
org.hibernate.dialect.PostgreSQLDialect
  | 08:15:35,627 INFO  [TransactionFactoryFactory] Using default transaction 
strategy (direct JDBC transactions)
  | 08:15:35,642 INFO  [TransactionManagerLookupFactory] instantiating 
TransactionManagerLookup: 
org.hibernate.transaction.JBossTransactionManagerLookup
  | 08:15:35,642 INFO  [TransactionManagerLookupFactory] instantiated 
TransactionManagerLookup
  | 08:15:35,642 INFO  [SettingsFactory] Automatic flush during 
beforeCompletion(): enabled
  | 08:15:35,642 INFO  [SettingsFactory] Automatic session close at end of 
transaction: disabled
  | 08:15:35,642 INFO  [SettingsFactory] JDBC batch size: 15
  | 08:15:35,642 INFO  [SettingsFactory] JDBC batch updates for versioned data: 
disabled
  | 08:15:35,642 INFO  [SettingsFactory] Scrollable result sets: enabled
  | 08:15:35,642 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): disabled
  | 08:15:35,642 INFO  [SettingsFactory] Connection release mode: 
after_statement
  | 08:15:35,658 INFO  [SettingsFactory] Default batch fetch size: 1
  | 08:15:35,658 INFO  [SettingsFactory] Generate SQL with comments: disabled
  | 08:15:35,658 INFO  [SettingsFactory] Order SQL updates by primary key: 
disabled
  | 08:15:35,658 INFO  [SettingsFactory] Query translator: 
org.hibernate.hql.ast.ASTQueryTranslatorFactory
  | 08:15:35,673 INFO  [ASTQueryTranslatorFactory] Using 
ASTQueryTranslatorFactory
  | 08:15:35,673 INFO  [SettingsFactory] Query language substitutions: {}
  | 08:15:35,673 INFO  [SettingsFactory] Second-level cache: enabled
  | 08:15:35,673 INFO  [SettingsFactory] Query cache: disabled
  | 08:15:35,673 INFO  [SettingsFactory] Cache provider: 
org.hibernate.cache.HashtableCacheProvider
  | 08:15:35,673 INFO  [SettingsFactory] Optimize cache for minimal puts: 
disabled
  | 08:15:35,673 INFO  [SettingsFactory] Structured second-level cache entries: 
disabled
  | 08:15:35,689 INFO  [SettingsFactory] Statistics: disabled
  | 08:15:35,689 INFO  [SettingsFactory] Deleted entity synthetic identifier 
rollback: disabled
  | 08:15:35,689 INFO  [SettingsFactory] Default entity-mode: pojo
  | 08:15:35,767 INFO  [SessionFactoryImpl] building session factory
  | 08:15:36,657 INFO  [SessionFactoryObjectFactory] Not binding factory to 
JNDI, no JNDI name configured
  | 08:15:36,673 INFO  [SchemaUpdate] Running hbm2ddl schema update
  | 08:15:36,673 INF

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Pool size of ManagedConnections in JMS

2006-01-25 Thread jaikiran
Hi genman,
 Thanks for the quick answers.  Your answer to question 1, solves my issue 
regarding the pool size. Regarding, the answer to question 2, when you mention :

anonymous wrote : You can create separate pools for the same resources.

does this mean, i create a separate myJms-ds.xml file containing the pool size 
specific to my application and place this file under my application package? If 
yes, will JBoss pick up this file automatically whenever JMS related activities 
are happening in my application, or is there some place where i have to mention 
the name of this file?

Thank you.




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

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


---
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] [Tomcat, HTTPD, Servlets & JSP] - Re: Patch fixing a Nullpointer in dependency-triggered redep

2006-01-25 Thread mkelc
Thank you for your hint! 
Didnt even believe that anybody had interests in this since you are the first 
replying to this topic. 
So nice to now that this is fixed in 4.0.4!

Greetings,

Marian Kelc

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

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


---
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] - Could not find treecache.xml

2006-01-25 Thread sephil
We develope a J2EE application on IBM Websphere. We use an intialization 
servlet to initialize the application.
The application uses Hibernate as the ORM tool, under Spring framework.
Hibernate's second level cache provider is JBoss TreeCache.
When the servlet calls Spring to initialize Hibernate, an exception is thrown 
about failure to locate the treecache.xml configuration file.
I tried to put the file in any possible location but couldn't find the right 
place.
I will appreciate any suggestion.

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

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


---
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] [Management, JMX/JBoss] - MBeanProxyExt versus MBeanServerInvocationHandler

2006-01-25 Thread genman
JBoss uses org.jboss.mx.util.MBeanProxyExt itself.   For the average JMX user, 
javax.management.MBeanServerInvocationHandler seems like the correct interface 
to use and sufficiently good.

Is there some reason to use one over the other, besides the additional features 
of MBeanProxyExt?  Is one legacy?

These docs seem to use it:

http://docs.jboss.com/jbcache/1.2.4/TreeCache/html/

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

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


---
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: Why do I see java.sql.SQLException: Table 'JMS_MESSAGES'

2006-01-25 Thread genman
DEBUG is like it says.

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

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


---
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: Pool size of ManagedConnections in JMS

2006-01-25 Thread genman

1. 200 is not too many, especially if they are in-JVM.
2.  You can create separate pools for the same resources.


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

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


---
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: example of create process instance, please!!

2006-01-25 Thread enazareno
Hi,

 If you are using jbpm 3.1beta here is a sample code:


  | JbpmConfiguration config = JbpmConfiguration.getInstance();
  | JbpmContext ctx = config.createJbpmContext();
  | try {
  |   ProcessDefinition def = ProcessDefinition.parseXmlString(xml);
  | ctx.deployProcessDefinition( def);
  | } 
  | catch (Exception e) {
  | return "FAILED: " + e.getMessage();
  | }
  | finally {
  | ctx.close();
  | }
  | 

If you are using jbpm3.02,  etc, pls. let me know. It is quite different. 
Also indicate what database you're using and what environment (servlets? Jboss? 
).

Regards,

Elmo

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

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


---
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] - Pool size of ManagedConnections in JMS

2006-01-25 Thread jaikiran
Hi,
 We are using JBoss-3.2.3. We have an application deployed, in which we make 
use of JMS. Our application relies heavily on sending/receiving messages. We 
use the receive() API of the QueueReceiver which will wait till a message is 
received. This effectively, means that the Connection in which this receiver is 
created is not closed till the receive operation is complete. Naturally, we 
have started seeing the following exceptions:


  |   javax.jms.JMSException: Could not create a session: 
javax.resource.ResourceException: No ManagedConnections available within 
configured blocking timeout ( 5000 [ms] )

After having a look at some topics on this forum, we found that we will have to 
configure the max-pool-size and the blocking timeout in the jms-ds.xml file. I 
had a few questions regarding this:

1) How expensive is a JMS connection? Can i configure a very high value in the 
max-pool-size without running into any problems, say for example 200? And if 
yes, will the server be capable enough to make available these many JMS 
connections when the server is up?

2) Since jms-ds.xml is a file that will be used by ALL applications on the 
server, is there any other place, where the same setting can be done for our 
specific application, without affecting other applications?


Thank you.


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

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


---
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: deployment of forums in portal 2.2

2006-01-25 Thread susitha
What is the DB should I use and what are the requirements to select the one 
from those four?

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

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


---
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] [News & Announcements] - JBoss Microcontainer release 1.0.2

2006-01-25 Thread [EMAIL PROTECTED]
A bug fix release:

It is currently used in the following ways:
* Embedded EJB3
* Seam
* The POJO/bean deployer included in JBoss-4.0.3
* Soon to be the core of JBoss5

Release Notes: 
http://jira.jboss.com/jira/secure/ReleaseNote.jspa?projectId=12310060&styleName=Html&version=12310464

Downloads: 
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=137237&release_id=388392

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

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


---
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: Managed-Beans -> SLSB

2006-01-25 Thread Neelixx
Just got it.  Thanks.

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

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


---
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] - row-locking per finder

2006-01-25 Thread tokobayashi
When I turned on row-locking, it affects all finder of the entity bean. Does 
Anyone know how to configure row-locking per finder ?
If impossible, this is a feature request for performance/flexibility issue.

JBoss 3.2.7

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

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


---
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: Exception with INOUT-Mode in a document\literal-Webservi

2006-01-25 Thread balrupa
Could you please tell me how you fixed it . 
I have the same problem. I have jboss4.01 SP3, created doc/lit webservices and 
used Sun WSDP -wsimport to generate  java classes. 
Also used wscompile to generate the mapping . 
I'm getting the following error while trying to access  the wsdl file

21:27:11,545 INFO  [AxisServlet] Exception:
java.lang.IllegalArgumentException: Illegal argument passed to 
ParameterDesc.setJavaType.  The java type org.tempuri.person.AddResponse does 
not match the mode inout
at 
org.jboss.axis.description.ParameterDesc.setJavaType(ParameterDesc.java:269)
at 
org.jboss.axis.description.ServiceDesc.syncOperationToClass(ServiceDesc.java:753)
at 
org.jboss.axis.description.ServiceDesc.getSyncedOperationsForName(ServiceDesc.java:1187)
at 
org.jboss.axis.description.ServiceDesc.loadServiceDescByIntrospectionRecursive(ServiceDesc.java:1045)
at 
org.jboss.axis.description.ServiceDesc.loadServiceDescByIntrospection(ServiceDesc.java:972)
at 
org.jboss.axis.providers.java.JavaProvider.initServiceDesc(JavaProvider.java:732)
at 
org.jboss.webservice.server.InvokerProvider.initServiceDesc(InvokerProvider.java:106)
at 
org.jboss.axis.handlers.soap.SOAPService.getInitializedServiceDesc(SOAPService.java:388)
at 
org.jboss.axis.deployment.wsdd.WSDDService.makeNewInstance(WSDDService.java:560)
at 
org.jboss.axis.deployment.wsdd.WSDDDeployableItem.getNewInstance(WSDDDeployableItem.java:322)
at 
org.jboss.axis.deployment.wsdd.WSDDDeployableItem.getInstance(WSDDDeployableItem.java:307)
at 
org.jboss.axis.deployment.wsdd.WSDDDeployment.getService(WSDDDeployment.java:526)
at 
org.jboss.axis.configuration.FileProvider.getService(FileProvider.java:288)
at org.jboss.axis.AxisEngine.getService(AxisEngine.java:253)
at 
org.jboss.webservice.server.ServiceEndpointServlet.doGet(ServiceEndpointServlet.java:58)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
at 
org.jboss.axis.transport.http.AxisServletBase.service(AxisServletBase.java:370)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:595)


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

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


---
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] [JCA/JBoss] - Re: Connection pool problem:No ManagedConnections available

2006-01-25 Thread haribabu_nunna
Hai,
   I can say some solution where in helps u to monitor the no of 
connections getting opened used and closed.

First u go to JMX-console and look for Datasources and click on the link names 
by ur datasource name... Then u can see all the details...

To prevent from getting this exception I ask u to check ur code properly and 
look where ever ur using the database acces make it avaialble thru one class 
and use singleton pattern for it.. 

Thus i solved my problem..

If u need more clarrification plz do let me know.

Thanks & Regards,
Hari Babu Nunna..


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

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


---
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: example of create process instance, please!!

2006-01-25 Thread katador
Hello,

Thanks for your answer.  I've once process definition deployed.  i do with 
eclipse.

and now, i'm trying of create the program for execute, i want do it from a 
bean, and i don't understan how take a definition process because, i found 
three ways:

- using a parsexml... where i pass a string like 
"myprocess.par/processdefinition.xml" , this way, i think works when had the 
definition file in the same package of my class, it's right this?

- getting a list of definition process deployed, with a graph session, but here 
need jbpm.properties in the package, yes??

- or using ProcessDefinition method, what this need a parameter (i don't 
remember now which it's).

before this, it's necesary begin a jbpmsession with the method with the same 
name, and then can use ProcessInstance, at which can receive by parameter a 
ProcessDefinition object).

It's right this steps?? how can i take the process definition what i want exec?
some it'smissing? if you have a example, a lot of persons will be very 
gratefull :D

thanks in advance!!

Katador.

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

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


---
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] - deleted entity passed to persist exception ???

2006-01-25 Thread elkner
Hmmm, is it not allowed to create and persist an entity and later to delete it 
within the same JTA?

What I [need to] do is:
1) read the header of a file and [re]populate/merge in tree nodes
2) read the remaining part of the file and fill the tree nodes with 
content/merge new content
3) finally remove all nodes, which have no children (i.e. no content and 
subnodes) - for max. reduction use deepest first strategy

The SLSB code snippet using 4.0.3SP1 vanilla:
@TransactionAttribute(TransactionAttributeType.REQUIRES_NEW)
  | public Catalog importCatalog(CatalogImportProfile profile, 
  | byte[] data, String clientId) 
  | {
  | if (profile == null || data == null || data.length == 0) {
  | return null;
  | }
  | CatalogImporter ci = new CatalogImporter(em, profile);
  | ci.readAndMerge(data);
  | if (profile.getId() == 0) {
  | em.persist(profile);
  | } else {
  | em.merge(profile);
  | }
  | em.flush();
  | if (profile.isEnabled(Option.G_DELETE_EMPTY)) {
  | Query  q = em.createQuery("SELECT COUNT(*) FROM Article 
a "
  | + "WHERE a.group.id=:gid");
  | List tl = em.createQuery("FROM ProductGroup g "
  | + "WHERE g.parentGroup IS NULL AND 
g.details.catalog.id=:id")
  | .setParameter("id", 
profile.getCatalog().getId())
  | .getResultList();
  | for (int i=tl.size()-1; i >= 0; i--) {
  | if (isEmpty((ProductGroup) tl.get(i), q)) {
  | em.remove(tl.get(i));
  | }
  | }
  | em.flush();
  | }
  | return profile.getCatalog();
  | }
  | 

But with this one I get:
org.hibernate.ObjectDeletedException: deleted entity passed to persist: 
[foo.bar.ProductGroup#]
at 
org.hibernate.event.def.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:90)
at 
org.hibernate.impl.SessionImpl.firePersistOnFlush(SessionImpl.java:610)
at org.hibernate.impl.SessionImpl.persistOnFlush(SessionImpl.java:604)
at 
org.hibernate.engine.CascadingAction$9.cascade(CascadingAction.java:225)
at org.hibernate.engine.Cascade.cascadeToOne(Cascade.java:213)
at org.hibernate.engine.Cascade.cascadeAssociation(Cascade.java:157)
at org.hibernate.engine.Cascade.cascadeProperty(Cascade.java:108)
at org.hibernate.engine.Cascade.cascade(Cascade.java:248)
at 
org.hibernate.event.def.AbstractFlushingEventListener.cascadeOnFlush(AbstractFlushingEventListener.java:130)
at 
org.hibernate.event.def.AbstractFlushingEventListener.prepareEntityFlushes(AbstractFlushingEventListener.java:121)
at 
org.hibernate.event.def.AbstractFlushingEventListener.flushEverythingToExecutions(AbstractFlushingEventListener.java:65)
at 
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:26)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:905)
at 
org.hibernate.ejb.AbstractEntityManagerImpl.flush(AbstractEntityManagerImpl.java:185)
at 
org.jboss.ejb3.entity.InjectedEntityManager.flush(InjectedEntityManager.java:122)
at foo.bar.SLSB.importCatalog(SLSB.java:191)
...
where SLSB.java:191 is the second em.flush();

So is it a hibernate bug? At least in the specs I could not find, that it is 
forbidden to persist and delete the same entity withing the same JTA ...

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

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


---
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 on Tomcat

2006-01-25 Thread [EMAIL PROTECTED]
Do all the examples work on Tomcat? (jBPM?)

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

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


---
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: example of create process instance, please!!

2006-01-25 Thread enazareno
Hi,

Before you can create a process instance, you need to have a process 
definition deployed. So I think, the first step that you need to do is deploy a 
process defintion correctly. Once you have the process defintion deployed, you 
can already start creating process instances for that. To track a process 
instance you need to keep hold of the process instance id so you will be able 
to retrieve it if you may need to re-signal it. 

Regards,

Elmo

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

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


---
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: Nightly builds

2006-01-25 Thread mutpup
Are Roles implemented in the nightly? I am running jboss-seam-CVS20060123 and 
it doesn't appear to be there...

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

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


---
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: process instance persistence and reexecution

2006-01-25 Thread enazareno
Hi Raj,

 When you say stand-alone, are you referring to swing applications? If so, 
I suggest you can write a generic singleton class that acts as a delegate for 
the jbpm. The methods for this class is really quite simple, and minimalistic 
probably only a createProcessInstance method or a signalProcess method, etc. 
Example call from an application:

   
  |  Workflow.getInstance().signalProcess( processid, map );
  |

  The Workflow wraps the jbpm and the signalProcess is the only location 
where the process execution is saved, not in the transitions. This is the main 
context for your begin and end/commit transactions. The map represents probably 
variables that you may need to introduce when signalling the process. Anyway, 
this is just an example but this is how I developed my session beans.

For katador:
Jbpm does not rely on J2ee or servlets or other containers. It just 
probably relies only on hibernate for persistence strategy. With a little 
creativity, you can do pretty much what you want. If you're interested with web 
services or the like, maybe you can also check out their BPEL extension. I have 
not yet gone into that so I can't give you much insight on that.

Regards

Elmo   

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

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


---
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: Method not found: isConversationTimeout

2006-01-25 Thread [EMAIL PROTECTED]
It looks like it has been changed back:
  | 
org.jboss.seam.core.manager.conversationTimeout
  | 12
  | 

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

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


---
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] - JBossNS and RMI issues on multi-homed servers

2006-01-25 Thread odigokid
Hi,

I have a two node cluster setup (ACTIVE/STANDBY) -- JBoss Application is not 
clustered.  These two machines have 3 networks.  I am doing some 
synchronization of information using remote method calls between the two 
machines.

The network hostnames are as follows

sdp1
sdp1_cross
sdp1_admin
sdp2
sdp2_cross
sdp2_admin

I have setup the JNDI on both machines to listen to all interfaces, and when I 
perform lookups, I am building the URL using the cross links (e.g. 
jnp://sdp1_cross:1099)

Now the strange thing is that if I disable the sdp1 network, then I try to 
synchronize data from sdp2_cross to sdp1_cross the lookup just hangs/fails  
(This is also seen in twiddle)  

A rmi.ConnectIOException is eventually thrown

Has anyone seen strange behavior with JBossNS for remote lookups on multihomed 
servers.   Or does anybody know how to resolve this issue.


If necessary I can post exceptions and code snippets.  I just wanted to see if 
I would get any replies on the topic before putting all the code on the post.


Thanks in advance

Corey

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

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


---
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] - Example application demonstrating configuration for 100% of

2006-01-25 Thread [EMAIL PROTECTED]
Would it be possible for you guys to create an example that includes the 
ability to use all of Seam's capabilities.  I don't mean one that has examples 
within it that can do everything  but rather one demonstrating the correct way 
to configure a project so it can do everything.

It sounds like a lot of people are have difficulty configuring their 
applications even though there are a handful of examples.  I think where we get 
lost is trying to figure out how best to put those examples together.  I think 
the DVD app comes close, but it seems to be setup differently than the other 
examples and is quite complicated to learn from.

I know it would sure help me out if that were possible.

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

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


---
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: Error when building from source

2006-01-25 Thread scurd
I found the problem myself. To do the build from source, you need to add 
junit.jar to Ant's lib directory. Go to ANT_HOME/lib and copy junit.jar to it. 
Hope someone else finds this information useful.

I think the reason it has to be there is because the CactusTask extends an 
AntTask and in order for Ant to compile a new task, it uses its own classpath 
to do so. That is why defining the location of junit.jar in the build.xml did 
not help. That's my best guess anyway.

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

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


---
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 Newbie Problem

2006-01-25 Thread [EMAIL PROTECTED]
Do a internet search for WinCVS.
Install it.
Start it up.
Press cntrl + L
Copy and paste the cvs location string into the text window and press OK.
You can find it here: 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917624#3917624

It will download it automatically.
Then browse to the location the project was copied to on your computer.
Select the build folder (or whichever folder has the build.bat file in it) and 
double click build.bat
It will download what it needs off the internet and then compile itself.

Then copy/paste the generated folder to the location you want JBoss in.

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

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


---
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] - Why do I see java.sql.SQLException: Table 'JMS_MESSAGES' alr

2006-01-25 Thread padumane
Hi,

Can someone tell me why am I see this exception during JBoss startup? I am 
running JBOSS 4.0.2 default configuration. Here is the exception from the log 
file.


Thanks in advance.


2006-01-25 06:21:05,317 DEBUG [org.jboss.system.ServiceController] starting 
service jboss.ejb:persistencePolicy=d
atabase,service=EJBTimerService
2006-01-25 06:21:05,317 DEBUG [org.jboss.ejb.txtimer.DatabasePersistencePolicy] 
Starting jboss.ejb:persistencePol
icy=database,service=EJBTimerService
2006-01-25 06:21:05,360 DEBUG 
[org.jboss.resource.connectionmanager.IdleRemover] internalRegisterPool: 
registerin
g pool with interval 90 old interval: 9223372036854775807
2006-01-25 06:21:05,360 DEBUG 
[org.jboss.resource.connectionmanager.IdleRemover] internalRegisterPool: about 
to n
otify thread: old next: 1138199315360, new next: 1138199315360
2006-01-25 06:21:05,360 DEBUG 
[org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying 
pools
, interval: 45
2006-01-25 06:21:05,361 DEBUG 
[org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory] Using 
propert
ies: {user=jboss, password=--hidden--}
2006-01-25 06:21:05,361 DEBUG 
[org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory] Checking 
driv
er for URL: jdbc:mysql://localhost:3306/jboss
2006-01-25 06:21:05,362 DEBUG 
[org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory] Driver 
not ye
t registered for url: jdbc:mysql://localhost:3306/jboss
2006-01-25 06:21:05,378 DEBUG 
[org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory] Driver 
alread
y registered for url: jdbc:mysql://localhost:3306/jboss
2006-01-25 06:21:05,759 DEBUG [org.jboss.ejb.txtimer.DatabasePersistencePolicy] 
Found 0 timer(s)
2006-01-25 06:21:05,769 DEBUG [org.jboss.ejb.txtimer.DatabasePersistencePolicy] 
Started jboss.ejb:persistencePoli
cy=database,service=EJBTimerService
2006-01-25 06:21:05,769 DEBUG [org.jboss.system.ServiceController] Starting 
dependent components for: jboss.ejb:p
ersistencePolicy=database,service=EJBTimerService dependent components: []
2006-01-25 06:21:05,769 DEBUG [org.jboss.system.ServiceController] starting 
service jboss:service=KeyGeneratorFac
tory,type=HiLo
2006-01-25 06:21:05,769 DEBUG 
[org.jboss.ejb.plugins.keygenerator.hilo.HiLoKeyGeneratorFactory] Starting 
jboss:se
rvice=KeyGeneratorFactory,type=HiLo
2006-01-25 06:21:05,774 DEBUG 
[org.jboss.ejb.plugins.keygenerator.hilo.HiLoKeyGeneratorFactory] Executing 
DDL: dr
op table HILOSEQUENCES
2006-01-25 06:21:05,777 DEBUG 
[org.jboss.ejb.plugins.keygenerator.hilo.HiLoKeyGeneratorFactory] Executing 
DDL: cr
eate table HILOSEQUENCES (
   SEQUENCENAME varchar(50) not null,
   HIGHVALUES integer not null,
   constraint hilo_pk primary key (SEQUENCENAME)
)
2006-01-25 06:21:05,779 DEBUG 
[org.jboss.ejb.plugins.keygenerator.hilo.HiLoKeyGeneratorFactory] Executing 
SQL: se
lect * from HILOSEQUENCES where SEQUENCENAME='general'
2006-01-25 06:21:05,780 DEBUG 
[org.jboss.ejb.plugins.keygenerator.hilo.HiLoKeyGeneratorFactory] Executing 
SQL: in
sert into HILOSEQUENCES(SEQUENCENAME, HIGHVALUES) values ('general', 0)
2006-01-25 06:21:05,781 DEBUG 
[org.jboss.ejb.plugins.keygenerator.hilo.HiLoKeyGeneratorFactory] Started 
jboss:ser
vice=KeyGeneratorFactory,type=HiLo
2006-01-25 06:21:05,781 DEBUG [org.jboss.system.ServiceController] Starting 
dependent components for: jboss:servi
ce=KeyGeneratorFactory,type=HiLo dependent components: []
2006-01-25 06:21:05,781 DEBUG [org.jboss.system.ServiceController] starting 
service jboss.mq:service=StateManager
2006-01-25 06:21:05,781 DEBUG [org.jboss.mq.sm.jdbc.JDBCStateManager] Starting 
jboss.mq:service=StateManager
2006-01-25 06:21:05,966 DEBUG [org.jboss.mq.sm.jdbc.JDBCStateManager] Started 
jboss.mq:service=StateManager
2006-01-25 06:21:05,966 DEBUG [org.jboss.system.ServiceController] Starting 
dependent components for: jboss.mq:se
rvice=StateManager dependent components: [ObjectName: 
jboss.mq:service=DestinationManager
  State: CREATED
  I Depend On:
jboss.mq:service=MessageCache
jboss.mq:service=PersistenceManager
jboss.mq:service=StateManager
  Depends On Me:
jboss.mq.destination:name=testTopic,service=Topic
jboss.mq.destination:name=securedTopic,service=Topic
jboss.mq.destination:name=testDurableTopic,service=Topic
jboss.mq.destination:name=testQueue,service=Queue
jboss.mq.destination:name=A,service=Queue
jboss.mq.destination:name=B,service=Queue
jboss.mq.destination:name=C,service=Queue
jboss.mq.destination:name=D,service=Queue
jboss.mq.destination:name=ex,service=Queue
jboss.mq:service=SecurityManager
jboss.mq.destination:name=DLQ,service=Queue
]
2006-01-25 06:21:05,966 DEBUG [org.jboss.system.ServiceController] starting 
service jboss.mq:service=DestinationM
anager
2006-01-25 06:21:05,966 DEBUG [org.jboss.system.ServiceController] waiting in 
start jboss.mq:service=DestinationM
anager on jboss.mq:service=PersistenceMan

[JBoss-user] [JBoss jBPM] - jBPM does not work in JBoss

2006-01-25 Thread darojasp
Hi, I'm using jBPM 3.0.1 in order to use it for users logging and permission 
management. Anyway it works so good when I use it outside JBoss (in JUnit 
tests) but when I deploy my aplication and I call the 
identitySession.loadUser(long) method, it causes an ClassCastException.

I'm using JBoss 4.0.3 and this is the error I get:

java.lang.ClassCastException: org.jbpm.identity.User$$EnhancerByCGLIB$$b1a7ab17
at 
org.hibernate.proxy.CGLIBLazyInitializer.getProxy(CGLIBLazyInitializer.java:104)
at 
org.hibernate.proxy.CGLIBProxyFactory.getProxy(CGLIBProxyFactory.java:47)
at 
org.hibernate.tuple.AbstractEntityTuplizer.createProxy(AbstractEntityTuplizer.java:372)
at 
org.hibernate.persister.entity.AbstractEntityPersister.createProxy(AbstractEntityPersister.java:3121)
at 
org.hibernate.event.def.DefaultLoadEventListener.createProxyIfNecessary(DefaultLoadEventListener.java:232)
at 
org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:173)
at 
org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:87)
at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:869)
at org.hibernate.impl.SessionImpl.load(SessionImpl.java:788)
at org.hibernate.impl.SessionImpl.load(SessionImpl.java:781)
at 
org.jbpm.identity.hibernate.IdentitySession.loadUser(IdentitySession.java:132)
at 
net.edesa.r166.service.SecurityService.getUser_aroundBody2(SecurityService.java:60)
at 
net.edesa.r166.service.SecurityService.getUser_aroundBody3$advice(SecurityService.java:123)
at net.edesa.r166.service.SecurityService.getUser(SecurityService.java)
at net.edesa.r166.tapestry.pages.Login.attemptLogin(Login.java:101)
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.apache.tapestry.listener.ListenerMap.invokeTargetMethod(ListenerMap.java:257)
at 
org.apache.tapestry.listener.ListenerMap.access$100(ListenerMap.java:46)
at 
org.apache.tapestry.listener.ListenerMap$SyntheticListener.invoke(ListenerMap.java:97)
at 
org.apache.tapestry.listener.ListenerMap$SyntheticListener.actionTriggered(ListenerMap.java:102)
at org.apache.tapestry.form.Form.renderComponent(Form.java:423)
at 
org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:857)
at org.apache.tapestry.form.Form.rewind(Form.java:568)
at 
org.apache.tapestry.engine.RequestCycle.rewindForm(RequestCycle.java:432)
at org.apache.tapestry.form.Form.trigger(Form.java:582)
at 
org.apache.tapestry.engine.DirectService.service(DirectService.java:169)
at 
org.apache.tapestry.engine.AbstractEngine.service(AbstractEngine.java:889)
at 
org.apache.tapestry.ApplicationServlet.doService(ApplicationServlet.java:198)
at 
org.apache.tapestry.ApplicationServlet.doPost(ApplicationServlet.java:327)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
at 
org.jboss.web.tomcat.tc5.session.ClusteredSessionValve.invoke(ClusteredSessionValve.java:81)
at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHan

[JBoss-user] [JBossWS] - Re: OperationDesc for a method was not synchronized to a met

2006-01-25 Thread tpallavi
If you have two String parameters, you can create a wrapper class(say 
StringWrap) whose attributes are these two String objects and then just pass an 
object of StringWrap as the parameter to your method. This is the only way that 
I could make my code work and it is what I mean by wrapper classes.

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

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


---
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: OperationDesc for a method was not synchronized to a met

2006-01-25 Thread luan
Thanks for your info.
I tried another one with 2 String parameters, did not work either. 
By the way, do you know how to generate wrapped vs non-wrapped wsdl using jwsdp?
I checked the wscompile help, there is a unwrap feature, the default is 
disabled. But the generated wsdl in both cases have attibute name in the 
complexType.
Luan

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

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


---
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-25 Thread katador
Hi!

Can you post and explain how create the process instances please!!! :D

i've really really gratefull :D

thanks in advance.

ktdr.

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

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


---
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: JBoss shutting down the Informix Database Engine

2006-01-25 Thread conkan
when you saw this '-C' below I really meant CTRL-C. (I put the '<' and the '>' 
around 'CTRL'.

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

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


---
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: Value objects

2006-01-25 Thread mooktarus
You should pay more attention to the error message - Customer is an interface, 
not an entity bean. 

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

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


---
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] - having a problem with the deploy.service.archive task

2006-01-25 Thread amalycky
I am trying (with a teethgrinding lack of success) to get a new jBPM SAR 
deployed on my local jboss instance

- downloaded the 3.0.2 quickstart bundle

- So if I understand the architecture correctly I have a SAR deployed (with the 
core jBPM lib) and a jBPM webapp that will use the SAR when using the jbpm 
session to create process instances, etc.
 
- I want to use Oracle, used the jBPM-db tools to generate the DDL scripts, 
they run fine manually, test scripts executed fine, tables are now there

- executed "build.service.archive" after changing the properties to the Oracle 
equivalents in jbpm\src\config.files\hibernate.cfg.xml (commented out the 
HyperDB stuff)

- the generated jbpm\build\jbpm.sar.dir\jbpm.sar.cfg.jar now contains the 
hibernate cfg as well, and jbpm.hibernate.cfg.xml in the same archive has the 
oracle stuff too

try to deploy using "deploy.service.archive", get an error saying the mbean 
already exists, run "undeploy.service.archive", undeployresult.html claims 
success, but will still not let me do the deploy (same reason)

15:49:19,898 ERROR [MainDeployer] Could not create deployment: file:/C:/jboss/jb
pm/build/jbpm.sar
org.jboss.deployment.DeploymentException: Trying to install an already registere
d mbean: jboss.jbpm:name=DefaultJbpm,service=JbpmService
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:70)
at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigura
tor.java:431)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java
:153)
at org.jboss.system.ServiceController.install(ServiceController.java:215
)
at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.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:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy4.install(Unknown Source)
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:232)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:935)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:789)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:753)
at org.jboss.deployment.MainDeployer.redeploy(MainDeployer.java:544)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
or.java:118)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.java:127)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.jmx.adaptor.control.Server.invokeOpByName(Server.java:243)
at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.invokeOpByName(HtmlAdap
torServlet.java:272)
at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.processRequest(HtmlAdap
torServlet.java:87)
at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.doGet(HtmlAdaptorServle
t.java:62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFi
lter.java:81)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:17

[JBoss-user] [JBoss Portal] - Re: JBoss shutting down the Informix Database Engine

2006-01-25 Thread conkan
Keep in mind that this does not seem like this is a portal question, but rather 
a JBoss AS question.

Anyway, in regard to your question, did you try the shutdown script OR doing a 
-C before trying the 'kill' commands? (Keep in mind that the scripts are kept 
in the 'bin' directory.

Next time, post your JBoss AS server questions in the JBoss AS forum.

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

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


---
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: OperationDesc for a method was not synchronized to a met

2006-01-25 Thread luan
Having problem sending the wsdl contents, it has name="processNPCMsg" attribute 
in complexType.

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

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


---
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: OperationDesc for a method was not synchronized to a met

2006-01-25 Thread luan

 

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

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


---
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: OperationDesc for a method was not synchronized to a met

2006-01-25 Thread luan


  
  
  
  

  
  
  

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

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


---
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: OperationDesc for a method was not synchronized to a met

2006-01-25 Thread luan
Sorry the last part did not get sent:


  
  
  
  

  
  
  

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

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


---
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: OperationDesc for a method was not synchronized to a met

2006-01-25 Thread luan
Attached is the schema part of the wsdl, is this a non-wrapped style? (I read 
somewhere wrapped style complex type does not have attribute, but this one has):

  
 
  

  
  
  
  

  
  
  
  

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

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


---
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] - ConnectionManager is not releasing connections properly.

2006-01-25 Thread bulloncito
Hello, I've been working with EJB3 for a couple of months and everything worked 
fine, 'till one day the following exception came up:


  | 2006-01-25 14:00:08,826 DEBUG 
[org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying 
pools, interval: 3
  | 2006-01-25 14:00:15,169 WARN  [org.hibernate.jdbc.ConnectionManager] 
unclosed connection, forgot to call close() on your session?
  | 2006-01-25 14:00:15,190 DEBUG [org.hibernate.impl.SessionImpl] opened 
session at timestamp: 4662145905418240
  | 2006-01-25 14:00:15,190 DEBUG [org.hibernate.impl.SessionImpl] find: from 
Actividad s
  | 2006-01-25 14:00:38,836 DEBUG 
[org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying 
pools, interval: 3
  | 2006-01-25 14:00:38,836 DEBUG 
[org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory] Using 
properties: {user=udgvirtual, password=--hidden--}
  | 2006-01-25 14:00:38,842 DEBUG 
[org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory] Using 
properties: {user=udgvirtual, password=--hidden--}
  | 2006-01-25 14:00:45,196 WARN  [org.hibernate.util.JDBCExceptionReporter] 
SQL Error: 0, SQLState: null
  | 2006-01-25 14:00:45,196 ERROR [org.hibernate.util.JDBCExceptionReporter] No 
ManagedConnections available within configured blocking timeout ( 3 [ms] ); 
- nested throwable: (javax.resource.ResourceException: No ManagedConnections 
available within configured blocking timeout ( 3 [ms] ))
  | 2006-01-25 14:00:45,196 DEBUG [org.hibernate.impl.SessionImpl] after 
transaction completion
  | 2006-01-25 14:00:45,197 ERROR 
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/mypage].[jsp]]
 Servlet.service() for servlet jsp threw exception
  | org.hibernate.exception.GenericJDBCException: Cannot open connection
  | at 
org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:91)
  | at 
org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:79)
  | at 
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
  | at 
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29)
  | at 
org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:307)
  | at 
org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:109)
  | at 
org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:105)
  | at 
org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1561)
  | at org.hibernate.loader.Loader.doQuery(Loader.java:661)
  | at 
org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:223)
  | at org.hibernate.loader.Loader.doList(Loader.java:2147)
  | at 
org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2026)
  | at org.hibernate.loader.Loader.list(Loader.java:2021)
  | at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:369)
  | at 
org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:298)
  | at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1020)
  | at org.hibernate.impl.QueryImpl.list(QueryImpl.java:74)
  | at org.hibernate.ejb.QueryImpl.getResultList(QueryImpl.java:38)
  | ... more
  | Caused by: org.jboss.util.NestedSQLException: No ManagedConnections 
available within configured blocking timeout ( 3 [ms] ); - nested 
throwable: (javax.resource.ResourceException: No ManagedConnections available 
within configured blocking timeout ( 3 [ms] ))
  | at 
org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:79)
  | at 
org.hibernate.connection.DatasourceConnectionProvider.getConnection(DatasourceConnectionProvider.java:69)
  | at 
org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:304)
  | ... 41 more
  | Caused by: javax.resource.ResourceException: No ManagedConnections 
available within configured blocking timeout ( 3 [ms] )
  | at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:246)
  | at 
org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:529)
  | at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:410)
  | at 
org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:342)
  | at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:462)
  | at 
org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:894)
  | at 
org.jboss.resource.adap

[JBoss-user] [JBoss Getting Started Documentation] - Help setting up HSQL database...

2006-01-25 Thread dredley
I've followed the instructions on the Duke's Bank Application to the point of 
assembling the EAR file.

I'm a bit confused on how to set up the HSQL.  I've downloaded the latest 
version, HSQLDB 1.8.0. -- and honestly don't know what I need to do with it 
all.  

I'm using JBoss-4.0.2.

Any help would be great!

-Deb

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

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


---
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] - EJB3 Entities with CMRs Returned via JAX-RPC

2006-01-25 Thread CBax007
I've hit a little bit of a roadblock dealing with an EJB3 persistent Entity 
that is also returned via an operation on one of my JAX-RPC Service endpoints.  
The problem is this; the class being returned has a CMR to another EJB3 Entity. 
 Let's say the model looks like this:

Invoice <>---> LineItem   (Invoice has a Collection of LineItems)

In order to set this CMR up, you have to use a java.util.Collection.  The 
problem here is that when I run wscompile, it (wscompile) notices that it needs 
to return Invoice from one of my Service Endpoints and complains that one of 
it's (Invoice's) properties is a Collection.

So, it's looking like I can have only one or the other here.  I can either stop 
using the explicit CMR to or I can stop returning that object via my endpoint.  
Neither one of those solutions are very palatable.  I'm sure that I could just 
code a JAX-RPC compliant version (DTO like) of Invoice, but that seems a waste. 
 Is there a solution out there to this problem that I'm missing?

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

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


---
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: OperationDesc for a method was not synchronized to a met

2006-01-25 Thread tpallavi
Basically under document literal style and using Jboss 4.0.2, more than one 
argument cannot be supported. If you put a wrapper class around the multiple 
arguments and only pass the one wrapper type as the argument, this way multiple 
arguments are served. This occurs only in Jboss 4.0.2.

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

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


---
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 Newbie Problem

2006-01-25 Thread mutpup
eh...I just looked into the roles yeah that is a much better fit.

Guess I'm going to learn how hard it is to build jboss outta the CVS. I will 
acutally be out of touch with all of this till Monday.

Should I wait, or what is the ETA for the RC of 4.0.4? Will it work with the 
CVS ver of seam?

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

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


---
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] - JBoss has problem with stub generated from wscompile

2006-01-25 Thread Ki9r9
I am running have a web serivce client running on JBoss 4.0.2.  The wsdl is 
pretty big so I won't include in this post.  Basically, there is a method in 
web service server for checking if the service is well or not.  This method 
returns a boolean.
public boolean isAlive()
I used Sun's wscompile to generate the stub classes from the wsdl.  One of the 
stub classes is the response class, IsAliveResponse.java.  This is the 
generated stub class:
public class IsAliveResponse {
  | protected boolean isAliveReturn;
  | 
  | public IsAliveResponse() {
  | }
  | 
  | public IsAliveResponse(boolean isAliveReturn) {
  | this.isAliveReturn = isAliveReturn;
  | }
  | 
  | public boolean isIsAliveReturn() {
  | return isAliveReturn;
  | }
  | 
  | public void setIsAliveReturn(boolean isAliveReturn) {
  | this.isAliveReturn = isAliveReturn;
  | }
  | }
  | 

I was getting a SAXException for bad types whenever the server responded to the 
isAlive request.  I traced into JBoss' Axis sources and found that JBoss' Axis 
was looking for a getter as it was trying to determined if the boolean result 
is convertable into the IsAliveResponse.   As you can see, this generated class 
does not have a getter.  I also have a standalone client that uses Sun's jaxrpc 
jars.  The stand-alone client did not have any problem with the generated stub 
class or with associating the result to the stub class.  Is this a bug in 
JBoss' Axis with boolean result type?  Or is it an added feature in Suns' code 
to recognize the is() as a getter?  Is there a work around other than 
adding a getter method to the generated stub classes?

/CT

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

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


---
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 Newbie Problem

2006-01-25 Thread mutpup
So I would need a seperate bean to provide access to the entity bean?

Also I think part of my problem is the whole Scope and Stateful/Stateless isn't 
really gel'd in my mind. Can someone point me in the direction of a page that 
explains it well?

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

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


---
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: OperationDesc for a method was not synchronized to a met

2006-01-25 Thread luan
I also got the error with 3 parameters in document/literal SOAP operation, two 
are String, another is a Byte array. If use rpc/literal, wsdl can be accessed 
successfully.
Is Byte[] array supported as a parameter? Somewhere I read that array is not 
serializable, do the parameters need to be serializable?
Thanks for your help,
Luan

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

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


---
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] - Re: Can the Scheduler call code in a EAR?

2006-01-25 Thread jelevy01
Dan,

Last question, are you using a Schedulable class or Schedulable Mbean?

Thanks.

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

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


---
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] [Management, JMX/JBoss] - Re: Consistency in JMX naming

2006-01-25 Thread [EMAIL PROTECTED]
Regarding jsr77 names, although it is now clearer how to identify the jsr77 
root domains, I think we could consider leaving inside the 
'jboss.management.local' domain only the jsr77 generated mbeans, and take 
outside the 2 "manager" services. So

  | jboss.management.local:j2eeType=J2EEDomain,name=Manager 
  | jboss.management.local:name=DefaultManager,type=JSR88DeploymentManager 
  | 
Could be:

  | jboss.management:service=JSR77DomainManager
  | jboss.management:service=JSR88DeploymentManager
  | 
I don't think there are other services referencing the 2 manager mbeans?

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

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


---
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] - example of create process instance, please!!

2006-01-25 Thread katador
Hello,

I found for all web and can't find one example of how create a process 
instance, how i do??? i found here a piece of code but this doesn't work.

Please any charitable soul can post any code please...??? on documentation 
doesn't have usefull examples.

thanks in advance.

ktdr

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

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


---
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 component as converter with EntityManager/Persisten

2006-01-25 Thread js8523
Hi All 

added note with performing conversion in this manner. Myfaces uses the equals 
comparator of the converted object to validate that it is the same as the 
original field value, as the converted value is a new object fetched from the 
database, this allways fails, and produces a validation error. 

So make sure that any object you use in this manner has a user defined equals 
comparator. 

Thanks, 

James

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

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


---
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 Getting Started Documentation] - Re: please help : error building jboss-build.xml

2006-01-25 Thread dredley
I'm all set.

The missing piece was the Sun J2EE 1.4 Tutorial which is the "j2eetutorial14" 
folder.

I unzipped that file and combined it with the jbossj2ee-src.zip files and I've 
got my directory built correctly.

Compiled with no errors.

Thanks!

-Deb

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

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


---
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] - Re: Can't get workaround for JBAS-2324 to work

2006-01-25 Thread [EMAIL PROTECTED]
The fix for JBAS-2324 was not correct. It should be fixed in for the future 
releases (4.0.4RC):

http://jira.jboss.com/jira/browse/JBAS-2679

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

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


---
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 Eclipse IDE, Eclipse 3.1 and upcoming WTP versions

2006-01-25 Thread js8523
Hi 

You need to have Jboss IDE 1.5, the wtp-1.0.zip (including jst), make sure that 
you GEF and all the other pre-requisistes of wtp, then run eclipse.exe -clean. 

It does not work by just adding Dali to the JBoss IDE 1.5 becuase I don't 
believe they include all the required libraries in there download. 

Hope this helps, 

James 

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

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


---
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] - DVDStore logout exception

2006-01-25 Thread zoltan
Hi,

after I started the 'shopping' pageflow (by searching) and tried to logout,
 I got the following exception:

2006-01-25 21:28:26,618 ERROR 
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/dvd].[Faces 
Servlet]] Servlet.service() for servlet Faces Servlet threw exception
org.jbpm.JbpmException: couldn't signal without specifying  a leaving 
transition : transition is null
at org.jbpm.graph.exe.Token.signal(Token.java:161)
at org.jbpm.graph.exe.Token.signal(Token.java:143)
at org.jbpm.graph.exe.ProcessInstance.signal(ProcessInstance.java:248)
at org.jboss.seam.core.Pageflow.navigate(Pageflow.java:121)
at 
org.jboss.seam.jsf.SeamNavigationHandler.handleNavigation(SeamNavigationHandler.java:25)
at 
org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:84)
at javax.faces.component.UICommand.broadcast(UICommand.java:106)
at 
javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:90)
at 
javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:164)
at 
org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:316)
at 
org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:106)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.jboss.seam.servlet.SeamRedirectFilter.doFilter(SeamRedirectFilter.java:23)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:44)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:54)
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:173)
at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:868)
at 
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:663)
at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:595)

I understand, that the problem is that 'done' page is not defined in the 
pageflow-definiton file, but I don't know how to avoid this problem.

Regards,
Zoltan

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

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


---
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: how to change language?

2006-01-25 Thread [EMAIL PROTECTED]
when you login, you use the UserPortlet and edit it in your profile.

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

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


---
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] - Re: Error deploying two webapps containing the same EJB

2006-01-25 Thread flarosa
On closer inspection, it appears to be the data source names that are colliding 
rather than the EJB itself.

Because the EJB asks for a particular data source by name, both projects have a 
data source with that name, although they point to different databases.

The way I deploy my datasources XML file is by including it in a .SAR directory 
within the .EAR directory - I'm not completely sure what a .SAR is, but someone 
showed me how to do it this way years ago. Perhaps it's not the best way.

Frank

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

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


---
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: Again, a prob with the admin panel

2006-01-25 Thread fredth
A what ?? If you explain and I have to do it, I will but I don't know what it 
is.

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

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


---
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 Getting Started Documentation] - Re: please help : error building jboss-build.xml

2006-01-25 Thread dredley
I'm sorry but could you clarify this for me.  I am having the same 20 error 
issue.

I have downloaded the jbossj2ee-src.zip file and the startguide40.zip.

I created the j2eetutorial14 directory and unzipped the jbossj2ee-src.zip file 
into it.  I'm not sure what "adding to the existing tutorial files" mean?

I guess I'm not sure where should I be unzipping the zip file to?  And where 
does this j2eetutorial14 directory belong?

Thanks for your help.

-Deb

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

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


---
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 Portlet URL

2006-01-25 Thread sandeeppujar
Hello,

I want to piggy back my question with this thread as I have a similar question.

Question : Is there a way we can pass request parameters to all the portlets on 
a page.

example:
http://mywebsite.com/portal/mypage?myparam=somaValue.

Is it possible to write such URLs so that all the portlets on "mypage" get the 
param value.

 I tried to dig up some solutions but I got only one answer which talked about 
sending params to a particular portlet. 
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=63339&start=0&postdays=postDays&postorder=postOrder&highlight=highlight


Thanks,
Sandeep

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

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


---
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] - Error deploying two webapps containing the same EJB

2006-01-25 Thread flarosa
Hi,

I have two separate webapps that use the same EJB. The EJB jar file is packaged 
and deployed with each app as part of its EAR.

If I deploy the applications separately to different servers they work fine, 
but if I try to deploy them to the same server I get an exception:

org.jboss.deployment.DeploymentException: Trying to install an already 
registered mbean

I am suprised by this because I was under the impression that everything 
associated with an EAR is supposed to be isolated from other EARs, even as far 
as using different classloaders.

I realize that I could deploy the EJB separately from the two applications but 
this is not what I'd prefer. The applications are otherwise unrelated to one 
another and I want them to be self-contained so that someone else can decide 
where to deploy them without worrying about an external dependency. I also want 
it to be possible for one to be using a different version of the EJB without 
impacting the other.

Is this a common problem, and if so, how should I deal with it?

Thanks.

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

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


---
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] - Re: Deploying xPetStore with a driver other than Hypersonic

2006-01-25 Thread yukunzhao
Sorry about the bad format of the xml file. Repost:


  | 
  | 
  | 
  | xpetstoreds
  | 
  | 
jdbc:unisys:dmsql:Unisys.DMSII:resource=xpetstoreds;
  | 
  | 
com.unisys.jdbc.dmsql.Driver
  | 
  | java
  | 
  | java
  | 
  | 5
  | 
  | 20
  | 
  | true
  | 
  | 0
  | 
  | 

  | 
  | jboss:service=PetStoreDS
  | 
  | 
  | 
  |  
  | 
  | 
  | 
  | 1701
  | 
  | false
  | 
  | xpetstoreDS
  | 
  | true
  | 
  | true
  | 
  | 
  | 
  |  
  | 
  | 

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

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


---
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] - Re: ArrayDescriptor creation throws ClassCastException in JB

2006-01-25 Thread rokendo
Hi,

I've come across the same issue when trying to create a Oracle User Defined 
Array via the ArrayDescriptor. The issue is that the Connection object returned 
by Jboss is a WrappedConnection.  

One possible way to resolve the issue is by doing something like the following:
WrappedConnection.getUnderlyingConnection() . This will require importing 
(include jboss-common-jdbc-wrapper.jar with WrappedConnection class).

A better way, which I'm looking for, is to somehow configure jboss to give me 
an OracleConnectionPool directly like it does in tomcat by configuring the 
server.xml like so:

Tomcat 5.5

name="jdbc/my_jndi_name" auth="Container" 
type="oracle.jdbc.pool.OracleDataSource" 
factory="oracle.jdbc.pool.OracleDataSourceFactory"
maxActive="20" maxIdle="10" maxWait="1"
driverClassName="oracle.jdbc.driver.OracleDriver"
url="jdbc:oracle:thin:@my_db_url:1521:my_db" user="user" password="pw" 
connectionCachingEnabled="true"

Does anybody know how to configure Jboss to expliclty return an 
OracleDataSource? I've looked over all the jboss documentation and don't see 
any attribute to do something similar to the fix above for Tomcat?

Thanks in advance,


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

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


---
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/Spring Integration] - Re: Modifying *.ds.xml in JBoss produces null ManagedConnect

2006-01-25 Thread alesj
I don't think Spring is an issue here.
You could do that with plain JNDI stuff.

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

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


---
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/Spring Integration] - Re: Modifying *.ds.xml in JBoss produces null ManagedConnect

2006-01-25 Thread nivek
Boy that sure wasn't the responce I was hoping to get. I can already see 
Adrian's post in the JCA forum reading "This isn't a %^$# JBoss issue, it's a 
Spring issue". 

What are your thoughts of possibly using a ConnectionFactory proxy to 
interogate the factory and reinitialize it if lost?

I'm about to say screw it all and just use DBCP and not JBoss connection 
pooling. :(



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

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


---
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] - Deploying xPetStore with a driver other than Hypersonic

2006-01-25 Thread yukunzhao
I am trying to deploy and run xPetstore with JBOSS using a driver called DMSQL. 
I was able to run this successfully using Hypersonic database and driver. When 
I try DMSQL, the datasource xml file of petstore is:



xpetstoreds

jdbc:unisys:dmsql:Unisys.DMSII:resource=xpetstoreds;
com.unisys.jdbc.dmsql.Driver
java
java
5
20
true
0

jboss:service=PetStoreDS



1701
false
xpetstoreDS
true
true




I don't expect there would be something like org.jboss.jdbc.DMSQL. Then how 
should I edit the mbean code part? I got a ?javax.ejb.EJBException: Could not 
instantiate bean? exception if I remove this mbean part or just use the 
hypersonic definition.

Please help me in this! Thank you!


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

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


---
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: First-time

2006-01-25 Thread lappi_79
Hi,

One quick question, (when jbpm is used withn a web app) are the pars deployed 
to the jbpm, build new jbpm.jar and that jar is used in the web app.
Or is it deployed in the web app itself (should the build script for the web 
app be changed to accomodate new process archives)?
Sorry if this sounds very obvious.

Thanks,
Lavanya

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

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


---
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/Spring Integration] - Re: Modifying *.ds.xml in JBoss produces null ManagedConnect

2006-01-25 Thread alesj
Hmm .. I believe something similar happened to me also.
Couldn't quite figure it out why this is happening. But I must say I didn't 
look too hard.

But this is more of "JBoss.com -> JBoss User -> JCA/JBoss" topic.

One would think that when pulling out object from JNDI should have dealt with 
this.
Is the JOFB caching it?

If you get some positive reply, please let me know.

Sorry couldn't be more helpful.


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

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


---
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] - how to change ${jboss.bind.address}

2006-01-25 Thread ryo1986
Hi,

how can i change this value.

I have a VPN that block the connection to jboss.
The jndi request work but the Corba answer give the name of the computer and 
this name is block by the VPN(i cannot ping it)

I want to change this value to localhost.

regards

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

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


---
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] - Securing the jmx-console in 4.0.3 SP1

2006-01-25 Thread ukumar
The need was to secure the jmx-console. I followed the procedure described in 
the documentation (Getting Started Guide and the Wiki Knowledge base) but kept 
getting a HTTP 403 error when I tried to access the console.

The problem went away only when I added the optional 
elements to the web.xml file in 
JBOSS-HOME/server/all/deploy/jmx-console.war/WEB-INF.


 BASIC


Perhaps I did something wrong as the login-config is normally supposed to be 
optional. However after doing quite a bit of triaging I couldnt find anything 
wrong in the way I configured the server: hence this post.

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

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


---
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: process instance persistence and reexecution

2006-01-25 Thread katador
Hello,

It's posible lauch a process instance trough webservices?

greetings,

Ktdr

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

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


---
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 AOP] - Re: IllegalAccessError does it have to be public?

2006-01-25 Thread [EMAIL PROTECTED]
oh almost forgot after ant dist you do java -jar build/dist/install.jar (in 
case you don't feel like reading a lot of bla bla) to run the installer.

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

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


---
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: NoClassDefFoundError: com/sun/msv/datatype/xsd/DateTimeT

2006-01-25 Thread bbell2000
com.lqmi.wsapi is the package name for the web services I've implemented.


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

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


---
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: Newbie Question

2006-01-25 Thread noicangi
this error is caused installing jboss AS with the instaler.jar, if you just 
unzip jboss bundled and configure portal DB its work perfectly

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

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


---
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 AOP] - Re: IllegalAccessError does it have to be public?

2006-01-25 Thread [EMAIL PROTECTED]
(in other words the build should work now)

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

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


---
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 AOP] - Re: IllegalAccessError does it have to be public?

2006-01-25 Thread [EMAIL PROTECTED]
Now if you are able to check out jboss-mail, set JBOSS_HOME to a jboss 4.0.3SP1 
release and run "ant dist" you will not see the issue, but if you then make the 
above method private...you will see the issue.

-Andy

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

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


---
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: process instance persistence and reexecution

2006-01-25 Thread dharraj
Hello,

Thanks for your input.

First of all, we are not using servlets or EJB in our application, atleast not 
yet. The application is a standalone application that only executes the given 
process definition. Having said that, how do you think I can solve this 
problem. Is it possible to write a generic class/program that executes any 
given process definition while persisting it after visiting each node (or state 
or tasknode, etc.). I know different node type acts differently. For example, 
for node type the execution is propagated by the action handler or node 
depending on where the action handler is placed. On the other hand, a state 
node needs explicit signal. And let's not forget the bean shell script 
conditions. So, is there a way to write a generic execution engine?

Thanks
Raj


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

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


---
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: EJB Wrapper on jBPM

2006-01-25 Thread amalycky
yes, could somebody from the jbpm team please elaborate on this point?

the docs for version 2 deployment clearly state that "we have written an 
EJB-wrapper around the jBPM API".  There is also another reference elsewhere to 
a SSB that can be used to access the services provided by jBPM.

If so would there not be an SSB definition in the source code? I can't find any 
reference to this nor in the javadocs. If we need to write this ourselves, why 
not say so?

The 3.0 doc does not reference this EJB wrapper but instead the service 
archive.  What happened to the SSB (if it existed)? If I want to deploy jBPM on 
a different vendor AS, I assume an SSB will be of more use to me than the 
service archive.

I wan't to access the jBPM services remotely, ie one AS cluster will be 
invoking the jBPM services that live on another AS cluster, and the SSB would 
be my first choice for this remote invocation.

Any hints, tips, please?

thanks

 

any tips here, am I way off base?

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

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


---
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: how to add metadata... if possible?

2006-01-25 Thread jhudson
sorry, I forgot to put the example in a code block so it got all messed up


  | bar1
  | bar2
  | 

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

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


---
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] - how to add metadata... if possible?

2006-01-25 Thread jhudson
I would like to add metadata to the task and transition nodes similar to the 
way hibernate works:

bar1
bar2


And then, be able to access this information from the process definition.  Is 
this possible.. or is there any other way to do this?  Thanks.

Joe

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

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


---
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] - Re: Can the Scheduler call code in a EAR?

2006-01-25 Thread jelevy01
Hmm, no real difference in application.xml. The class does exist and the path 
to it is correct in my scheduler.  Here it is btw:

  |   
  | true
  | com.myapp.external.schedule.TimeoutScheduler
  | NOW
  | 6
  | -1 
  |   

Strange that it works if I deploy my ejbs outside of my ear file...  Seems that 
inside my EAR they are not allowed to be accessed... 



In regards to the issue you are having I was thinking about using a depends in 
the scheduler mbean, but I'm not sure what the syntax would be...

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

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


---
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: MDB invoked before dependant entity beans have been full

2006-01-25 Thread russ396
I am running 3.0.7 and have 30 Entity Beans and 8 or so MDBs.  What I have done 
is put a Thread.sleep(5000) in my MDB's before they call a generic ping on the 
session beans.  The ping forces the session beans to start which also starts a 
bunch of my logic that calls entity beans.  If the beans are not ready then I 
get the same error.  Note that you make need a longer sleep time if you have 
more entity, session and mdbs.  Below is the meat of making the MDB wait:

public void startService() throws Exception {
new UpdateThread().start();
setUpReceiver();
}

private class UpdateThread extends Thread {
private final static int sleepTime = 5000;   
public UpdateThread() {
this.setPriority(Thread.MIN_PRIORITY);
}
public void run() {
try {
this.sleep(sleepTime);
} catch (java.lang.InterruptedException e) {
//e.printStackTrace();
}
try {
touchStateDBSession();
} catch(Exception e) {
System.out.println("StateDBCleanService.UpdateThread.run() - 
Error="+e.getMessage());
}
} 
}

private void touchStateDBSession() {
InitialContext lContext = null;
StateDBSessionHome stateDBSessionHome = null;
StateDBSession stateDBSession = null;
try {
lContext = new InitialContext();
stateDBSessionHome = (StateDBSessionHome) 
lContext.lookup("ejb/StateDBSession");
stateDBSession = (StateDBSession)stateDBSessionHome.create();
stateDBSession.ping();
} catch(Exception fe) {
fe.printStackTrace();
} finally {
if(stateDBSession!=null) {
try {
stateDBSession.remove();
} catch(Exception e) { }
stateDBSession = null;
}
stateDBSessionHome = null;
if(lContext!=null) {
try {
lContext.close();
} catch(Exception e) { }
lContext = null;
}
}
}



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

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


---
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] - Re: Why using app servers, for example Jboss: Spring/Hiberna

2006-01-25 Thread the-gtm
My personnal experience so I might be biased and/or wrong :
If you need to expose services through RMI, JMS and SOAP, if you need 
transactions, security, connection pooling, POJO/Entity caching, clustering 
(and more) you can indeed do just fine using Tomcat + a few frameworks. But 
enventually you will end up with a homemade application server and yYou will 
have to code custom tools for tasks such as deployment and management.

Developping EJBs is not that hard, really, especially since EJB3, give it a try 
!

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

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


---
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] [Tomcat, HTTPD, Servlets & JSP] - Re: Serving static content stored in any directory

2006-01-25 Thread ramone1234
I am running JBoss 3.2.8 + Tomcat 5.0. I followed all the steps on 
http://www.jboss.org/wiki/Wiki.jsp?page=ExternalDirectories but it did work out.
Has anybody got this issue working on this JBoss version?
I would appreciate any help.
Thanks in advance,

Fernando

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

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


---
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: where do i set the classpath so that jboss will recogni

2006-01-25 Thread meyerdp
The JBoss class loaders 'should' pick it up from the fact that its there 
without setting CLASSPATH.

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

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


---
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: install jbpm

2006-01-25 Thread katador
Hello,

you must exec: ant -f build.deploy.xml build.service.archive

and this create in build directory the file jbpm.sar

after you can do: ant -f build.deploy.xml deploy.service.archive 

:D

good luck!


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

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


---
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/Spring Integration] - Re: Modifying *.ds.xml in JBoss produces null ManagedConnect

2006-01-25 Thread nivek
Thank you for the repsponse. Here are my config settings.

JndiObjectFactoryBean

  


Transaction Manager


oracle-ds.xml 

OracleDS
jdbc:oracle:thin:@...
oracle.jdbc.driver.OracleDriver
user
password
0
100
5000
15


Using Spring 1.2.6 and JBoss 4.0.2 and IBatis in my DAO layer

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

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


---
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: Attempt to use variable theme on login page

2006-01-25 Thread TSchmidt2
"mholzner" wrote : 
  | please vote for it ;) 

done :)

Thanks for the heads-up

Greetings Thorsten

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

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


---
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: hibernate client jar

2006-01-25 Thread [EMAIL PROTECTED]
looks like a bug to me.

providing a failing testcase and put it in jira will speed things up even more 
;)

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

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


---
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: How do JBoss Messaging guarantee delivery of messages?

2006-01-25 Thread erik777
In addition to ensuring that subcribers of topics are durable, the quick answer 
is to ensure the handler of the message is enrolled in a Tx and rolls back on 
exception.  JMS uses a data source, so you may want to ensure the data source 
is XA, as we do.  

The question is what do you do when you have to roll back message handling due 
to a temporary problem (remote connectivity issue,) and you want to ensure 
continued message delivery until the external problem is corrected, similar to 
how SMTP engines usually handle bounces today.  I'm working on a proposal for a 
workaround to issues that I'll post to get peer review here.  I'd really love 
to know how others are solving this problem.  If there is an easy solution, I'd 
sure like to know what it is before we implement a complex workaround.



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

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


---
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: Attempt to use variable theme on login page

2006-01-25 Thread mholzner
see http://jira.jboss.com/jira/browse/JBPORTAL-467 

please vote for it ;) 

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

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


---
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: install jbpm

2006-01-25 Thread amalycky
hey,

sorry but the build.xml I got with the starterskit 3.0.2 in the 
build.service.archive target has no subelement replace/replacevalue to modify.

are we supposed to add this subelement, and then enter the coinnection 
properties of what?  our AS instance?  can you please clarify this point?

thanks

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

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


---
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: how to add security in a page ?

2006-01-25 Thread mholzner

You're missing the action that is allowed.  Add an action-name element like:


  |  
  | 
  |Authenticated
  |view
  | 
  |  
  | 

and it should work 

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

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


---
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] [Clustering/JBoss] - Re: Remote Resources in EJB java:comp/env/ ?

2006-01-25 Thread [EMAIL PROTECTED]
The ENC context is mapped to local JNDI, so you can't find resources that 
aren't bound on the local server.  You need to configure your InitialContext to 
use the HA-JNDI service and look up "queue/RssItems".

Note that this doesn't mean "queue/RssItems" has to be bound in the HA-JNDI 
tree; normally it wouldn't be.  The HA-JNDI service can search the local JNDI 
trees on all server nodes to find a binding.

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

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


---
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] - Re: Can the Scheduler call code in a EAR?

2006-01-25 Thread dan-b
Here's my application.xml:


  | 
  | http://java.sun.com/dtd/application_1_3.dtd'>
  | 
  | 
  |   MyApp
  |   some useful information
  |   
  |myapp-core.jar
  |   
  | 

I don't have a web UI and therefore no web module...


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

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


---
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] - tag - IPC

2006-01-25 Thread cpage
Hi,

I try the inter portlet communication

I juste take the two portlets examples sources (Portlet A and Portlet B) of the 
portal-samples.war and i make a special war for it.


it doesn't work. I have this error when I submit in portlet A : 


ERROR [org.jboss.portal.core.command.InvokeWindowActionCommand] An portlet 
exception occured in portlet IPC_Test.IPC_TestPortletA
  | javax.portlet.PortletException
  | at javax.portlet.GenericPortlet.processAction(GenericPortlet.java:381)
  | at PortletA.processAction(PortletA.java:75)
  | at 
org.jboss.portal.portlet.PortletContainer.invokeAction(PortletContainer.java:483)
  | at 
org.jboss.portal.portlet.PortletContainer.dispatch(PortletContainer.java:424)
  | at 
org.jboss.portal.server.app.ComponentInvocation.dispatch(ComponentInvocation.java:79)
  | ...


it is strange because i have exactly the same class and the same code than the 
example.

I search a bit and i found this tag test_Listener in default-portal.xml who 
reference a MBean in jboss-service.xml.

I have no doc on it, and I'm lost.

i really need help !! :p

thanks ;)

Lionel



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

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


---
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] - Can't get workaround for JBAS-2324 to work

2006-01-25 Thread bbell2000
Reference http://jira.jboss.com/jira/browse/JBAS-2324.

My application is running on JBoss 4.0.3SP1/JDK 5.0.4.  I have the following 
defined in jboss.ini:


  | -Dorg.jboss.net.protocol.file.decodeFilePaths=true
  | 

... but I'm still seeing the same behavior noted in JBAS-2324:


  | 2006-01-25 11:51:23,229 DEBUG [org.jboss.system.ServiceCreator] About to 
create xmbean object: jboss.web:service=WebServer with code: 
org.jboss.web.tomcat.tc5.Tomcat5 with descriptor: META-INF/webserver-xmbean.xml
  | 2006-01-25 11:51:23,260 DEBUG [org.jboss.util.NestedThrowable] 
org.jboss.util.NestedThrowable.parentTraceEnabled=true
  | 2006-01-25 11:51:23,260 DEBUG [org.jboss.util.NestedThrowable] 
org.jboss.util.NestedThrowable.nestedTraceEnabled=false
  | 2006-01-25 11:51:23,260 DEBUG [org.jboss.util.NestedThrowable] 
org.jboss.util.NestedThrowable.detectDuplicateNesting=true
  | 2006-01-25 11:51:23,260 DEBUG [org.jboss.deployment.SARDeployer] create 
operation failed for package file:/C:/Program Files/Liquid 
Machines/LMServer/jboss/server/default/deploy/jbossweb-tomcat55.sar/
  | org.jboss.deployment.DeploymentException: Error parsing the XML file, from 
XMLMetaData: ; - nested throwable: 
(org.jboss.mx.util.JBossNotCompliantMBeanException: Error parsing the XML file, 
from XMLMetaData: )
  | at 
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:178)
  | at 
org.jboss.system.ServiceController.install(ServiceController.java:215)
  | 
  | snip...
  | 
  | Caused by: org.jboss.mx.util.JBossNotCompliantMBeanException: Error parsing 
the XML file, from XMLMetaData: 
  | at org.jboss.mx.metadata.XMLMetaData.build(XMLMetaData.java:277)
  | at org.jboss.mx.modelmbean.XMBean.(XMBean.java:238)
  | at org.jboss.mx.modelmbean.XMBean.(XMBean.java:267)
  | 

I'd greatly appreciate any and all ideas as to how I can eliminate this problem.


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

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


---
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: 2 EJBs, implmented same way, only one can be accessed

2006-01-25 Thread philc_jboss
Crud, found it, user error of course. It was a long day when I configured the 
second bean. I forgot to add the ejb-ref/link entry for the failing bean in the 
tomcat web-xml. All is good now.

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

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


---
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: JBoss issue? 2 EJBs implemented the same, but only one c

2006-01-25 Thread philc_jboss
Crud, found it, user error of course. It was a long day when I configured the 
second bean. I forgot to add the ejb-ref/link entry for the failing bean in the 
tomcat web-xml. All is good now.

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

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


---
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


  1   2   3   >