[JBoss-user] [EJB 3.0] - Should be possible ...

2006-01-06 Thread bjb
As ยง5.3.2 of the EJB 3.0 PFD

In any SE environment you can do :

EntityManagerFactory emf =
javax.persistence.Persistence.createEntityManagerFactory("YourFactory");
EntityManager em = emf.createEntityManager();

Did you already tried that ?
As a POJO unmanaged is a SE, as long as the persistence.xml is configured it 
should work ... 

Anyway, I do not see also what's wrong with EJB3 the DAO ;-)

Rgs,
JB

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Timeline for PFD complience ?

2005-12-28 Thread bjb
Dear all,

Any anticipated timeline for complience to PFD ?

I was trying to integreate Seam into glassfish, but this fails as the PFD has 
change some minor things (but still blocking).

Rgs,
JB

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - EJB3 PFD is out ! any timeline for seam to get in sync ?

2005-12-23 Thread bjb
Dear all,

Any chance to have seam aligned to it quickly ?
(Santa ... santa ... santa seam ! :o )

As I reported ealier, the javax.ejb.Interceptor annotation has been remove in 
favor of the javax.ejb.Interceptors, I noticed two reference of it :
Component.java  and ejb3-interceptors-aop.xml files.

I would be glad to help making this run on Glassfish ...

But I am not sure how far this mis-alignement is comming from seam or 
hibernate. I mean, if I patch the seam code, I am expecting that Hibernate 
persistence provider will also need to be fixed, isn't it ?

Rgs,
JB

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Seam compatibility and independence ...

2005-12-20 Thread bjb
Dear all,

I understood testing Seam with latest Glassfish that EJB3 PFD might be pending. 
As an example of that they have removed javax.ejb.Interceptor

http://fisheye5.cenqua.com/viewrep/glassfish/ejb-api/src/share/classes/javax/ejb/Interceptor.java

So when I have tried to run Seam inside Glassfish it ends up with a 
ClassNotFoundException.

Any mind around this ?

By the way, the validation annotation of seam (min, max, regex) are 
interresting but I as they are part of hibernate domain, I am not sure about 
what is the dependency of this feature with Hibernate.

If there is no dependency on the behavior but just the tagging, it would be 
nice to have a jboss "common" annotation package instead to remove  the 
dependency.
IF there is a dependency then this must be more clearly explained in seam and 
it can not be claimed that "Seam unifies the component models of JSF and EJB 
3.0" only, and a clear information what are the real dependencies.

Rgs,
JB

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user