[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-77) EntityManagerHibernateSessionFactory missing

2005-02-22 Thread Stefan Lindner (JIRA)
EntityManagerHibernateSessionFactory missing


 Key: EJBTHREE-77
 URL: http://jira.jboss.com/jira/browse/EJBTHREE-77
 Project: EJB 3.0
Type: Bug
  Components: EJB3 Extensions  
Versions: Preview 3
 Environment: JDK 1.5_01, WinXPSP2, JBOss 4.0.1SP1, EJB3.0Preview3, CA-Ingres 
DBMS
Reporter: Stefan Lindner
Priority: Critical


I have a statefull session bean. With 

@Inject
private EntityManager manager;

I have a client application that uses this bean. Everything works fine. After 
some time the session bean gets passivated. Now, when calling a method of the 
session bean the bean gets re-activated (can bee watched through the following 
code).

@PostActivate
public void postActivate()

Now, eny call concerning the EntityManager manager e.g.

manager.contains(a Entity object)


leads to an error message like this:

java.lang.RuntimeException: javax.naming.NameNotFoundException: 
EntityManagerHibernateSessionFactory not bound

A look into the source code (taken from CVS today) of 
org.jboss.ejb3.EJBContainer shows the following code:

   public static final String ENTITY_MANAGER_HIBERANTE_SESSION_FACTORY = 
EntityManagerHibernateSessionFactory;

   protected void resolveInjectors() throws Exception
   {
  Context ctx = new InitialContext();
  enc = ThreadLocalENCFactory.create(ctx);
  ThreadLocalENCFactory.push(enc);
  try
  {
 Thread.currentThread().setContextClassLoader(classloader);
 Util.createSubcontext(ctx, Container.ENC_CTX_NAME + /env);
 if (getHibernateSessionFactory() != null)
 {
NonSerializableFactory.rebind(enc, EntityManager, new 
EntityManagerImpl(getHibernateSessionFactory()));
NonSerializableFactory.rebind(enc, 
ENTITY_MANAGER_HIBERANTE_SESSION_FACTORY, getHibernateSessionFactory());

I cannot find any hint about this EntityManagerHibernateSessionFactor. nor 
JBoss, neither Hibernate. Even google shows 0 hits. What am I doing wrong? Or 
is this a bug?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1146303 ] error in MdbEjb.jsp page

2005-02-22 Thread SourceForge.net
Bugs item #1146303, was opened at 2005-02-22 15:57
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1146303group_id=22866

Category: JBossWeb
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: matrat jean-michel (jmmatrat)
Assigned to: Nobody/Anonymous (nobody)
Summary: error in MdbEjb.jsp page

Initial Comment:
When I click on the link to get infos about a mdb I've
got this

HTTP Status 500 -

type Exception report

message

description The server encountered an internal error ()
that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException: Impossible de
compiler la classe pour la JSP

Une erreur s'est produite à la ligne: 95 dans le
fichier jsp: /MdbEjb.jsp
Erreur de servlet générée:
D:\java\plateforme\jboss-4.0.1sp1\server\default\work\jboss.web\localhost\web-console\org\apache\jsp\MdbEjb_jsp.java:189:
cannot resolve symbol
symbol  : method isStatisticsProvider ()
location: interface
org.jboss.management.j2ee.MessageDrivenBeanMBean
if (ejb.isStatisticsProvider())
   ^


Une erreur s'est produite à la ligne: 127 dans le
fichier jsp: /MdbEjb.jsp
Erreur de servlet générée:
D:\java\plateforme\jboss-4.0.1sp1\server\default\work\jboss.web\localhost\web-console\org\apache\jsp\MdbEjb_jsp.java:223:
cannot resolve symbol
symbol  : method getStats ()
location: interface
org.jboss.management.j2ee.MessageDrivenBeanMBean
javax.management.j2ee.statistics.MessageDrivenBeanStats
stats =
(javax.management.j2ee.statistics.MessageDrivenBeanStats)ejb.getStats
();
  
  
  ^


Une erreur s'est produite à la ligne: 127 dans le
fichier jsp: /MdbEjb.jsp
Erreur de servlet générée:
Note:
D:\java\plateforme\jboss-4.0.1sp1\server\default\work\jboss.web\localhost\web-console\org\apache\jsp\MdbEjb_jsp.java
uses or overrides a deprecated API.
Note: Recompile with -deprecation for details.
2 errors




org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:84)

org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:332)
org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:412)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)

org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)

org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)

note The full stack trace of the root cause is
available in the Apache Tomcat/5.0.28 logs.
Apache Tomcat/5.0.28

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1146303group_id=22866


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-95) Class cast exception in TreeCacheView2

2005-02-22 Thread Steven Guy (JIRA)
Class cast exception in TreeCacheView2
--

 Key: JBCACHE-95
 URL: http://jira.jboss.com/jira/browse/JBCACHE-95
 Project: JBoss Cache
Type: Bug
Versions: 1.2
Reporter: Steven Guy
 Assigned to: Bela Ban 


I have a cache with some fqns that are composed of Integers.  I get a 
ClassCastException on child_name=(String)it.next();


   void addGuiNode(String fqn) {
 ...
 for(Iterator it=children.iterator(); it.hasNext();) {
child_name=(String)it.next();
...
 }
  }

should be changed to (I think):

   void addGuiNode(String fqn) {
 ...
 for(Iterator it=children.iterator(); it.hasNext();) {
child_name=it.next().toString();
...
 }
  }


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-95) Class cast exception in TreeCacheView2

2005-02-22 Thread Bela Ban (JIRA)
 [ http://jira.jboss.com/jira/browse/JBCACHE-95?page=history ]

Bela Ban updated JBCACHE-95:


 Original Estimate: 300
Remaining Estimate: 300
   Fix Version: 1.2.1

 Class cast exception in TreeCacheView2
 --

  Key: JBCACHE-95
  URL: http://jira.jboss.com/jira/browse/JBCACHE-95
  Project: JBoss Cache
 Type: Bug
 Versions: 1.2
 Reporter: Steven Guy
 Assignee: Bela Ban
  Fix For: 1.2.1


 Original Estimate: 5 minutes
 Remaining: 5 minutes

 I have a cache with some fqns that are composed of Integers.  I get a 
 ClassCastException on child_name=(String)it.next();
void addGuiNode(String fqn) {
  ...
  for(Iterator it=children.iterator(); it.hasNext();) {
 child_name=(String)it.next();
 ...
  }
   }
 should be changed to (I think):
void addGuiNode(String fqn) {
  ...
  for(Iterator it=children.iterator(); it.hasNext();) {
 child_name=it.next().toString();
 ...
  }
   }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBCACHE-95) Class cast exception in TreeCacheView2

2005-02-22 Thread Bela Ban (JIRA)
 [ http://jira.jboss.com/jira/browse/JBCACHE-95?page=history ]
 
Bela Ban resolved JBCACHE-95:
-

Resolution: Done

fixed

 Class cast exception in TreeCacheView2
 --

  Key: JBCACHE-95
  URL: http://jira.jboss.com/jira/browse/JBCACHE-95
  Project: JBoss Cache
 Type: Bug
 Versions: 1.2
 Reporter: Steven Guy
 Assignee: Bela Ban
  Fix For: 1.2.1


 Original Estimate: 5 minutes
 Remaining: 5 minutes

 I have a cache with some fqns that are composed of Integers.  I get a 
 ClassCastException on child_name=(String)it.next();
void addGuiNode(String fqn) {
  ...
  for(Iterator it=children.iterator(); it.hasNext();) {
 child_name=(String)it.next();
 ...
  }
   }
 should be changed to (I think):
void addGuiNode(String fqn) {
  ...
  for(Iterator it=children.iterator(); it.hasNext();) {
 child_name=it.next().toString();
 ...
  }
   }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-78) EntityManager/HibernateSessionFactory not bound to enc

2005-02-22 Thread Bill Burke (JIRA)
EntityManager/HibernateSessionFactory not bound to enc
--

 Key: EJBTHREE-78
 URL: http://jira.jboss.com/jira/browse/EJBTHREE-78
 Project: EJB 3.0
Type: Bug
Versions: Preview 3
Reporter: Bill Burke
 Fix For: Preview 4


EntityManager/HibernateSessioNFactory were never bound into ENC.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-79) entity name not being resolved correctly in EntityManager impl

2005-02-22 Thread Bill Burke (JIRA)
entity name not being resolved correctly in EntityManager impl
--

 Key: EJBTHREE-79
 URL: http://jira.jboss.com/jira/browse/EJBTHREE-79
 Project: EJB 3.0
Type: Bug
Versions: Preview 3
Reporter: Bill Burke
 Fix For: Preview 4


The EntityManagerImpl was not looking up Entity.name() to determine name of 
Entity.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-80) javax.ejb.Entity should be moved to javax.persistence package

2005-02-22 Thread Bill Burke (JIRA)
javax.ejb.Entity should be moved to javax.persistence package
-

 Key: EJBTHREE-80
 URL: http://jira.jboss.com/jira/browse/EJBTHREE-80
 Project: EJB 3.0
Type: Bug
Versions: Preview 3
Reporter: Bill Burke
 Fix For: Preview 4




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBREM-63) Get rid of the legacy configuration that embeds xml parsing

2005-02-22 Thread Tom Elrod (JIRA)
 [ http://jira.jboss.com/jira/browse/JBREM-63?page=history ]

Tom  Elrod updated JBREM-63:


Fix Version: 1.2.0 beta
 (was: 1.0.1 final)

 Get rid of the legacy configuration that embeds xml parsing
 ---

  Key: JBREM-63
  URL: http://jira.jboss.com/jira/browse/JBREM-63
  Project: JBoss Remoting
 Type: Task
 Versions: 1.0.1 beta
 Reporter: Scott M Stark
 Assignee: Tom  Elrod
  Fix For: 1.2.0 beta



 I see that the org.jboss.remoting.transport.Connector is using the legacy 
 mechanism of using an Element configuration as an attribute and doing the xml 
 parsing within the code. This needs to be removed and replaced with JBossXB 
 constructs. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1462) Unified invoker config needs to expose basic settings

2005-02-22 Thread Tom Elrod (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBAS-1462?page=comments#action_12315592 ]
 
Tom  Elrod commented on JBAS-1462:
--

StoreFilePath - indicates to which directory to write the callback objects. The 
default value is the property value of 'jboss.server.data.dir' and if this is 
not set, then will be 'data'. Will then append 'remoting' and the callback 
client's session id. An example would be 
'data\remoting\5c4o05l-9jijyx-e5b6xyph-1-e5b6xyph-2'.

Have added this to the comments.

 Unified invoker config needs to expose basic settings
 -

  Key: JBAS-1462
  URL: http://jira.jboss.com/jira/browse/JBAS-1462
  Project: JBoss Application Server
 Type: Bug
   Components: Remoting
 Versions: JBossAS-5.0 Alpha
 Reporter: Scott M Stark
 Assignee: Tom  Elrod
  Attachments: example-service.xml


 A simple ejb testcase that has the bean method sleep for 90 seconds:
public void useCallerForAuth()
{
   try
   {
  Thread.sleep(90*1000);
 ...
 fails with a timeout from the transport layer.
   java.net.SocketTimeoutException: Read timed out; nested exception is: 
   java.rmi.ConnectException: Failed to communicate.  Problem during 
 marshalling/unmarshalling; nested exception is: 
   java.net.SocketTimeoutException: Read timed out 
 type=java.rmi.ServerExceptionjava.rmi.ServerException: Failed to 
 communicate.  Problem during marshalling/unmarshalling; nested exception is: 
   java.net.SocketTimeoutException: Read timed out; nested exception is: 
   java.rmi.ConnectException: Failed to communicate.  Problem during 
 marshalling/unmarshalling; nested exception is: 
   java.net.SocketTimeoutException: Read timed out
   at 
 org.jboss.invocation.unified.interfaces.UnifiedInvokerProxy.invoke(UnifiedInvokerProxy.java:118)
   at 
 org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:96)
   at 
 org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46)
   at 
 org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:55)
   at 
 org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:97)
   at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:87)
   at $Proxy3.useCallerForAuth(Unknown Source)
   at 
 org.jboss.test.jca.test.SecurityContextUnitTestCase.testCallerIdentityPropagation(SecurityContextUnitTestCase.java:65)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
   at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
   at junit.extensions.TestSetup.run(TestSetup.java:23)
 Caused by: java.rmi.ConnectException: Failed to communicate.  Problem during 
 marshalling/unmarshalling; nested exception is: 
   java.net.SocketTimeoutException: Read timed out
   at 
 org.jboss.remoting.transport.socket.SocketClientInvoker.transport(SocketClientInvoker.java:264)
   at 
 org.jboss.remoting.RemoteClientInvoker.invoke(RemoteClientInvoker.java:116)
   at org.jboss.remoting.Client.invoke(Client.java:197)
   at 
 org.jboss.invocation.unified.interfaces.UnifiedInvokerProxy.invoke(UnifiedInvokerProxy.java:102)
   ... 28 more
 Caused by: java.net.SocketTimeoutException: Read timed out
   at java.net.SocketInputStream.socketRead0(Native Method)
   at java.net.SocketInputStream.read(SocketInputStream.java:129)
   at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
   at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
   at 
 java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2133)
   at 
 java.io.ObjectInputStream$BlockDataInputStream.peek(ObjectInputStream.java:2423)
   at 
 java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2433)
   at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1245)
   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
   at 
 org.jboss.remoting.marshal.serializable.SerializableUnMarshaller.read(SerializableUnMarshaller.java:35)
   at 
 org.jboss.invocation.unified.marshall.InvocationUnMarshaller.read(InvocationUnMarshaller.java:31)
   at 
 org.jboss.remoting.transport.socket.SocketClientInvoker.transport(SocketClientInvoker.java:242)
   ... 31 more
 Basic configuration settings like timeout, port, bind address, socket 
 factories, etc. need to be made manifest in the conf/jboss-service.xml with 
 the attributes/config commented out if needed so that its simple to update 
 these settings.

-- 
This message is automatically generated by JIRA.
-
If you 

[JBoss-dev] [ jboss-Bugs-1146382 ] USE JIRA TO POST BUG REPORTS

2005-02-22 Thread SourceForge.net
Bugs item #1146382, was opened at 2005-02-22 16:39
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1146382group_id=22866

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Adrian Brock (ejort)
Assigned to: Nobody/Anonymous (nobody)
Summary: USE JIRA TO POST BUG REPORTS

Initial Comment:
http://jira.jboss.com

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1146382group_id=22866


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Atomic read OR write

2005-02-22 Thread krisjenkins
Hi,

I'm looking into migrating from OSCache to JBossCache, and I'm worried about a 
locking issue.

I'd like to be able to say, atomically, Read this FQN/KEY, and if it comes 
back null, acquire a write lock and query the database.  What I want to avoid 
is having two threads which read, find the key empty, first thread aquires a 
write lock, second thread queues for a write lock when it will only need a read 
lock.

Is it possible to do this with JBossCache?

Cheers,
Kris

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1146384 ] POST BUG REPORTS ON JIRA

2005-02-22 Thread SourceForge.net
Bugs item #1146384, was opened at 2005-02-22 16:40
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1146384group_id=22866

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Adrian Brock (ejort)
Assigned to: Nobody/Anonymous (nobody)
Summary: POST BUG REPORTS ON JIRA

Initial Comment:
http://jira.jboss.com

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1146384group_id=22866


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1146385 ] USE JIRA

2005-02-22 Thread SourceForge.net
Bugs item #1146385, was opened at 2005-02-22 16:40
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1146385group_id=22866

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Adrian Brock (ejort)
Assigned to: Nobody/Anonymous (nobody)
Summary: USE JIRA

Initial Comment:
http://jira.jboss.com

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1146385group_id=22866


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1146386 ] GO HERE: http://jira.jboss.com

2005-02-22 Thread SourceForge.net
Bugs item #1146386, was opened at 2005-02-22 16:41
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1146386group_id=22866

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Adrian Brock (ejort)
Assigned to: Nobody/Anonymous (nobody)
Summary: GO HERE: http://jira.jboss.com

Initial Comment:
.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1146386group_id=22866


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: Atomic read OR write

2005-02-22 Thread [EMAIL PROTECTED]
This may be difficult to do without thinking it further. If the node does not 
exist, for example, there is no way to lock it. Therefore, atomicity can not be 
achieved.

-Ben

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-78) EntityManager/HibernateSessionFactory not bound to enc

2005-02-22 Thread Bill Burke (JIRA)
 [ http://jira.jboss.com/jira/browse/EJBTHREE-78?page=history ]
 
Bill Burke closed EJBTHREE-78:
--

Resolution: Done

 EntityManager/HibernateSessionFactory not bound to enc
 --

  Key: EJBTHREE-78
  URL: http://jira.jboss.com/jira/browse/EJBTHREE-78
  Project: EJB 3.0
 Type: Bug
 Versions: Preview 3
 Reporter: Bill Burke
  Fix For: Preview 4



 EntityManager/HibernateSessioNFactory were never bound into ENC.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-79) entity name not being resolved correctly in EntityManager impl

2005-02-22 Thread Bill Burke (JIRA)
 [ http://jira.jboss.com/jira/browse/EJBTHREE-79?page=history ]
 
Bill Burke closed EJBTHREE-79:
--

Resolution: Done

 entity name not being resolved correctly in EntityManager impl
 --

  Key: EJBTHREE-79
  URL: http://jira.jboss.com/jira/browse/EJBTHREE-79
  Project: EJB 3.0
 Type: Bug
 Versions: Preview 3
 Reporter: Bill Burke
  Fix For: Preview 4



 The EntityManagerImpl was not looking up Entity.name() to determine name of 
 Entity.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Replacing UserModule

2005-02-22 Thread sradford
If I wanted to 'replace' the User portlet with my own so that I can define 
different fields for my user population (and where they are stored) anyone got 
any good pointers on the best way to do it?

Thanks and regards,

Sean

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-80) javax.ejb.Entity should be moved to javax.persistence package

2005-02-22 Thread Bill Burke (JIRA)
 [ http://jira.jboss.com/jira/browse/EJBTHREE-80?page=history ]
 
Bill Burke closed EJBTHREE-80:
--

Resolution: Done

 javax.ejb.Entity should be moved to javax.persistence package
 -

  Key: EJBTHREE-80
  URL: http://jira.jboss.com/jira/browse/EJBTHREE-80
  Project: EJB 3.0
 Type: Bug
 Versions: Preview 3
 Reporter: Bill Burke
  Fix For: Preview 4





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: News Portlet

2005-02-22 Thread [EMAIL PROTECTED]
.org/.com are running on Nukes 1.1. Don't blame me.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Problem with cvs

2005-02-22 Thread lnhf
Hi all,
I had a problem with cvs sources.
I had jboss-portal-2.0 sources with cvs but I had a problem with cvs update, 
so I have tried to delete this project and add another but now i had a problem 
with cvs checkout ...
I use the good pserver:[EMAIL PROTECTED]:/cvsroot/jboss

Thanks for your help ...
lnhf

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Preferences

2005-02-22 Thread patrickdalla
Ok.

When you've solved the problem post a message here.

thanks

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBMICROCONT-14) Create ClassAdaptor spi

2005-02-22 Thread Adrian Brock (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBMICROCONT-14?page=comments#action_12315605 ]
 
Adrian Brock commented on JBMICROCONT-14:
-

This has been done.
Bill to verify the api is what he had in mind.

 Create ClassAdaptor spi
 ---

  Key: JBMICROCONT-14
  URL: http://jira.jboss.com/jira/browse/JBMICROCONT-14
  Project: JBoss MicroContainer
 Type: Task
 Reporter: Adrian Brock
 Assignee: Bill Burke



 The ClassAdaptor spi is a set of interfaces that defines how to aspectize a 
 POJO class.
 This maybe a null operation.
 The ClassAdaptor allows different policies to be used, currently two are 
 anticapted,
 javabean and jboss-aop.
 It performs the following functions:
 * Integration point for retrieving ClassData
 * Annotation processing (both retrieval and overriding)
 * Dependency resolution
 * JoinPointFactory resolution (dependency upon custom configuration by 
 annotation overrides
 and how the class is instrumented - if at all)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBMICROCONT-13) Create Joinpoint spi

2005-02-22 Thread Adrian Brock (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBMICROCONT-13?page=comments#action_12315607 ]
 
Adrian Brock commented on JBMICROCONT-13:
-

This has been done. Still need JoinpointFactory implementing within AOP

 Create Joinpoint spi
 

  Key: JBMICROCONT-13
  URL: http://jira.jboss.com/jira/browse/JBMICROCONT-13
  Project: JBoss MicroContainer
 Type: Task
   Components: Container
 Reporter: Adrian Brock
 Assignee: Bill Burke



 This is a set of interfaces that model different types of invocations.
 It is a set of interfaces that can be used to construct invocations that 
 target either
 javabeans or the jboss aop advisors.
 The joinpoints are obtained through a JoinPointFactory that serves as the 
 joinpoint model
 in effect, i.e. reflection or jboss-aop

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBMICROCONT-12) ClassData spi

2005-02-22 Thread Adrian Brock (JIRA)
 [ http://jira.jboss.com/jira/browse/JBMICROCONT-12?page=history ]
 
Adrian Brock closed JBMICROCONT-12:
---

 Resolution: Done
Fix Version: JBossMC_1_0_0M2

Bill has done this.
I modified it slightly to use interfaces,
such that an alternate implementation can lazy load data.

 ClassData spi
 -

  Key: JBMICROCONT-12
  URL: http://jira.jboss.com/jira/browse/JBMICROCONT-12
  Project: JBoss MicroContainer
 Type: Task
   Components: BeanInfo
 Reporter: Adrian Brock
 Assignee: Bill Burke
  Fix For: JBossMC_1_0_0M2



 Define the ClassData spi.
 This is a concrete implementation of class metadata that can be used
 to analyse classes.
 It is similar to javassist's data and can be used by both jboss-aop and the 
 microcontainer
 (and other modules if required).
 This replaces the BeanInfo spi currently in the container module.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBMICROCONT-17) BeanJoinPointFactory

2005-02-22 Thread Adrian Brock (JIRA)
 [ http://jira.jboss.com/jira/browse/JBMICROCONT-17?page=history ]
 
Adrian Brock closed JBMICROCONT-17:
---

 Resolution: Done
Fix Version: JBossMC_1_0_0M2

This has been done.

 BeanJoinPointFactory
 

  Key: JBMICROCONT-17
  URL: http://jira.jboss.com/jira/browse/JBMICROCONT-17
  Project: JBoss MicroContainer
 Type: Task
   Components: Container
 Reporter: Adrian Brock
 Assignee: Adrian Brock
  Fix For: JBossMC_1_0_0M2



 Create a BeanJoinPointFactory, a reflection based JoinPointFactory for when 
 aop is not
 available or not required.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBMICROCONT-3) Usa JBoss AOP as underlying aspect engine

2005-02-22 Thread Adrian Brock (JIRA)
 [ http://jira.jboss.com/jira/browse/JBMICROCONT-3?page=history ]
 
Adrian Brock closed JBMICROCONT-3:
--

Resolution: Done

This is being resolved on other tasks.

 Usa JBoss AOP as underlying aspect engine
 -

  Key: JBMICROCONT-3
  URL: http://jira.jboss.com/jira/browse/JBMICROCONT-3
  Project: JBoss MicroContainer
 Type: Feature Request
 Versions: JBossMC_1_0_0M2
 Reporter: Bill Burke
  Fix For: JBossMC_1_0_0M2



 Work with JBoss AOP team to make JBoss AOP underlying aspect engine.  Filter 
 requirements to JBoss AOP team.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBMICROCONT-19) Controller should use the ClassAdaptor

2005-02-22 Thread Adrian Brock (JIRA)
 [ http://jira.jboss.com/jira/browse/JBMICROCONT-19?page=history ]
 
Adrian Brock closed JBMICROCONT-19:
---

 Resolution: Done
Fix Version: JBossMC_1_0_0M2

This has been done. The controller uses the ClassAdapter
through the kernel config and BeanInfo implementations.

 Controller should use the ClassAdaptor
 --

  Key: JBMICROCONT-19
  URL: http://jira.jboss.com/jira/browse/JBMICROCONT-19
  Project: JBoss MicroContainer
 Type: Task
   Components: Dependency
 Reporter: Adrian Brock
 Assignee: Adrian Brock
  Fix For: JBossMC_1_0_0M2



 Modify the controller's describe() and instantiate() processing to use the 
 ClassAdaptor.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBAOP-52) Resolve Adrian's requirements for JBoss 5.0

2005-02-22 Thread Adrian Brock (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAOP-52?page=history ]
 
Adrian Brock closed JBAOP-52:
-

Resolution: Done

This is being resolved on other tasks.

 Resolve Adrian's requirements for JBoss 5.0
 ---

  Key: JBAOP-52
  URL: http://jira.jboss.com/jira/browse/JBAOP-52
  Project: JBoss AOP
 Type: Feature Request
 Versions: 2.0
 Reporter: Bill Burke
 Assignee: Bill Burke
  Fix For: 2.0



 Adrian has some specific requirements for AOP for the microkernel and other 
 services.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBMICROCONT-15) Reflection based implementation of classdata spi

2005-02-22 Thread Adrian Brock (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBMICROCONT-15?page=comments#action_12315612 ]
 
Adrian Brock commented on JBMICROCONT-15:
-

This has been done. Needs optimizing so we don't load a reflection model
for the entire classloader space.

 Reflection based implementation of classdata spi
 

  Key: JBMICROCONT-15
  URL: http://jira.jboss.com/jira/browse/JBMICROCONT-15
  Project: JBoss MicroContainer
 Type: Task
   Components: BeanInfo
 Reporter: Adrian Brock
 Assignee: Adrian Brock



 There needs to be a reflection based implementation of the ClassData spi for 
 when
 javassist/aop is not available.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBMICROCONT-16) BeanInfo model

2005-02-22 Thread Adrian Brock (JIRA)
 [ http://jira.jboss.com/jira/browse/JBMICROCONT-16?page=history ]
 
Adrian Brock closed JBMICROCONT-16:
---

 Resolution: Done
Fix Version: JBossMC_1_0_0M2

This has been done.

 BeanInfo model
 --

  Key: JBMICROCONT-16
  URL: http://jira.jboss.com/jira/browse/JBMICROCONT-16
  Project: JBoss MicroContainer
 Type: Task
 Reporter: Adrian Brock
 Assignee: Adrian Brock
  Fix For: JBossMC_1_0_0M2



 The BeanInfo model needs moving back into MicroContainer module.
 It provides javabean semantics on top of the ClassData model.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: Atomic read OR write

2005-02-22 Thread [EMAIL PROTECTED]
How about the following code:

// ReentrantLock lock;
lock.acquire();
Object val=cache.get(key);
if(val == null) {
  val=fetchValueFromDB();
  cache.put(node, key, val);
}
lock.release();

This simply uses external synchronization.

A more elegant solution would be to use a CacheLoader: a get() fetches the 
value from the DB and adds it to the cache with a write-lock. CacheLoader 
synchronizes access, so only 1 thread actually triggers the loading.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: Atomic read OR write

2005-02-22 Thread krisjenkins
Ah, that's a shame.  Thanks for the rapid answer though, Ben.

Cheers,
Kris

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: Atomic read OR write

2005-02-22 Thread krisjenkins
Bela,

Maybe I'm missing something, but it looks like that code fragment makes things 
worse.  Now it will synchronize on every read, not just every 
read-that-requires-a-write.  Is that right?  And if so, would a cacheLoader 
suffer the same problem?

Kris





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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1462) Unified invoker config needs to expose basic settings

2005-02-22 Thread Tom Elrod (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1462?page=history ]
 
Tom  Elrod resolved JBAS-1462:
--

 Resolution: Done
Fix Version: JBossAS-5.0 Alpha

Added comments for remoting service config.

 Unified invoker config needs to expose basic settings
 -

  Key: JBAS-1462
  URL: http://jira.jboss.com/jira/browse/JBAS-1462
  Project: JBoss Application Server
 Type: Bug
   Components: Remoting
 Versions: JBossAS-5.0 Alpha
 Reporter: Scott M Stark
 Assignee: Tom  Elrod
  Fix For: JBossAS-5.0 Alpha
  Attachments: example-service.xml


 A simple ejb testcase that has the bean method sleep for 90 seconds:
public void useCallerForAuth()
{
   try
   {
  Thread.sleep(90*1000);
 ...
 fails with a timeout from the transport layer.
   java.net.SocketTimeoutException: Read timed out; nested exception is: 
   java.rmi.ConnectException: Failed to communicate.  Problem during 
 marshalling/unmarshalling; nested exception is: 
   java.net.SocketTimeoutException: Read timed out 
 type=java.rmi.ServerExceptionjava.rmi.ServerException: Failed to 
 communicate.  Problem during marshalling/unmarshalling; nested exception is: 
   java.net.SocketTimeoutException: Read timed out; nested exception is: 
   java.rmi.ConnectException: Failed to communicate.  Problem during 
 marshalling/unmarshalling; nested exception is: 
   java.net.SocketTimeoutException: Read timed out
   at 
 org.jboss.invocation.unified.interfaces.UnifiedInvokerProxy.invoke(UnifiedInvokerProxy.java:118)
   at 
 org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:96)
   at 
 org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46)
   at 
 org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:55)
   at 
 org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:97)
   at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:87)
   at $Proxy3.useCallerForAuth(Unknown Source)
   at 
 org.jboss.test.jca.test.SecurityContextUnitTestCase.testCallerIdentityPropagation(SecurityContextUnitTestCase.java:65)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
   at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
   at junit.extensions.TestSetup.run(TestSetup.java:23)
 Caused by: java.rmi.ConnectException: Failed to communicate.  Problem during 
 marshalling/unmarshalling; nested exception is: 
   java.net.SocketTimeoutException: Read timed out
   at 
 org.jboss.remoting.transport.socket.SocketClientInvoker.transport(SocketClientInvoker.java:264)
   at 
 org.jboss.remoting.RemoteClientInvoker.invoke(RemoteClientInvoker.java:116)
   at org.jboss.remoting.Client.invoke(Client.java:197)
   at 
 org.jboss.invocation.unified.interfaces.UnifiedInvokerProxy.invoke(UnifiedInvokerProxy.java:102)
   ... 28 more
 Caused by: java.net.SocketTimeoutException: Read timed out
   at java.net.SocketInputStream.socketRead0(Native Method)
   at java.net.SocketInputStream.read(SocketInputStream.java:129)
   at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
   at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
   at 
 java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2133)
   at 
 java.io.ObjectInputStream$BlockDataInputStream.peek(ObjectInputStream.java:2423)
   at 
 java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2433)
   at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1245)
   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
   at 
 org.jboss.remoting.marshal.serializable.SerializableUnMarshaller.read(SerializableUnMarshaller.java:35)
   at 
 org.jboss.invocation.unified.marshall.InvocationUnMarshaller.read(InvocationUnMarshaller.java:31)
   at 
 org.jboss.remoting.transport.socket.SocketClientInvoker.transport(SocketClientInvoker.java:242)
   ... 31 more
 Basic configuration settings like timeout, port, bind address, socket 
 factories, etc. need to be made manifest in the conf/jboss-service.xml with 
 the attributes/config commented out if needed so that its simple to update 
 these settings.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira




[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-77) EntityManagerHibernateSessionFactory missing

2005-02-22 Thread Bill Burke (JIRA)
 [ http://jira.jboss.com/jira/browse/EJBTHREE-77?page=history ]
 
Bill Burke closed EJBTHREE-77:
--

Resolution: Duplicate Issue

fixed in CVS.  Duplicate bug

 EntityManagerHibernateSessionFactory missing
 

  Key: EJBTHREE-77
  URL: http://jira.jboss.com/jira/browse/EJBTHREE-77
  Project: EJB 3.0
 Type: Bug
   Components: EJB3 Extensions
 Versions: Preview 3
  Environment: JDK 1.5_01, WinXPSP2, JBOss 4.0.1SP1, EJB3.0Preview3, CA-Ingres 
 DBMS
 Reporter: Stefan Lindner
 Priority: Critical



 I have a statefull session bean. With 
   @Inject
   private EntityManager manager;
 I have a client application that uses this bean. Everything works fine. After 
 some time the session bean gets passivated. Now, when calling a method of the 
 session bean the bean gets re-activated (can bee watched through the 
 following code).
   @PostActivate
   public void postActivate()
 Now, eny call concerning the EntityManager manager e.g.
   manager.contains(a Entity object)
 leads to an error message like this:
   java.lang.RuntimeException: javax.naming.NameNotFoundException: 
 EntityManagerHibernateSessionFactory not bound
 A look into the source code (taken from CVS today) of 
 org.jboss.ejb3.EJBContainer shows the following code:
public static final String ENTITY_MANAGER_HIBERANTE_SESSION_FACTORY = 
 EntityManagerHibernateSessionFactory;
protected void resolveInjectors() throws Exception
{
   Context ctx = new InitialContext();
   enc = ThreadLocalENCFactory.create(ctx);
   ThreadLocalENCFactory.push(enc);
   try
   {
  Thread.currentThread().setContextClassLoader(classloader);
  Util.createSubcontext(ctx, Container.ENC_CTX_NAME + /env);
  if (getHibernateSessionFactory() != null)
  {
 NonSerializableFactory.rebind(enc, EntityManager, new 
 EntityManagerImpl(getHibernateSessionFactory()));
 NonSerializableFactory.rebind(enc, 
 ENTITY_MANAGER_HIBERANTE_SESSION_FACTORY, getHibernateSessionFactory());
 I cannot find any hint about this EntityManagerHibernateSessionFactor. nor 
 JBoss, neither Hibernate. Even google shows 0 hits. What am I doing wrong? Or 
 is this a bug?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-1497) org.jboss.util.property.PropertyMap remove has invalid assumption of String values

2005-02-22 Thread Scott M Stark (JIRA)
org.jboss.util.property.PropertyMap remove has invalid assumption of String 
values
--

 Key: JBAS-1497
 URL: http://jira.jboss.com/jira/browse/JBAS-1497
 Project: JBoss Application Server
Type: Bug
Versions:  JBossAS-4.0.1 SP1, JBossAS-4.0.1 Final,  JBossAS-3.2.7 Final
Reporter: Scott M Stark
 Fix For:  JBossAS-4.0.2RC1, JBossAS-5.0 Alpha


org.jboss.util.property.PropertyMap remove has an invalid assumption that only 
String values exist in the map. This is incorrect since this is an extension of 
java.util.Hashtable which has a generic put(Object, Object) method.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - JBossCache in Tomcat w/ Transaction Support

2005-02-22 Thread Bill Bejeck
Hi,

I am currently evaluating JBossCache for my company.  For our purposes we will 
need to use JBossCache inside of Tomcact.  For transaction support I have added 
the JOTM jar files and used the configuration example from the JOTM docs.  In 
the JBossCache config file I set the JBossTransactionManagerLookup class to 
org.jboss.cache.GenericTransactionManagerLookup which seems to work fine.  I 
have two instances of tomcat on the same machine for my environment.  When I 
put objects into the tree with the following code 

 try {
  |ut.begin();
  |tree.put(node,currentCount,item);
  |ut.commit();
  | } catch(Exception e){
  | log.error(Error adding to cache,e);
  | try{
  | ut.rollback();
  | }catch(Exception e2){}
  | 
  | }finally{
  |//sets ThreadLocal treeCache varible to null
  | TreeCacheUtil.closeTreeCacheSession();
  |//sets ThreadLocal transaction varible to null
  | UserTransactionUtil.transactionDone();
  | tree=null;
  | ut=null;
  | }
from node 1 I get the following error on node 
2org.jboss.util.NestedRuntimeException: ; - nested throwable: 
(java.lang.Exception: method call _put cannot be converted to a modification)
  | at 
org.jboss.cache.interceptors.CacheStoreInterceptor$SynchronizationHandler.beforeCompletion(CacheStoreInterceptor.java:236)
  | at 
org.objectweb.jotm.SubCoordinator.doBeforeCompletion(SubCoordinator.java:1078)
  | at 
org.objectweb.jotm.SubCoordinator.commit_one_phase(SubCoordinator.java:375)
  | at org.objectweb.jotm.TransactionImpl.commit(TransactionImpl.java:219)
  | at 
org.jboss.cache.interceptors.ReplicationInterceptor.replicate(ReplicationInterceptor.java:182)
  | at org.jboss.cache.TreeCache._replicate(TreeCache.java:2679)
  | 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.jgroups.blocks.MethodCall.invoke(MethodCall.java:236)
  | at org.jgroups.blocks.RpcDispatcher.handle(RpcDispatcher.java:220)
  | at 
org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:615)
  | at 
org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:512)
  | at 
org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:326)
  | at 
org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.handleUp(MessageDispatcher.java:722)
  | at 
org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.access$300(MessageDispatcher.java:554)
  | at 
org.jgroups.blocks.MessageDispatcher$1.run(MessageDispatcher.java:691)
  | at java.lang.Thread.run(Thread.java:534)
  | Caused by: java.lang.Exception: method call _put cannot be converted to a 
modification
  | at 
org.jboss.cache.interceptors.CacheStoreInterceptor.convertMethodCallToModification(CacheStoreInterceptor.java:192)
  | at 
org.jboss.cache.interceptors.CacheStoreInterceptor.prepareCacheLoader(CacheStoreInterceptor.java:144)
  | at 
org.jboss.cache.interceptors.CacheStoreInterceptor.access$000(CacheStoreInterceptor.java:22)
  | at 
org.jboss.cache.interceptors.CacheStoreInterceptor$SynchronizationHandler.beforeCompletion(CacheStoreInterceptor.java:222)
  | ... 18 more
  | 2005-02-22 12:46:37,781 DEBUG http-8080-Processor25 
treecache.util.TreeCacheUtil - treecache null, setting to instance
  | 2005-02-22 12:46:52,796 ERROR http-8080-Processor25 
org.jboss.cache.lock.IdentityLock - read lock for /treecache/pojo/Item could 
not be acquired after 15000 ms. Lock map ownership Read lock owners: []
  | Write lock owner: 172.30.3.123:7805:2
  |  (caller=Thread[http-8080-Processor25,5,main])
  | 2005-02-22 12:46:52,796 DEBUG http-8080-Processor25 org.jboss.cache.Node - 
failure acquiring lock: fqn=/treecache/pojo/Item, 
requester=Thread[http-8080-Processor25,5,main], lock=write 
owner=172.30.3.123:7805:2
  | 2005-02-22 12:46:52,796 ERROR http-8080-Processor25 
treecache.servlets.ViewNodesServlet - Error retreiving nodes from tree
  | org.jboss.cache.lock.TimeoutException: lock for /treecache/pojo/Item could 
not be acquired after 15000ms. Lock map ownership  Read lock owners: []
  | Write lock owner: 172.30.3.123:7805:2
  | 
  | at 
org.jboss.cache.lock.IdentityLock.acquireReadLock(IdentityLock.java:227)
  | at org.jboss.cache.Node.acquireReadLock(Node.java:418)
  | at 

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1497) org.jboss.util.property.PropertyMap remove has invalid assumption of String values

2005-02-22 Thread Scott M Stark (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1497?page=history ]
 
Scott M Stark closed JBAS-1497:
---

 Assign To: Scott M Stark
Resolution: Done

 org.jboss.util.property.PropertyMap remove has invalid assumption of String 
 values
 --

  Key: JBAS-1497
  URL: http://jira.jboss.com/jira/browse/JBAS-1497
  Project: JBoss Application Server
 Type: Bug
 Versions:  JBossAS-4.0.1 SP1, JBossAS-4.0.1 Final,  JBossAS-3.2.7 Final
 Reporter: Scott M Stark
 Assignee: Scott M Stark
  Fix For:  JBossAS-4.0.2RC1, JBossAS-5.0 Alpha



 org.jboss.util.property.PropertyMap remove has an invalid assumption that 
 only String values exist in the map. This is incorrect since this is an 
 extension of java.util.Hashtable which has a generic put(Object, Object) 
 method.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: Atomic read OR write

2005-02-22 Thread [EMAIL PROTECTED]
Use a read/write lock then. The problem you are trying to solve is exactly what 
the CacheLoader was designed to do.

With a CacheLoader, every get() on a non-existing node, or a node marked as 
not-yet-loaded will access the underlying store.



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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: JBossCache in Tomcat w/ Transaction Support

2005-02-22 Thread [EMAIL PROTECTED]
You need to specify JOTM's TransactionManager, not the generic one. The latter 
will fall back to the DummyTransactionManager.
Regarding the _put(): can you debug and print out the method that fails ?
Otherwise, create a small program that reproduces the bug and attach it to a 
JIRA bug report for JBCACHE.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1442) JBAS-57 was not fully backwards compatible

2005-02-22 Thread Adrian Brock (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1442?page=history ]

Adrian Brock reassigned JBAS-1442:
--

Assign To: Adrian Brock

 JBAS-57 was not fully backwards compatible
 --

  Key: JBAS-1442
  URL: http://jira.jboss.com/jira/browse/JBAS-1442
  Project: JBoss Application Server
 Type: Bug
   Components: Clustering
 Versions: JBossAS-4.0.1 Final
 Reporter: Adrian Brock
 Assignee: Adrian Brock



 The change to allow the clustered colocation policy to be overridden
 http://jira.jboss.com/jira/browse/JBAS-57
 is not fully backwards compatbile with previous releases.
 i.e. When the invoker interceptor is used for a non clustered proxy where
 one server looks up a service from another server.
 If both servers have the service installed it will use the colocated path
 when the intention is to use the remote service.
 e.g. Server1 looks up the RMIAdaptor for Server2
 Because Server1 also has an RMIAdaptor it will use the colocated RMIAdaptor.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JGRP-31) Problem with MERGE2 when not using multicast

2005-02-22 Thread Scott M Stark (JIRA)
 [ http://jira.jboss.com/jira/browse/JGRP-31?page=comments#action_12315623 ]
 
Scott M Stark commented on JGRP-31:
---

Having a requirement for a persistent store and the associated services (db 
server, writable disk, etc.) seems like a bad minimum requirement for jgroups 
to operate in this mode. This would limit the contexts in which such a 
configuration could be used.

 Problem with MERGE2 when not using multicast
 

  Key: JGRP-31
  URL: http://jira.jboss.com/jira/browse/JGRP-31
  Project: JGroups
 Type: Bug
 Versions: 2.2.8
  Environment: SUN Java 1.4.2_05
 Reporter: B.S.Navin
 Assignee: Bela Ban
  Fix For: 2.2.8



 Hi,
 There is one case in which MERGE2 will fail while using TCPPING/UDP(without 
 mcast):
 
 The initial_hosts property is abc.com[7800];xyz.com[7801].
 These 2 machines are permanent group members (if they are up, they will be 
 members of the group).
 Now there are numerous other programs on different machines that may 
 dynamically join and leave the group. These members are not known before hand 
 and cannot be specified in the initial_hosts property.
 The members on abc.com and xyz.com are started and they join the same group. 
 Now another member from mnop.com starts and joins the group. The 
 co-ordinator will be abc.com
 A network problem occurs and mnop.com is separated from abc.com and xyz.com
 mnop.com forms its own single-member group with itself as the co-ordinator.
 Now suppose the network problem is fixed. The MERGE2 protocol on mnop.com 
 periodically checks on the initial_hosts list to see if they are up. It now 
 finds that abc.com is reachable and decides that abc.com is the leader (by 
 lexical sorting) and will take care of the merging. So it does not go ahead 
 with the merge.
 On the other hand, the MERGE2 protocol on both abc.com and xyz.com just check 
 if they can find members on the initial_hosts with a different  co-ordinator. 
 Both of them never consider mnop.com as it is not in the initial_hosts list
 So mnop.com will never be merged with the group.
 
 Even the new MERGE3  MERGEFAST protocols don't seem to help here. I checked 
 them out and found the following:
 MERGEFAST works only if multicast is used, which is not my case.
 MERGE3 just sends I am co-ordinator messages to a null destination. So in 
 the case where multicast is enabled, it goes to all possible members. But in 
 my case, with multicast disabled, the message will only be unicast to each 
 member of the current group. So in the above example, the I am co-ordinator 
 messages will never go to mnop.com after the network problem.
 So even MERGE3 does not work in this case.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JGRP-31) Problem with MERGE2 when not using multicast

2005-02-22 Thread Bela Ban (JIRA)
 [ http://jira.jboss.com/jira/browse/JGRP-31?page=comments#action_12315624 ]
 
Bela Ban commented on JGRP-31:
--

This is configurable (you can switch it off via a property). I'd use the file 
system and temp storage.

 Problem with MERGE2 when not using multicast
 

  Key: JGRP-31
  URL: http://jira.jboss.com/jira/browse/JGRP-31
  Project: JGroups
 Type: Bug
 Versions: 2.2.8
  Environment: SUN Java 1.4.2_05
 Reporter: B.S.Navin
 Assignee: Bela Ban
  Fix For: 2.2.8



 Hi,
 There is one case in which MERGE2 will fail while using TCPPING/UDP(without 
 mcast):
 
 The initial_hosts property is abc.com[7800];xyz.com[7801].
 These 2 machines are permanent group members (if they are up, they will be 
 members of the group).
 Now there are numerous other programs on different machines that may 
 dynamically join and leave the group. These members are not known before hand 
 and cannot be specified in the initial_hosts property.
 The members on abc.com and xyz.com are started and they join the same group. 
 Now another member from mnop.com starts and joins the group. The 
 co-ordinator will be abc.com
 A network problem occurs and mnop.com is separated from abc.com and xyz.com
 mnop.com forms its own single-member group with itself as the co-ordinator.
 Now suppose the network problem is fixed. The MERGE2 protocol on mnop.com 
 periodically checks on the initial_hosts list to see if they are up. It now 
 finds that abc.com is reachable and decides that abc.com is the leader (by 
 lexical sorting) and will take care of the merging. So it does not go ahead 
 with the merge.
 On the other hand, the MERGE2 protocol on both abc.com and xyz.com just check 
 if they can find members on the initial_hosts with a different  co-ordinator. 
 Both of them never consider mnop.com as it is not in the initial_hosts list
 So mnop.com will never be merged with the group.
 
 Even the new MERGE3  MERGEFAST protocols don't seem to help here. I checked 
 them out and found the following:
 MERGEFAST works only if multicast is used, which is not my case.
 MERGE3 just sends I am co-ordinator messages to a null destination. So in 
 the case where multicast is enabled, it goes to all possible members. But in 
 my case, with multicast disabled, the message will only be unicast to each 
 member of the current group. So in the above example, the I am co-ordinator 
 messages will never go to mnop.com after the network problem.
 So even MERGE3 does not work in this case.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: JBossCache in Tomcat w/ Transaction Support

2005-02-22 Thread Bill Bejeck
anonymous wrote : Regarding the _put(): can you debug and print out the method 
that fails ? 
  |  The method that is failing is tree.put(node,currentCount,item); when I 
have transactions configured.  JOTM does not specify a Transaction Manager 
Factory.  Does that mean I would have to create one of my own?

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Exception at first access

2005-02-22 Thread mholzner
try deploying your portal to the 'standard' configuration as recommended (not 
'all'). 

I updated my view today and build clean/build and all is well for me 

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Problem with cvs

2005-02-22 Thread mholzner
I use these two successfully: 
cvs -z3 -d :pserver:[EMAIL PROTECTED]:/cvsroot/jboss co jboss-portal-2.0 

cvs -z3 -d :pserver:[EMAIL PROTECTED]:/cvsroot/jboss update jboss-portal-2.0 

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: JBossCache in Tomcat w/ Transaction Support

2005-02-22 Thread [EMAIL PROTECTED]
Hmm, I don't know how this error can happen. Do you have a small test program 
that reproduces this ?

To get a valid JOTM TxMgr, you have to somehow fetch their 
javax.transaction.TransactionManager and return it to me.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Login errors using Oracle 9

2005-02-22 Thread jrerickson
I'm using JBoss 4.0.1 binary (because of the security=null errors) with 
Portal2.0 binary and I keep getting the following errors after logging in. The 
log-in seems to work but it appears a null is being inserted into the 
JBP_USER_PREF_SET table causing an exception. Here is the trace:

2005-02-22 14:40:37,795 DEBUG 
[org.jboss.portal.core.impl.preferences.MappedPreferenceStore] Preference set 
not found for instance./portal.UserPortlet.UserPortletInstance
2005-02-22 14:40:37,795 DEBUG [org.jboss.portal.core.impl.user.UserImpl] No 
root - create a new one
2005-02-22 14:40:37,795 DEBUG 
[org.jboss.portal.core.impl.preferences.MappedPreferenceSet] Using for null/ 
name (0,instance)
2005-02-22 14:40:37,795 DEBUG 
[org.jboss.portal.core.impl.preferences.MappedPreferenceSet] Creating child for 
null/
2005-02-22 14:40:37,795 DEBUG 
[org.jboss.portal.core.impl.preferences.MappedPreferenceSet] Using for null/ 
name (1,/portal)
2005-02-22 14:40:37,795 DEBUG 
[org.jboss.portal.core.impl.preferences.MappedPreferenceSet] Creating child for 
null/
2005-02-22 14:40:37,795 DEBUG 
[org.jboss.portal.core.impl.preferences.MappedPreferenceSet] Using for null/ 
name (2,UserPortlet)
2005-02-22 14:40:37,795 DEBUG 
[org.jboss.portal.core.impl.preferences.MappedPreferenceSet] Creating child for 
null/
2005-02-22 14:40:37,795 DEBUG 
[org.jboss.portal.core.impl.preferences.MappedPreferenceSet] Using for null/ 
name (3,UserPortletInstance)
2005-02-22 14:40:37,795 DEBUG 
[org.jboss.portal.core.impl.preferences.MappedPreferenceSet] Creating child for 
null/
2005-02-22 14:40:37,795 INFO  [STDOUT] /portal
2005-02-22 14:40:37,795 DEBUG 
[org.jboss.portal.core.impl.preferences.MappedPreferenceStore] Preference set 
not found for instance./portal.CMSPortlet.CMSPortletInstance
2005-02-22 14:40:37,795 DEBUG [org.jboss.portal.core.impl.user.UserImpl] 
Returns existing root object
2005-02-22 14:40:37,795 DEBUG 
[org.jboss.portal.core.impl.preferences.MappedPreferenceSet] Using for null/ 
name (0,instance)
2005-02-22 14:40:37,795 DEBUG 
[org.jboss.portal.core.impl.preferences.MappedPreferenceSet] Found for null/ 
child instance
2005-02-22 14:40:37,795 DEBUG 
[org.jboss.portal.core.impl.preferences.MappedPreferenceSet] Using for null/ 
name (1,/portal)
2005-02-22 14:40:37,795 DEBUG 
[org.jboss.portal.core.impl.preferences.MappedPreferenceSet] Found for null/ 
child /portal
2005-02-22 14:40:37,795 DEBUG 
[org.jboss.portal.core.impl.preferences.MappedPreferenceSet] Using for null/ 
name (2,CMSPortlet)
2005-02-22 14:40:37,795 DEBUG 
[org.jboss.portal.core.impl.preferences.MappedPreferenceSet] Creating child for 
null/
2005-02-22 14:40:37,795 DEBUG 
[org.jboss.portal.core.impl.preferences.MappedPreferenceSet] Using for null/ 
name (3,CMSPortletInstance)
2005-02-22 14:40:37,795 DEBUG 
[org.jboss.portal.core.impl.preferences.MappedPreferenceSet] Creating child for 
null/
2005-02-22 14:40:37,805 DEBUG [net.sf.hibernate.impl.SessionImpl] flushing 
session
.
.
.
2005-02-22 14:40:37,945 DEBUG [net.sf.hibernate.impl.Printer] 
org.jboss.portal.core.impl.user.UserPrefSet{content=[], 
name=CMSPortletInstance, children=[], parent=UserPrefSet#96, ID=97}
2005-02-22 14:40:37,945 DEBUG [net.sf.hibernate.impl.Printer] 
org.jboss.portal.core.impl.user.UserPrefSet{content=[], name=UserPortlet, 
children=[UserPrefSet#95], parent=UserPrefSet#93, ID=94}
2005-02-22 14:40:37,945 DEBUG [net.sf.hibernate.impl.Printer] 
org.jboss.portal.core.impl.user.UserImpl{dynamic=[], 
password=21232f297a57a5a743894a0e4a801fc3, userName=admin, 
rootPreferenceSet=UserPrefSet#91, [EMAIL PROTECTED], 
registrationDate=2005-02-22 14:04:44, fakeEmail=null, roles=[RoleImpl#1], 
enabled=true, viewRealEmail=true, givenName=administrator, ID=1, 
familyName=null}
2005-02-22 14:40:37,945 DEBUG [net.sf.hibernate.impl.Printer] 
org.jboss.portal.core.impl.user.UserPrefSet{content=[], 
name=UserPortletInstance, children=[], parent=UserPrefSet#94, ID=95}
2005-02-22 14:40:37,945 DEBUG [net.sf.hibernate.impl.Printer] 
org.jboss.portal.core.impl.user.UserPrefSet{content=[], name=CMSPortlet, 
children=[UserPrefSet#97], parent=UserPrefSet#93, ID=96}
2005-02-22 14:40:37,945 DEBUG [net.sf.hibernate.impl.Printer] 
org.jboss.portal.core.impl.user.UserPrefSet{content=[], name=/portal, 
children=[UserPrefSet#94, UserPrefSet#96], parent=UserPrefSet#92, ID=93}
2005-02-22 14:40:37,945 DEBUG [net.sf.hibernate.impl.Printer] 
org.jboss.portal.core.impl.user.UserPrefSet{content=[], name=, 
children=[UserPrefSet#92], parent=null, ID=91}
2005-02-22 14:40:37,945 DEBUG [net.sf.hibernate.impl.Printer] 
org.jboss.portal.core.impl.role.RoleImpl{users=uninitialized, name=Admins, 
displayName=Administrators, ID=1}
2005-02-22 14:40:37,945 DEBUG [net.sf.hibernate.impl.Printer] 
org.jboss.portal.core.impl.user.UserPrefSet{content=[], name=instance, 
children=[UserPrefSet#93], parent=UserPrefSet#91, ID=92}
2005-02-22 14:40:37,945 DEBUG [net.sf.hibernate.impl.SessionImpl] executing 
flush
2005-02-22 14:40:37,945 DEBUG 

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1498) RARDeployment throws incorrect IllegalArgumentException for underlying ManagedConnectionFactory exceptions

2005-02-22 Thread Jim Moran (JIRA)
RARDeployment throws incorrect IllegalArgumentException for underlying 
ManagedConnectionFactory exceptions
--

 Key: JBAS-1498
 URL: http://jira.jboss.com/jira/browse/JBAS-1498
 Project: JBoss Application Server
Type: Bug
  Components: JCA service  
Versions: JBossAS-4.0.1 Final,  JBossAS-3.2.7 Final, JBossAS-4.0.0 Final, 
JBossAS-3.2.6 Final,  JBossAS-3.2.5 Final, JBossAS-4.0.1RC1,  JBossAS-4.0.1 SP1 
   
Reporter: Jim Moran
Priority: Minor


In 
org.jboss.resource.connectionmanager.RARDeployment.setManagedConnectionFactoryAttribute(String
 name, Class clazz, Object value, boolean mustExist)

  try
  {
 setter.invoke(mcf, new Object[] {value});
 log.debug(set property  + name +  to value  + value);
  }
  catch (Exception e)
  {
 String error = Unable to invoke setter method ' + setter + '  + 
on object ' + mcf + '; 
 if (mustExist)
throw new IllegalArgumentException(error);
 else
 {
log.trace(error);
return;
 }
  }


When ANY exception is caught from an invocation of the 
ManagedConnectionFactory's setter method an IllegalArgumentException is thrown. 
 This can be misleading depending on the actual exception thrown from the 
ManagedConnectionFactory's setter (see SalesForce case#3103).

Either the underlying exception should be wrapped in a 
org.jboss.resource.JBossResourceException and thrown or the underlying 
exception should be logged inline or both.  In the case of an 
InvocationTargetException the target exception could be wrapped/logged/etc.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-1499) classcast exception after jaas login, while context lookup

2005-02-22 Thread sai krishna (JIRA)
classcast exception after jaas login, while context lookup 
---

 Key: JBAS-1499
 URL: http://jira.jboss.com/jira/browse/JBAS-1499
 Project: JBoss Application Server
Type: Bug
Versions: JBossAS-4.0.1 Final
 Environment: windows xp + eclipse
Reporter: sai krishna


Please refer discussion: 
http://www.jboss.org/index.html?module=bbop=viewtopict=60472

top of stack:
13:09:50,058 INFO [STDOUT] java.lang.ClassCastException
13:09:50,058 INFO [STDOUT] at 
org.jboss.util.property.PropertyMap.remove(PropertyMap.java:198)
13:09:50,058 INFO [STDOUT] at 
org.jnp.interfaces.NamingContext.getEnv(NamingContext.java:1299)
13:09:50,074 INFO [STDOUT] at 
org.jnp.interfaces.NamingContext.lookup(NamingContext.java:526)
13:09:50,074 INFO [STDOUT] at 
org.jnp.interfaces.NamingContext.lookup(NamingContext.java:520)
13:09:50,074 INFO [STDOUT] at 
javax.naming.InitialContext.lookup(InitialContext.java:347)
13:09:50,074 INFO [STDOUT] at 
jmail.ejb.util.MailerEnterpriseFactory.getRemoteHome(MailerEnterpriseFactory.java:151)
13:09:50,090 INFO [STDOUT] at 
jmail.ejb.util.MailerEnterpriseFactory.getMailAccountHome(MailerEnterpriseFactory.java:100)

description:
I am getting this error after a successful anonymous/nobody login., and when i 
run a method findAll to fetch all CMP beans. it fails to get the remote home 
interface, whilst method context.lookup(). 

I dont get this bug if i set up jaas from eclipse workbench workspace, and do a 
lookup., findAll, and it returns all remote ejb proxies.

@see also:
Create a bug report in jira with an example of what is being done. There is an 
incorrect assumption in the PropertyMap that only String values will be added 
that needs to be fixed.

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

_

Scott Stark
Chief Technology Officer
JBoss Inc.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-1500) session.invalidate does not gets replicated

2005-02-22 Thread Ben Wang (JIRA)
session.invalidate does not gets replicated
---

 Key: JBAS-1500
 URL: http://jira.jboss.com/jira/browse/JBAS-1500
 Project: JBoss Application Server
Type: Bug
  Components: Clustering  
Versions:  JBossAS-4.0.1 SP1, JBossAS-4.0.1 Final,  JBossAS-3.2.7 Final, 
JBossAS-3.2.6 Final
Reporter: Ben Wang
 Assigned to: Ben Wang 
 Fix For: JBossAS-5.0 Final,  JBossAS-3.2.8 Final


With the new implementation of http session replication using JBossCache, the 
session.invalidate was implemented to be expired only locally. It never gets 
replicated. 

This was discovered during a load test by Clebert where a new session keeps 
created all the time and then invlidated. So if the invlidation is done only 
locally, the backup node will run out of memeory soon.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of POJO Server] - Update the jboss-pojo build to create a new minimal config

2005-02-22 Thread [EMAIL PROTECTED]
After a couple of changes to the build/build.xml, the jboss-pojo contents are 
building, and the default starts up, but this is just the 4.0 framework. It 
seems like all of the microcontainer work is still isolated and has local unit 
tests. I would like to get the minimal config to be the base pojo server that 
includes:

- microcontainer
- service/aspect deployerr
- jmx
- jmx connector

I don't see an integration task that pulls together what needs to be completed 
to get to this point, so I would like to create one and link the existing tasks 
to it and create those that are missing.


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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1498) RARDeployment throws incorrect IllegalArgumentException for underlying ManagedConnectionFactory exceptions

2005-02-22 Thread Adrian Brock (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBAS-1498?page=comments#action_12315626 ]
 
Adrian Brock commented on JBAS-1498:


By all means fix it. It certainly shouldn't be eating the exception and not
displaying the underlying cause/problem.

 RARDeployment throws incorrect IllegalArgumentException for underlying 
 ManagedConnectionFactory exceptions
 --

  Key: JBAS-1498
  URL: http://jira.jboss.com/jira/browse/JBAS-1498
  Project: JBoss Application Server
 Type: Bug
   Components: JCA service
 Versions:  JBossAS-4.0.1 SP1, JBossAS-4.0.1 Final,  JBossAS-3.2.7 Final, 
 JBossAS-3.2.6 Final, JBossAS-4.0.1RC1, JBossAS-4.0.0 Final,  JBossAS-3.2.5 
 Final
 Reporter: Jim Moran
 Priority: Minor



 In 
 org.jboss.resource.connectionmanager.RARDeployment.setManagedConnectionFactoryAttribute(String
  name, Class clazz, Object value, boolean mustExist)
   try
   {
  setter.invoke(mcf, new Object[] {value});
  log.debug(set property  + name +  to value  + value);
   }
   catch (Exception e)
   {
  String error = Unable to invoke setter method ' + setter + '  + 
 on object ' + mcf + '; 
  if (mustExist)
 throw new IllegalArgumentException(error);
  else
  {
 log.trace(error);
 return;
  }
   }
 When ANY exception is caught from an invocation of the 
 ManagedConnectionFactory's setter method an IllegalArgumentException is 
 thrown.  This can be misleading depending on the actual exception thrown from 
 the ManagedConnectionFactory's setter (see SalesForce case#3103).
 Either the underlying exception should be wrapped in a 
 org.jboss.resource.JBossResourceException and thrown or the underlying 
 exception should be logged inline or both.  In the case of an 
 InvocationTargetException the target exception could be wrapped/logged/etc.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: JBossCache in Tomcat w/ Transaction Support

2005-02-22 Thread Bill Bejeck
Right now it is in a small web app, I will try to extract the code, unless you 
want me to send my Java  and JSP files

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1500) session.invalidate does not gets replicated

2005-02-22 Thread Ben Wang (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBAS-1500?page=comments#action_12315627 ]
 
Ben Wang commented on JBAS-1500:


Forgot to make another comment that this issue is not that critical in 
production where you don't usually use invlidation but instead rely on session 
expiration.


 session.invalidate does not gets replicated
 ---

  Key: JBAS-1500
  URL: http://jira.jboss.com/jira/browse/JBAS-1500
  Project: JBoss Application Server
 Type: Bug
   Components: Clustering
 Versions:  JBossAS-4.0.1 SP1, JBossAS-4.0.1 Final,  JBossAS-3.2.7 Final, 
 JBossAS-3.2.6 Final
 Reporter: Ben Wang
 Assignee: Ben Wang
  Fix For: JBossAS-5.0 Final,  JBossAS-3.2.8 Final


 Original Estimate: 2 days
 Remaining: 2 days

 With the new implementation of http session replication using JBossCache, the 
 session.invalidate was implemented to be expired only locally. It never gets 
 replicated. 
 This was discovered during a load test by Clebert where a new session keeps 
 created all the time and then invlidated. So if the invlidation is done only 
 locally, the backup node will run out of memeory soon.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of POJO Server] - Re: Update the jboss-pojo build to create a new minimal conf

2005-02-22 Thread [EMAIL PROTECTED]
Ok with me, but..

There is still no integration between the microcontainer and JBoss AOP
I haven't even got as far as doing the jmx integration yet
system2 does not have a working aspectized deployer AFAIK?

Until those basic features have working unit tests, the integration work
seems premature to me.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of POJO Server] - Re: Update the jboss-pojo build to create a new minimal conf

2005-02-22 Thread [EMAIL PROTECTED]
I don't see why any JMX work would require interceptors/AOP.  Not sure when 
I'll get to the rest of the AOP work

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of POJO Server] - Re: Update the jboss-pojo build to create a new minimal conf

2005-02-22 Thread [EMAIL PROTECTED]
What? JMX already has interceptors (persistence, caching), 
just not the standard ones (AOP's).

This is a major point of the excercise. 
We don't want seven different implementations of interceptors produced 
by seven different projects.

I'm tired of arguing this around and around.


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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBREM-30) Better integration for registering invokers with MBeanServer

2005-02-22 Thread Tom Elrod (JIRA)
 [ http://jira.jboss.com/jira/browse/JBREM-30?page=history ]
 
Tom  Elrod resolved JBREM-30:
-

Resolution: Done

Updated so server invoker implementations will be registered with mbean server 
upon startup of connector.

 Better integration for registering invokers with MBeanServer
 

  Key: JBREM-30
  URL: http://jira.jboss.com/jira/browse/JBREM-30
  Project: JBoss Remoting
 Type: Task
   Components: transport
 Versions: 1.0.1 beta
 Reporter: Tom  Elrod
 Assignee: Tom  Elrod
 Priority: Minor
  Fix For: 1.0.1 final



 All the invokers (socket, rmi, http) need to be registered with an 
 MBeanServer so can be configured and managed via JMX.  Configuration has been 
 added to the invokers via service.xml, but is not direct, meaning that it is 
 the Connector that is really the service mbean, so the invokers have to be 
 registered separately.  This is fine if running within JBoss and can lookup 
 the JBoss MBeanServer (same one used by the microkernel via the 
 MBeanServerLocator.locateJBoss() call).  The problem arises when running 
 stand alone and not within JBoss AS.  Need to figure out a way to handle this 
 case.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of POJO Server] - Re: Update the jboss-pojo build to create a new minimal conf

2005-02-22 Thread [EMAIL PROTECTED]
I'm saying that, why is AOP blocking any JMX over Microcontainer work?  Which 
services (if any) actually use JMX interceptors?

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of POJO Server] - Re: Update the jboss-pojo build to create a new minimal conf

2005-02-22 Thread [EMAIL PROTECTED]
Look we are the plumbers and electricians of the computer market.

Historically, one of the major advances in those trades was the availbility
of standardized replaceable parts.

We need to leave the handcrafted world behind where each project
designs there own containers and services.

We use the aop container and its advices to add behaviour to all projects.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBADMCON-91) 'isSameRMValue' always gets set to true or false

2005-02-22 Thread Charles Crouch (JIRA)
 'isSameRMValue'  always gets set to true or false
--

 Key: JBADMCON-91
 URL: http://jira.jboss.com/jira/browse/JBADMCON-91
 Project: JBoss Admin Console
Type: Bug
  Components: DataSource  
Versions: 1.0 alpha
Reporter: Charles Crouch
 Fix For: 1.1 alpha


The 'isSameRMValue' property for an XA DataSource is always being set to either 
true or false, there is no way to leave it unspecified.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of POJO Server] - Re: Update the jboss-pojo build to create a new minimal conf

2005-02-22 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : I'm saying that, why is AOP blocking any JMX over 
Microcontainer work?

There are two integrations required that should be transparent to each user.

1) It should be possible for anything in the pojo registry to be available on 
the JMX Bus (DynamicMBean introduction).
2) It should be possible for an MBean to be injectable into a POJO (MBeanProxy).

We can't do (1) without the Microcontainer/AOP integration.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBADMCON-92) Management of 3rd party development/relationships

2005-02-22 Thread Charles Crouch (JIRA)
Management of 3rd party development/relationships
-

 Key: JBADMCON-92
 URL: http://jira.jboss.com/jira/browse/JBADMCON-92
 Project: JBoss Admin Console
Type: Task
  Components: General Console  
Versions: 1.1 alpha
Reporter: Charles Crouch
 Fix For: 1.1 alpha




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBADMCON-92) Management of 3rd party development/relationships

2005-02-22 Thread Charles Crouch (JIRA)
 [ http://jira.jboss.com/jira/browse/JBADMCON-92?page=history ]

Charles Crouch updated JBADMCON-92:
---

Security Level: JBoss Internal  (was: Public)

 Management of 3rd party development/relationships
 -

  Key: JBADMCON-92
  URL: http://jira.jboss.com/jira/browse/JBADMCON-92
  Project: JBoss Admin Console
 Type: Task
   Components: General Console
 Versions: 1.1 alpha
 Reporter: Charles Crouch
  Fix For: 1.1 alpha


 Original Estimate: 3 days
 Remaining: 3 days



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of POJO Server] - Re: Update the jboss-pojo build to create a new minimal conf

2005-02-22 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : Which services (if any) actually use JMX 
interceptors?

The JMX interceptors are mappings onto AOP advices which requires at least
a proxy advisor in front of the javabean/mbean.

The ones defined by the spec (ModelMBean) are:
1) Logging (trivial)
2) Peristence (serialization of attribute state)
3) Caching (really idempotent with a timeout)
4) MBeanAttributeNotification (Obserable)

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of POJO Server] - Re: Update the jboss-pojo build to create a new minimal conf

2005-02-22 Thread [EMAIL PROTECTED]
Adrian, I seriously don't understand what you're bitching about...With 
JBossWorld, TSS, AOSD, aspect library, I haven't been able to get ahead yet 
with the AOP changes that are required by the microcontainer.  The changes to 
AOP are considerable and will take me some time...

I'm simply asking, Why is AOP blocking any current work on JB5?

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Preferences

2005-02-22 Thread [EMAIL PROTECTED]
it is fixed now

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBADMCON-57) Make 'JBoss Admin Console' JIRA project public

2005-02-22 Thread Charles Crouch (JIRA)
 [ http://jira.jboss.com/jira/browse/JBADMCON-57?page=history ]
 
Charles Crouch closed JBADMCON-57:
--

Resolution: Done

Done

 Make 'JBoss Admin Console' JIRA project public
 --

  Key: JBADMCON-57
  URL: http://jira.jboss.com/jira/browse/JBADMCON-57
  Project: JBoss Admin Console
 Type: Task
   Components: General Console
 Versions: 1.1 alpha
 Reporter: Charles Crouch
 Assignee: Charles Crouch
  Fix For: 1.1 alpha


 Original Estimate: 4 hours
 Remaining: 4 hours

 Make 'JBoss Admin Console' JIRA project public. Add components for the 
 different features in development e.g. DataSources, JBossMQ.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Deleted: (JBADMCON-92) Management of 3rd party development/relationships

2005-02-22 Thread Charles Crouch (JIRA)
 [ http://jira.jboss.com/jira/browse/JBADMCON-92?page=history ]
 
Charles Crouch deleted JBADMCON-92:
---


 Management of 3rd party development/relationships
 -

  Key: JBADMCON-92
  URL: http://jira.jboss.com/jira/browse/JBADMCON-92
  Project: JBoss Admin Console
 Type: Task
 Reporter: Charles Crouch


 Original Estimate: 3 days
 Remaining: 3 days



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1498) RARDeployment throws incorrect IllegalArgumentException for underlying ManagedConnectionFactory exceptions

2005-02-22 Thread Jim Moran (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBAS-1498?page=comments#action_12315633 ]
 
Jim Moran commented on JBAS-1498:
-

Should I submit a patch or just commit it to cvs?  If cvs then I need a login 
as I am currently checking out with anonymous.  Also, are the instructions for 
Checking in a Patch on a Release Branch at 
http://www.jboss.org/developers/guides/cvs-admin still accurate?  Also, how far 
back are we currently starting with the bug fixes, 3.2, 4.0?

 RARDeployment throws incorrect IllegalArgumentException for underlying 
 ManagedConnectionFactory exceptions
 --

  Key: JBAS-1498
  URL: http://jira.jboss.com/jira/browse/JBAS-1498
  Project: JBoss Application Server
 Type: Bug
   Components: JCA service
 Versions:  JBossAS-4.0.1 SP1, JBossAS-4.0.1 Final,  JBossAS-3.2.7 Final, 
 JBossAS-3.2.6 Final, JBossAS-4.0.1RC1, JBossAS-4.0.0 Final,  JBossAS-3.2.5 
 Final
 Reporter: Jim Moran
 Priority: Minor



 In 
 org.jboss.resource.connectionmanager.RARDeployment.setManagedConnectionFactoryAttribute(String
  name, Class clazz, Object value, boolean mustExist)
   try
   {
  setter.invoke(mcf, new Object[] {value});
  log.debug(set property  + name +  to value  + value);
   }
   catch (Exception e)
   {
  String error = Unable to invoke setter method ' + setter + '  + 
 on object ' + mcf + '; 
  if (mustExist)
 throw new IllegalArgumentException(error);
  else
  {
 log.trace(error);
 return;
  }
   }
 When ANY exception is caught from an invocation of the 
 ManagedConnectionFactory's setter method an IllegalArgumentException is 
 thrown.  This can be misleading depending on the actual exception thrown from 
 the ManagedConnectionFactory's setter (see SalesForce case#3103).
 Either the underlying exception should be wrapped in a 
 org.jboss.resource.JBossResourceException and thrown or the underlying 
 exception should be logged inline or both.  In the case of an 
 InvocationTargetException the target exception could be wrapped/logged/etc.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Reopened: (JBADMCON-57) Make 'JBoss Admin Console' JIRA project public

2005-02-22 Thread Charles Crouch (JIRA)
 [ http://jira.jboss.com/jira/browse/JBADMCON-57?page=history ]
 
Charles Crouch reopened JBADMCON-57:



 Make 'JBoss Admin Console' JIRA project public
 --

  Key: JBADMCON-57
  URL: http://jira.jboss.com/jira/browse/JBADMCON-57
  Project: JBoss Admin Console
 Type: Task
   Components: General Console
 Versions: 1.1 alpha
 Reporter: Charles Crouch
 Assignee: Charles Crouch
  Fix For: 1.1 alpha


 Original Estimate: 4 hours
 Remaining: 4 hours

 Make 'JBoss Admin Console' JIRA project public. Add components for the 
 different features in development e.g. DataSources, JBossMQ.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBADMCON-57) Make 'JBoss Admin Console' JIRA project public

2005-02-22 Thread Charles Crouch (JIRA)
 [ http://jira.jboss.com/jira/browse/JBADMCON-57?page=history ]
 
Charles Crouch closed JBADMCON-57:
--

Resolution: Done

updated with time spent

 Make 'JBoss Admin Console' JIRA project public
 --

  Key: JBADMCON-57
  URL: http://jira.jboss.com/jira/browse/JBADMCON-57
  Project: JBoss Admin Console
 Type: Task
   Components: General Console
 Versions: 1.1 alpha
 Reporter: Charles Crouch
 Assignee: Charles Crouch
  Fix For: 1.1 alpha


 Original Estimate: 4 hours
Time Spent: 6 hours
 Remaining: 0 minutes

 Make 'JBoss Admin Console' JIRA project public. Add components for the 
 different features in development e.g. DataSources, JBossMQ.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Portlets and ResourceBundle

2005-02-22 Thread mholzner
has anyone figured out how to use resource bundles in a portlet ?

I configured my portlet.xml to use a rb: 

portlet-nameBlah/portlet-name
 
resource-bundlecom.blah.Blahresource-bundle
portlet-info
Title
short-titleShort Title/short-title
keywords
/portlet-info
   

I added 
web-inf/classes/com.blah.Blah.properties 
web-inf/classes/com.blah.Blah_en.properties 
web-inf/classes/com.blah.Blah_fr.properties 

with content like 
javax.portlet.title=english Blah
javax.portlet.short-title=The Title
javax.portlet.description=dunno
javax.portlet.keywords=blah, more blah


When I call getResourceBundle(request.getLocale()); inside a doView (the 
browsers locale is en) I get a bundle, but it's locale (rb.getLocale()) is 
null, and I get the entries from the descriptor no matter what (not the ones 
from the rb) via rb.getString(javax.portlet.title); 

commenting the values for title etc. in the portlet.xml leads to exceptions at 
runtime, like: 
java.util.MissingResourceException: Can't find resource for bundle 
org.jboss.portal.common.util.ParentChildResourceBundl
e, key javax.portlet.title
at java.util.ResourceBundle.getObject(ResourceBundle.java:326)
at java.util.ResourceBundle.getString(ResourceBundle.java:286)
at javax.portlet.GenericPortlet.getTitle(GenericPortlet.java:87)

I also tried to use a ListResourceBundle with the same results. 

What am I missing ? 


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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-74) Tutorial for @Service

2005-02-22 Thread Kabir Khan (JIRA)
 [ http://jira.jboss.com/jira/browse/EJBTHREE-74?page=history ]
 
Kabir Khan closed EJBTHREE-74:
--

Resolution: Done

 Tutorial for @Service
 -

  Key: EJBTHREE-74
  URL: http://jira.jboss.com/jira/browse/EJBTHREE-74
  Project: EJB 3.0
 Type: Task
   Components: Documentation
 Versions: Preview 4
 Reporter: Bill Burke
 Assignee: Kabir Khan
  Fix For: Preview 4



 Tutorial for @Service.  Also make sure to update the index.wiki/html file too.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Portlets and ResourceBundle

2005-02-22 Thread mholzner
sorry, the xml in the prev. post got mingled up a bit. The portlet.xml entries 
are ok in the real thing.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of POJO Server] - Re: Update the jboss-pojo build to create a new minimal conf

2005-02-22 Thread [EMAIL PROTECTED]
It may be premature, but the point is having one guiding task that enumerates 
the prequisites. The current tasks and forum posts are too scattered to know 
when an initial pojo server is going to exist.

I also want to get a feeling for how the unification is going. Obviously slower 
than expected and I have to ask why there is a lack of clarity on what was 
agreed to be the priority. The creation of an aspect library is a scalable 
task. Unification of the plumbing is not.


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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of POJO Server] - Re: Update the jboss-pojo build to create a new minimal conf

2005-02-22 Thread [EMAIL PROTECTED]
There's probably a lot of other work that can be done before anybody blocks on 
AOP?

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2 build.298 Build Successful

2005-02-22 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050222155615Lbuild.298
BUILD COMPLETE-build.298Date of build:02/22/2005 15:56:15Time to build:54 minutes 15 secondsLast changed:02/22/2005 13:18:56Last log entry:Remove the cast of the removed object to a String in remove. Resolves [JBAS-1497] org.jboss.util.property.PropertyMap remove has invalid assumption of String values.




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(1)1.2.2.4modifiedstarksmcommon/src/main/org/jboss/util/property/PropertyMap.javaRemove the cast of the removed object to a String in remove. Resolves [JBAS-1497] org.jboss.util.property.PropertyMap remove has invalid assumption of String values.



[JBoss-dev] [Design of POJO Server] - Re: Update the jboss-pojo build to create a new minimal conf

2005-02-22 Thread [EMAIL PROTECTED]
It's not me that's bitching.

People keep asking me for status reports and what is the biggest stumbling 
block.

I keep telling them, I'm waiting for the aop integration, 
so we can wrap pojos in a container.

What I am bitching about is that every thread turns into
why do we do need to XXX?, where XXX has already been agreed
as a good idea (and should be done) over a year ago.

Like this unified interceptors discussion in the current thread.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of POJO Server] - Re: Update the jboss-pojo build to create a new minimal conf

2005-02-22 Thread [EMAIL PROTECTED]
Yes, its me that is bitching. Why isn't the unification the number one priority 
and getting done?


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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of POJO Server] - Re: Update the jboss-pojo build to create a new minimal conf

2005-02-22 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : It may be premature, but the point is having one 
guiding task that enumerates the prequisites. The current tasks and forum posts 
are too scattered to know when an initial pojo server is going to exist.
  | 
  | I also want to get a feeling for how the unification is going. Obviously 
slower than expected and I have to ask why there is a lack of clarity on what 
was agreed to be the priority. The creation of an aspect library is a scalable 
task. Unification of the plumbing is not.
  | 

The roadmap I originally wrote is here:
http://docs.jboss.org/nightly/microkernel/docs/roadmap/en/html/
This along with the classloading task are replacements for the crappy
prototypes I did in the M1 stage because I knew there was no way of
getting the real stuff for that release.

I agreed with Bill that we would take the AOP integration in baby steps
(i.e. incrementally), starting with the ClassAdapter/instance advisor
which is the main plumbing rather than trying to implement everything at once.

It was know at the time that Bill has other commitments, like three upcoming
conferences to prepare for, so it would be difficult for him to get it finished.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Portlets and ResourceBundle

2005-02-22 Thread [EMAIL PROTECTED]
you need to declare the supported locale in the deployment descriptor, 
otherwise it does not know it must use you resource bundle for those language.

supported-localeen/supported-locale

The code to decide which bundle to use is based on that.

If you do not specify any supported locale, then it will use 
com.blah.Blah.properties and if it does not exist, com.blah.Blah_en.properties.

Now I need to check what should return getLocale on the resource bundle, 
because the null return seems odd to me.



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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of POJO Server] - Re: Update the jboss-pojo build to create a new minimal conf

2005-02-22 Thread [EMAIL PROTECTED]
Since adrian came down to Boston, I've spent 2 days on Aspect Library(so that I 
had something to present at JBossWorld), 3 days on presentations for JBoss 
World, AOSD, and TSS., 3 days on AOP integration with microcontainer, 2 days on 
fixing EJB3 bugs.  One day being sick.  I'm doing the best I canAOP 
integration is just a lot of work to be done.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-76) composite pk class in SQL select as a column name

2005-02-22 Thread Bill Burke (JIRA)
 [ http://jira.jboss.com/jira/browse/EJBTHREE-76?page=history ]

Bill Burke updated EJBTHREE-76:
---

Fix Version: Preview 4

 composite pk class in SQL select as a column name
 -

  Key: EJBTHREE-76
  URL: http://jira.jboss.com/jira/browse/EJBTHREE-76
  Project: EJB 3.0
 Type: Bug
 Versions: Preview 4
 Reporter: Kari Kangas
  Fix For: Preview 4



 I have two classes with 1:n relationship, Account and AccountName, 
 and AccountNamePK composite pk class.
 I tried to create persistence object Account with one AccountName.
 Account has ID as a pk field.
 AccountNamePK is composed from id and locale in where id refers to Account id.
 During creation JBoss executes select to AccountName table and 
 puts 'pk' as field into the select.
 ---
 From JBOSS log:
 11:33:59,173 INFO [STDOUT] Hibernate: select accountnam_.accountId, 
 accountnam_.locale, accountnam_.name as name15_, accountnam_.explanation as 
 explanat4_15_, 
 accountnam_.pk  as pk15_,= PK field as a column name !!!
 accountnam_.id
 as id15_ from accountname accountnam_ where accountnam_.accountId=? and 
 accountnam_.locale=?
 ---
 Account class:
 @Entity @SecurityDomain(other) @Table(name = account) 
 public class Account implements Serializable, AccountLocal {
   private long id;
   private CollectionAccountName names = new ArrayListAccountName();
   @Id(generate = GeneratorType.IDENTITY) public long getId() {
   return id;
   }
   public void setId(long id) {
   this.id = id;
   }
   @OneToMany(mappedBy=account, cascade = CascadeType.ALL)
   @JoinColumn(name = accountId, referencedColumnName=id) public 
 CollectionAccountName getNames() {
   return names;
   }
   public void setNames(CollectionAccountName names) {
   this.names = names;
   }
 ...
 }
 ---
 AccountName class:
 @Entity @SecurityDomain(other) @Table(name = accountname) 
 public class AccountName implements Serializable, AccountNameLocal {
   private AccountNamePK pk;
   private Account account;
   @EmbeddedId( {
   @AttributeOverride(name = accountId),
   @AttributeOverride(name = locale) }) 
   public AccountNamePK getPk() {
   return pk;
   }
   public void setPk(AccountNamePK pk) {
   this.pk = pk;
   }
   @Transient public long getAccountId() {
   return getPk().getAccountId();
   }
   @Transient public String getLocale() {
   return this.getPk().getLocale();
   }
   @ManyToOne
   @JoinColumn(name = id)
   public Account getAccount() {
   return account;
   }
   public void setAccount(Account account) {
   this.account = account;
   }
 ...
 }
 --
 AccountNamePK class:
 @Embeddable public class AccountNamePK implements Serializable {
   private long accountId;
   private String locale;
 ...
 }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of POJO Server] - Re: Update the jboss-pojo build to create a new minimal conf

2005-02-22 Thread [EMAIL PROTECTED]
Ok, as long at the plan is clear and underway I'm placated. For now.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (EJBTHREE-76) composite pk class in SQL select as a column name

2005-02-22 Thread Bill Burke (JIRA)
 [ http://jira.jboss.com/jira/browse/EJBTHREE-76?page=history ]

Bill Burke reassigned EJBTHREE-76:
--

Assign To: Bill Burke

 composite pk class in SQL select as a column name
 -

  Key: EJBTHREE-76
  URL: http://jira.jboss.com/jira/browse/EJBTHREE-76
  Project: EJB 3.0
 Type: Bug
 Versions: Preview 4
 Reporter: Kari Kangas
 Assignee: Bill Burke
  Fix For: Preview 4



 I have two classes with 1:n relationship, Account and AccountName, 
 and AccountNamePK composite pk class.
 I tried to create persistence object Account with one AccountName.
 Account has ID as a pk field.
 AccountNamePK is composed from id and locale in where id refers to Account id.
 During creation JBoss executes select to AccountName table and 
 puts 'pk' as field into the select.
 ---
 From JBOSS log:
 11:33:59,173 INFO [STDOUT] Hibernate: select accountnam_.accountId, 
 accountnam_.locale, accountnam_.name as name15_, accountnam_.explanation as 
 explanat4_15_, 
 accountnam_.pk  as pk15_,= PK field as a column name !!!
 accountnam_.id
 as id15_ from accountname accountnam_ where accountnam_.accountId=? and 
 accountnam_.locale=?
 ---
 Account class:
 @Entity @SecurityDomain(other) @Table(name = account) 
 public class Account implements Serializable, AccountLocal {
   private long id;
   private CollectionAccountName names = new ArrayListAccountName();
   @Id(generate = GeneratorType.IDENTITY) public long getId() {
   return id;
   }
   public void setId(long id) {
   this.id = id;
   }
   @OneToMany(mappedBy=account, cascade = CascadeType.ALL)
   @JoinColumn(name = accountId, referencedColumnName=id) public 
 CollectionAccountName getNames() {
   return names;
   }
   public void setNames(CollectionAccountName names) {
   this.names = names;
   }
 ...
 }
 ---
 AccountName class:
 @Entity @SecurityDomain(other) @Table(name = accountname) 
 public class AccountName implements Serializable, AccountNameLocal {
   private AccountNamePK pk;
   private Account account;
   @EmbeddedId( {
   @AttributeOverride(name = accountId),
   @AttributeOverride(name = locale) }) 
   public AccountNamePK getPk() {
   return pk;
   }
   public void setPk(AccountNamePK pk) {
   this.pk = pk;
   }
   @Transient public long getAccountId() {
   return getPk().getAccountId();
   }
   @Transient public String getLocale() {
   return this.getPk().getLocale();
   }
   @ManyToOne
   @JoinColumn(name = id)
   public Account getAccount() {
   return account;
   }
   public void setAccount(Account account) {
   this.account = account;
   }
 ...
 }
 --
 AccountNamePK class:
 @Embeddable public class AccountNamePK implements Serializable {
   private long accountId;
   private String locale;
 ...
 }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of POJO Server] - Re: Update the jboss-pojo build to create a new minimal conf

2005-02-22 Thread [EMAIL PROTECTED]
Was the one-day sickness on the roadmap? If yes, have you properly documented 
it? If not, why have you worked on useless stuff?

;)



System.exit(0);

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-76) composite pk class in SQL select as a column name

2005-02-22 Thread Bill Burke (JIRA)
 [ http://jira.jboss.com/jira/browse/EJBTHREE-76?page=history ]
 
Bill Burke closed EJBTHREE-76:
--

Resolution: Done

Stupid bug where EntityToHibernateXml was looking at EmbeddedId property twice

 composite pk class in SQL select as a column name
 -

  Key: EJBTHREE-76
  URL: http://jira.jboss.com/jira/browse/EJBTHREE-76
  Project: EJB 3.0
 Type: Bug
 Versions: Preview 4
 Reporter: Kari Kangas
 Assignee: Bill Burke
  Fix For: Preview 4



 I have two classes with 1:n relationship, Account and AccountName, 
 and AccountNamePK composite pk class.
 I tried to create persistence object Account with one AccountName.
 Account has ID as a pk field.
 AccountNamePK is composed from id and locale in where id refers to Account id.
 During creation JBoss executes select to AccountName table and 
 puts 'pk' as field into the select.
 ---
 From JBOSS log:
 11:33:59,173 INFO [STDOUT] Hibernate: select accountnam_.accountId, 
 accountnam_.locale, accountnam_.name as name15_, accountnam_.explanation as 
 explanat4_15_, 
 accountnam_.pk  as pk15_,= PK field as a column name !!!
 accountnam_.id
 as id15_ from accountname accountnam_ where accountnam_.accountId=? and 
 accountnam_.locale=?
 ---
 Account class:
 @Entity @SecurityDomain(other) @Table(name = account) 
 public class Account implements Serializable, AccountLocal {
   private long id;
   private CollectionAccountName names = new ArrayListAccountName();
   @Id(generate = GeneratorType.IDENTITY) public long getId() {
   return id;
   }
   public void setId(long id) {
   this.id = id;
   }
   @OneToMany(mappedBy=account, cascade = CascadeType.ALL)
   @JoinColumn(name = accountId, referencedColumnName=id) public 
 CollectionAccountName getNames() {
   return names;
   }
   public void setNames(CollectionAccountName names) {
   this.names = names;
   }
 ...
 }
 ---
 AccountName class:
 @Entity @SecurityDomain(other) @Table(name = accountname) 
 public class AccountName implements Serializable, AccountNameLocal {
   private AccountNamePK pk;
   private Account account;
   @EmbeddedId( {
   @AttributeOverride(name = accountId),
   @AttributeOverride(name = locale) }) 
   public AccountNamePK getPk() {
   return pk;
   }
   public void setPk(AccountNamePK pk) {
   this.pk = pk;
   }
   @Transient public long getAccountId() {
   return getPk().getAccountId();
   }
   @Transient public String getLocale() {
   return this.getPk().getLocale();
   }
   @ManyToOne
   @JoinColumn(name = id)
   public Account getAccount() {
   return account;
   }
   public void setAccount(Account account) {
   this.account = account;
   }
 ...
 }
 --
 AccountNamePK class:
 @Embeddable public class AccountNamePK implements Serializable {
   private long accountId;
   private String locale;
 ...
 }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1442) JBAS-57 was not fully backwards compatible

2005-02-22 Thread Adrian Brock (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1442?page=history ]
 
Adrian Brock closed JBAS-1442:
--

 Resolution: Done
Fix Version:  JBossAS-4.0.2RC1

Fixed. If the invoker does not implement InvokerProxyHA,
the invocation does not take the optimized local path if it is
going through a client container constructed on a different server.

Also made it slightly easier to override individual policy decisions:
isLocal(Invocation) - the main policy integration point
isLocal() - whether the proxy was constructed locally
isClustered(Invocation) - whether the invoker is clustered (currently does it 
implement InvokerProxyHA) and should optimize locally if the service is 
available
hasLocalTarget(Invocation) - whether the invocation can be satisifed by a local 
version of the service.


 JBAS-57 was not fully backwards compatible
 --

  Key: JBAS-1442
  URL: http://jira.jboss.com/jira/browse/JBAS-1442
  Project: JBoss Application Server
 Type: Bug
   Components: Clustering
 Versions: JBossAS-4.0.1 Final
 Reporter: Adrian Brock
 Assignee: Adrian Brock
  Fix For:  JBossAS-4.0.2RC1



 The change to allow the clustered colocation policy to be overridden
 http://jira.jboss.com/jira/browse/JBAS-57
 is not fully backwards compatbile with previous releases.
 i.e. When the invoker interceptor is used for a non clustered proxy where
 one server looks up a service from another server.
 If both servers have the service installed it will use the colocated path
 when the intention is to use the remote service.
 e.g. Server1 looks up the RMIAdaptor for Server2
 Because Server1 also has an RMIAdaptor it will use the colocated RMIAdaptor.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-58) Composite key under the @EmbeddedId syntax throws a TransactionRolledbackException when queries

2005-02-22 Thread Bill Burke (JIRA)
 [ http://jira.jboss.com/jira/browse/EJBTHREE-58?page=history ]
 
Bill Burke closed EJBTHREE-58:
--

Resolution: Cannot Reproduce Bug

cannot reproduce against Preview 4

 Composite key under the @EmbeddedId syntax throws a 
 TransactionRolledbackException when queries
 ---

  Key: EJBTHREE-58
  URL: http://jira.jboss.com/jira/browse/EJBTHREE-58
  Project: EJB 3.0
 Type: Bug
  Environment: JBoss 5.0 alpha from CVS
 Reporter: Grayson Pierce
 Assignee: Bill Burke
  Attachments: comp.zip


 2005-01-26 16:57:24,410 INFO [STDOUT] 
 javax.transaction.TransactionRolledbackException: Unable to commit, 
 tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=1106611033118IT/17, 
 BranchQual=, localId=17] status=STATUS_NO_TRANSACTION; - nested throwable: 
 (org.hibernate.HibernateException: identifier of an instance of 
 org.jboss.tutorial.composite.bean.Customer altered from [EMAIL PROTECTED] to 
 null) 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-56) TreeCache + Entities WIKI page

2005-02-22 Thread Bill Burke (JIRA)
 [ http://jira.jboss.com/jira/browse/EJBTHREE-56?page=history ]

Bill Burke updated EJBTHREE-56:
---

Fix Version: Preview 5
 (was: Preview 4)

 TreeCache + Entities WIKI page
 --

  Key: EJBTHREE-56
  URL: http://jira.jboss.com/jira/browse/EJBTHREE-56
  Project: EJB 3.0
 Type: Task
 Versions: Preview 4
 Reporter: Bill Burke
 Assignee: Bill Burke
  Fix For: Preview 5





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-55) EAR/WAR integration tutorial

2005-02-22 Thread Bill Burke (JIRA)
 [ http://jira.jboss.com/jira/browse/EJBTHREE-55?page=history ]

Bill Burke updated EJBTHREE-55:
---

Fix Version: Preview 5
 (was: Preview 4)

 EAR/WAR integration tutorial
 

  Key: EJBTHREE-55
  URL: http://jira.jboss.com/jira/browse/EJBTHREE-55
  Project: EJB 3.0
 Type: Task
 Versions: Preview 4
 Reporter: Bill Burke
 Assignee: Bill Burke
  Fix For: Preview 5





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-59) Use persistence default metadata

2005-02-22 Thread Bill Burke (JIRA)
 [ http://jira.jboss.com/jira/browse/EJBTHREE-59?page=history ]

Bill Burke updated EJBTHREE-59:
---

Fix Version: Preview 5
 (was: Preview 4)

 Use persistence default metadata
 

  Key: EJBTHREE-59
  URL: http://jira.jboss.com/jira/browse/EJBTHREE-59
  Project: EJB 3.0
 Type: Feature Request
 Versions: Preview 4
 Reporter: Bill Burke
 Assignee: Bill Burke
  Fix For: Preview 5



 The persistence spec has a lot of default values for metadata that need to be 
 applied.  Specifically relationships, embedded objects, blobs, clobs, etc...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (EJBTHREE-76) composite pk class in SQL select as a column name

2005-02-22 Thread Bill Burke (JIRA)
 [ 
http://jira.jboss.com/jira/browse/EJBTHREE-76?page=comments#action_12315639 ]
 
Bill Burke commented on EJBTHREE-76:


FYI, referencedColumn is not supported yet, but you did uncover a bug.

 composite pk class in SQL select as a column name
 -

  Key: EJBTHREE-76
  URL: http://jira.jboss.com/jira/browse/EJBTHREE-76
  Project: EJB 3.0
 Type: Bug
 Versions: Preview 4
 Reporter: Kari Kangas
 Assignee: Bill Burke
  Fix For: Preview 4



 I have two classes with 1:n relationship, Account and AccountName, 
 and AccountNamePK composite pk class.
 I tried to create persistence object Account with one AccountName.
 Account has ID as a pk field.
 AccountNamePK is composed from id and locale in where id refers to Account id.
 During creation JBoss executes select to AccountName table and 
 puts 'pk' as field into the select.
 ---
 From JBOSS log:
 11:33:59,173 INFO [STDOUT] Hibernate: select accountnam_.accountId, 
 accountnam_.locale, accountnam_.name as name15_, accountnam_.explanation as 
 explanat4_15_, 
 accountnam_.pk  as pk15_,= PK field as a column name !!!
 accountnam_.id
 as id15_ from accountname accountnam_ where accountnam_.accountId=? and 
 accountnam_.locale=?
 ---
 Account class:
 @Entity @SecurityDomain(other) @Table(name = account) 
 public class Account implements Serializable, AccountLocal {
   private long id;
   private CollectionAccountName names = new ArrayListAccountName();
   @Id(generate = GeneratorType.IDENTITY) public long getId() {
   return id;
   }
   public void setId(long id) {
   this.id = id;
   }
   @OneToMany(mappedBy=account, cascade = CascadeType.ALL)
   @JoinColumn(name = accountId, referencedColumnName=id) public 
 CollectionAccountName getNames() {
   return names;
   }
   public void setNames(CollectionAccountName names) {
   this.names = names;
   }
 ...
 }
 ---
 AccountName class:
 @Entity @SecurityDomain(other) @Table(name = accountname) 
 public class AccountName implements Serializable, AccountNameLocal {
   private AccountNamePK pk;
   private Account account;
   @EmbeddedId( {
   @AttributeOverride(name = accountId),
   @AttributeOverride(name = locale) }) 
   public AccountNamePK getPk() {
   return pk;
   }
   public void setPk(AccountNamePK pk) {
   this.pk = pk;
   }
   @Transient public long getAccountId() {
   return getPk().getAccountId();
   }
   @Transient public String getLocale() {
   return this.getPk().getLocale();
   }
   @ManyToOne
   @JoinColumn(name = id)
   public Account getAccount() {
   return account;
   }
   public void setAccount(Account account) {
   this.account = account;
   }
 ...
 }
 --
 AccountNamePK class:
 @Embeddable public class AccountNamePK implements Serializable {
   private long accountId;
   private String locale;
 ...
 }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Reopened: (EJBTHREE-62) @Service

2005-02-22 Thread Bill Burke (JIRA)
 [ http://jira.jboss.com/jira/browse/EJBTHREE-62?page=history ]
 
Bill Burke reopened EJBTHREE-62:



 @Service
 

  Key: EJBTHREE-62
  URL: http://jira.jboss.com/jira/browse/EJBTHREE-62
  Project: EJB 3.0
 Type: Task
   Components: EJB3 Extensions
 Versions: Preview 4
 Reporter: Bill Burke
 Assignee: Kabir Khan
  Fix For: Preview 4



 As stated in Aspect LIbrary Docuemnt

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-62) @Service

2005-02-22 Thread Bill Burke (JIRA)
 [ http://jira.jboss.com/jira/browse/EJBTHREE-62?page=history ]

Bill Burke updated EJBTHREE-62:
---

type: Feature Request  (was: Task)

 @Service
 

  Key: EJBTHREE-62
  URL: http://jira.jboss.com/jira/browse/EJBTHREE-62
  Project: EJB 3.0
 Type: Feature Request
   Components: EJB3 Extensions
 Versions: Preview 4
 Reporter: Bill Burke
 Assignee: Kabir Khan
  Fix For: Preview 4



 As stated in Aspect LIbrary Docuemnt

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Reopened: (EJBTHREE-71) @Depends for beans

2005-02-22 Thread Bill Burke (JIRA)
 [ http://jira.jboss.com/jira/browse/EJBTHREE-71?page=history ]
 
Bill Burke reopened EJBTHREE-71:



 @Depends for beans
 --

  Key: EJBTHREE-71
  URL: http://jira.jboss.com/jira/browse/EJBTHREE-71
  Project: EJB 3.0
 Type: Task
   Components: EJB3 Extensions
 Reporter: Kabir Khan
 Assignee: Bill Burke
  Fix For: Preview 4



 All beans apart from entities.
 Annotate bean class, and support setter/field injection of ObjectName or jmx 
 proxy

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


  1   2   >