[JBoss-user] [Beginners Corner] - Re: Could not dereference object

2006-02-13 Thread nicodAntibes
Hi,

Unfortunately, the problems remains exactly the same

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

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


---
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: AJAX Example

2006-02-13 Thread cbomoo
Seam FAQ:" Seam 1.0 beta 2 has a servlet filter 
"org.jboss.seam.servlet.SeamServletFilter(in reference 3.4)"that you can wrap 
around any servlet that processes AJAX requests from your JSF pages. Seam 1.0 
will provide a full remoting framework for exposing Seam components as 
JavaScript objects."

But now I don't found  ajax's example in seam beta2. 

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

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


---
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: Problem since update to Seam 1.0 beta2 and JBoss 4.0.4 R

2006-02-13 Thread Newlukai
Oh. Thanks. I checked all the files, but I didn't see these little changes. 
After copying the Oracle-JDBC-Lib to the server's lib directory (I hate Mondays 
;) it worked.

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

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


---
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: mulit-threading and commit transaction

2006-02-13 Thread RAlfoeldi
Hi Raj,

you do the split


  | ForkA
  | 
  |  StateA1  StateA2
  |  (sends JMS   (sends JMS
  |  and waits)  and waits)
  | 
   
  |MDB finds the
  | => =>  meaning of life
  |and signals waiting
  | <= <= Token
  | 
  |  JoinA
  | 

The Fork Node creates two Tokens. These arrive in states that have 
ActionHandlers. These ActionHandlers do NOT 'find the meaning of life', they 
only send a JMS Message to a MDB requesting to 'find the meaning of life'. 
(This is the only legal way to spawn a Thread in J2EE). When (if?) the MDBs 
'find the meaning of life' they signal the waiting Tokens that continue on 
their path.

Maybe it's easier to understand if you think of the MDBs as humans (better 
suited for this specific task anyway) where the workflow waits for user 
feedback. Only here this is implemented without Tasks.

Does this make it any more clear (if you ignore the philosophical distractions)?

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

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


---
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)] - problem with simple HelloWorld war file

2006-02-13 Thread rivka_shisman
hi friends,

I try to run the simple HelloWorldServlet on JBoss 4.0.3SP1 with eclipse 3.1 
(JBoss IDE 1.5).

The sample is from the JBoss IDE aticle - 
http://www.devx.com/opensource/Article/20242/0/page/4

When i run packaging to create my war file - i see that it doesn't create the 
WEB-INF/classes folder in the bin dir, so the HelloWorldServlet.class is not 
copied to the above location.

When i try to reach http://localhost:8080/helloworld/Hello from the browser, i 
get this:

08:55:36,437 ERROR [[/helloworld]] Error loading WebappClassLoader
  delegate: false
  repositories:
/WEB-INF/classes/
--> Parent Classloader:
[EMAIL PROTECTED]
 com.devx.example.HelloWorldServlet
java.lang.ClassNotFoundException: com.devx.example.HelloWorldServlet

I think the problem is in the packafing operation.
What am i doing wrong? Please advice.

Thanks
Rivka

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

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


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

2006-02-13 Thread RAlfoeldi
Hi San,

is there any specific reason for shouting?

*.par is just an archive (like *.jar, *.war) containing all files of a 
ProcessDefinition.

How to deploy is well documented and thoroughly discussed here in the forum.

Greetings

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

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


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


[JBoss-user] [JBossCache] - Re: Eviction Using Too Much Memory?

2006-02-13 Thread [EMAIL PROTECTED]
I just created the following simple unit test:
public class MemoryTest extends TestCase
{

   public void test() throws Exception
   {
  BoundedBuffer buffer = new BoundedBuffer(20);

  Object[] a = new Object[20];
  a[0] = "foo";
  a[10] = "foo2";

  buffer.put("abc");
  buffer.put("abcdefg");
   }
}

And ran that through Jprofiler. These are the top objects consuming memory in 
Jprofiler:

Java.lang.String - 1516 instances - 36384 bytes
Char[] - 1489 instances - 197,144 bytes
Short[] - 740 instances - 45,392 bytes
Int[] - 669 instances - 57,984 bytes
Byte[] - 635 instances - 170,736 bytes
Java.lang.Class - 565 instances - 192,928 bytes
[] - 455 instances - 1,623,680 bytes

Nothing else is noteworthy. Can you try running the cut&pasted unit test and 
see what kind of results you get?


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

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


---
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] - Version for Process definition always -1

2006-02-13 Thread Feroshjacob
In the user guide it is stated 
"When a process archive gets deployed, it creates a process definition in the 
jBPM database. Process definitions can be versioned on the basis of the process 
definition name. When a named process archive gets deployed, the deployer will 
assign a version number. To assign this number, the deployer will look up the 
highest version number for process definitions with the same name and adds 1. 
Unnamed process definitions will always have version number -1"
But unforthunately my named process defintions  has also version as -1 . 
I tried the example  org.jbpm.tutorial.db.HelloDbTest.java which too give the 
same result.Why this happens ?
But I remember  this was there in JBPM-3 earlier releases .
Thanks
Ferosh




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

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


---
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: Database tables not automatically generated

2006-02-13 Thread louise_za
expanded error report:

anonymous wrote : 
  | 08:29:06,812 INFO  [Environment] Hibernate 3.1
  | 08:29:06,843 INFO  [Environment] hibernate.properties not found
  | 08:29:06,875 INFO  [Environment] using CGLIB reflection optimizer
  | 08:29:06,921 INFO  [Environment] using JDK 1.4 java.sql.Timestamp handling
  | 08:29:07,359 INFO  [STDOUT] [EMAIL PROTECTED]: Database [index=0, id=0, 
db=file:C:\jboss-portal-2.2.0-bundled\server\default\data\hypersonic\default, 
alias=] opened sucessfully in 734 ms.
  | 08:29:07,375 INFO  [STDOUT] [EMAIL PROTECTED]: Startup sequence completed 
in 1266 ms.
  | 08:29:07,390 INFO  [STDOUT] [EMAIL PROTECTED]: 2006-02-14 08:29:07.390 
HSQLDB server 1.8.0 is online
  | 08:29:07,406 INFO  [STDOUT] [EMAIL PROTECTED]: To close normally, connect 
and execute SHUTDOWN SQL
  | 08:29:07,406 INFO  [STDOUT] [EMAIL PROTECTED]: From command line, use 
[Ctrl]+[C] to abort abruptly
  | 08:29:07,437 INFO  [Configuration] configuring from url: 
file:/C:/jboss-portal-2.2.0-bundled/server/default/deploy/jboss-portal.sar/conf/hibernate/user/hibernate.cfg.xml
  | 08:29:07,468 INFO  [Configuration] Reading mappings from resource: 
conf/hibernate/user/domain.hbm.xml
  | 08:29:07,562 INFO  [HbmBinder] Mapping class: 
org.jboss.portal.core.impl.user.UserImpl -> jbp_users
  | 08:29:07,625 INFO  [HbmBinder] Mapping collection: 
org.jboss.portal.core.impl.user.UserImpl.dynamic -> jbp_user_prop
  | 08:29:07,656 INFO  [HbmBinder] Mapping collection: 
org.jboss.portal.core.impl.user.UserImpl.roles -> jbp_role_membership
  | 08:29:07,656 INFO  [HbmBinder] Mapping class: 
org.jboss.portal.core.impl.user.PreferencesGroupImpl -> jbp_user_prefs_group
  | 08:29:07,671 INFO  [HbmBinder] Mapping class: 
org.jboss.portal.core.impl.user.PreferencesImpl -> jbp_user_pref_set
  | 08:29:07,687 INFO  [HbmBinder] Mapping class: 
org.jboss.portal.core.impl.user.PreferenceImpl -> jbp_user_pref
  | 08:29:07,703 INFO  [HbmBinder] Mapping collection: 
org.jboss.portal.core.impl.user.PreferenceImpl.strings -> jbp_user_pref_value
  | 08:29:07,750 INFO  [HbmBinder] Mapping class: 
org.jboss.portal.core.impl.role.RoleImpl -> jbp_roles
  | 08:29:07,781 INFO  [HbmBinder] Mapping collection: 
org.jboss.portal.core.impl.role.RoleImpl.users -> jbp_role_membership
  | 08:29:07,812 INFO  [Configuration] Configured SessionFactory: null
  | 08:29:07,843 INFO  [Configuration] configuring from url: 
file:/C:/jboss-portal-2.2.0-bundled/server/default/deploy/jboss-portal.sar/conf/hibernate/instance/hibernate.cfg.xml
  | 08:29:07,875 INFO  [Configuration] Reading mappings from resource: 
conf/hibernate/instance/domain.hbm.xml
  | 08:29:07,921 INFO  [HbmBinder] Mapping class: 
org.jboss.portal.core.impl.model.instance.InstanceImpl -> JBP_INSTANCE
  | 08:29:07,984 INFO  [HbmBinder] Mapping class: 
org.jboss.portal.core.impl.model.instance.PreferenceImpl -> JBP_INSTANCE_PREF
  | 08:29:08,000 INFO  [HbmBinder] Mapping collection: 
org.jboss.portal.core.impl.model.instance.PreferenceImpl.strings -> 
JBP_INSTANCE_PREF_VALUE
  | 08:29:08,015 INFO  [Configuration] Configured SessionFactory: null
  | 08:29:08,046 INFO  [Configuration] configuring from url: 
file:/C:/jboss-portal-2.2.0-bundled/server/default/deploy/jboss-portal.sar/conf/hibernate/portal/hibernate.cfg.xml
  | 08:29:08,078 INFO  [Configuration] Reading mappings from resource: 
conf/hibernate/portal/domain.hbm.xml
  | 08:29:08,140 INFO  [HbmBinder] Mapping class: 
org.jboss.portal.core.impl.model.portal.ObjectNode -> JBP_OBJECT_NODE
  | 08:29:08,390 INFO  [HbmBinder] Mapping class: 
org.jboss.portal.core.impl.model.portal.PortalObjectImpl -> JBP_PORTAL_OBJECT
  | 08:29:08,406 INFO  [HbmBinder] Mapping collection: 
org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties -> 
JBP_PORTAL_OBJECT_PROPS
  | 08:29:08,531 INFO  [HbmBinder] Mapping joined-subclass: 
org.jboss.portal.core.impl.model.portal.ContextImpl -> JBP_CONTEXT
  | 08:29:08,546 INFO  [HbmBinder] Mapping joined-subclass: 
org.jboss.portal.core.impl.model.portal.PortalImpl -> JBP_PORTAL
  | 08:29:08,546 INFO  [HbmBinder] Mapping collection: 
org.jboss.portal.core.impl.model.portal.PortalImpl.modes -> JBP_PORTAL_MODE
  | 08:29:08,562 INFO  [HbmBinder] Mapping collection: 
org.jboss.portal.core.impl.model.portal.PortalImpl.windowStates -> 
JBP_PORTAL_WINDOW_STATE
  | 08:29:08,593 INFO  [HbmBinder] Mapping joined-subclass: 
org.jboss.portal.core.impl.model.portal.PageImpl -> JBP_PAGE
  | 08:29:08,593 INFO  [HbmBinder] Mapping joined-subclass: 
org.jboss.portal.core.impl.model.portal.WindowImpl -> JBP_WINDOW
  | 08:29:08,609 INFO  [Configuration] Configured SessionFactory: null
  | 08:29:08,750 INFO  [ConnectionFactoryBindingService] Bound 
ConnectionManager 'jboss.jca:service=DataSourceBinding,name=PortalDS' to JNDI 
name 'java:PortalDS'
  | 08:29:08,765 INFO  [JCRCMS] Starting JCR CMS.
  | 08:29:08,812 INFO  [RepositoryUtil] Repository 'repotest' Name Not Found
  | 08:29:11,281 INFO  [Configuration] configuring fro

[JBoss-user] [Security & JAAS/JBoss] - unexpected behavior with authenticated but unauthorized user

2006-02-13 Thread blackard
I've set up a test case for a user that is successfully authenticated but that 
is not authrorized by the security-constraint to access a servlet. I've tested 
other form basedlogin behavior and got the expected resuts. Accession page 
requireing authentication redirects to form-login-page, invalid credentials to 
form-error-page, valid credentials for authorized user to initial target. 

However, when I provide valid credentials for user that is not authorized, I 
get an HTTP Status 403 back. Other container managers I've used direct to 
form-login-page in this sittuation. 

What can I do to intercept this condition and redirect to a page of my 
choosing? 

I'm using JBoss 4.0.2 and the LdapLoginModule. Again, everything works except 
for this condition. Excerpts from web.xml and ldif follow. The usera gets in 
fine, userb gets a status 403. 

 cut - part of web.xml - begin  
 
 
unprotected resources 
/login_placeholder.jsp 
/error_placeholder.jsp 
 
 
 
 
protected resources 
/welcome_placeholder.jsp 
 
 
authRole 
 
 

 
 
/welcome_placeholder.jsp 
 

 
realm 
FORM 
 
/login_placeholder.jsp 
/error_placeholder.jsp 
 
 

 
authRole 
 
 cut - part of web.xml - end  

 cut - part of LDIF - begin  
dn: uid=usera,ou=people,dc=acorp,dc=com 
changetype: add 
objectclass: top 
objectclass: person 
objectclass: organizationalPerson 
objectclass: inetOrgPerson 
uid: usera 
mail: [EMAIL PROTECTED] 
cn: Authorized User 
sn: User 
userpassword: {SSHA}/J+00NUgSWm/iM1KIiR2GuR+E+ugezfz 

dn: uid=userb,ou=people,dc=acorp,dc=com 
changetype: add 
objectclass: top 
objectclass: person 
objectclass: organizationalPerson 
objectclass: inetOrgPerson 
uid: userb 
mail: [EMAIL PROTECTED] 
cn: Nonauthorized User 
sn: User 
userpassword: {SSHA}XYOUSJ7BcSHQ+5viFT8Zzoo6Mb3dGoLn 

dn: cn=authRole,ou=roles,dc=acorp,dc=com 
changetype: add 
objectclass: top 
objectclass: groupofuniquenames 
cn: authRole 
description: Group of users with access to app 
uniqueMember: uid=usera,ou=people,dc=acorp,dc=com 
 cut - part of LDIF - end 



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

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


---
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] - JAAS/JBoss unexpected behavior with authenticated but unauth

2006-02-13 Thread blackard
I've set up a test case for a user that is successfully authenticated but that 
is not authrorized by the security-constraint to access a servlet.  I've tested 
other form basedlogin behavior and got the expected resuts.  Accession page 
requireing authentication redirects to form-login-page, invalid credentials to 
form-error-page, valid credentials for authorized user to initial target.

However, when I provide valid credentials for user that is not authorized, I 
get an HTTP Status 403 back.  Other container managers I've used direct to 
form-login-page in this sittuation.

What can I do to intercept this condition and redirect to a page of my choosing?

I'm using JBoss 4.0.2 and the LdapLoginModule.  Again, everything works except 
for this condition.  Excerpts from web.xml and ldif follow.  The usera gets in 
fine, userb gets a status 403.

 cut - part of web.xml - begin 
  

unprotected resources
/login_placeholder.jsp
/error_placeholder.jsp

  
  

protected resources
/welcome_placeholder.jsp


authRole

  
  
   
   
  /welcome_placeholder.jsp
   

  
realm
FORM

/login_placeholder.jsp
/error_placeholder.jsp

  

  
authRole

 cut - part of web.xml - end 

 cut - part of LDIF - begin 
dn: uid=usera,ou=people,dc=acorp,dc=com
changetype: add
objectclass: top
objectclass: person
objectclass: organizationalPerson
objectclass: inetOrgPerson
uid: usera
mail: [EMAIL PROTECTED]
cn: Authorized User
sn: User
userpassword: {SSHA}/J+00NUgSWm/iM1KIiR2GuR+E+ugezfz

dn: uid=userb,ou=people,dc=acorp,dc=com
changetype: add
objectclass: top
objectclass: person
objectclass: organizationalPerson
objectclass: inetOrgPerson
uid: userb
mail: [EMAIL PROTECTED]
cn: Nonauthorized User
sn: User
userpassword: {SSHA}XYOUSJ7BcSHQ+5viFT8Zzoo6Mb3dGoLn

dn: cn=authRole,ou=roles,dc=acorp,dc=com
changetype: add
objectclass: top
objectclass: groupofuniquenames
cn: authRole
description: Group of users with access to app
uniqueMember: uid=usera,ou=people,dc=acorp,dc=com
 cut - part of LDIF - end



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

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


---
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] - Portlet design in JBoss Portal

2006-02-13 Thread susitha
I am new to portlets. I am doing a project on portlets.

O/S   :   Windows XP
Jboss-release :jboss-4.0.3
Jboss-Portal:   jboss-porlal-2.2

After I deployed the portal I am getting the follwing error when the server is 
Shutting down.

ortal-forums.ear/portal-forums.war/WEB-INF/portlet.xml
  | org.jboss.deployment.DeploymentException: This web app does not exist here; 
- nested throwable: (jav
  | a.lang.IllegalArgumentException: This web app does not exist here)
  | at 
org.jboss.portal.portlet.deployment.jboss.PortletAppDeployment.destroy(PortletAppDeployme
  | nt.java:171)
  | at 
org.jboss.portal.server.deployment.jboss.ServerDeployer.destroy(ServerDeployer.java:242)
  | at org.jboss.deployment.MainDeployer.destroy(MainDeployer.java:675)
  | at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:614)
  | at org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:500)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  | at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterce
  | ptor.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.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:988)
  | at 
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:963)
  | at 
org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:941)
  | Caused by: java.lang.IllegalArgumentException: This web app does not exist 
here
  | at 
org.jboss.portal.server.impl.app.JBossWebAppRegistryImpl.unregisterWebApp(JBossWebAppRegi
  | stryImpl.java:87)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  | at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterce
  | ptor.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.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  | at $Proxy71.unregisterWebApp(Unknown Source)
  | at 
org.jboss.portal.portlet.deployment.jboss.PortletAppDeployment.destroy(PortletAppDeployme
  | nt.java:166)
  | ... 19 more
  | 11:47:10,630 INFO  [TomcatDeployer] undeploy, ctxPath=/portal-forums, 
warUrl=.../deploy/portal-forum
  | s.ear/portal-forums.war/
  | 11:47:10,680 INFO  [SessionFactoryImpl] closing
  | 11:47:10,730 INFO  [EARDeployer] Undeploying J2EE application, destroy 
step: file:/C:/jboss-4.0.3/se
  | rver/myconfig/deploy/portal-forums.ear/
  | 11:47:10,750 INFO  [TomcatDeployer] undeploy, ctxPath=/jmx-console, 
warUrl=.../deploy/jmx-console.wa
  | r/
  | 11:47:10,870 ERROR [MainDeployer] Undeployment failed: 
file:/C:/jboss-4.0.3/server/myconfig/deploy/j
  | boss-portal.sar/portal-samples.war/WEB-INF/portlet.xml
  | org.jboss.deployment.DeploymentException: This web app does not exist here; 
- nested throwable: (jav
  | a.lang.IllegalArgumentException: This web app does not exist here)
  | at 
org.jboss.portal.portlet.deployment.jboss.PortletAppDeployment.destroy(PortletAppDeployme
  | nt.java:171)
  | at 
org.jboss.portal.server.deployment.jboss.ServerDeployer.destroy(ServerDeployer.java:242)
  | at org.jboss.deployment.MainDeployer.destroy(MainDeployer.java:67

[JBoss-user] [Security & JAAS/JBoss] - Re: LdapLoginModule works wrong in 4.0.3 SP1

2006-02-13 Thread mzshen
Hi,
Not sure we were having the same problem.
My problem certainly looked like yours.
>From my SunEnterpriseSystem LDAP server
access log (SunONE, or iPlanet), I saw:
SRCH
base="ou=groups,o=root"
scope=2
filter="(uniqueMember=*)" attrs="cn"
In other words, all groups under ou=groups,o=root
were assigned to the authenticated user.
The problem of course is the filter.
It should be (uniqueMember=username)
or (uniqueMember=uid=username,ou=people,o=root).
What I did was to modify
jboss-4.0.3SP1-src/security/src/main/org/jboss/security/auth/spi/LdapLoginModule.java
a bit.
original: answer = ctx.search(rolesCtxDN, roleFilter.toString(), filterArgs, 
controls);
new: answer = ctx.search(rolesCtxDN, "("+uidAttrName+"="+userToMatch+")", 
controls);



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

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


---
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] - jboss jbpm

2006-02-13 Thread san_km
hi,can you please tell me what is .par files in jboss jbpm and what is it's 
use. if possible can you please tell me how to deploy .par file in jboss 
aplication server

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

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


---
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] - I wanted to know about load balancing and fail over methods.

2006-02-13 Thread ahamed_vi
hai friends..,
 I am new to jBoss application server.I am working in 
jBoss-4.0.1sp1.now i wanted to implement load balancing and fail over methods 
for my application in jboss server.so pls help me what are the steps involved 
in this.
 I am waiting for reply

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

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


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


[JBoss-user] [JBossCache] - Re: java.io.NotSerializableException:

2006-02-13 Thread [EMAIL PROTECTED]
Anu,

What you ae looking for is the detach/re-attach capbility of which PojoCache 
does not have now (noy sure if it even makes sense though). 

Is the plain TreeCache an option then?

-Ben

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

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


---
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: Pageflow IDE

2006-02-13 Thread [EMAIL PROTECTED]
Yes, the same plugin handles both...

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

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


---
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] - [ANN] VTD-XML Version 1.5 Released

2006-02-13 Thread jzhang2007
[ANN] VTD-XML Version 1.5 Released

Eight years after the invention of XML, DOM and SAX, 
despite their respective issues, are still the mainstays 
of application developers.  
 
So is it the end of road for XML parsing innovation? 
 
The VTD-XML project team think not. We are proud to 
announce the availability of both C and Java version 
1.5 of VTD-XML, the next generation open-source XML 
parser that goes beyond DOM and SAX in terms of 
performance, memory usage and ease of use. 
 
The technical highlights of VTD-XML are: 

* Performance: the world's fastest XML parser,
  between 5x~10x faster than DOM
* Memory Usage: 3x to 5x less than DOM, 1.3x~1.5x
  XML document size
* Random access with built-in XPath support
* A simple and intuitive API 

Other advanced features include:
* Buffer reuse
* Large document support (2GByte)
* Incremental update
* Hardware acceleration
* Native XML indexing.

For demos, latest benchmarks, related articles and software 
downloads, please visit http://vtd-xml.sf.net. Also let us 
know your thoughts and suggestions and help us improve 
VTD-XML.


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

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


---
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] - [ANN] VTD-XML Version 1.5 Released

2006-02-13 Thread jzhang2007
[ANN] VTD-XML Version 1.5 Released

Eight years after the invention of XML, DOM and SAX, 
despite their respective issues, are still the mainstays 
of application developers.  
 
So is it the end of road for XML parsing innovation? 
 
The VTD-XML project team think not. We are proud to 
announce the availability of both C and Java version 
1.5 of VTD-XML, the next generation open-source XML 
parser that goes beyond DOM and SAX in terms of 
performance, memory usage and ease of use. 
 
The technical highlights of VTD-XML are: 

* Performance: the world's fastest XML parser,
  between 5x~10x faster than DOM
* Memory Usage: 3x to 5x less than DOM, 1.3x~1.5x
  XML document size
* Random access with built-in XPath support
* A simple and intuitive API 

Other advanced features include:
* Buffer reuse
* Large document support (2GByte)
* Incremental update
* Hardware acceleration
* Native XML indexing.

For demos, latest benchmarks, related articles and software 
downloads, please visit http://vtd-xml.sf.net. Also let us 
know your thoughts and suggestions and help us improve 
VTD-XML.


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

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


---
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] [The Lizzard's corner] - [ANN] VTD-XML Version 1.5 Released

2006-02-13 Thread jzhang2007
[ANN] VTD-XML Version 1.5 Released

Eight years after the invention of XML, DOM and SAX, 
despite their respective issues, are still the mainstays 
of application developers.  
 
So is it the end of road for XML parsing innovation? 
 
The VTD-XML project team think not. We are proud to 
announce the availability of both C and Java version 
1.5 of VTD-XML, the next generation open-source XML 
parser that goes beyond DOM and SAX in terms of 
performance, memory usage and ease of use. 
 
The technical highlights of VTD-XML are: 

* Performance: the world's fastest XML parser,
  between 5x~10x faster than DOM
* Memory Usage: 3x to 5x less than DOM, 1.3x~1.5x
  XML document size
* Random access with built-in XPath support
* A simple and intuitive API 

Other advanced features include:
* Buffer reuse
* Large document support (2GByte)
* Incremental update
* Hardware acceleration
* Native XML indexing.

For demos, latest benchmarks, related articles and software 
downloads, please visit http://vtd-xml.sf.net. Also let us 
know your thoughts and suggestions and help us improve 
VTD-XML.


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

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


---
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] - [ANN] VTD-XML Version 1.5 Released

2006-02-13 Thread jzhang2007
[ANN] VTD-XML Version 1.5 Released

Eight years after the invention of XML, DOM and SAX, 
despite their respective issues, are still the mainstays 
of application developers.  
 
So is it the end of road for XML parsing innovation? 
 
The VTD-XML project team think not. We are proud to 
announce the availability of both C and Java version 
1.5 of VTD-XML, the next generation open-source XML 
parser that goes beyond DOM and SAX in terms of 
performance, memory usage and ease of use. 
 
The technical highlights of VTD-XML are: 

* Performance: the world's fastest XML parser,
  between 5x~10x faster than DOM
* Memory Usage: 3x to 5x less than DOM, 1.3x~1.5x
  XML document size
* Random access with built-in XPath support
* A simple and intuitive API 

Other advanced features include:
* Buffer reuse
* Large document support (2GByte)
* Incremental update
* Hardware acceleration
* Native XML indexing.

For demos, latest benchmarks, related articles and software 
downloads, please visit http://vtd-xml.sf.net. Also let us 
know your thoughts and suggestions and help us improve 
VTD-XML.


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

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


---
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] - [ANN] VTD-XML Version 1.5 Released

2006-02-13 Thread jzhang2007
[ANN] VTD-XML Version 1.5 Released

Eight years after the invention of XML, DOM and SAX, 
despite their respective issues, are still the mainstays 
of application developers.  
 
So is it the end of road for XML parsing innovation? 
 
The VTD-XML project team think not. We are proud to 
announce the availability of both C and Java version 
1.5 of VTD-XML, the next generation open-source XML 
parser that goes beyond DOM and SAX in terms of 
performance, memory usage and ease of use. 
 
The technical highlights of VTD-XML are: 

* Performance: the world's fastest XML parser,
  between 5x~10x faster than DOM
* Memory Usage: 3x to 5x less than DOM, 1.3x~1.5x
  XML document size
* Random access with built-in XPath support
* A simple and intuitive API 

Other advanced features include:
* Buffer reuse
* Large document support (2GByte)
* Incremental update
* Hardware acceleration
* Native XML indexing.

For demos, latest benchmarks, related articles and software 
downloads, please visit http://vtd-xml.sf.net. Also let us 
know your thoughts and suggestions and help us improve 
VTD-XML.


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

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


---
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] - [ANN] VTD-XML Version 1.5 Released

2006-02-13 Thread jzhang2007
[ANN] VTD-XML Version 1.5 Released

Eight years after the invention of XML, DOM and SAX, 
despite their respective issues, are still the mainstays 
of application developers.  
 
So is it the end of road for XML parsing innovation? 
 
The VTD-XML project team think not. We are proud to 
announce the availability of both C and Java version 
1.5 of VTD-XML, the next generation open-source XML 
parser that goes beyond DOM and SAX in terms of 
performance, memory usage and ease of use. 
 
The technical highlights of VTD-XML are: 

* Performance: the world's fastest XML parser,
  between 5x~10x faster than DOM
* Memory Usage: 3x to 5x less than DOM, 1.3x~1.5x
  XML document size
* Random access with built-in XPath support
* A simple and intuitive API 

Other advanced features include:
* Buffer reuse
* Large document support (2GByte)
* Incremental update
* Hardware acceleration
* Native XML indexing.

For demos, latest benchmarks, related articles and software 
downloads, please visit http://vtd-xml.sf.net. Also let us 
know your thoughts and suggestions and help us improve 
VTD-XML.


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

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


---
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] [Remoting] - Re: Success Story

2006-02-13 Thread [EMAIL PROTECTED]
Thanks for the kind words.  It means a lot.

-Tom

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

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


---
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: Installing JBoss 4 on Mac OS X 10.4.* ?

2006-02-13 Thread conradwt
Hi, thanks for getting into contact with me.  Anyway, I performed the following 
on the command line and it was installed in the correct locations (i.e. 
Applications folder ):

java -jar jboss-4.0.4RC1-installer.jar

Now, I need to find a Hello World example to get my feet wet.  Gotta go and 
thanks for responding to my post.

Peace,

-Conrad



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

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


---
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] - Deploy Struts Portlet in JBOSS PORLTAL 2.2

2006-02-13 Thread nghiatrang184
I want to deploy a StrutsPortlet in JBossPortal 2.2 but I don't know how to do. 
Can you give me some ideas or examples. 
Thanks and sorry for my poor English. 
Rock.

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

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


---
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: CDT (C/C++ Development Tools) breaks JBoss IDE

2006-02-13 Thread transera_inc
I would suggest installing all eclipse project tools first and then install any 
other add-ons like Jboss IDE and etc.

Regards

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

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


---
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: 4.0.4RC1 / Lazy Fetch / EntityManagerFactory JNDI Lookup

2006-02-13 Thread [EMAIL PROTECTED]
Use "java:/EntityManagers/blackarrow-core-factory" to do your lookup.  Does 
that work?


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

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


---
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)] - JSP Development Q: Installed Jboss IDE - now what???

2006-02-13 Thread transera_inc
Hi,

New user question. How do I develop JSP under Jboss/Eclipse IDE? Everything is 
configured properly, but there is no documentation on how to develop a simple 
JSP pages under JBoss IDE. Any pointers? It's pretty easy under Tomcat, but I'm 
stubled on JBoss. Can anyone guide me thru developlement of a single JSP page 
under JBoss IDE?

Thanks,

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

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


---
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: subProcessInstance is null

2006-02-13 Thread iterrell
ejimenez:
anonymous wrote : Is there something you want to do that you cant accomplish 
using the subprocess end event? 

Actually, I think yes.  I have a process that uses subprocesses for repetitive 
tasks like calling someone (with carefully designed business rules for a busy 
signal, leaving a message, etc).  Unfortunately, I also have the requirement 
that at any given time I must pause the workflow for a user-defined amount of 
time.  The way I've implemented this in my test workflows is to have a 
hold-state that dynamically creates a timer to leave it.

Each larger workflow instance is tied to an entity in our system.  So, when 
they hit "pause" I need to be able to figure out exactly which process they are 
currently in so that I can pause /that/ subprocess, hence pausing the rest.  
Otherwise, if I pause the superprocess the subprocess would just get restarted 
from the beginning upon re-entry.

My first approach was, of course, to recursively use .getSubProcessInstance().  
I don't have a large urge to write HQL as I like to keep libraries free of 
customization so that future bugfix releases can be integrated in just by 
replacing a jar.

My guess is that everyone will recommend I migrate my existing code to 3.1, 
where this is fixed?

Ian

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

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


---
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: Load entity lazy fields...

2006-02-13 Thread ejb3workshop
There is the @Fetch annoation which might solve your problem.

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

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


---
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: 4.0.4RC1 / Lazy Fetch / EntityManagerFactory JNDI Lookup

2006-02-13 Thread knifegun
Forgot to watch my own thread.

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

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


---
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: ERROR [javax.faces.webapp.UIComponentTag] Faces context

2006-02-13 Thread dhinojosa
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossFaces

capital B, sorry

"bhanuk" wrote : I am reading through this post and cannot find a solution 
  | 
  | http://wiki.jboss.org/wiki/Wiki.jsp?page=JbossFaces  does not exist.  
  | 
  | I still have this problem trying to Invoke Faces Servlet.  Please help!  
Thanks a bunch!
  | 
  | This is my web.xml
  | 
  | 
  | javax.faces.CONFIG_FILES
  | /WEB-INF/faces-config.xml
  |   
  |   
  |   
  | javax.faces.STATE_SAVING_METHOD
  | client
  |   
  |   
  |   
  |   
  | 
org.apache.myfaces.webapp.StartupServletContextListener
  |   
  |   
  | Faces Servlet
  | javax.faces.webapp.FacesServlet
  | 11
  |   
  |   
  | Faces Servlet
  | *.faces
  |   
  |   
  |   
  | TilesServet
  | 
  | org.apache.struts.tiles.TilesServlet
  | 
  | 
  | definitions-config
  | /WEB-INF/tiles-defs.xml
  | 
  | 
  | definitions-parser-validate
  | true
  | 
  | 12
  | 
  | 
  | 
  | 

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

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


---
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: Unexpected cartesian result in EJB3 query

2006-02-13 Thread ejb3workshop
Also take a look at the following thread which shed some additional light on 
this problem

http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923468#3923468



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

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


---
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: Many2Many using ArrayList causing strange muliplication

2006-02-13 Thread ejb3workshop
I understand your point better now in case of using Hibernate directly.  Yet 
with EJB3 this should not present a problem, in particular not the way it 
currently does. I would much rather incure the overhead on the database and in 
the persistence layer, then have duplicate objects returned. Also having been 
given all this new functionality by EJB3 I would hate to base my object graph 
design on the limitations of the underlying persistence framework. 

Is there a better way to annotate the entities, so that they are not loaded in 
the same fetch operation ? I think that would really solve my problem. A brief 
example would even be better.

Thanks
Alex

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

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


---
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] - 4.0.4RC1 / Lazy Fetch / EntityManagerFactory JNDI Lookup

2006-02-13 Thread knifegun
I am trying to turn Lazy fetch on my EJB 3.0 entity beans.  I have a utility 
class that handles the EntityManager persistence on behalf of a web 
application.  I have packaged my EJB in a JAR file called blackarrow.ejb3.  I 
have packaged the web application in a seperate war file called blackarrow.war. 
 I deployed both the *.ejb3 file and the *.war file seperately.  I have the 
following persistence.xml defined that is bundled with the *.ejb3:


  | 
  |
  | org.hibernate.ejb.HibernatePersistence
  | java:/BlackArrowDS
  | 
  | 
  | 
  |
  |
  | 

In the WAR file, I try to lookup the EntityManagerFactory via the following 
code:



  | public static EntityManagerFactory getEntityManagerFactory() {
  |EntityManagerFactory factory = null;
  |   try {
  |  InitialContext ctx = new InitialContext(CONTEXT_PROPERTIES);
  |  factory = 
(EntityManagerFactory)ctx.lookup("EntityManagers/blackarrow-core-factory");
  |   } catch (Exception ex) { ex.printStackTrace(); }
  |  return factory;
  |}
  | }
  | 

When I execute the code above in the WAR file, I get the following exception.  
Does anybody know what I am doing wrong and can point me to a working sample?

Thanks in advance!

16:21:37,351 ERROR [STDERR] javax.naming.NameNotFoundException: remote not bound
  | 16:21:37,351 ERROR [STDERR] at 
org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
  | 16:21:37,351 ERROR [STDERR] at 
org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
  | 16:21:37,351 ERROR [STDERR] at 
org.jnp.server.NamingServer.getObject(NamingServer.java:543)
  | 16:21:37,351 ERROR [STDERR] at 
org.jnp.server.NamingServer.lookup(NamingServer.java:296)
  | 16:21:37,351 ERROR [STDERR] at 
org.jnp.server.NamingServer.lookup(NamingServer.java:270)
  | 16:21:37,351 ERROR [STDERR] at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 16:21:37,351 ERROR [STDERR] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 16:21:37,351 ERROR [STDERR] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 16:21:37,351 ERROR [STDERR] at 
java.lang.reflect.Method.invoke(Method.java:585)
  | 16:21:37,351 ERROR [STDERR] at 
sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
  | 16:21:37,351 ERROR [STDERR] at 
sun.rmi.transport.Transport$1.run(Transport.java:153)
  | 16:21:37,351 ERROR [STDERR] at 
java.security.AccessController.doPrivileged(Native Method)
  | 16:21:37,351 ERROR [STDERR] at 
sun.rmi.transport.Transport.serviceCall(Transport.java:149)
  | 16:21:37,351 ERROR [STDERR] at 
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)


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

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


---
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: mulit-threading and commit transaction

2006-02-13 Thread dharraj
Hello All,

Let me mention this again and as clearly as I can, I am trying to model an 
existing process (application) pipeline using the JBPM. The input(s) to the 
next stage (application) in pipeline is output from previous stage. There are 
stages that requires multiple input(s) which are generated by mutually 
exclusive applications.

Now, in my world, what do you mean by the following statement.

anonymous wrote : Doesn't szenario b) do the trick? Executing whatever long 
running task you have asynchronously by way of JMS or jBPM 3.1?
  | 
  | Then you would only have to lock on the processInstance for the short time 
you need to update variables and trigger a transition. 

Do you mean to say that instead of actual split (no child tokens, etc.), I send 
a JMS message that triggers running the mutually exclusive applications in 
parallel?

Raj


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

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


---
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] - My listener is a servlet.

2006-02-13 Thread chwang
Hi Folks,

Please hlep me again.

Currently I have Mbean in sar. but I have a servlet in War. the servlet is also 
a listener.

when Sate of the Mbean change, it will notify the servlet. 
But I use MBeanserver.addNotificationListener(objectName, myMBeanListener, 
null, null );

it complains myMBeanListener (which is a servlet)  not found.
I know my listener(servlet) is war. it can not be in sar.

How to solve this conflict?

Thank you very much.

Chwang 

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

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


---
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: Problem with Lazy attributes - 4.0.3SP1-EJB3.0RC4 (Repost)

2006-02-13 Thread [EMAIL PROTECTED]
Just a FYI,

http://jira.jboss.com/jira/browse/EJBTHREE-440

I have removed everything from the attached testcase that was not generating 
the error, and kept only what was causing the issue.

Apparently this is caused by Lazy attributes over Inheritance. I have tried 
several different combinatios of lazy attributes and all of them worked while I 
was trying to replicate this.

Well, the testcase is now created. It will be easier to fix the problem now.

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

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


---
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: Problem with Lazy attributes - 4.0.3SP1-EJB3.0RC4

2006-02-13 Thread [EMAIL PROTECTED]
Just a FYI,

http://jira.jboss.com/jira/browse/EJBTHREE-440

I have removed everything from the attached testcase that was generating the 
error, and kept only what was causing the issue.

Apparently this is caused by Lazy attributes over Inheritance. I have tried 
several different combinatios of lazy attributes and all of them worked while I 
was trying to replicate this.

Well, the testcase is now created. It will be easier to fix the problem now.

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

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


---
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] - Whre JNDI Queue name is saved? and What does MaxDepth mean?

2006-02-13 Thread chwang
Hi Folks,

Please help
1.)
I went to http://localhost:8080/jmx-console/
then to:  jboss.mq.destination
then to:  name=testQueue,service=Queue
I can change name of JNDIName: queue/testQueue to queue/MyQueue  
then click Apply Changed. 

Could you tell me where the change is saved to?

After shutting down and start it again. the changed JNDIName is gone,
still queue/testQueue. Why? 


2.) I also can setup MaxDepth. For excample I set 50 as MaxDepth.

I wonder if number of the incoming packages is greater than 50. the rest pacake 
will be lost?

Thank you!

Chwang  
 

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

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


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


[JBoss-user] [JBoss and NetBeans] - Re: InitialContext error

2006-02-13 Thread nashaccount
I'm gettin' the same error:

init:
deps-jar:
init:
deps-jar:
compile:
library-inclusion-in-archive:
dist:
compile:
run:
Caught an unexpected exception: Need to specify class name in environment or 
system property, or as an applet parameter, or in an application resource file: 
 java.naming.factory.initial
Java Result: 1
BUILD SUCCESSFUL (total time: 0 seconds)


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

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


---
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] - Problem installing JBossWS in JBoss AS 4.0.4 RC1

2006-02-13 Thread patrick_ibg
I've downloaded and installed 4.0.4 RC1 using the graphical installer using the 
EJB3 profile. Then following the Wiki, I installed JBossWS. I get this problem 
after starting JBoss:


  | 19:02:11,406 INFO  [Server] Core system initialized
  | 19:02:13,171 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: 
resource:log4j.xml
  | 19:02:18,999 INFO  [SocketServerInvoker] Invoker started for locator: 
InvokerLocator [socket://127.0.0.1:3873/]
  | 19:02:19,439 INFO  [AspectDeployer] Deployed AOP: 
file:/apps/jboss-4.0.4RC1/server/default/deploy/ejb3-interceptors-aop.xml
  | 19:02:27,035 WARN  [ServiceController] Problem starting service 
jboss.ws.eventing:service=SubscriptionManager
  | javax.naming.CommunicationException: Receive timed out [Root exception is 
java.net.SocketTimeoutException: Receive timed out]
  | at 
org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:1317)
  | at 
org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1446)
  | at org.jnp.interfaces.NamingContext.rebind(NamingContext.java:484)
  | at org.jnp.interfaces.NamingContext.rebind(NamingContext.java:477)
  | at javax.naming.InitialContext.rebind(InitialContext.java:367)
  | at org.jboss.util.naming.Util.rebind(Util.java:126)
  | at org.jboss.util.naming.Util.rebind(Util.java:113)
  | at 
org.jboss.ws.eventing.mgmt.SubscriptionManager.startService(SubscriptionManager.java:138)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
  | at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:974)
  | at $Proxy0.start(Unknown Source)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:417)
  | at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:190)
  | at $Proxy4.start(Unknown Source)
  | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
  | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:190)
  | at $Proxy6.deploy(Unknown Source)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:334)
  | at 
org.jboss.deployment.scann

[JBoss-user] [JBoss Seam] - Pageflow IDE

2006-02-13 Thread [EMAIL PROTECTED]
Is there a JPDL pageflow plugin like the jBMP plugin?

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

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


---
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: WYSIWYG editor

2006-02-13 Thread conkan
I just meant that you might want to leverage the portlet app so that it is 
consistent with how the portal is layed out. You might want to use the CSS 
style sheets for the themes in core/resources/portal-core-war 
(e.g.-portlet-font).

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

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


---
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: WYSIWYG editor

2006-02-13 Thread conkan
Perhaps you need to need to build the source in your shell. Did you try getting 
the source code for the jboss portal??? (Note that each version of the jboss 
portal has a different infrastructure.)

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

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


---
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: NPE in Management Portlet

2006-02-13 Thread colintoal
Hi Roy,

No - no other myfaces applications. I do have a regular web application and an 
EJB3 application deployed, but nothing that references myfaces or any other JSF 
implementation.

I can undeploy those other apps ( one installs a JAASLoginModule implementation 
) and see if that helps.

Colin

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

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


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

2006-02-13 Thread CBax007
I have noticed that if my custom Exception classes do not extend 
RemoteException, then I get the correct handling on the client side.  The SOAP 
Fault gets generated with the proper detail as follows:

  
  |   
  |soapenv:Client
  |Unable to find Itinerary with id=1
  |
  | http://com.ati.itinerary.model/ws/types";>
  |  Unable to find Itinerary with id=1
  | 
  |
  |   
  | 

But if my exceptions do extend RemoteException, then the proper mappings do not 
get generated (by wscompile) in the WSDL (or jax-rpc mappings file either) and 
the client side handling does not work as expected.  I wanted to try and 
simplify my Web Service Interface classes by not having to have them explicitly 
throw RemoteException.  I was going to do this by having my base exception 
class extend from RemoteException so that all derived classes that are thrown 
by my interfaces will be RemoteExceptios thus not necessitating an explicit 
"throws RemoteException".  Is this not going to be possible?

Also, throwing a RemoteException derived class inside one of my Session Beans 
will cause a transaction rollback, which is what I want.  If I can't have my 
exceptions extend RemoteException because of this webservice problem, is there 
another Exception that I can extend from to get transaction rollback?  Does 
EJBException work the same way?

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

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


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


[JBoss-user] [JBoss and NetBeans] - InitialContext error

2006-02-13 Thread albisvladimir
Hi to all, and thanks in advanced, i want to know i can be sure that my EJB 
module is correctly deployed. Netbeans shows the message that deplayment was 
successfull, but when i try to use the ejb's (BMP) from application client (not 
web) i got the message: "Need to specify name in environment or system property 
.." javax.naming.NoInitialConextException. Maybe i'm missing something, 
please help

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

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


---
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: BPEL - eventHandlers

2006-02-13 Thread adrian.andrei
I modified the RequestListener code to allow concurrent events. In the 
constructor, I replace the line:

  | consumer = messagerSession.getJmsSession().createConsumer(destination, 
selector);
  | 
with

  | Session session = 
messagerSession.getMessager().getConnection().createSession(false, 
Session.AUTO_ACKNOWLEDGE);
  | consumer = session.createConsumer(destination, selector);
  | 

I can receive now event while I am processing different business logic inside 
the scope, but I get a Null pointer exception in MessageHandler. The 
scopeInstance is not found in the token's context instance.


  |   public void messageReceived(Receiver receiver, Element element, Token 
token) {
  |   log.debug("message received");
  | ScopeInstance scopeInstance = ScopeInstance.get(token);
  | if (!scopeInstance.getState().equals(ActiveState.NORMAL_PROCESSING)) {
  |   log.error("Incoming events are only accepted when a scope instance is 
normally processing");
  |   return;
  | }
  | 

Do you intend to fix this issue or should I proceed with debugging even deeper 
into your code?

Regards,
AA


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

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


---
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] - Confused: JBoss 4.0.4RC1, JBossWS, EJB3

2006-02-13 Thread patrick_ibg
I've been trying to gather some information on how to deploy/use webservices on 
JBoss and am rather confused... I'm trying to get web services working with 
EJB3.

- I take it that JBossWS is not supported in JBoss 4.0.3SP1, however it 
apparently works fine in 4.0.4 RC1.
- From the Wiki, there is only one sample that shows how to use EJB3 with JBoss 
web services... ejb3webservices.zip. However this was done on JBoss 4.0.3...

Can anyone point me to an example of how to use JBoss AS (version 4.0.4 RC1) 
using the EJB3 configuration, with a webservices stack? Either JBossWS or ws4ee 
will do... My preference would be to use the annotated EJB3 SLSB endpoint, but 
I'll use whatever works...

Thanks

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

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


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


[JBoss-user] [JBoss and NetBeans] - register jboss server in netbeans 5

2006-02-13 Thread albisvladimir
Hi to all and thanks in advanced, can i register jboss server installed in one 
pc and netbeans in another PC?

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

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


---
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] - DB(hibernate) exception, detached entity usable?

2006-02-13 Thread javatwo
A web application using UserTransaction with Hibernate and JBoss EJB. 

When a user try to delete an entity using em.remove(detachedEntity), then 
commit transaction, but a Hibernate exception raised: reference constraints 
violated. In this case, the detached entity is still being hold by JSF backing 
bean, and user can edit it. When user apply the change using em.merge(), 
incorrect behavior occured. Either saying the detached entity is stale, or 
creating duplicate entity, or WrongClassException. 

Is there a way to detect reference violation before transaction commit to avoid 
DB exception?
In case of DB(hibernate) exception, Is the detached entity re-usable? Is there 
a way to make it re-usable? 

If making a copy of the detached entity and giving the copy to user for 
editing, user can keep the change after hibernate exception. But deep copy is 
expensive. There are many types of entities, and implementation of deep copies 
is not trivial. I am looking for a way to keep detached entities usable even 
after Hibernate exception raised. Is there a way? 

Any idea/help are appreciated. 
Thanks in advance.

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

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


---
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] - How to bypass select in the jbp_user when using DatabaseLogi

2006-02-13 Thread alessandroribeiro
Hi,

I´m using DatabaseLoginModule to authenticate against an application database 
server.  The problem is that, before authenticating against the database, there 
should already be an entry in the jbp_users table, otherwise the user will get 
an "404" error.  To insert that user in the jbp_users, the user should register 
himself in the Portal before he logs in the system, but I´m enforcing login 
before the user can view any of the portlets.  

My question is: can I configure JBP to bypass SELECT on the jbp_users.  
Alternatively, can I configure JBP and/or DatabaseLoginModule to create that 
record on the jbp_user table the first time the user logs in ?  Do I need to 
create a custom LoginModule for that ?

Regards,

Alessandro Coelho Ribeiro
[EMAIL PROTECTED]

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

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


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


[JBoss-user] [JBoss Seam] - Re: CRUD Generator - Deployment Problem

2006-02-13 Thread phicorp
Many thanks.

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

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


---
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: CRUD Generator - Deployment Problem

2006-02-13 Thread [EMAIL PROTECTED]
Oh, OK, this is a bug in the templates.

Please report in Hibernate Tools JIRA.

Should be:

@DataModelSelection("locationTablesList")

etc


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

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


---
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: CRUD Generator - Deployment Problem

2006-02-13 Thread phicorp

  | package test1.model;
  | 
  | // Generated 13/02/2006 20:05:13 by Hibernate Tools 3.1.0.beta4
  | 
  | import java.util.ArrayList;
  | import java.util.List;
  | import java.util.ResourceBundle;
  | import javax.ejb.Interceptors;
  | import javax.ejb.Remove;
  | import javax.ejb.Stateful;
  | import javax.ejb.TransactionAttribute;
  | import static javax.ejb.TransactionAttributeType.NOT_SUPPORTED;
  | import javax.faces.application.FacesMessage;
  | import javax.faces.context.FacesContext;
  | import javax.persistence.EntityManager;
  | import org.hibernate.validator.Valid;
  | import org.jboss.seam.annotations.Begin;
  | import org.jboss.seam.annotations.Destroy;
  | import org.jboss.seam.annotations.End;
  | import org.jboss.seam.annotations.IfInvalid;
  | import org.jboss.seam.annotations.In;
  | import org.jboss.seam.annotations.Name;
  | import org.jboss.seam.annotations.Outcome;
  | import org.jboss.seam.annotations.datamodel.DataModel;
  | import org.jboss.seam.annotations.datamodel.DataModelSelection;
  | import org.jboss.seam.ejb.SeamInterceptor;
  | 
  | @Name("clientEditor")
  | @Stateful
  | @Interceptors(SeamInterceptor.class)
  | public class ClientEditorBean implements ClientEditor {
  | 
  | @In(create = true)
  | private EntityManager entityManager;
  | 
  | @Valid
  | private Client instance = new Client();
  | 
  | @TransactionAttribute(NOT_SUPPORTED)
  | public Client getInstance() {
  | return instance;
  | }
  | 
  | public void setInstance(Client instance) {
  | this.instance = instance;
  | }
  | 
  | private boolean isNew = true;
  | 
  | @TransactionAttribute(NOT_SUPPORTED)
  | public boolean isNew() {
  | return isNew;
  | }
  | 
  | public void setNew(boolean isNew) {
  | this.isNew = isNew;
  | }
  | 
  | private String doneOutcome = "find";
  | 
  | public void setDoneOutcome(String outcome) {
  | doneOutcome = outcome;
  | }
  | 
  | @In(required = false)
  | private transient ClientFinder clientFinder;
  | 
  | @In
  | private transient ResourceBundle resourceBundle;
  | 
  | @Begin(join = true)
  | @IfInvalid(outcome = Outcome.REDISPLAY)
  | public String create() {
  | if (entityManager.find(Client.class, instance.getId()) != null) 
{
  | FacesContext.getCurrentInstance().addMessage(
  | null,
  | new 
FacesMessage(resourceBundle.getString("Client_id")
  | + " " + 
resourceBundle.getString("AlreadyExists")));
  | return null;
  | }
  | entityManager.persist(instance);
  | isNew = false;
  | refreshFinder();
  | return "editClient";
  | }
  | 
  | @IfInvalid(outcome = Outcome.REDISPLAY)
  | public String update() {
  | refreshFinder();
  | return null;
  | }
  | 
  | @End(ifOutcome = "find")
  | public String delete() {
  | entityManager.remove(instance);
  | refreshFinder();
  | return doneOutcome;
  | }
  | 
  | @End(ifOutcome = "find")
  | public String done() {
  | if (!isNew)
  | entityManager.refresh(instance);
  | return doneOutcome;
  | }
  | 
  | private void refreshFinder() {
  | if (clientFinder != null)
  | clientFinder.refresh();
  | }
  | 
  | @Destroy
  | @Remove
  | public void destroy() {
  | }
  | 
  | @DataModel
  | public List getServiceGroupsList() {
  | return instance == null || instance.getServiceGroups() == null 
? null
  | : new ArrayList(instance.getServiceGroups());
  | }
  | 
  | @DataModelSelection
  | private ServiceGroup selectedServiceGroup;
  | 
  | @In(create = true)
  | private transient ServiceGroupEditor servicegroupEditor;
  | 
  | public String createServiceGroup() {
  | servicegroupEditor.setNew(true);
  | servicegroupEditor.setInstance(new ServiceGroup());
  | servicegroupEditor.getInstance().setClient(instance);
  | servicegroupEditor.setDoneOutcome("editClient");
  | return "editServiceGroup";
  | }
  | 
  | public String selectServiceGroup() {
  | servicegroupEditor.setNew(false);
  | servicegroupEditor.setInstance(selectedServiceGroup);
  | servicegroupEditor.setDoneOutcome("editClient");
  | return "editServiceGroup";
  | }
  | 
  | @DataModel
  | public List getResourceTypesList() {
  | return instance == null || instance.getResourceTypes() == null 
? null
  | : new ArrayList(instance.getResourceTypes(

[JBoss-user] [JBoss Portal] - Re: Incomplete deployment listing error

2006-02-13 Thread scotttam
Roy, 

Thanks for the response. 

I didn't have that line in my my.cnf in the first place. Adding it there with 
the   STRICT_TRANS_TABLES omitted and adding the cgi param to the ds file 
didn't seem to fix the problem.

I see the following exception first in the log


  | 7:18:34,709 WARN  [ServiceController] Problem starting service 
portal:policy=PortalPolicyConfigStore,type=Component
  | java.lang.IllegalArgumentException: No transaction manager provided
  | at 
org.jboss.portal.common.transaction.Transactions.applyBefore(Transactions.java:72)
  | at 
org.jboss.portal.security.impl.store.TreeCacheAdapter.start(TreeCacheAdapter.java:146)
  | at 
org.jboss.portal.security.impl.store.JBossTreeCacheStore.startService(JBossTreeCacheStore.java:68)
  | at 
org.jboss.portal.security.impl.JBossPortalPolicyConfigStoreImpl.startService(JBossPortalPolicyConfigStoreImpl.java:264)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:274)
  | at 
org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:181)
  | at 
org.jboss.portal.common.system.AbstractJBossService.start(AbstractJBossService.java:86)
  | 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)
  | .
  | .
  | .
  | 

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

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


---
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: CRUD Generator - Deployment Problem

2006-02-13 Thread [EMAIL PROTECTED]
So, the exception is this:

Missing value() for @DataModelSelection with multiple @DataModels


Show the code for the component that has multiple @DataMOdels

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

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


---
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] - webserivce deployment using JAX-WS tools for server side ar

2006-02-13 Thread balrupa
I'm using  Sun's WSDPack's  JAX-WS tool(wsimport) to create server side 
artifacts for my web service. . 

This does not create jaxrpc-mapping.xml file. (But wscompile from jaxrpc does 
create that ). 

If I understand it correct, I don't need the jaxprc-mapping file at all because 
the schema types are annotated in the created java classes itself. 

Also, I don't need webservices.xml to define my services when I deploy the 
services. ( visit http://blogs.sun.com/roller/page/vijaysr/20060117 for more 
info). 


But there should be a way to define the webservices when I deploy the services. 
This is what I've done in my web.xml. 


OrderProcess

org.jboss.webservice.server.ServiceEndpointServlet
 
1


  
OrderProcess
/OrderProcess
  

  
  
OrderProcessService

webservice.test.jboss.org.samples2.OrderProcessService
WEB-INF/wsdl/order.wsdl 
servicens:OrderProcessService
 
  




And in jboss-web.xml



http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd";>



  
  jaxws1

OrderProcessService

  
webservice.test.jboss.org.samples2.OrderProcess


http://localhost:8080/jaxws1/OrderProcess?wsdl





..
With the above, I couldn't deploy the service. I don't know if I'm missing 
something . 
I get 'page not found' on the url :-  
http://localhost:8080/jaxws1/OrderProcess?wsdl

Has anybody used jax-ws from WSDP to deploy the service on Jboss4.0.4RC1. 


Advance Thanks for your help. 





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

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


---
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: CRUD Generator - Deployment Problem

2006-02-13 Thread phicorp
I am now using the latest nightly build of JBoss IDE.

When I deploy to jboss-4.0.4RC1 I am informed that JBoss cannot deploy the war 
file successfully. However this message is preceded by the following errors:

2006-02-13 21:10:03,203 FATAL 
[org.hibernate.ejb.packaging.PersistenceXmlLoader] entityManager JTA

2006-02-13 21:10:09,328 ERROR 
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/seamapp]] 
Exception sending context initialized event to listener instance of class 
org.jboss.seam.servlet.SeamListener
java.lang.IllegalStateException: Missing value() for @DataModelSelection with 
multiple @DataModels

I am using the following configuration files:

seam.properties

  | org.jboss.seam.core.init.jndiPattern seamapp/#{ejbName}/local
  | 

persistence.xml

  | 
  |
  |   org.hibernate.ejb.HibernatePersistence
  |   java:/phicorpBookingDataSource
  |   
  |  
  |  
  |  
  |  
  |  
  |   
  |
  | 
  | 

phicorp-booking-ds.xml

  | 
  | 
  |   
  | phicorpBookingDataSource
  | 
jdbc:postgresql://localhost:5432/phicorp_booking_development
  | org.postgresql.Driver
  | phicorp_booking_dev_user
  | phicorp_booking_dev_user
  |   
  | 
  | 

Can you see any errors in my configuration, and comment on the 
@DataModelSelection error?

Many thanks,
Bruce.


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

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


---
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: changing text in browser-tab

2006-02-13 Thread dhexus
thank you for your fast and detailed contribution! you all make this forum 
great!
although my solution looks quite different, you gave me the idea to change

$PORTAL_HOME/core/src/bin/portal-core-war/layouts/generic/index.jsp

in the following way:
 MY TEXT
  |  

dhexus

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

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


---
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: JAAS and SEAM

2006-02-13 Thread grig77cristi
"[EMAIL PROTECTED]" wrote : "mjschehl" wrote : Shouldn't Seam come packaged 
with these Login and Security check type of functionality built-in and 
overridable if needed?
  | 
  | Perhaps, but the trouble is that I am not sure that all Seam apps will want 
to do security stuff in the same way and I am not enough of an expert on 
security to be able to decide what is the "best" way.
  | 
  | I figure that if it is easy to do this stuff by writing Seam interceptors 
(it is, I suppose), then for now we should leave it to the user, since they 
will do a better job of it...
  | 
  | If someone who is a true expert on this stuff wants to contribute 
something, I am very interested, however.

We have any working example using JAAS ? My JAAS authentification was broken 
after upgrading to seam1.0beta2.  

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

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


---
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] - Returning NULL via webservice from a POJO?

2006-02-13 Thread escher9694
I'm attempting to expose a simple bean with ws4ee.  I'm using JBoss 4.0.3SP1 
and jwsdp-2.0.  ws-compile gave me a few issues, but I got it to deploy and 
serve wsdl files just fine.  The problem is when I call the (doc/literal) 
webservice from an axis client, I get the following exception:

2006-02-13 14:25:31,367 ERROR [org.apache.catalina.connector.CoyoteAdapter] An 
exception or error occurred in the container during the request processing
java.lang.IllegalArgumentException: The char '0x0' in 'java.io.IOException: 
java.lang.IllegalArgumentException: The char '0x0' in '' is not a valid XML 
character.' is not a valid XML character.
at org.jboss.axis.components.encoding.AbstractXMLEncoder.encode(Abstract
XMLEncoder.java:206)
at org.jboss.axis.utils.XMLUtils.xmlEncodeString(XMLUtils.java:97)
at org.jboss.axis.AxisFault.dumpToString(AxisFault.java:327)
at org.jboss.axis.AxisFault.printStackTrace(AxisFault.java:782)


I looked at what should have been returned in a debugger and saw one String 
containing null characters.  I could manually handle this condition for every 
String returned, but is there no way to pass this as binary data?

I hesitate to modify these returned bean classes since they are generated code!

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

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


---
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: JBoss 4.0.2 - Coldfusion - myfaces interoperability

2006-02-13 Thread bhanuk
I missed out in the imports on the cfm page in my previous post:

My cfm page looks like this:

(both the cfimports below are between <>, for some reason, this post strips it 
off if i keep it)

cfimport taglib="/WEB-INF/lib/myfaces_html.tld" prefix="h"
cfimport taglib="/WEB-INF/lib/myfaces_core.tld" prefix="f"




























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

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


---
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: mulit-threading and commit transaction

2006-02-13 Thread edgarpoce
hi

anonymous wrote : Doesn't szenario b) do the trick? Executing whatever long 
running task you have asynchronously by way of JMS or jBPM 3.1? 

 I didn't know about the new feature in 3.1, I'll take a look at it asap. 
thanks for the tip.

 Even when I could manage to roll my own jms stuff I don't like the idea of 
doing it, I'd like the workflow to do it for me if possible. 

br,
edgar

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

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


---
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] - JBoss 4.0.2 - Coldfusion - myfaces interoperability

2006-02-13 Thread bhanuk
I have this sample application where I want to confirm Interoperability of 
Coldfusion and MyFaces.  I deployed this application on JBoss 4.0.2.  after 
several, several hurdles, I have this following error:

Could not create instance of tag handler class 
org.apache.myfaces.taglib.html.HtmlFormTag: java.lang.ClassCastException: 
org.apache.myfaces.taglib.html.HtmlFormTag. 

java.lang.ClassCastException: org.apache.myfaces.taglib.html.HtmlFormTag
at 
coldfusion.runtime.NeoPageContext$TagSet.getTagHandlerInstance(NeoPageContext.java:1845)
at 
coldfusion.runtime.NeoPageContext.getTagHandlerInstance(NeoPageContext.java:1800)
at coldfusion.runtime.CfJspPage._initTag(CfJspPage.java:1167)
at cflogin2ecfm806713828.runPage(C:\Program 
Files\JBoss\jboss-4.0.2\server\default\.\deploy\ColdFusionMyFacesTiles.war\cfm\login.cfm:5)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:147)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:357)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:62)
at 
coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:107)
at 
coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:80)
at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:24)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:47)
at 
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:35)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:43)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:105)
at 
coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
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:153)
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)



My cfm page looks like this:





























I have tweaked several things in JBoss.  As per the wiki, 
http://www.jboss.com/wiki/Wiki.jsp?page=JBossFaces, I configured jsf-libs and 
added all the myfaces jars.  I also added the tlds for myfaces-core and 
myfaces-html.  I just cannot get it to work.  Can you please help?

Thanks


PS:  I am able to get a regular JSF-Myfaces app working fine on JBoss.  No 
issues.  Problem arises when I try to interoperate with Coldfusion on JBoss.  

Any ideas is appreciated.

Thanks

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

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


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

[JBoss-user] [JBoss jBPM] - Re: mulit-threading and commit transaction

2006-02-13 Thread RAlfoeldi
Hi Edgar,

I would like to understand this one.

Doesn't szenario b) do the trick? Executing whatever long running task you have 
asynchronously by way of JMS or jBPM 3.1?

Then you would only have to lock on the processInstance for the short time you 
need to update variables and trigger a transition.

Am I missing something?

Greetings


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

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


---
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] - value-object getter causes EJBException

2006-02-13 Thread ceeper
I defined a value-object and added two methods within the bean:

public abstract BeanValue getBeanValue();
public abstract void setBeanValue( BeanValue value );

Every access to this methods causes an EJBException. The method ist not a CMP 
field or a select method. I tried it with jboss 4.0.1 and 4.0.3SP3 out, both 
show the same behavior.
I'm sure that i used the same coding with an older version 3.2.7 which didn't 
cause such problems. Could it be a configuration problem?

cep

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

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


---
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: mulit-threading and commit transaction

2006-02-13 Thread edgarpoce
hi Rainer 

anonymous wrote : So my answer to your question is another question: what is 
the use case for Java concurrency in jBPM? 

Another use case for the record ;). I'm using jbpm to manage a billing system. 
The billing process involves not only human interaction but also time consuming 
queries that I'll run against an oracle 10g cluster. 

I decided to use JBPM because I thought I could model the concurrent execution 
of the calculations, unfortunately I was wrong and we are evaluating other 
products because of this limitation. 

Other than that I'm very happy with JBPM. 

br,
edgar

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

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


---
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: Transaction is not active

2006-02-13 Thread iggi
Thank you for your response.  However, I?m still unclear as to what I need to 
do to fix the issue in my code.   The example about RetryingTransactions is 
referring to an EJB, and my code is in a simple servlet running in Tomcat under 
JBoss.   

The snippet of code below is my method for obtaining a JTA connection from the 
pool.  As you can see it does the JNDI lookup, fetches the DataSource object, 
and tries to return a Connection object.  Once I have the DataSource, how can I 
determine if the connection I get will be dead?  Or, if I trap the exception, 
how can I remove the dead transaction from the pool and get a live one?


private static Connection getJBossJTAConnection(String poolName) throws 
DataException
  | {
  | Connection conn = null;
  | try {
  | InitialContext ctx = 
JNDIManager.getInstance().getInitialContext();
  | DataSource ds = (DataSource)ctx.lookup("comp/env/jdbc/" 
+ poolName + "Tx");
  | conn = ds.getConnection();
  | }
  | catch ( Exception e ) {
  | e.printStackTrace();
  | throw new DataException( e.getMessage() );
  | }
  | return conn;
  | }   


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

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


---
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] - Configure default portal instance to load

2006-02-13 Thread IvanLatysh
I configured 2 portal instances, they are working fine when I access them with 
full URL. But I want to configure MyPortal to load as default when user hit URL 
http://localhost:8080/portal

How I can configure default portal instance to load ?

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

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


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


[JBoss-user] [JBossCache] - Re: Eviction Using Too Much Memory?

2006-02-13 Thread drosenbaum
Oh yeah, I forgot to mention that I took this heap dump when the app was 
initialized right after Hibernate was finished configuring.  Nothing was even 
placed in the cache yet at this point.

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

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


---
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] [Performance Tuning] - 99% usage using cluster

2006-02-13 Thread possumpc
I am seeing an odd behavior that maybe someone else has had experience with.
Jboss 4.0.1sp1.

I have an application that is deployed on a cluster, to 3 nodes, on
separte Linux servers (SLES 9).

After a while (3-4 days) , nodes 2 and 3 spike the CPU usage to 99%, and the
application becomes sluggish. node 1 appears stable.

If I restart nodes 2 and 3, it comes back to normal, but then node 1 spikes to 
99%.

Can anyone explain what may be happening and where I should look to tune this?
This is a production server so it is hard to "play around" with settings.

Thanks for ay help in advance.







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

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


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


[JBoss-user] [JBossCache] - Re: Eviction Using Too Much Memory?

2006-02-13 Thread drosenbaum
Ben,

Thanks for your reply.  The numbers in my profiling here is only the amount of 
memory used for the Object[] array with empty slots, I do not think it includes 
any objects actually referenced by the array itself.  In other words, it is 
13600272 bytes just for having an Object[] array of 20 elements, even if 
all those elements are null.

As you could see from the stack trace where it is allocated:

  | 
EDU.oswego.cs.dl.util.concurrent.BoundedBuffer.(BoundedBuffer.java:46)
  | org.jboss.cache.eviction.Region.createQueue(Region.java:62)
  | 
  | 

The code at Region.java at line 62 is 

  |  nodeEventQueue_ = new BoundedBuffer(RegionManager.CAPACITY);
  | 

(RegionManager.CAPACITY is 20 in RegionManager.java)

and line 46 at BoundedBuffer.java is 

  | array_ = new Object[capacity];
  | 


That is where the size of 13600272 bytes is coming from, just from the empty 
array of new Object[capacity] but not considering any elements actually in it.

(Unless if I am misinterpreting the profiler output?)

Thanks,
Daniel

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

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


---
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: Strange problem with ant war deployment : Unexpected end

2006-02-13 Thread pokkie
Peter,

My war is about 7 MB, so I am actually sure that you might be 
right in your assessment. Going to try out the move & copy 
strategy. 

Thanks for the feedback,

-- Izak

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

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


---
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] - reconnect to temporary queue ?

2006-02-13 Thread Mr. M
When a temporary queue's socket is broken, is there a JBoss method for 
reconnecting to the same temporary queue rather than creating another temporary 
queue?  I thought I saw a forum posting on how to do this but can't find it now.

Thanks,
Mark

[EMAIL PROTECTED]

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

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


---
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: changing text in browser-tab

2006-02-13 Thread noicangi
sorry its looks awfull again:

in hte directory web-inf of your war portal instance create a directory callae 
portal-layout.xml with this:


  | 
  |
  |   myLAYOUT
  |   /layouts/index.jsp
  |   /layouts/maximized.jsp
  |   
  |  
  |  
  |  
  |   
  |
  | 

then in the war file create the dir /layouts/index.jsp with this code:

 <%@ page import="org.jboss.portal.server.PortalConstants"%>
  | <%@ taglib uri="/WEB-INF/theme/portal-layout.tld" prefix="p" %>
  | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
  | http://www.w3.org/1999/xhtml";>
  | 
  | 
  | 
  |YOUR TITLE
  | 
  | 
  |
  |
  |
  |
  |
  |
  |
  | 
  | 
  | 
  | 
  | 
  |
  |   
  |  
  |  
  | 
  |
  |   
  |   
  |
  | 
  |  
  |  
  | 
  | 
  | 
  | 
  | 
  | 
  | Powered by 
http://www.vianauta.com";>Vianauta
  |
  | 
  |  
  |   
  |
  | 
  | 
  | 

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

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


---
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: changing text in browser-tab

2006-02-13 Thread noicangi
that's part of the layout of the portal ;)  in your portal instance.war add the 
file portal-layouts.xml with this:



   
  your name
  /layouts/index.jsp
  /layouts/maximized.jsp
  
 
 
 
  
   



and in the war file copy a dir called layouts/index.jsp with the index.jsp 
containing this:


%@ page import="org.jboss.portal.server.PortalConstants"%>
<%@ taglib uri="/WEB-INF/theme/portal-layout.tld" prefix="p" %>
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>


   
 

 HERE   YOUR TITLE  FOR BROWSER 
   

 


   
   
   
   
   





   
  
 
 

   
  
  
   

 
 






Powered by Vianauta
   

 
  
   




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

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


---
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: mulit-threading and commit transaction

2006-02-13 Thread RAlfoeldi
Hi Raj,

check out the various threads on this subject. This has been discussed in 
extreme detail. 

As I mentioned there are good reasons not to spawn threads. One would be that 
you are simply not allowed to do so in a J2EE environment. The others lie in 
the concept and implementation details of the processInstance.

While missing concurrency sounds like a problem, I'm not quite sure it realy 
is, at least I haven't seen a use case that requires concurrency.

a) if the execution time of the concurrent paths is short (quickly executing 
Actions) you will not realy notice the missing concurrency.
b) if they are long running you can execute the long running parts 
asychronously (roll your own JMS stuff or use the new feature in 3.1)
c) if they require user interaction you will need telepathic siamese twins to 
get concurrent user interaction
d) if your concern is CPU utilisation (as is mine with two 16GB, 4CPU Suns in a 
cluster :-)  you will need to have a workload backlog lined up to fully use 
those anyway, concurrency or no concurrency.

So my answer to your question is another question: what is the use case for 
Java concurrency in jBPM?

This does not give you concurrency, but maybe you don't even need it...

(I'm not aware of what the jBPM Team is planning on this, though.)

Greetings

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

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


---
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: Can't find RolePortlet in standard 2.2 binary distributi

2006-02-13 Thread [EMAIL PROTECTED]
the role portlet is enabled in 2.2.1RC1 and disabled in 2.2.0

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

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


---
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] - Help needed from [EMAIL PROTECTED] this method is e

2006-02-13 Thread msomepal
I have a stateless been which registers a timer with App Server.I want to do 
this with out a startup class.Whenever appserver instantiates a bean it has to 
check appserver for any registered timers and if dont have any should register 
one.I am thinking of doing this in @PostConstruct method.But there will be no 
business methods invoked on this bean as there wont be any clients for this 
bean.My Question is,Even there are no business methods invoked does jboss 
container calls PostConstruct method? 

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

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


---
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] - JBoss Portal Innovation Award

2006-02-13 Thread [EMAIL PROTECTED]
We want to hear how developers have used JBoss Portal to improve existing 
processes, overcome technology challenges, and enhance their company?s bottom 
line. 

Winning projects across several categories will be promoted and recognized at 
the largest worldwide JBoss community event, JBoss World in Las Vegas, June 
12-15, 2006. From these category winners, an Innovator of Year Award winner 
will be selected by the JBoss community and presented at a special awards 
ceremony at JBoss World.

We want to hear from the community on the innovative things you are doing with 
JBoss Portal: http://www.jbossworld.com/innovation_award.htm

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

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


---
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: BPEL - Client loading issues with EJB3 RC5

2006-02-13 Thread adrian.andrei
FYI

My mistake, the current configuration was internally released without the 
client deployer file. The client works now after I copied the 
client-deployer-service.xml over to the deploy folder.

Regards,
AA


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

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


---
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: signout no longer works

2006-02-13 Thread ScottDawson
Do you prefer diff files, or the .java files or something else?

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

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


---
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] - changing text in browser-tab

2006-02-13 Thread dhexus
hi, 

im looking for a way to change the text appearing in the browser tab  and in 
the system 
panel respectively. i am using jboss as 4.0.4-RC1 and jboss portal 2.2.1-RC2. 
the current entry "JBoss Portal 2.2.1-RC2" is a little bit technical. 

.. still not finding the relevant file - what is the relevant file? thanks in 
advance, 

dhexus

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

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


---
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: BPEL - Client loading issues with EJB3 RC5

2006-02-13 Thread [EMAIL PROTECTED]
None that I'm aware of. You might want to browse the EJB 3 forum for any 
relevant posts.

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

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


---
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: help in starting portal server (No null layout allowed h

2006-02-13 Thread frantuma
I was getting both the "no transaction error" on startup and the "null layout" 
when accessing the portal. Now I got rid of the "no transaction" doing what I 
list below, but I still get the null layout and portal is not accessible. Stack 
trace seems to mention just before the "no layout" error a:

 anonymous wrote : WARN  [ThemeServiceImpl] Theme with name [Nphalanx] not found

I don't know if it could be related. Only error during startup regards mail in 
portal service and I guess it's not related at all to the main issue

Any clue? 

Configuration:
- MySql 4.1
- Latest connector
- JBoss 4.04RC1
- Portal2.2.1RC2
- JDK 1.5
- Win Xp

Steps to get rid of "no transaction" error:

- delete all jbossportal related db tables
- delete dir 'portal' from jboss/../data
- use mysql connector 3.1.12
- use this suggestion from topic : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=75740&postdays=0&postorder=asc&start=20

I was getting the no transaction manager problem that others described earlier 
on this thread. I changed the configuration of the transient tree cache mbean 
in the portal's jboss-service.xml to the following...

Code:


  | org.jboss.cache.JBossTransactionManagerLookup
  | REPEATABLE_READ
  | LOCAL
  | *jboss.jca:service=DataSourceBinding,name=PortalDS*
  | 


My error trace:

20:50:42,851 WARN  [ThemeServiceImpl] Theme with name [Nphalanx] not found
20:50:42,942 ERROR [PortalServlet] Invocation exception
org.jboss.portal.server.invocation.InvocationException: 
javax.servlet.ServletException: No null layout allowed here
at 
org.jboss.portal.core.command.RenderPageCommand.execute(RenderPageCommand.java:168)
at 
org.jboss.portal.core.command.ControllerCommand.dispatch(ControllerCommand.java:78)
at 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:140)
at 
org.jboss.portal.core.aspects.controller.EventBroadcasterInterceptor.invoke(EventBroadcasterInterceptor.java:85)
at 
org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
at 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
at 
org.jboss.portal.core.aspects.controller.PolicyEnforcementInterceptor.invoke(PolicyEnforcementInterceptor.java:168)
at 
org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
at 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
at 
org.jboss.portal.core.aspects.controller.PortalNodeInterceptor.invoke(PortalNodeInterceptor.java:61)
at 
org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
at 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
at 
org.jboss.portal.core.aspects.controller.NavigationInterceptor.invoke(NavigationInterceptor.java:58)
at 
org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
at 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
at 
org.jboss.portal.server.invocation.Invocation.invoke(Invocation.java:175)
at 
org.jboss.portal.core.command.CommandContext.execute(CommandContext.java:107)
at 
org.jboss.portal.core.command.ExecutionContext.execute(ExecutionContext.java:93)
at 
org.jboss.portal.core.command.ExecutionContext.execute(ExecutionContext.java:77)
at org.jboss.portal.core.CoreController.handle(CoreController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at 
org.jboss.mx.util.JMXInvocationHandler.invoke(JMXInvocationHandler.java:287)
at $Proxy98.handle(Unknown Source)
at 
org.jboss.portal.server.ServerInvocation.dispatch(ServerInvocation.java:76)
at 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:140)
at 
org.jboss.portal.core.aspects.server.SubjectAssociationInterceptor.invoke(SubjectAssociationInterceptor.java:47)
at 
org.jboss.portal.server.ServerInterc

[JBoss-user] [JBoss jBPM] - Re: mulit-threading and commit transaction

2006-02-13 Thread dharraj
Hello Rainer


  | correct, you will not achieve true Java concurrency with a fork
  | 

Are their any plans to enable this? If so, do you roughly know when?

Thanks
Raj


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

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


---
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] - BPEL - Client loading issues with EJB3 RC5

2006-02-13 Thread adrian.andrei
Hi,

We updated our JBOSS configuration with v 4.0.3. SP1 and we added the EJB3 RC5 
module. Ever since I have problems deploying the BPEL client (v 1.4) and i have 
the following error message:

  | --- Packages waiting for a deployer ---
  | [EMAIL PROTECTED] { 
url=file:/C:/XYZ/server/all/tmp/deploy/tmp65433myName-application.
  | ear-contents/myName-client.jar }
  |   deployer: null
  |   status: Starting
  |   state: START_SUBDEPLOYMENTS
  |   watch: 
file:/C:/XYZ/server/all/tmp/deploy/tmp65433myName-application.ear-contents/myName-client.jar
  |   altDD: null
  |   lastDeployed: 1139857944773
  |   lastModified: 1139857944742
  |   mbeans:
  | 

This is quite strange since the client jar contains only the 
application-client.xml, jboss-client.xml and jaxrpc-mapping.xml descriptors, 
nothing else.

This jar file was successfully deployed on previous EJB3 RC1 implementation. I 
cannot test my BPEL scripts using java ws client code anymore. Is there a 
dependency that we forgot to update?

Thanks,
AA



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

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


---
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: XDoclet Error

2006-02-13 Thread rsood72
hey anuj
how did you fix this error

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

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


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

2006-02-13 Thread CBax007
I have a Java Service Endpoint that throws a custom Exception called 
FinderException (not javax.ejb.FinderException).  The method on the Interface 
that the SE implements is as follows:

Itinerary findItinerary(Long itineraryId) throws FinderException;

The code for that custom exception class is as follows:

public class FinderException extends java.rmi.RemoteException {
  | 
  | public FinderException(String s, Throwable cause) {
  | super(s, cause);
  | }
  | 
  | public FinderException(String s) {
  | super(s);
  | }
  | }

In the SE implementation class, I throw that custom exception in cases when I 
can not find a matching result in the DB for the supplied itineraryId.  On the 
client side, I'm using Dynamic Proxies to execute the web service call.  Now, 
when I make the call to findItinerary for an itineraryId that does not exist, 
I'm expecting that on the client side, I will be able to catch that 
FinderException and handle it appropriately.  Unfortunately, what I get instead 
is an UndeclaredThrowableException which renders my try:catch useless.  The 
stack trace I get is as follows:

java.lang.reflect.UndeclaredThrowableException
  | at $Proxy1.findItinerary(Unknown Source)
  | at com.ati.client.ItineraryInfoTest.main(ItineraryInfoTest.java:13)
  | Caused by: org.jboss.axis.AxisFault: Unable to find Itinerary with id=1
  | at 
org.jboss.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:303)
  | at 
org.jboss.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:142)
  | at 
org.jboss.axis.encoding.DeserializationContextImpl.endElement(DeserializationContextImpl.java:1249)
  | at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown 
Source)
  | at 
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
  | at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
 Source)
  | at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
  | at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
  | at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
  | at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
  | at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
  | at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown 
Source)
  | at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
  | at 
org.jboss.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:257)
  | at org.jboss.axis.MessagePart.getAsSOAPEnvelope(MessagePart.java:684)
  | at org.jboss.axis.Message.getSOAPEnvelope(Message.java:428)
  | at org.jboss.axis.client.Call.invokeEngine(Call.java:3102)
  | at org.jboss.axis.client.Call.invoke(Call.java:3064)
  | at org.jboss.axis.client.Call.invoke(Call.java:2652)
  | at org.jboss.axis.client.Call.invoke(Call.java:2561)
  | at org.jboss.axis.client.Call.invokeInternal(Call.java:1982)
  | at org.jboss.axis.client.Call.invoke(Call.java:1920)
  | at org.jboss.webservice.client.CallImpl.invoke(CallImpl.java:265)
  | at 
org.jboss.axis.client.AxisClientProxy.invokeSEIMethod(AxisClientProxy.java:286)
  | at org.jboss.webservice.client.PortProxy.invoke(PortProxy.java:177)
  | ... 2 more

Can anyone help me to figure out if this is expected behavior and if not, what 
can I do to fix it?

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

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


---
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: WYSIWYG editor

2006-02-13 Thread noicangi
i suposed the tiny_mce its an aplication used by the portal, i updated the time 
mce to get all the funcionalities of  the editor.the things it that it 
works the same as the original one but its still with problems...the fonts, 
color size of letters etc...i know i could upload a file but its for have the 
portal perfect :P

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

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


---
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: get 404 error when get http://localhost:8080/portal

2006-02-13 Thread [EMAIL PROTECTED]
For the Oracle fix, you need to use Portal 2.2RC2+

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

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


---
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: NPE in Management Portlet

2006-02-13 Thread [EMAIL PROTECTED]
Strange. Do you happen to have another myfaces app deployed on here?

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

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


---
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: jbpm webapp application into a portlet in a portal

2006-02-13 Thread [EMAIL PROTECTED]
What is this webapp built in?

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

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


---
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: Incomplete deployment listing error

2006-02-13 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=AvoidMySQL5DataTruncationErrors

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

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


---
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: Problem with Lazy attributes - 4.0.3SP1-EJB3.0RC4

2006-02-13 Thread elkner
Another hint I got wrt. 440:

0 DEBUG [ main ] org.jboss.security.SecurityAssociation - Using ThreadLocal: 
false
50 DEBUG [ main ] org.jboss.remoting.Client - invoke called, but our invoker is 
disconnected, discarding and fetching another fresh invoker for: InvokerLocator 
[socket://192.168.21.1:3873/?serializationtype=java]
51 DEBUG [ main ] org.jboss.remoting.transport.socket.SocketClientInvoker - 
connect called for: [EMAIL PROTECTED]
69 DEBUG [ main ] org.jboss.remoting.marshal.MarshalFactory - Tried to find 
marshaller from locator by both data type and class name but was unsuccessful.  
Will try to load it from remote server.
70 DEBUG [ main ] org.jboss.remoting.marshal.MarshalFactory - Could not find 
unmarshaller by data type ('null').  Will try to load dynamically.
112 DEBUG [ main ] org.jboss.remoting.marshal.MarshalFactory - Tried to find 
marshaller from locator by both data type and class name but was unsuccessful.  
Will try to load it from remote server.
112 DEBUG [ main ] org.jboss.remoting.marshal.MarshalFactory - Could not find 
unmarshaller by data type ('null').  Will try to load dynamically.
1480 ERROR [ main ] org.jboss.remoting.transport.socket.SocketClientInvoker - 
Got marshalling exception, exiting
java.lang.ClassCastException: cannot assign instance of 
org.hibernate.proxy.SerializableProxy to field foo.bar.entities.CatTest.parent 
of type foo.bar.entities.CatTest in instance of foo.bar.entities.CatTest
at 
java.io.ObjectStreamClass$FieldReflector.setObjFieldValues(ObjectStreamClass.java:1977)

So I guess this is really a bug...

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

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


---
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: JBoss MainDeployer doesn't pick up exploded JAR on my Li

2006-02-13 Thread alchemista
Cause was found and seemingly unrelated. My HSQLDB data files were corrupted 
somehow. I had almost 1GB of data in them.

When I was debugging with jdb, I noticed that the HSQLDB service was trying to 
be deployed before my exploded JAR. The deploying of the HSQLDB service was 
never finishing because of a huge delay, thus my files were never getting 
deployed since they were to be deployed after HSQLDB.

Hope this helps someone else! I did this via a low-level jdb debug since it was 
on a remote Linux machine, would've been nicer within Eclipse.

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

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


---
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: @Factory problem

2006-02-13 Thread [EMAIL PROTECTED]
See this thread:

http://www.jboss.com/index.html?module=bb&op=viewtopic&t=77297


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

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


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