Same issue here:
16:19:36,000 INFO [Server] Starting JBoss (MX MicroKernel)...
| 16:19:36,000 INFO [Server] Release ID: JBoss [Zion] 4.0.4.GA (build:
CVSTag=JBoss_4_0_4_GA date=200605151000)
| 16:19:36,000 INFO [Server] Home Dir: C:\java_local\jboss-4.04.GA_patch1
| 16:19:36,000 INFO [S
We had issues using the Microsoft drivers as well. I recommend switching to
the JTDS open source driver.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949447#3949447
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949
Please disregard, my issue was on 4.0.4.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924591#3924591
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924591
---
Th
The JNDI lookup does work however.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923964#3923964
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923964
---
This SF.ne
Actually, the JNDI lookup works... the injection using
@PersistenceContext(unitName="foo") does not.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923963#3923963
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923963
Same problem here.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923926#3923926
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923926
---
This SF.net email is spons
I'm having the same issue:
|
|java:/MSSQLAppDSInterop
|org.hibernate.ejb.HibernatePersistence
|com.xpel.hibernate.UserAccount
|
|
|
|
|
|
If it's an XML formatting error, I have not been able
I'm working with version 4.03SP1.
I have a stateful session bean
| @Stateful
| public class ActivityManager implements Activity,Serializable {
|
| @PersistenceContext(type=EXTENDED,unitName="em")
| private EntityManager em;
|
| ...
|
|
My persistence.xml
Gavin's portion of it was inspiring. Very solid presentation.
I thank you Gavin.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920439#3920439
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920439
--
I have a small Seam application completed and working using simple .jsps.
There's no java code in the pages.
I'm trying to convert to use the .xhtml extensions to move away from JSPs.
I've made the changes in my config files and have it deploying successfully. I
can navigate to my opening pa
"[EMAIL PROTECTED]" wrote : This will happen in the next few days and then we
will do a cycle of releases of Hibernate, HA, HEM, EJB3, JBoss and Seam.
All in short order? Woot!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917454#3917454
Reply to the post :
January 12th's build will not work with JBoss 4.03SP1 correct?
Do I have to do a CVS checkout of the correct version (Seam) or is it just a
matter of dropping the new libraries into my implementation of JBoss like
before?
I'd rather not get a whole new version of JBoss if I can avoid it.
Vie
Is there a way to catch an exception when your conversation has timed out?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917230#3917230
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917230
--
It appears as if this is problem has already been reported here:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=73206
and here:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=73467
I assume you gentlemen are still working on this as there were no definiteive
replies to tho
To clarify further, each SFSB (I have four) has it's own
| @PersistenceContext(type=EXTENDED)
| private EntityManager em;
I tried using
| @In(create=true)
| private EntityManager em;
in order to try and outject/inject the EntityManager across SFSBs...and it just
does not work (not sure
Eh, well... that didn't work.
Here's the rest of it:
Here is the persistence.xml I'm using:
|
| em
| org.hibernate.ejb.HibernatePersistence
| java:/MSSQLAppDS
|
| com.xpel.server.Customer
| com.xpel.server.Plot
| com.xpel.server.Warranty
| com.xpel.
I'm getting a java.lang.reflect.GenericSignatureFormatError with my deployed
.ear at different points in execution intermittantly.
It's intermittant during debug as I step through with the exception that I can
reproduce it if I simply deploy, and wait a minute before I navigate to my
opening p
Please disregard... I mistakenly used the wrong build. :\
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914953#3914953
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914953
---
Apparently this has now been implemented and committed to CVS as of yesterday?
I downloaded and built the current CVS version this morning and still get a
"method not found" syntax error when trying to assign a value for both the
@DataModelSelectionIndex and @DataModelSelection annotations.
Vie
After reviewing the 'booking' example once more, I see it has changed
significantly.
Reworking...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914461#3914461
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914461
I'm using the current CVS version of Seam, and the @DataModelSelectionIndex is
not being injected to my Conversation scoped stateful bean.
Stepping into my code after clicking the command link, the bucket holding the
index remains at zero.
Prior to ugrading to the current CVS build, the DataMod
Could I also get the current build? I'm having the same issue.
[EMAIL PROTECTED]
Thanks in advance!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914193#3914193
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914193
Apparently the default scope set to the underlying DataModel is what's causing
my particular issue. If I set the scope on my @Datamodel manually (using the
@Out annotation) to Session, or Conversation, the command button fires the
method as expected.
View the original post :
http://www.jbos
After further investigation, it appears this is a "JSF" specific problem and
not particular to Seam.
Still researching.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913876#3913876
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
"[EMAIL PROTECTED]" wrote : You guys should try out the reverse engineering
tool:
|
| http://www.jboss.com/index.html?module=bb&op=viewtopic&t=74318
|
| It will create such an example for you, from your database schema.
I would love to, but I'm using IntelliJ.
View the original post
This would be extremely useful for me as well.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913654#3913654
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913654
-
I'm experiencing the same problem using a Conversation scoped action bean.
Neither commandButton, nor commandLink will function in the datatable
structure, and both return an empty table without appearing to invoke the
method to which they are linked.
View the original post :
http://www.jbos
27 matches
Mail list logo