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

2006-03-02 Thread tim.cockle
Hi,

Have you had any luck building jboss and getting the embedded ejb3 source?

I have been having a similar problem in that I need the latest version to get 
my JUnit tests going.

Right now it is an up hill battle! 

If you have any additional hints it would be good.

Thanks

Tim

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-03-02 Thread tim.cockle
I am getting the following problem when I try to build from JBoss-Head (as 
explained in the wiki:

compile-rmi:
 [rmic] RMI Compiling 1 class to 
/home/tim/testJB/jboss-head/naming/output/classes
java.lang.NoClassDefFoundError: com/sun/corba/se/internal/util/Utility


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-01-31 Thread nholbrook
I'm getting errors, too.  I would like to build this so I can do some testing 
of what may be bugs in the current 4.0.3 version.  Hopefully, they're fixed and 
I can move on.

Here's the output from my build.

Thanks

Nic

---

/work/jboss-4.0/ejb3/src/main/org/jboss/ejb3/entity/ExtendedHibernateSession.java:49:
 org.jboss.ejb3.entity.ExtendedHibernateSession is not abstract and does not 
override abstract method 
update(java.lang.String,java.lang.Object,java.io.Serializable) in 
org.hibernate.Session
public class ExtendedHibernateSession implements Session, 
ExtendedPersistenceContext, Serializable
   ^
/work/jboss-4.0/ejb3/src/main/org/jboss/ejb3/entity/ExtendedHibernateSession.java:309:
 delete(java.lang.Object) in org.hibernate.Session cannot be applied to 
(java.lang.String,java.lang.Object)
  getHibernateSession().delete(entityName, object);
 ^
/work/jboss-4.0/ejb3/src/main/org/jboss/ejb3/entity/ExtendedHibernateSession.java:454:
 cannot find symbol
symbol  : method getTransaction()
location: interface org.hibernate.Session
  return getHibernateSession().getTransaction();
^
/work/jboss-4.0/ejb3/src/main/org/jboss/ejb3/entity/InjectedHibernateSession.java:52:
 org.jboss.ejb3.entity.InjectedHibernateSession is not abstract and does not 
override abstract method 
update(java.lang.String,java.lang.Object,java.io.Serializable) in 
org.hibernate.Session
public class InjectedHibernateSession implements Session, Externalizable
   ^
/work/jboss-4.0/ejb3/src/main/org/jboss/ejb3/entity/InjectedHibernateSession.java:316:
 delete(java.lang.Object) in org.hibernate.Session cannot be applied to 
(java.lang.String,java.lang.Object)
  getHibernateSession().delete(entityName, object);
 ^
/work/jboss-4.0/ejb3/src/main/org/jboss/ejb3/entity/InjectedHibernateSession.java:461:
 cannot find symbol
symbol  : method getTransaction()
location: interface org.hibernate.Session
  return getHibernateSession().getTransaction();
^
/work/jboss-4.0/ejb3/src/main/org/jboss/ejb3/entity/InjectedSessionFactory.java:92:
 cannot find symbol
symbol  : method getDefinedFilterNames()
location: interface org.hibernate.SessionFactory
  return getSessionFactory().getDefinedFilterNames();
  ^
/work/jboss-4.0/ejb3/src/main/org/jboss/ejb3/entity/InjectedSessionFactory.java:97:
 cannot find symbol
symbol  : method getFilterDefinition(java.lang.String)
location: interface org.hibernate.SessionFactory
  return getSessionFactory().getFilterDefinition(filterName);
  ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
8 errors
9 warnings

BUILD FAILED


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

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


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


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

2006-01-29 Thread martplus
Pardon, I'm doing jboss only since 1 month...

thanks for the info, Martin

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

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


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


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

2006-01-29 Thread [EMAIL PROTECTED]
let me know if you have any problems!  Always happy to have somebody dive into 
the source.

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

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


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


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

2006-01-29 Thread martplus
Ok, Bill - thank you for your proposal. Getting into jboss is really funny - 
when you have the source-code to find configuration problems and find 
programming hooks. 

I have one more problem - related to hibernate-source.

On the hibernate WIKI documentation they refer to the cvs.sourceforge.net CVS 
repository- but it is really impossible to get something out of it (trying it 
since 2 weeks).

Is there also an alternative location for the hibernate stuff?

Thank you once more, Martin


PS.: Why do the jboss-project-names in the build-path differ to the 
project-names in the CVS-repository? It makes the assembling pretty hard 
(common is required, jboss-common is the cvs-name). Is there an assembly plan / 
project-name mapping? How do developers from JBoss setup an eclipse workspace 
containing embedded ejb with all the sources?



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

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


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


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

2006-01-29 Thread [EMAIL PROTECTED]
Hibernate is on SourceForge.  JBoss's CVS is JBoss Inc. hosted.  Sourceforge, 
as you can see, sucks.  Not much we can do about it.  We are planning to move 
Hibernate off of Sourceforge as soon as we can.

As for embedded stuff?  It is built off of CVS head as it will be a JBoss 5 
thing.   Ive been meaning to bundle the source, but I haven't had the cycles 
yet.



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

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


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


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

2006-01-29 Thread [EMAIL PROTECTED]
HEAD:

cvs checkout jboss-head

4.0 Branch:

cvs checkout -r Branch_4_0 jboss-4.0.x

If you checkout CVSROOT and look at the modules file you will see that there 
are aliases set up.

Don't ask me why it is like this.  It goes way back in history to JBoss 2.x 
where we used to have each module built independently.

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

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


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


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

2006-01-29 Thread [EMAIL PROTECTED]
BTW, the WIKI page I referenced has all this information.

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

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


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


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

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

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

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

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

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


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